public class AcidEffect extends BaseAttackEffectWithOptionalFlip
needCoinSide
Constructor and Description |
---|
AcidEffect() |
Modifier and Type | Method and Description |
---|---|
void |
applyOnCorrectCoinSideBeforeDamage(java.util.List<java.lang.Object> parameters,
PokemonAttackStatus attack,
PokemonCardState card,
GameServerState server) |
void |
modifyTurn(PokemonCardState pokemon,
GameServerState server)
Modify possible actions that are done during BetweenTurn phase
|
BaseAttackEffect |
parse(java.lang.String... args) |
applyAfterDamage, applyBeforeDamage, applyOnCorrectCoinSideAfterDamage, flipCoin, isCorrectCoinSide, setRequiredCoinSide
applyDelayAfterDamage, canApply, chooseOppAttack, construct, getCodes, getCustomGUI, getOpponentSelectorState, getSelectorState, isOptional, modifyDamage, setOptional, withConstructor
public void applyOnCorrectCoinSideBeforeDamage(java.util.List<java.lang.Object> parameters, PokemonAttackStatus attack, PokemonCardState card, GameServerState server)
applyOnCorrectCoinSideBeforeDamage
in class BaseAttackEffectWithOptionalFlip
public void modifyTurn(PokemonCardState pokemon, GameServerState server)
BaseAttackEffect
modifyTurn
in class BaseAttackEffect
public BaseAttackEffect parse(java.lang.String... args)
parse
in class BaseAttackEffect