mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
12 lines
1.1 KiB
Plaintext
12 lines
1.1 KiB
Plaintext
|
Name:Mine Layer
|
||
|
ManaCost:3 R
|
||
|
Types:Creature Dwarf
|
||
|
PT:1/1
|
||
|
A:AB$ PutCounter | Cost$ 1 R T | ValidTgts$ Land | TgtPrompt$ Select target land | CounterType$ MINE | CounterNum$ 1 | IsCurse$ True | SpellDescription$ Put a mine counter on target land.
|
||
|
T:Mode$ Taps | ValidCard$ Land.counters_GE1_MINE | TriggerZones$ Battlefield | Execute$ TrigDestroy | TriggerDescription$ Whenever a land with a mine counter on it becomes tapped, destroy it.
|
||
|
SVar:TrigDestroy:AB$Destroy | Cost$ 0 | Defined$ TriggeredCard
|
||
|
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigRemove | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, remove all mine counters from all lands.
|
||
|
SVar:TrigRemove:AB$ RemoveCounterAll | Cost$ 0 | ValidCards$ Land | CounterType$ MINE | AllCounters$ True
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mine_layer.jpg
|
||
|
Oracle:{1}{R}, {T}: Put a mine counter on target land.\nWhenever a land with a mine counter on it becomes tapped, destroy it.\nWhen Mine Layer leaves the battlefield, remove all mine counters from all lands.
|