mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Merge pull request #1058 from mctubbies/mctubbies-zellix
Card Script for Zellix, Sanity Flayer
This commit is contained in:
10
forge-gui/res/cardsfolder/upcoming/zellix_sanity_flayer.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/zellix_sanity_flayer.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name:Zellix, Sanity Flayer
|
||||||
|
ManaCost:2 U
|
||||||
|
Types:Legendary Creature Horror
|
||||||
|
PT:2/3
|
||||||
|
K:Choose a Background
|
||||||
|
T:Mode$ MilledAll | ValidPlayer$ Player | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Hive Mind — Whenever a player mills one or more creature cards, you create a 1/1 black Horror creature token.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenScript$ b_1_1_horror
|
||||||
|
A:AB$ Mill | Cost$ 1 T | NumCards$ 3 | ValidTgts$ Player | TgtPrompt$ Select a player | SpellDescription$ Target player mills three cards.
|
||||||
|
DeckHas:Ability$Mill|Token
|
||||||
|
Oracle:Hive Mind — Whenever a player mills one or more creature cards, you create a 1/1 black Horror creature token.\n{1},{T}: Target player mills three cards.\nChoose a Background (You can have a Background as a second commander.)
|
||||||
6
forge-gui/res/tokenscripts/b_1_1_horror.txt
Normal file
6
forge-gui/res/tokenscripts/b_1_1_horror.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
Name:Horror Token
|
||||||
|
ManaCost:no cost
|
||||||
|
Types:Creature Horror
|
||||||
|
Colors:black
|
||||||
|
PT:1/1
|
||||||
|
Oracle:
|
||||||
Reference in New Issue
Block a user