Custom SVG Sprites

Hand-crafted pixel-art style sprites for every evolution stage and special state

Evolution Stages

@for (stage of evolutionStages(); track stage.name; let i = $index) {
{{ stage.name }}
{{ stage.ticks }}
@if (i < evolutionStages().length - 1) {
} }

Special States

@for (state of specialStates(); track state.name) {
{{ state.name }}
{{ state.trigger }}
}
@if (selectedSprite()) {

{{ selectedSprite()!.name }}

{{ selectedSprite()!.description }}

}

SVG Sprite Features

🎨

CSS Variables

Colors defined with CSS custom properties for easy theming

📐

Scalable

Vector graphics that look crisp at any size

Details

Highlights, gradients, and animations built-in