2024-06-20 01:03:30 +00:00
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 !
2024-06-21 19:30:56 +00:00
* Rap Star : * BEEP ! ` ,
"chances" : {
"attack" : 0.125 ,
"defend" : 0.75 ,
"item" : 0.125
}
2024-06-20 01:03:30 +00:00
}
]