From d75f27dcff52abe82e06556b07fdbc2f8d538435 Mon Sep 17 00:00:00 2001 From: moomarc Date: Mon, 17 Sep 2012 06:09:45 +0000 Subject: [PATCH] - Added Gigantiform - Converted Explosive Growth to new Kicker - Removed redundant References param from Birthing Pod --- .gitattributes | 1 + res/cardsfolder/b/birthing_pod.txt | 2 +- res/cardsfolder/e/explosive_growth.txt | 5 +++-- res/cardsfolder/g/gigantiform.txt | 15 +++++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 res/cardsfolder/g/gigantiform.txt diff --git a/.gitattributes b/.gitattributes index 7bdd9237c39..d5dd4471073 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3736,6 +3736,7 @@ res/cardsfolder/g/gift_of_the_deity.txt svneol=native#text/plain res/cardsfolder/g/gift_of_the_gargantuan.txt -text res/cardsfolder/g/gift_of_the_woods.txt svneol=native#text/plain res/cardsfolder/g/gigadrowse.txt svneol=native#text/plain +res/cardsfolder/g/gigantiform.txt -text res/cardsfolder/g/gigantomancer.txt svneol=native#text/plain res/cardsfolder/g/gigapede.txt svneol=native#text/plain res/cardsfolder/g/gilded_light.txt -text diff --git a/res/cardsfolder/b/birthing_pod.txt b/res/cardsfolder/b/birthing_pod.txt index d2bf68580bc..efe46722261 100644 --- a/res/cardsfolder/b/birthing_pod.txt +++ b/res/cardsfolder/b/birthing_pod.txt @@ -2,7 +2,7 @@ Name:Birthing Pod ManaCost:3 PG Types:Artifact Text:no text -A:AB$ ChangeZone | Cost$ 1 PG T Sac<1/Creature> | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.cmcEQX | Refernces$ X | ChangeNum$ 1 | SorcerySpeed$ True | StackDescription$ Search your library for a creature card with converted mana cost equal to 1 plus the sacrificed creature's converted mana cost, put that card onto the battlefield, then shuffle your library. | References$ X | SpellDescription$ Search your library for a creature card with converted mana cost equal to 1 plus the sacrificed creature's converted mana cost, put that card onto the battlefield, then shuffle your library. Activate this ability only any time you could cast a sorcery. +A:AB$ ChangeZone | Cost$ 1 PG T Sac<1/Creature> | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.cmcEQX | References$ X | ChangeNum$ 1 | SorcerySpeed$ True | StackDescription$ Search your library for a creature card with converted mana cost equal to 1 plus the sacrificed creature's converted mana cost, put that card onto the battlefield, then shuffle your library. | SpellDescription$ Search your library for a creature card with converted mana cost equal to 1 plus the sacrificed creature's converted mana cost, put that card onto the battlefield, then shuffle your library. Activate this ability only any time you could cast a sorcery. SVar:X:Sacrificed$CardManaCost/Plus.1 SVar:RemAIDeck:True SVar:Rarity:Rare diff --git a/res/cardsfolder/e/explosive_growth.txt b/res/cardsfolder/e/explosive_growth.txt index 49eb57dc4df..66717d03638 100644 --- a/res/cardsfolder/e/explosive_growth.txt +++ b/res/cardsfolder/e/explosive_growth.txt @@ -2,8 +2,9 @@ Name:Explosive Growth ManaCost:G Types:Instant Text:no text -A:SP$ Pump | Cost$ G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Target creature gets +2/+2 until end of turn. If CARDNAME was kicked, that creature gets +5/+5 until end of turn instead. -A:SP$ Pump | Cost$ 5 G | SetAsKicked$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +5 | NumDef$ +5 | SpellDescription$ Kicker 5 (You may pay an additional 5 as you cast this spell.) +K:Kicker 5 +A:SP$ Pump | Cost$ G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ WasKicked | NumDef$ WasKicked | References$ WasKicked | SpellDescription$ Target creature gets +2/+2 until end of turn. If CARDNAME was kicked, that creature gets +5/+5 until end of turn instead. +SVar:WasKicked:Count$Kicked.5.2 SVar:Rarity:Common SVar:Picture:http://www.wizards.com/global/images/magic/general/explosive_growth.jpg SetInfo:INV|Common|http://magiccards.info/scans/en/in/187.jpg diff --git a/res/cardsfolder/g/gigantiform.txt b/res/cardsfolder/g/gigantiform.txt new file mode 100644 index 00000000000..fe67757b98d --- /dev/null +++ b/res/cardsfolder/g/gigantiform.txt @@ -0,0 +1,15 @@ +Name:Gigantiform +ManaCost:3 G G +Types:Enchantment Aura +Text:no text +K:Kicker 4 +K:Enchant creature +A:SP$ Attach | Cost$ 3 G G | ValidTgts$ Creature | AILogic$ Pump +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | SetPower$ 8 | SetToughness$ 8 | AddKeyword$ Trample | Description$ Enchanted creature is 8/8 and has trample. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+kicked | OptionalDecider$ You | Execute$ KickedGiant | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, you may search your library for a card named CARDNAME, put it onto the battlefield, then shuffle your library. +SVar:KickedGiant:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Card.namedGigantiform | ChangeNum$ 1 +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/gigantiform.jpg +SetInfo:ZEN|Rare|http://magiccards.info/scans/en/zen/162.jpg +Oracle:Kicker {4}\nEnchant creature\nEnchanted creature is 8/8 and has trample.\nWhen Gigantiform enters the battlefield, if it was kicked, you may search your library for a card named Gigantiform, put it onto the battlefield, then shuffle your library. +End \ No newline at end of file