mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Saproling Infestation
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -9064,6 +9064,7 @@ res/cardsfolder/s/saprazzan_raider.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/saprazzan_skerry.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/saproling_burst.txt -text
|
||||
res/cardsfolder/s/saproling_cluster.txt -text
|
||||
res/cardsfolder/s/saproling_infestation.txt -text
|
||||
res/cardsfolder/s/sapseep_forest.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/sarcatog.txt svneol=native#text/plain
|
||||
res/cardsfolder/s/sarcomancy.txt svneol=native#text/plain
|
||||
|
||||
@@ -7,7 +7,7 @@ SVar:CheckLifePaid:DB$ StoreSVar | SVar$ LifePaid | Type$ Number | Expression$ 1
|
||||
SVar:DBResetRem:DB$ Cleanup | ClearRemembered$ True | SubAbility$ GoToBottom
|
||||
SVar:GoToBottom:DB$ Dig | DigNum$ 5 | ChangeNum$ All | DestinationZone$ Library | LibraryPosition$ -1 | NoLooking$ True | SubAbility$ DBLookAgain | StackDescription$ None
|
||||
SVar:DBLookAgain:DB$ Dig | DigNum$ 5 | NoMove$ True | RememberRevealed$ True | StackDescription$ None
|
||||
SVar:DBShuffle:DB$ ChangeZone | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Card.IsRemembered | ChangeNum$ 5 | SubAbility$ DBReset | Hidden$ True | SelectPrompt$ Pick 1 on the top of library | Mandatory$ True | NoReveal$ True | StackDescription$ None
|
||||
SVar:DBShuffle:DB$ ChangeZone | Origin$ Library | Destination$ Library | LibraryPosition$ 0 | ChangeType$ Card.IsRemembered | ChangeNum$ 5 | SubAbility$ DBReset | Hidden$ True | SelectPrompt$ Pick 1 on the top of library | Mandatory$ True | NoReveal$ True | NoLooking$ True | StackDescription$ None
|
||||
SVar:DBReset:DB$ StoreSVar | SVar$ LifePaid | Type$ Number | Expression$ 0 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:LifePaid:Number$0
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
Name:Rumbling Aftershocks
|
||||
ManaCost:4 R
|
||||
Types:Enchantment
|
||||
T:Mode$ SpellCast | ValidCard$ Card.YouCtrl+kicked | Execute$ DamageSomeone | OptionalDecider$ You | TriggerDescription$ Whenever you cast a kicked spell, you may have CARDNAME deal damage to target creature or player equal to the number of times that spell was kicked.
|
||||
T:Mode$ SpellCast | ValidCard$ Card.YouCtrl+kicked | TriggerZones$ Battlefield | Execute$ DamageSomeone | OptionalDecider$ You | TriggerDescription$ Whenever you cast a kicked spell, you may have CARDNAME deal damage to target creature or player equal to the number of times that spell was kicked.
|
||||
SVar:DamageSomeone:AB$ DealDamage | Cost$ 0 | ValidTgts$ Creature,Player | References$ X | NumDmg$ X | TgtPrompt$ Select target creature or player
|
||||
SVar:X:TriggeredSpellAbility$Count$TimesKicked
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rumbling_aftershocks.jpg
|
||||
Oracle:Whenever you cast a kicked spell, you may have Rumbling Aftershocks deal damage to target creature or player equal to the number of times that spell was kicked.
|
||||
SetInfo:WWK Uncommon
|
||||
9
res/cardsfolder/s/saproling_infestation.txt
Normal file
9
res/cardsfolder/s/saproling_infestation.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Saproling Infestation
|
||||
ManaCost:1 G
|
||||
Types:Enchantment
|
||||
T:Mode$ SpellCast | ValidCard$ Card.YouCtrl+kicked | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a player kicks a spell, you put a 1/1 green Saproling creature token onto the battlefield.
|
||||
SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/saproling_infestation.jpg
|
||||
Oracle:Whenever a player kicks a spell, you put a 1/1 green Saproling creature token onto the battlefield.
|
||||
SetInfo:INV Rare
|
||||
Reference in New Issue
Block a user