foitin/characters/vesper/manifest.json
m3ultra 347804135d Gear wardrobe state (Phase B): vesper geared with MODELBEAST boxing gloves + headgear
- gear GLBs generated on MODELBEAST (flux product shot -> bg_remove ->
  trellis_mac), staged in foitin_assets/gear/
- pipeline: --attach bone-parents rigid gear (armature-scale compensated,
  '|'-separated spec); render_geared.sh holds calibrated transforms
- vesper: 3-state degradation geared -> base -> torn; specials knock gear
  off first, then shred clothes; kachujin stays 2-state (per-character data)
- spec doc: wardrobe section in CHARACTER_SPEC.md

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

34 lines
500 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"
],
"tear_below_hp": 0.35
},
"normals": {
"P": "jab",
"6P": "straight",
"K": "kick"
},
"command_moves": [
{
"motion": [
2,
3,
6
],
"button": "P",
"move": "special"
}
]
}