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

124 lines
2.8 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"
]
}
},
{
"id": "brad",
"spriteIndex": 1,
"name": "Brad",
"bio": "Came for the honey, stayed for the salmon!"
},
{
"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"
]
}
},
{
"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"
]
}
},
{
"id": "mario",
"spriteIndex": 4,
"name": "Mario",
"bio": "Can you find your way out of my maze of puzzles, games and fun!"
},
{
"id": "ethel",
"spriteIndex": 5,
"name": "Ethel",
"bio": "Thank you for visiting with me."
},
{
"id": "jeff",
"spriteIndex": 6,
"name": "Jeff",
"bio": "I play slow, I win fast!"
},
{
"id": "gerome",
"spriteIndex": 7,
"name": "Gerome",
"bio": "I'm here for the thrill of extreme victory!"
},
{
"id": "fireball",
"spriteIndex": 8,
"name": "Fireball",
"bio": "Come on let's play! I promise not to use my x-ray eyes."
},
{
"id": "bernie",
"spriteIndex": 9,
"name": "Bernie",
"bio": "Having fun and playing is the name of the game for me!"
}
]
}