fix: decrease rap star's defend chance
This commit is contained in:
parent
9f07a82f46
commit
5f3ff1c3bf
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue