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:Doubling Season
|
||
|
ManaCost:4 G
|
||
|
Types:Enchantment
|
||
|
R:Event$ CreateToken | ActiveZones$ Battlefield | ValidPlayer$ You | ReplaceWith$ DoubleToken | EffectOnly$ True | Description$ If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.
|
||
|
SVar:DoubleToken:DB$ ReplaceEffect | VarName$ TokenNum | VarValue$ X | References$ X
|
||
|
R:Event$ AddCounter | ActiveZones$ Battlefield | ValidCard$ Permanent.YouCtrl | EffectOnly$ True | ReplaceWith$ DoubleCounters | Description$ If an effect would put one or more counters on a permanent you control, it puts twice that many of those counters on that permanent instead.
|
||
|
SVar:DoubleCounters:DB$ ReplaceEffect | VarName$ CounterNum | VarValue$ Y | References$ Y
|
||
|
SVar:X:ReplaceCount$TokenNum/Twice
|
||
|
SVar:Y:ReplaceCount$CounterNum/Twice
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/doubling_season.jpg
|
||
|
Oracle:If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.\nIf an effect would put one or more counters on a permanent you control, it puts twice that many of those counters on that permanent instead.
|