mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Sethron fixes
This commit is contained in:
committed by
Michael Kamensky
parent
f08f960982
commit
c79b36d5d0
@@ -2,8 +2,8 @@ Name:Sethron, Hurloon General
|
||||
ManaCost:3 R R
|
||||
Types:Legendary Creature Minotaur Warrior
|
||||
PT:4/4
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters enters the battlefield under your control, create a 2/3 red Minotaur creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Minotaur.nonToken+Other+YouCtrl | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters the battlefield under your control, create a 2/3 red Minotaur creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters enters the battlefield under your control, create a 2/3 red Minotaur creature token.
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Minotaur.nonToken+Other+YouCtrl | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another nontoken Minotaur enters the battlefield under your control, create a 2/3 red Minotaur creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_2_3_minotaur | TokenOwner$ You
|
||||
A:AB$ PumpAll | Cost$ 2 BR | ValidCards$ Minotaur.YouCtrl | NumAtt$ +1 | KW$ Menace & Haste | SpellDescription$ Minotaurs you control get +1/+0 and gain menace and haste until end of turn.
|
||||
SVar:PlayMain1:TRUE
|
||||
|
||||
6
forge-gui/res/tokenscripts/r_2_3_minotaur.txt
Normal file
6
forge-gui/res/tokenscripts/r_2_3_minotaur.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Minotaur
|
||||
ManaCost:no cost
|
||||
Types:Creature Minotaur
|
||||
Colors:red
|
||||
PT:2/3
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user