mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
toolcraft exemplar: do with IsPresend and ConditionPresent
This commit is contained in:
@@ -2,9 +2,8 @@ Name:Toolcraft Exemplar
|
||||
ManaCost:W
|
||||
Types:Creature Dwarf Artificer
|
||||
PT:1/1
|
||||
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | CheckSVar$ X | SVarCompare$ GE1 | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ At the beginning of combat on your turn, if you control an artifact, Toolcraft Exemplar gets +2/+1 until end of turn. If you control three or more artifacts, it also gains first strike until end of turn.
|
||||
SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ 2 | NumDef$ 1 | SubAbility$ DBPump
|
||||
SVar:DBPump:DB$Pump | Defined$ Self | ConditionCheckSVar$ X | ConditionSVarCompare$ GE3 | KW$ First Strike
|
||||
SVar:X:Count$Valid Artifact.YouCtrl
|
||||
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | IsPresent$ Artifact.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ At the beginning of combat on your turn, if you control an artifact, Toolcraft Exemplar gets +2/+1 until end of turn. If you control three or more artifacts, it also gains first strike until end of turn.
|
||||
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 2 | NumDef$ 1 | SubAbility$ DBPump
|
||||
SVar:DBPump:DB$ Pump | Defined$ Self | ConditionPresent$ Artifact.YouCtrl | ConditionCompare$ GE3 | KW$ First Strike
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/toolcraft_exemplar.jpg
|
||||
Oracle:At the beginning of combat on your turn, if you control an artifact, Toolcraft Exemplar gets +2/+1 until end of turn. If you control three or more artifacts, it also gains first strike until end of turn.
|
||||
|
||||
Reference in New Issue
Block a user