Fix battle stat booster text to match effect again
Battle stat boosters were changed to 5 turns in
e5ffc1e2db
pull/52/head
parent
0cb008adb0
commit
9449de4854
|
@ -307,7 +307,7 @@ export class TempBattleStatBoosterModifierType extends ModifierType implements G
|
|||
|
||||
constructor(tempBattleStat: TempBattleStat) {
|
||||
super(getTempBattleStatBoosterItemName(tempBattleStat),
|
||||
`Increases the ${getTempBattleStatName(tempBattleStat)} of all party members by 1 stage for 10 battles`,
|
||||
`Increases the ${getTempBattleStatName(tempBattleStat)} of all party members by 1 stage for 5 battles`,
|
||||
(_type, _args) => new Modifiers.TempBattleStatBoosterModifier(this, this.tempBattleStat),
|
||||
getTempBattleStatBoosterItemName(tempBattleStat).replace(/\./g, '').replace(/[ ]/g, '_').toLowerCase());
|
||||
|
||||
|
|
Loading…
Reference in New Issue