foitin/characters/raver/manifest.json
2026-07-29 00:07:43 +10:00

42 lines
594 B
JSON

{
"id": "raver",
"name": "RAVER",
"health": 900,
"walk_speed": 3.9,
"back_speed": 3.0,
"jump_velocity": -14.0,
"color": "#3ec0e8",
"sprite_scale": 1.25,
"wardrobe": {
"states": [
"base",
"torn"
],
"tear_below_hp": 0.35
},
"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"
}
}