feat: add Balam and Steve to opponents.json
- Introduce Balam (spriteIndex 16) and Steve (spriteIndex 17) as new opponents - Include full speech configurations (intro, happy, upset, pick) for both characters
This commit is contained in:
parent
249b01fd45
commit
4b730f6127
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -442,6 +442,64 @@
|
||||||
"juliet-pick"
|
"juliet-pick"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "balam",
|
||||||
|
"spriteIndex": 16,
|
||||||
|
"name": "Balam",
|
||||||
|
"bio": "Mystical Powers and a knack for games.",
|
||||||
|
"speech": {
|
||||||
|
"intro": [
|
||||||
|
"balam-intro-01",
|
||||||
|
"balam-intro-02"
|
||||||
|
],
|
||||||
|
"happy": [
|
||||||
|
"balam-happy-01",
|
||||||
|
"balam-happy-02",
|
||||||
|
"balam-happy-03",
|
||||||
|
"balam-happy-04",
|
||||||
|
"balam-happy-05"
|
||||||
|
],
|
||||||
|
"upset": [
|
||||||
|
"balam-upset-01",
|
||||||
|
"balam-upset-02",
|
||||||
|
"balam-upset-03",
|
||||||
|
"balam-upset-04",
|
||||||
|
"balam-upset-05"
|
||||||
|
],
|
||||||
|
"pick": [
|
||||||
|
"balam-pick"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "steve",
|
||||||
|
"spriteIndex": 17,
|
||||||
|
"name": "Steve",
|
||||||
|
"bio": "I traveled WAY to far for this stupid Earth Internet.",
|
||||||
|
"speech": {
|
||||||
|
"intro": [
|
||||||
|
"steve-intro-01",
|
||||||
|
"steve-intro-02"
|
||||||
|
],
|
||||||
|
"happy": [
|
||||||
|
"steve-happy-01",
|
||||||
|
"steve-happy-02",
|
||||||
|
"steve-happy-03",
|
||||||
|
"steve-happy-04",
|
||||||
|
"steve-happy-05"
|
||||||
|
],
|
||||||
|
"upset": [
|
||||||
|
"steve-upset-01",
|
||||||
|
"steve-upset-02",
|
||||||
|
"steve-upset-03",
|
||||||
|
"steve-upset-04",
|
||||||
|
"steve-upset-05"
|
||||||
|
],
|
||||||
|
"pick": [
|
||||||
|
"steve-pick"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue