mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Added Ashling the Pilgrim
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -540,6 +540,7 @@ res/cardsfolder/a/ashes_of_the_fallen.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/ashes_to_ashes.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/ashling_the_extinguisher.txt -text
|
||||
res/cardsfolder/a/ashling_the_extinguisher_avatar.txt -text
|
||||
res/cardsfolder/a/ashling_the_pilgrim.txt -text
|
||||
res/cardsfolder/a/ashling_the_pilgrim_avatar.txt -text
|
||||
res/cardsfolder/a/ashlings_prerogative.txt -text
|
||||
res/cardsfolder/a/ashmouth_hound.txt -text
|
||||
|
||||
18
res/cardsfolder/a/ashling_the_pilgrim.txt
Normal file
18
res/cardsfolder/a/ashling_the_pilgrim.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
Name:Ashling the Pilgrim
|
||||
ManaCost:1 R
|
||||
Types:Legendary Creature Elemental Shaman
|
||||
PT:1/1
|
||||
A:AB$ PutCounter | Cost$ 1 R | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ StoreNum | StackDescription$ SpellDescription | SpellDescription$ Put a +1/+1 counter on CARDNAME. If this is the third time this ability has resolved this turn, remove all +1/+1 counters from CARDNAME, and it deals that much damage to each creature and each player.
|
||||
SVar:StoreNum:DB$ StoreSVar | SVar$ AshlingNum | Type$ CountSVar | Expression$ AshlingNum/Plus.1 | SubAbility$ DBRemoveCounter
|
||||
SVar:DBRemoveCounter:DB$ RemoveCounter | CounterType$ P1P1 | CounterNum$ All | RememberRemoved$ True | SubAbility$ DBDmg | ConditionCheckSVar$ AshlingNum | ConditionSVarCompare$ EQ3 | StackDescription$ None
|
||||
SVar:DBDmg:DB$ DamageAll | NumDmg$ X | References$ X | ValidCards$ Creature | ValidPlayers$ Each | ValidDescription$ each creature and each player. | SubAbility$ DBCleanup | ConditionCheckSVar$ AshlingNum | ConditionSVarCompare$ EQ3 | StackDescription$ None
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:AshlingNum:Number$0
|
||||
SVar:X:Count$RememberedSize
|
||||
T:Mode$ Phase | Phase$ Cleanup | Execute$ TrigReset | Static$ True
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigReset | Static$ True
|
||||
SVar:TrigReset:AB$ StoreSVar | Cost$ 0 | SVar$ AshlingNum | Type$ Number | Expression$ 0
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ashling_the_pilgrim.jpg
|
||||
Oracle:{1}{R}: Put a +1/+1 counter on Ashling the Pilgrim. If this is the third time this ability has resolved this turn, remove all +1/+1 counters from Ashling the Pilgrim, and it deals that much damage to each creature and each player.
|
||||
SetInfo:LRW Rare
|
||||
Reference in New Issue
Block a user