# Electricity

## Visuele omschrijving
Fast branching energy with sharp angular paths, high contrast core, and colored falloff.

## Pixelcluster regels
Use jagged connected bolts.
```text
..H..
.HH..
..MHH
...H.
```

## Contrast
Very high core contrast.

## Hue shifting
White-yellow or cyan core, saturated blue mid, violet outer shadow.

## Highlights
The bolt core is the highlight.
```text
H
HH
 MH
  H
```

## Shadow behavior
Electricity casts colored glow, not normal dark shadow.

## Outline
Use saturated dark blue/violet only where needed for read.

## Rim lighting
Electricity often creates its own rim on nearby forms.

## Ambient lighting
Local ambient glow may tint nearby pixels.

## AA regels
AA with saturated mid colors, no transparency blur.

## Dithering regels
No dithering; use branching shapes.

## Veel voorkomende fouten
Bad:
```text
.....
.H.H.
..H..
.H.H.
```
Good:
```text
..H..
.HH..
..MHH
...H.
```

## QA checklist
- 50% scale herkenbaar: Ja, by jagged branching silhouette.
- Bolt remains connected.
- Glow does not blur.
- Direction is clear.
- No random spark noise.
