Merge branch 'new_opponents' into dominion

This commit is contained in:
Brian Fertig 2026-05-25 22:13:42 -06:00
commit fccd8722c8
35 changed files with 58 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

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.

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.

View File

@ -442,6 +442,64 @@
"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"
]
}
}
]
}