mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
AFR: Drizzit and the Spider token
This commit is contained in:
14
forge-gui/res/cardsfolder/upcoming/drizzt_dourden.txt
Normal file
14
forge-gui/res/cardsfolder/upcoming/drizzt_dourden.txt
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Name:Drizzt Do'Urden
|
||||||
|
Nickname:Drizzt
|
||||||
|
ManaCost:3 G W
|
||||||
|
Types:Legendary Creature Elf Ranger
|
||||||
|
PT:3/3
|
||||||
|
K:Double Strike
|
||||||
|
T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenScript$ guenhwyvar
|
||||||
|
T:Mode$ ChangesZone | ValidCard$ Creature.powerGTX | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature dies, if it had power greater than NICKNAME's power, put a number of +1/+1 counters on NICKNAME equal to the difference.
|
||||||
|
SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ Z
|
||||||
|
SVar:X:Count$CardPower
|
||||||
|
SVar:Y:TriggeredCard$CardPower
|
||||||
|
SVar:Z:SVar$Y/Minus.X
|
||||||
|
Oracle:Double strike\nWhen Drizzt Do'Urden enters the battlefield, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.\nWhenever a creature dies, if it had power greater than Drizzt's power, put a number of +1/+1 counters on Drizzt equal to the difference.
|
||||||
@@ -202,6 +202,7 @@ Praetor:Praetors
|
|||||||
Prism:Prisms
|
Prism:Prisms
|
||||||
Processor:Processors
|
Processor:Processors
|
||||||
Rabbit:Rabbits
|
Rabbit:Rabbits
|
||||||
|
Ranger:Rangers
|
||||||
Rat:Rats
|
Rat:Rats
|
||||||
Rebel:Rebels
|
Rebel:Rebels
|
||||||
Reflection:Reflections
|
Reflection:Reflections
|
||||||
@@ -338,6 +339,7 @@ Kaya
|
|||||||
Kiora
|
Kiora
|
||||||
Koth
|
Koth
|
||||||
Liliana
|
Liliana
|
||||||
|
Lolth
|
||||||
Lukka
|
Lukka
|
||||||
Nahiri
|
Nahiri
|
||||||
Narset
|
Narset
|
||||||
|
|||||||
7
forge-gui/res/tokenscripts/b_2_1_spider_menace_reach.txt
Normal file
7
forge-gui/res/tokenscripts/b_2_1_spider_menace_reach.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Spider
|
||||||
|
ManaCost:no cost
|
||||||
|
Colors:black
|
||||||
|
PT:2/1
|
||||||
|
K:Menace
|
||||||
|
K:Reach
|
||||||
|
Oracle:Menace, reach
|
||||||
7
forge-gui/res/tokenscripts/guenhwyvar.txt
Normal file
7
forge-gui/res/tokenscripts/guenhwyvar.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Name:Guenhwyvar
|
||||||
|
ManaCost:no cost
|
||||||
|
Colors:green
|
||||||
|
Types:Legendary Creature Cat
|
||||||
|
PT:4/1
|
||||||
|
K:Trample
|
||||||
|
Oracle:Trample
|
||||||
Reference in New Issue
Block a user