Added Speech for Beth and Blackwind

This commit is contained in:
Brian Fertig 2026-06-09 20:43:51 -06:00
parent 85f0079b2c
commit 082007ac81
27 changed files with 48 additions and 2 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.

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

@ -505,13 +505,59 @@
"id": "beth",
"spriteIndex": 18,
"name": "Beth",
"bio": "I ain't seen you 'round these parts before."
"bio": "I ain't seen you 'round these parts before.",
"speech": {
"intro": [
"beth-intro-01",
"beth-intro-02"
],
"happy": [
"beth-happy-01",
"beth-happy-02",
"beth-happy-03",
"beth-happy-04",
"beth-happy-05"
],
"upset": [
"beth-upset-01",
"beth-upset-02",
"beth-upset-03",
"beth-upset-04",
"beth-upset-05"
],
"pick": [
"beth-pick"
]
}
},
{
"id": "blackwind",
"spriteIndex": 19,
"name": "Blackwind",
"bio": "Aaaaaaargh! Me be playin' these games matey!"
"bio": "Aaaaaaargh! Me be playin' these games matey!",
"speech": {
"intro": [
"blackwind-intro-01",
"blackwind-intro-02"
],
"happy": [
"blackwind-happy-01",
"blackwind-happy-02",
"blackwind-happy-03",
"blackwind-happy-04",
"blackwind-happy-05"
],
"upset": [
"blackwind-upset-01",
"blackwind-upset-02",
"blackwind-upset-03",
"blackwind-upset-04",
"blackwind-upset-05"
],
"pick": [
"blackwind-pick"
]
}
}
]
}