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

64 lines
1.5 KiB
JSON

{
"opponents": [
{
"id": "cybro",
"spriteIndex": 0,
"name": "Cy-Bro",
"bio": "AI Bro sent from the future to show the superiority of the future."
},
{
"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."
},
{
"id": "croc",
"spriteIndex": 3,
"name": "Croc",
"bio": "Wassssuppp everybody! I'm here for the party!!"
},
{
"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!"
}
]
}