Added Speech for Beth and Blackwind
This commit is contained in:
parent
85f0079b2c
commit
082007ac81
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.
|
|
@ -505,13 +505,59 @@
|
||||||
"id": "beth",
|
"id": "beth",
|
||||||
"spriteIndex": 18,
|
"spriteIndex": 18,
|
||||||
"name": "Beth",
|
"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",
|
"id": "blackwind",
|
||||||
"spriteIndex": 19,
|
"spriteIndex": 19,
|
||||||
"name": "Blackwind",
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue