29 lines
1.3 KiB
JavaScript
29 lines
1.3 KiB
JavaScript
module.exports = [
|
|
{
|
|
"rawId": "battler",
|
|
"name": "Battler",
|
|
"stats": {
|
|
health: (user) => user.health * 2,
|
|
min: (user) => user.mindmg * 2,
|
|
max: (user) => user.maxdmg * 2
|
|
},
|
|
"image": "https://cdn.discordapp.com/attachments/1108683335347212389/1118840155109851167/Battler_Closeup.png?ex=667a9318&is=66794198&hm=4ee29c3ef2691c56a92ae77744be00b5526fbb271788b6afa1eabd268beaf23a&",
|
|
"intro": `*_A glowing white portal appears as Battler dramatically storms out. He is heading directly for {player}_*
|
|
|
|
*Battler*: Greetings {player}. I would like to assume you are looking for an opponent, are you not?
|
|
*{player}*: How do you know my name... And who are you!?
|
|
*Battler*: I am you, but better.
|
|
*{player}*: What? Are you from the future or something?
|
|
*Battler*: Precisely. I am you, but stronger.
|
|
*{player}*: Wait but if you're me from the future then how am I supposed to beat you!?
|
|
*Battler*: Battler's Mentality #8. Never give up.
|
|
*{player}*: What does that even mean!?
|
|
*Battler*: Good luck {player}. However, don't feel bad if you are defeated. After all, I am you... X2.
|
|
*{player}*: ...`,
|
|
"chances": {
|
|
"attack": 0.65,
|
|
"defend": 0.175,
|
|
"item": 0.175
|
|
}
|
|
}
|
|
] |