mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
14 lines
1.3 KiB
Plaintext
14 lines
1.3 KiB
Plaintext
|
Name:Force Bubble
|
||
|
ManaCost:2 W W
|
||
|
Types:Enchantment
|
||
|
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ You | ReplaceWith$ Counters | Description$ If damage would be dealt to you, put that many depletion counters on CARDNAME instead.
|
||
|
SVar:Counters:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ DEPLETION | CounterNum$ X | References$ X
|
||
|
T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_GE4_DEPLETION | Execute$ TrigSac | TriggerDescription$ When there are four or more depletion counters on CARDNAME, sacrifice it.
|
||
|
SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | Defined$ Self
|
||
|
T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ At the beginning of each end step, remove all depletion counters from CARDNAME.
|
||
|
SVar:TrigRemoveCounter:AB$ RemoveCounter | Cost$ 0 | CounterType$ DEPLETION | CounterNum$ All | References$ All
|
||
|
SVar:X:ReplaceCount$DamageAmount
|
||
|
SVar:All:Count$CardCounters.DEPLETION
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/force_bubble.jpg
|
||
|
Oracle:If damage would be dealt to you, put that many depletion counters on Force Bubble instead.\nWhen there are four or more depletion counters on Force Bubble, sacrifice it.\nAt the beginning of each end step, remove all depletion counters from Force Bubble.
|