mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed Mountain Titan
This commit is contained in:
@@ -2,9 +2,9 @@ Name:Mountain Titan
|
|||||||
ManaCost:2 B R
|
ManaCost:2 B R
|
||||||
Types:Creature Giant
|
Types:Creature Giant
|
||||||
PT:2/2
|
PT:2/2
|
||||||
A:AB$ Animate | Cost$ 1 R R | Triggers$ TrigSpellCast | SpellDescription$ Until end of turn, whenever you cast a black spell, put a +1/+1 counter on CARDNAME.
|
A:AB$ Effect | Cost$ 1 R R | Name$ Mountain Titan Effect | Triggers$ TrigSpellCast | SVars$ TrigPutCounter | RememberObjects$ Self | SpellDescription$ Until end of turn, whenever you cast a black spell, put a +1/+1 counter on CARDNAME.
|
||||||
SVar:TrigSpellCast:Mode$ SpellCast | ValidCard$ Card.Black | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a black spell, put a +1/+1 counter on CARDNAME.
|
SVar:TrigSpellCast:Mode$ SpellCast | ValidCard$ Card.Black | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Command | TriggerDescription$ Whenever you cast a black spell, put a +1/+1 counter on Mountain Titan.
|
||||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ 1
|
||||||
SVar:BuffedBy:Card.Black
|
SVar:BuffedBy:Card.Black
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mountain_titan.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/mountain_titan.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user