mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 09:58:10 +00:00
[Balance] Make Pickup and Honey Gather Unsuppressable (#5476)
This commit is contained in:
parent
cabcfcbd39
commit
ff4184e23f
@ -6186,7 +6186,8 @@ export function initAbilities() {
|
||||
.attr(ProtectStatAbAttr, Stat.ATK)
|
||||
.ignorable(),
|
||||
new Ability(Abilities.PICKUP, 3)
|
||||
.attr(PostBattleLootAbAttr),
|
||||
.attr(PostBattleLootAbAttr)
|
||||
.attr(UnsuppressableAbilityAbAttr),
|
||||
new Ability(Abilities.TRUANT, 3)
|
||||
.attr(PostSummonAddBattlerTagAbAttr, BattlerTagType.TRUANT, 1, false),
|
||||
new Ability(Abilities.HUSTLE, 3)
|
||||
@ -6378,7 +6379,8 @@ export function initAbilities() {
|
||||
.attr(PostSummonWeatherChangeAbAttr, WeatherType.SNOW)
|
||||
.attr(PostBiomeChangeWeatherChangeAbAttr, WeatherType.SNOW),
|
||||
new Ability(Abilities.HONEY_GATHER, 4)
|
||||
.attr(MoneyAbAttr),
|
||||
.attr(MoneyAbAttr)
|
||||
.attr(UnsuppressableAbilityAbAttr),
|
||||
new Ability(Abilities.FRISK, 4)
|
||||
.attr(FriskAbAttr),
|
||||
new Ability(Abilities.RECKLESS, 4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user