diff --git a/.gitattributes b/.gitattributes index a424803ce0d..bee2f82e4b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/l/lim_duls_vault.txt b/res/cardsfolder/l/lim_duls_vault.txt index d1198b86b2e..89fd9c9269f 100644 --- a/res/cardsfolder/l/lim_duls_vault.txt +++ b/res/cardsfolder/l/lim_duls_vault.txt @@ -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 diff --git a/res/cardsfolder/r/rumbling_aftershocks.txt b/res/cardsfolder/r/rumbling_aftershocks.txt index e6dcbfaea10..e054d9c1fb5 100644 --- a/res/cardsfolder/r/rumbling_aftershocks.txt +++ b/res/cardsfolder/r/rumbling_aftershocks.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/s/saproling_infestation.txt b/res/cardsfolder/s/saproling_infestation.txt new file mode 100644 index 00000000000..8dca5294ac1 --- /dev/null +++ b/res/cardsfolder/s/saproling_infestation.txt @@ -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 \ No newline at end of file