mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Hero of Precinct One -> TokenScripts
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:1 W
|
|||||||
Types:Creature Human Warrior
|
Types:Creature Human Warrior
|
||||||
PT:2/2
|
PT:2/2
|
||||||
T:Mode$ SpellCast | ValidCard$ Card.MultiColor | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a multicolored spell, create a 1/1 white Human creature token.
|
T:Mode$ SpellCast | ValidCard$ Card.MultiColor | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a multicolored spell, create a 1/1 white Human creature token.
|
||||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 human rna
|
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ w_1_1_human | LegacyImage$ w 1 1 human rna
|
||||||
SVar:RemRandomDeck:True
|
SVar:RemRandomDeck:True
|
||||||
SVar:BuffedBy:Card.MultiColor
|
SVar:BuffedBy:Card.MultiColor
|
||||||
DeckHas:Ability$Token
|
DeckHas:Ability$Token
|
||||||
|
|||||||
6
forge-gui/res/tokenscripts/w_1_1_human.txt
Normal file
6
forge-gui/res/tokenscripts/w_1_1_human.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Human
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Creature Human
|
||||||
|
Colors:white
|
||||||
|
PT:1/1
|
||||||
|
Oracle:
|
||||||
Reference in New Issue
Block a user