foitin/characters/vesper/manifest.json
2026-08-16 15:43:29 +10:00

44 lines
621 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",
"xray"
],
"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"
}
}