Laurent - Code Clean-Up removed some Hardcode replace with softcode, mostly RV. Tested most of them (except exile from ALL but that should be the same as Swords to plowshares)...
Did not manage to remove/softcode The Rack.
This commit is contained in:
@@ -251,7 +251,7 @@ type=Sorcery
|
||||
[card]
|
||||
text=Brass Man doesn't untap during your untap step. At the beginning of your upkeep, you may pay {1}. If you do, untap Brass Man.
|
||||
id=1099
|
||||
auto={1}:untap
|
||||
auto={1}:untap myTurnOnly
|
||||
name=Brass Man
|
||||
rarity=U
|
||||
mana={1}
|
||||
@@ -426,6 +426,7 @@ toughness=4
|
||||
[card]
|
||||
text=Enchant creature When enchanted creature is put into a graveyard, Creature Bond deals damage equal to that creature's toughness to the creature's controller.
|
||||
target=creature
|
||||
auto=@movedto(mytgt|graveyard) from(Battlefield):damage:t targetController
|
||||
id=1197
|
||||
name=Creature Bond
|
||||
rarity=C
|
||||
@@ -1171,6 +1172,7 @@ type=Artifact
|
||||
text=At the beginning of your upkeep, you gain X life, where X is the number of cards in your hand minus four.
|
||||
id=1115
|
||||
name=Ivory Tower
|
||||
auto=@each my upkeep:foreach(*|myhand)life:1 controller >4
|
||||
rarity=R
|
||||
mana={1}
|
||||
type=Artifact
|
||||
@@ -1703,6 +1705,7 @@ toughness=1
|
||||
text=Enchant land Whenever enchanted land becomes tapped, Psychic Venom deals 2 damage to that land's controller.
|
||||
target=land
|
||||
id=1218
|
||||
auto=@tapped(mytgt):damage:2 targetController
|
||||
name=Psychic Venom
|
||||
rarity=C
|
||||
mana={1}{U}
|
||||
@@ -1760,6 +1763,7 @@ subtype=Aura
|
||||
text=Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.) {G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)
|
||||
target=creature
|
||||
id=1262
|
||||
auto={G}:regenerate
|
||||
name=Regeneration
|
||||
rarity=C
|
||||
mana={1}{G}
|
||||
@@ -2037,6 +2041,7 @@ type=Enchantment
|
||||
text=Enchant artifact You control enchanted artifact.
|
||||
target=artifact
|
||||
id=1226
|
||||
alias=1194
|
||||
name=Steal Artifact
|
||||
rarity=U
|
||||
mana={2}{U}{U}
|
||||
@@ -2056,6 +2061,7 @@ type=Sorcery
|
||||
[card]
|
||||
text=Target player gains X life.
|
||||
target=player
|
||||
auto=life:X
|
||||
id=1266
|
||||
name=Stream of Life
|
||||
rarity=C
|
||||
@@ -2101,6 +2107,8 @@ subtype=Swamp
|
||||
[card]
|
||||
text=Exile target creature. Its controller gains life equal to its power.
|
||||
target=creature
|
||||
auto=moveto(exile)
|
||||
auto=life:p targetController
|
||||
id=1367
|
||||
name=Swords to Plowshares
|
||||
rarity=U
|
||||
|
||||
Reference in New Issue
Block a user