mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Suffocation
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -10937,6 +10937,7 @@ res/cardsfolder/s/sudden_spoiling.txt -text
|
|||||||
res/cardsfolder/s/sudden_strength.txt svneol=native#text/plain
|
res/cardsfolder/s/sudden_strength.txt svneol=native#text/plain
|
||||||
res/cardsfolder/s/suffer_the_past.txt svneol=native#text/plain
|
res/cardsfolder/s/suffer_the_past.txt svneol=native#text/plain
|
||||||
res/cardsfolder/s/suffocating_blast.txt svneol=native#text/plain
|
res/cardsfolder/s/suffocating_blast.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/s/suffocation.txt -text
|
||||||
res/cardsfolder/s/suicidal_charge.txt svneol=native#text/plain
|
res/cardsfolder/s/suicidal_charge.txt svneol=native#text/plain
|
||||||
res/cardsfolder/s/sulam_djinn.txt -text
|
res/cardsfolder/s/sulam_djinn.txt -text
|
||||||
res/cardsfolder/s/suleimans_legacy.txt svneol=native#text/plain
|
res/cardsfolder/s/suleimans_legacy.txt svneol=native#text/plain
|
||||||
|
|||||||
15
res/cardsfolder/s/suffocation.txt
Normal file
15
res/cardsfolder/s/suffocation.txt
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Name:Suffocation
|
||||||
|
ManaCost:1 U
|
||||||
|
Types:Instant
|
||||||
|
Text:Cast CARDNAME only if you were dealt damage this turn by a red instant or sorcery spell.
|
||||||
|
T:Mode$ DamageDone | ValidSource$ Sorcery.Red,Instant.Red | ValidTarget$ You | Execute$ TrigClear | Static$ True
|
||||||
|
SVar:TrigClear:DB$ Cleanup | ClearRemembered$ True | SubAbility$ TrigRemember
|
||||||
|
SVar:TrigRemember:DB$ Pump | RememberObjects$ TriggeredSourceController
|
||||||
|
T:Mode$ Phase | Phase$ Cleanup | Execute$ TrigReset | Static$ True
|
||||||
|
SVar:TrigReset:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
A:SP$ DealDamage | Cost$ 1 U | Defined$ Remembered | NumDmg$ 4 | CheckSVar$ X | References$ X | SVarCompare$ EQ1 | SubAbility$ DelTrigSlowtrip | SpellDescription$ CARDNAME deals 4 damage to the controller of the last red instant or sorcery spell that dealt damage to you this turn. Draw a card at the beginning of the next turn's upkeep.
|
||||||
|
SVar:DelTrigSlowtrip:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ DrawSlowtrip | TriggerDescription$ Draw a card.
|
||||||
|
SVar:DrawSlowtrip:DB$Draw | NumCards$ 1 | Defined$ You
|
||||||
|
SVar:X:Count$RememberedSize
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/suffocation.jpg
|
||||||
|
Oracle:Cast Suffocation only if you were dealt damage this turn by a red instant or sorcery spell.\nSuffocation deals 4 damage to the controller of the last red instant or sorcery spell that dealt damage to you this turn.\nDraw a card at the beginning of the next turn's upkeep.
|
||||||
Reference in New Issue
Block a user