Added two new opponents: Michael and Kona

This commit is contained in:
Brian Fertig 2026-05-25 14:57:11 -06:00
parent 78466530a3
commit 0f347e3502
19 changed files with 51 additions and 0 deletions

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

@ -363,6 +363,57 @@
]
}
},
{
"id": "kona",
"spriteIndex": 14,
"name": "Kona",
"bio": "Woof! Woof!",
"speech": {
"intro": [
"kona-intro-01"
],
"happy": [
"kona-happy-01",
"kona-happy-02"
],
"upset": [
"kona-upset-01",
"kona-upset-02"
],
"pick": [
"kona-intro-01"
]
}
},
{
"id": "michael",
"spriteIndex": 15,
"name": "Michael",
"bio": "Hey mon! Yous be knowin' I been wantin' ta play on da Fertig Games for a while now mon!",
"speech": {
"intro": [
"michael-intro-01",
"michael-intro-02"
],
"happy": [
"michael-happy-01",
"michael-happy-02",
"michael-happy-03",
"michael-happy-04",
"michael-happy-05"
],
"upset": [
"michael-upset-01",
"michael-upset-02",
"michael-upset-03",
"michael-upset-04",
"michael-upset-05"
],
"pick": [
"michael-pick"
]
}
},
{
"id": "juliet",
"spriteIndex": 13,