mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
toolcraft exemplar: do with IsPresend and ConditionPresent
This commit is contained in:
@@ -2,9 +2,8 @@ Name:Toolcraft Exemplar
|
|||||||
ManaCost:W
|
ManaCost:W
|
||||||
Types:Creature Dwarf Artificer
|
Types:Creature Dwarf Artificer
|
||||||
PT:1/1
|
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.
|
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:AB$ Pump | Cost$ 0 | Defined$ Self | NumAtt$ 2 | NumDef$ 1 | SubAbility$ DBPump
|
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 2 | NumDef$ 1 | SubAbility$ DBPump
|
||||||
SVar:DBPump:DB$Pump | Defined$ Self | ConditionCheckSVar$ X | ConditionSVarCompare$ GE3 | KW$ First Strike
|
SVar:DBPump:DB$ Pump | Defined$ Self | ConditionPresent$ Artifact.YouCtrl | ConditionCompare$ GE3 | KW$ First Strike
|
||||||
SVar:X:Count$Valid Artifact.YouCtrl
|
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/toolcraft_exemplar.jpg
|
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.
|
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