foitin/characters/vesper/moves/jump/data.json
m3ultra da1cceadc2 Two real fighters: KACHUJIN and VESPER, 11 moves each from Mixamo combat clips
- per-frame hips-centred rendering + root-motion export (the BKB .geo
  approach modernised): traveling clips stay pivot-stable, movement data
  goes to root_motion_frames in data.json
- engine: frame-indexed root motion, pushbox widened for real sprites
- clip set: ginga idle, walks, jump, block, punching/boxing/martelo
  normals, chapa-giratoria QCF special, hit react, knockdown
- verified in-game: demo jab connects, damage applied, mirroring correct

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 19:50:56 +10:00

200 lines
2.6 KiB
JSON

{
"name": "jump",
"total": 48,
"loop": false,
"startup": 10,
"active": [
11,
14
],
"damage": 50,
"hitstun": 16,
"blockstun": 10,
"pushback": 10,
"hurtboxes": {
"default": [
[
-47,
-324,
85,
79
],
[
-51,
-245,
120,
119
],
[
-61,
-126,
143,
126
]
],
"frames": {
"0-2": [
[
-49,
-338,
89,
82
],
[
-58,
-256,
119,
124
],
[
-64,
-132,
145,
132
]
],
"3-5": [
[
-40,
-269,
78,
66
],
[
-48,
-203,
118,
100
],
[
-61,
-103,
147,
103
]
],
"6-9": [
[
-38,
-269,
77,
66
],
[
-47,
-203,
118,
100
],
[
-62,
-103,
147,
103
]
],
"10-12": [
[
-41,
-291,
80,
71
],
[
-49,
-220,
119,
107
],
[
-61,
-113,
144,
113
]
],
"16-19": [
[
-47,
-331,
87,
81
],
[
-53,
-250,
118,
121
],
[
-69,
-129,
131,
129
]
],
"20-22": [
[
-45,
-334,
87,
79
],
[
-51,
-255,
118,
120
],
[
-51,
-135,
112,
135
]
],
"23-25": [
[
-42,
-333,
84,
70
],
[
-44,
-263,
123,
106
],
[
-44,
-157,
119,
157
]
],
"26-29": [
[
-38,
-331,
81,
66
],
[
-51,
-265,
133,
100
],
[
-51,
-165,
134,
165
]
]
}
},
"hitboxes": {},
"root_motion_frames": []
}