fix: decrease rap star's defend chance

This commit is contained in:
DaInfLoop 2024-06-22 00:14:16 +01:00
parent 9f07a82f46
commit 5f3ff1c3bf

View file

@ -20,9 +20,9 @@ module.exports = [
*{player}:* Is that how you're gonna be? Fine then, let's battle! *{player}:* Is that how you're gonna be? Fine then, let's battle!
*Rap Star:* BEEP!`, *Rap Star:* BEEP!`,
"chances": { "chances": {
"attack": 0.125, "attack": 0.225,
"defend": 0.75, "defend": 0.55,
"item": 0.125 "item": 0.225
} }
}, },
{ {