mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Gigantiform
- Converted Explosive Growth to new Kicker - Removed redundant References param from Birthing Pod
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
15
res/cardsfolder/g/gigantiform.txt
Normal file
15
res/cardsfolder/g/gigantiform.txt
Normal 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
|
||||
Reference in New Issue
Block a user