- Added Gigantiform

- Converted Explosive Growth to new Kicker
- Removed redundant References param from Birthing Pod
This commit is contained in:
moomarc
2012-09-17 06:09:45 +00:00
parent 3bda945ac3
commit d75f27dcff
4 changed files with 20 additions and 3 deletions

1
.gitattributes vendored
View File

@@ -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_gargantuan.txt -text
res/cardsfolder/g/gift_of_the_woods.txt svneol=native#text/plain res/cardsfolder/g/gift_of_the_woods.txt svneol=native#text/plain
res/cardsfolder/g/gigadrowse.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/gigantomancer.txt svneol=native#text/plain
res/cardsfolder/g/gigapede.txt svneol=native#text/plain res/cardsfolder/g/gigapede.txt svneol=native#text/plain
res/cardsfolder/g/gilded_light.txt -text res/cardsfolder/g/gilded_light.txt -text

View File

@@ -2,7 +2,7 @@ Name:Birthing Pod
ManaCost:3 PG ManaCost:3 PG
Types:Artifact Types:Artifact
Text:no text 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:X:Sacrificed$CardManaCost/Plus.1
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare

View File

@@ -2,8 +2,9 @@ Name:Explosive Growth
ManaCost:G ManaCost:G
Types:Instant Types:Instant
Text:no text 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. K:Kicker 5
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.) 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:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/explosive_growth.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/explosive_growth.jpg
SetInfo:INV|Common|http://magiccards.info/scans/en/in/187.jpg SetInfo:INV|Common|http://magiccards.info/scans/en/in/187.jpg

View File

@@ -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