slackmaster/opponents/beginner.js
2024-06-20 02:03:30 +01:00

23 lines
889 B
JavaScript

module.exports = [
{
"rawId": "rapStar",
"name": "Rap Star",
"stats": {
"health": 25,
"min": 2,
"max": 5
},
"image": "https://media.discordapp.net/attachments/1108683335347212389/1118119440702242816/BM_-_Rap_Star_1.png?ex=6674a820&is=667356a0&hm=520cf408d3cadad838b0d2350fb212470949257cbd2768bfea64523feb33b494&",
"intro": `*_{player} walks down the streets of Vibe City minding their own business until suddenly Rap Star appears with his hand pointing directly at {player}_*
*Rap Star:* Beep!
*{player}:* Erm... Hi?
*Rap Star:* Beep boop bop
*{player}:* Is this some kind of joke? Do you speak English?
*_Rap Star throws his microphone at {player}'s head. They get knocked down._*
*{player}:* Is that how you're gonna be? Fine then, let's battle!
*Rap Star:* BEEP!`
}
]