Skip to content

Commit

Permalink
Balloon Berry (Deoxys): Set as reprint (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrama authored Feb 26, 2021
1 parent f18179a commit 7567119
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/tcgwars/logic/impl/gen3/Deoxys.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2321,25 +2321,7 @@ public enum Deoxys implements LogicCardInfo {

};
case BALLOON_BERRY_84:
return pokemonTool (this) {
text "Attach a Pokémon Tool to 1 of your Pokémon that doesn’t already have a Pokémon Tool attached to it.\nAs long as Balloon Berry is attached to a Pokémon, that Pokémon’s Retreat Cost is 0. When this Pokémon retreats, discard Balloon Berry."
def eff1
def eff2
onPlay {reason->
eff1=getter (GET_RETREAT_COST, BEFORE_LAST,self) {h->
h.object = 0
}
eff2 = delayed{
after RETREAT, self, {
discard thisCard
}
}
}
onRemoveFromPlay {
eff1.unregister()
eff2.unregister()
}
};
return copy(Dragon.BALLOON_BERRY_82, BALLOON_BERRY_84);
case CRYSTAL_SHARD_85:
return pokemonTool (this) {
text "Attach a Pokémon Tool to 1 of your Pokémon that doesn’t already have a Pokémon Tool attached to it.\nAs long as this card is attached to a Pokémon, that Pokémon’s type is [C]. If that Pokémon attacks, discard this card at the end of the turn."
Expand Down

0 comments on commit 7567119

Please sign in to comment.