mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-23 07:49:36 +02:00
balance change 1
This commit is contained in:
parent
293895f86f
commit
433aaa5352
@ -2906,7 +2906,6 @@ export class SecretPowerAttr extends MoveEffectAttr {
|
|||||||
case Biome.SLUM:
|
case Biome.SLUM:
|
||||||
case Biome.DOJO:
|
case Biome.DOJO:
|
||||||
case Biome.FACTORY:
|
case Biome.FACTORY:
|
||||||
case Biome.CONSTRUCTION_SITE:
|
|
||||||
case Biome.LABORATORY:
|
case Biome.LABORATORY:
|
||||||
case Biome.POWER_PLANT:
|
case Biome.POWER_PLANT:
|
||||||
secondaryEffect = new StatusEffectAttr(StatusEffect.PARALYSIS, false);
|
secondaryEffect = new StatusEffectAttr(StatusEffect.PARALYSIS, false);
|
||||||
@ -2933,6 +2932,7 @@ export class SecretPowerAttr extends MoveEffectAttr {
|
|||||||
secondaryEffect = new StatStageChangeAttr([ Stat.SPATK ], -1, false);
|
secondaryEffect = new StatStageChangeAttr([ Stat.SPATK ], -1, false);
|
||||||
break;
|
break;
|
||||||
case Biome.DESERT:
|
case Biome.DESERT:
|
||||||
|
case Biome.CONSTRUCTION_SITE:
|
||||||
secondaryEffect = new StatStageChangeAttr([ Stat.ACC ], -1, false);
|
secondaryEffect = new StatStageChangeAttr([ Stat.ACC ], -1, false);
|
||||||
break;
|
break;
|
||||||
case Biome.SEA:
|
case Biome.SEA:
|
||||||
|
Loading…
Reference in New Issue
Block a user