foitin/characters/kachujin/moves/crouch/data.json
m3ultra d743216b54 Character select screen + fatality-style finisher system
- Select scene (new main scene): roster cards from characters/* with
  portraits, dual cursors (P1 A/D+J, P2 arrows+O), picks via GameState
- finisher flow: KO puts loser in DIZZY with a 5s flashing FINISH! window;
  winner lands QCF+K in range -> finisher move (Brutal Assassination /
  Hell Slammer B) with darkened stage, victim plays synced death anim;
  window expiry or any stray hit = normal collapse
- new moves rendered for both fighters in all wardrobe states:
  dizzy (Stunned), finisher, death (Standing Death Backward)
- CHAR_TUNE per-character move overrides in tune_fighters.py

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 23:27:51 +10:00

320 lines
4.1 KiB
JSON

{
"name": "crouch",
"total": 20,
"loop": false,
"startup": 10,
"active": [
11,
14
],
"damage": 50,
"hitstun": 16,
"blockstun": 10,
"pushback": 10,
"hurtboxes": {
"default": [
[
-30,
-289,
74,
68
],
[
-98,
-221,
222,
102
],
[
-95,
-119,
162,
119
]
],
"frames": {
"0-0": [
[
-50,
-329,
95,
80
],
[
-112,
-249,
221,
121
],
[
-77,
-128,
147,
128
]
],
"1-1": [
[
-45,
-332,
91,
81
],
[
-111,
-251,
223,
122
],
[
-84,
-129,
146,
129
]
],
"2-3": [
[
-40,
-335,
85,
81
],
[
-108,
-254,
221,
122
],
[
-83,
-132,
138,
132
]
],
"4-4": [
[
-38,
-332,
83,
80
],
[
-104,
-252,
218,
121
],
[
-71,
-131,
124,
131
]
],
"5-5": [
[
-37,
-324,
83,
78
],
[
-100,
-246,
217,
117
],
[
-65,
-129,
120,
129
]
],
"6-7": [
[
-34,
-314,
79,
75
],
[
-97,
-239,
218,
113
],
[
-64,
-126,
123,
126
]
],
"8-8": [
[
-32,
-302,
76,
71
],
[
-97,
-231,
221,
108
],
[
-65,
-123,
128,
123
]
],
"10-11": [
[
-29,
-276,
72,
64
],
[
-100,
-212,
224,
97
],
[
-100,
-115,
170,
115
]
],
"12-12": [
[
-28,
-265,
71,
61
],
[
-98,
-204,
222,
92
],
[
-102,
-112,
175,
112
]
],
"13-13": [
[
-27,
-257,
71,
59
],
[
-96,
-198,
219,
89
],
[
-103,
-109,
221,
109
]
],
"14-15": [
[
-27,
-251,
71,
58
],
[
-97,
-193,
218,
87
],
[
-102,
-106,
222,
106
]
],
"16-16": [
[
-27,
-247,
72,
57
],
[
-99,
-190,
218,
85
],
[
-103,
-105,
222,
105
]
],
"17-17": [
[
-26,
-245,
71,
56
],
[
-104,
-189,
221,
85
],
[
-108,
-104,
225,
104
]
],
"18-19": [
[
-27,
-244,
72,
56
],
[
-114,
-188,
227,
84
],
[
-116,
-104,
232,
104
]
]
}
},
"hitboxes": {},
"root_motion_frames": []
}