add Hidden Gibbons, Hidden Guerrillas, Hidded Herd, and Hidden Spider

This commit is contained in:
jendave
2011-08-06 20:02:54 +00:00
parent c92b38b10f
commit e2bcb01c18
5 changed files with 40 additions and 0 deletions

4
.gitattributes vendored
View File

@@ -2914,7 +2914,11 @@ res/cardsfolder/hibernation.txt -text svneol=native#text/plain
res/cardsfolder/hibernation_sliver.txt svneol=native#text/plain res/cardsfolder/hibernation_sliver.txt svneol=native#text/plain
res/cardsfolder/hickory_woodlot.txt -text svneol=native#text/plain res/cardsfolder/hickory_woodlot.txt -text svneol=native#text/plain
res/cardsfolder/hidden_ancients.txt -text svneol=native#text/plain res/cardsfolder/hidden_ancients.txt -text svneol=native#text/plain
res/cardsfolder/hidden_gibbons.txt -text svneol=native#text/plain
res/cardsfolder/hidden_guerrillas.txt -text svneol=native#text/plain
res/cardsfolder/hidden_herd.txt -text svneol=native#text/plain
res/cardsfolder/hidden_path.txt -text svneol=native#text/plain res/cardsfolder/hidden_path.txt -text svneol=native#text/plain
res/cardsfolder/hidden_spider.txt -text svneol=native#text/plain
res/cardsfolder/hideous_end.txt -text svneol=native#text/plain res/cardsfolder/hideous_end.txt -text svneol=native#text/plain
res/cardsfolder/hidetsugus_second_rite.txt -text svneol=native#text/plain res/cardsfolder/hidetsugus_second_rite.txt -text svneol=native#text/plain
res/cardsfolder/high_market.txt -text svneol=native#text/plain res/cardsfolder/high_market.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Hidden Gibbons
ManaCost:G
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Instant | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment| Execute$ TrigAnimate | TriggerDescription$ When an opponent casts an instant spell, if CARDNAME is an enchantment, CARDNAME becomes a 4/4 Ape creature.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 4 | Toughness$ 4 | Types$ Creature,Ape | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/hidden_gibbons.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Hidden Guerrillas
ManaCost:G
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Artifact | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment| Execute$ TrigAnimate | TriggerDescription$ When an opponent casts an artifact spell, if CARDNAME is an enchantment, CARDNAME becomes a 5/3 Soldier creature with trample.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 5 | Toughness$ 3 | Keywords$ Trample | Types$ Creature,Soldier | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/hidden_guerrillas.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Hidden Herd
ManaCost:G
Types:Enchantment
Text:no text
T:Mode$ LandPlayed | ValidCard$ Land.nonBasic+YouDontCtrl | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment| Execute$ TrigAnimate | TriggerDescription$ When an opponent plays a nonbasic land, if CARDNAME is an enchantment, CARDNAME becomes a 3/3 Beast creature.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 3 | Toughness$ 3 | Types$ Creature,Beast | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/hidden_herd.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Hidden Spider
ManaCost:G
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Creature.withFlying | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment| Execute$ TrigAnimate | TriggerDescription$ When an opponent casts a creature spell with flying, if CARDNAME is an enchantment, CARDNAME becomes a 3/5 Spider creature with reach. (It can block creatures with flying.)
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 3 | Toughness$ 5 | Keywords$ Reach | Types$ Creature,Spider | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/hidden_spider.jpg
End