fertig-classic-games/public/data/opponents.json

280 lines
6.0 KiB
JSON

{
"opponents": [
{
"id": "cybro",
"spriteIndex": 0,
"name": "Cy-Bro",
"bio": "AI Bro sent from the future to show the superiority of the future.",
"speech": {
"intro": [
"cybro-intro-01",
"cybro-intro-02"
],
"happy": [
"cybro-happy-01",
"cybro-happy-02",
"cybro-happy-03",
"cybro-happy-04",
"cybro-happy-05"
],
"upset": [
"cybro-upset-01",
"cybro-upset-02",
"cybro-upset-03",
"cybro-upset-04",
"cybro-upset-05"
],
"pick": [
"cybro-pick"
]
}
},
{
"id": "brad",
"spriteIndex": 1,
"name": "Brad",
"bio": "Came for the honey, stayed for the salmon!",
"speech": {
"intro": [
"brad-intro-01",
"brad-intro-02"
],
"happy": [
"brad-happy-01",
"brad-happy-02",
"brad-happy-03",
"brad-happy-04",
"brad-happy-05"
],
"upset": [
"brad-upset-01",
"brad-upset-02",
"brad-upset-03",
"brad-upset-04",
"brad-upset-05"
],
"pick": [
"brad-pick"
]
}
},
{
"id": "victor",
"spriteIndex": 2,
"name": "Victor",
"bio": "Patient and calculating. Moves are made using ancient technology.",
"speech": {
"intro": [
"victor-intro-01",
"victor-intro-02"
],
"happy": [
"victor-happy-01",
"victor-happy-02",
"victor-happy-03",
"victor-happy-04",
"victor-happy-05"
],
"upset": [
"victor-upset-01",
"victor-upset-02",
"victor-upset-03",
"victor-upset-04",
"victor-upset-05"
],
"pick": [
"victor-pick"
]
}
},
{
"id": "croc",
"spriteIndex": 3,
"name": "Croc",
"bio": "Wassssuppp everybody! I'm here for the party!!",
"speech": {
"intro": [
"croc-intro-01",
"croc-intro-02"
],
"happy": [
"croc-happy-01",
"croc-happy-02",
"croc-happy-03",
"croc-happy-04",
"croc-happy-05"
],
"upset": [
"croc-upset-01",
"croc-upset-02",
"croc-upset-03",
"croc-upset-04",
"croc-upset-05"
],
"pick": [
"croc-pick"
]
}
},
{
"id": "mario",
"spriteIndex": 4,
"name": "Mario",
"bio": "Can you find your way out of my maze of puzzles, games and fun!",
"speech": {
"intro": [
"mario-intro-01"
],
"happy": [
"mario-happy-01",
"mario-happy-02"
],
"upset": [
"mario-upset-01",
"mario-upset-02"
],
"pick": [
"mario-upset-01"
]
}
},
{
"id": "ethel",
"spriteIndex": 5,
"name": "Ethel",
"bio": "Thank you for visiting with me.",
"speech": {
"intro": [
"ethel-intro-01",
"ethel-intro-02"
],
"happy": [
"ethel-happy-01",
"ethel-happy-02",
"ethel-happy-03",
"ethel-happy-04",
"ethel-happy-05"
],
"upset": [
"ethel-upset-01",
"ethel-upset-02",
"ethel-upset-03",
"ethel-upset-04",
"ethel-upset-05"
],
"pick": [
"ethel-pick"
]
}
},
{
"id": "jeff",
"spriteIndex": 6,
"name": "Jeff",
"bio": "I play slow, I win fast!",
"speech": {
"intro": [
"jeff-intro-01",
"jeff-intro-02"
],
"happy": [
"jeff-happy-01",
"jeff-happy-02",
"jeff-happy-03",
"jeff-happy-04",
"jeff-happy-05"
],
"upset": [
"jeff-upset-01",
"jeff-upset-02",
"jeff-upset-03",
"jeff-upset-04",
"jeff-upset-05"
],
"pick": [
"jeff-pick"
]
}
},
{
"id": "gerome",
"spriteIndex": 7,
"name": "Gerome",
"bio": "I'm here for the thrill of extreme victory!",
"speech": {
"intro": [
"gerome-intro-01",
"gerome-intro-02"
],
"happy": [
"gerome-happy-01",
"gerome-happy-02",
"gerome-happy-03",
"gerome-happy-04",
"gerome-happy-05"
],
"upset": [
"gerome-upset-01",
"gerome-upset-02",
"gerome-upset-03",
"gerome-upset-04",
"gerome-upset-05"
],
"pick": [
"gerome-pick"
]
}
},
{
"id": "fireball",
"spriteIndex": 8,
"name": "Fireball",
"bio": "Come on let's play! I promise not to use my x-ray eyes.",
"speech": {
"intro": [
"fireball-intro-01",
"fireball-intro-02"
],
"happy": [
"fireball-happy-01",
"fireball-happy-02",
"fireball-happy-03",
"fireball-happy-04",
"fireball-happy-05"
],
"upset": [
"fireball-upset-01",
"fireball-upset-02",
"fireball-upset-03",
"fireball-upset-04",
"fireball-upset-05"
],
"pick": [
"fireball-pick"
]
}
},
{
"id": "bernie",
"spriteIndex": 9,
"name": "Bernie",
"bio": "Having fun and playing is the name of the game for me!",
"speech": {
"intro": [
"bernie-intro-01"
],
"happy": [
"bernie-happy-01",
"bernie-happy-02"
],
"upset": [
"bernie-upset-01",
"bernie-upset-02"
],
"pick": [
"bernie-happy-01"
]
}
}
]
}