foitin/characters/vesper/manifest.json
type-two c1eca9e1a0 hp_bands wardrobe mode: states as mini health bars + segmented HUD
Each wardrobe state owns an equal hp band; emptying a band breaks the
fighter into the next look (white flash). HUD draws one colored segment
per band. --demo=bands + --shot-ticks for multi-shot verification.
Vesper (geared/base/torn) switched to hp_bands as the pilot.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-16 15:11:36 +10:00

43 lines
607 B
JSON

{
"id": "vesper",
"name": "VESPER",
"health": 950,
"walk_speed": 3.7,
"back_speed": 2.9,
"jump_velocity": -14.0,
"color": "#b48fd0",
"sprite_scale": 1.25,
"wardrobe": {
"states": [
"geared",
"base",
"torn"
],
"hp_bands": true
},
"normals": {
"P": "jab",
"6P": "straight",
"K": "kick"
},
"command_moves": [
{
"motion": [
2,
3,
6
],
"button": "P",
"move": "special"
}
],
"finisher": {
"motion": [
2,
3,
6
],
"button": "K",
"move": "finisher"
}
}