Package com.pixelmonmod.tcg.duel.power
Class ThickSkinned
java.lang.Object
com.pixelmonmod.tcg.duel.power.BasePowerEffect
com.pixelmonmod.tcg.duel.power.ThickSkinned
Created by Hy on 8/17/2016.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Passive ability does not require activationboolean
onCondition
(PokemonCardState pokemon, PokemonCardState attacker, CardCondition cardCondition, GameServerState server) Methods inherited from class com.pixelmonmod.tcg.duel.power.BasePowerEffect
activate, canActivate, cleanUp, disableEvolution, disableEvolution, disableOtherAbilities, flipCoin, getCode, getCustomGUI, getEnergyEquivalence, getSelectorState, holdParameters, ignoreEnergyTypes, isEnabled, onAttacked, onDamage, onEndTurn, onPlay, onStartGame, onSwitchActiveCard, retreatModifier, revealHand
-
Constructor Details
-
ThickSkinned
public ThickSkinned()
-
-
Method Details
-
isPassive
public boolean isPassive()Description copied from class:BasePowerEffect
Passive ability does not require activation- Overrides:
isPassive
in classBasePowerEffect
- Returns:
-
onCondition
public boolean onCondition(PokemonCardState pokemon, PokemonCardState attacker, CardCondition cardCondition, GameServerState server) - Overrides:
onCondition
in classBasePowerEffect
- Returns:
- False will cancel the effect
-