mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Fixed Selesnya Loft Gardens.
This commit is contained in:
@@ -2,9 +2,9 @@ Name:Selesnya Loft Gardens
|
|||||||
ManaCost:no cost
|
ManaCost:no cost
|
||||||
Types:Plane Ravnica
|
Types:Plane Ravnica
|
||||||
|
|
||||||
R:Event$ CreateToken | ActiveZones$ Battlefield | ReplaceWith$ DoubleToken | EffectOnly$ True | Description$ If an effect would create one or more tokens, it creates twice that many of those tokens instead.
|
R:Event$ CreateToken | ActiveZones$ Command | ReplaceWith$ DoubleToken | EffectOnly$ True | Description$ If an effect would create one or more tokens, it creates twice that many of those tokens instead.
|
||||||
SVar:DoubleToken:DB$ ReplaceEffect | VarName$ TokenNum | VarValue$ Y | References$ Y
|
SVar:DoubleToken:DB$ ReplaceEffect | VarName$ TokenNum | VarValue$ Y | References$ Y
|
||||||
R:Event$ AddCounter | ActiveZones$ Battlefield | ValidCard$ Permanent | EffectOnly$ True | ReplaceWith$ DoubleCounters | Description$ If an effect would put one or more counters on a permanent, it puts twice that many of those counters on that permanent instead.
|
R:Event$ AddCounter | ActiveZones$ Command | ValidCard$ Permanent | EffectOnly$ True | ReplaceWith$ DoubleCounters | Description$ If an effect would put one or more counters on a permanent, it puts twice that many of those counters on that permanent instead.
|
||||||
SVar:DoubleCounters:DB$ ReplaceEffect | VarName$ CounterNum | VarValue$ Z | References$ Z
|
SVar:DoubleCounters:DB$ ReplaceEffect | VarName$ CounterNum | VarValue$ Z | References$ Z
|
||||||
SVar:Y:ReplaceCount$TokenNum/Twice
|
SVar:Y:ReplaceCount$TokenNum/Twice
|
||||||
SVar:Z:ReplaceCount$CounterNum/Twice
|
SVar:Z:ReplaceCount$CounterNum/Twice
|
||||||
|
|||||||
Reference in New Issue
Block a user