Class AcidEffect
java.lang.Object
com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
-
Field Summary
Fields inherited from class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
needCoinSide
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyOnCorrectCoinSideBeforeDamage
(List<Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server) void
modifyTurn
(PokemonCardState pokemon, GameServerState server) Modify possible actions that are done during BetweenTurn phaseMethods inherited from class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
applyAfterDamage, applyBeforeDamage, applyOnCorrectCoinSideAfterDamage, flipCoin, isCorrectCoinSide, setRequiredCoinSide
Methods inherited from class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
applyDelayAfterDamage, canApply, chooseOppAttack, construct, getCodes, getCustomGUI, getOpponentSelectorState, getSelectorState, isOptional, modifyDamage, setOptional, withConstructor
-
Constructor Details
-
AcidEffect
public AcidEffect()
-
-
Method Details
-
applyOnCorrectCoinSideBeforeDamage
public void applyOnCorrectCoinSideBeforeDamage(List<Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server) - Overrides:
applyOnCorrectCoinSideBeforeDamage
in classBaseAttackEffectWithOptionalFlip
-
modifyTurn
Description copied from class:BaseAttackEffect
Modify possible actions that are done during BetweenTurn phase- Overrides:
modifyTurn
in classBaseAttackEffect
-
parse
- Overrides:
parse
in classBaseAttackEffect
-