toolcraft exemplar: do with IsPresend and ConditionPresent

This commit is contained in:
Hanmac
2017-02-24 07:06:09 +00:00
parent 3e9c9682de
commit f5a2881f5c

View File

@@ -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.