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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPassive ability does not require activationbooleanonCondition(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:BasePowerEffectPassive ability does not require activation- Overrides:
isPassivein classBasePowerEffect- Returns:
-
onCondition
public boolean onCondition(PokemonCardState pokemon, PokemonCardState attacker, CardCondition cardCondition, GameServerState server) - Overrides:
onConditionin classBasePowerEffect- Returns:
- False will cancel the effect
-