mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Fix UST token list, add scripts for the ones that are filling up the logfile with errors.
This commit is contained in:
@@ -43,8 +43,8 @@ g_1_1_saproling
|
||||
g_1_1_saproling
|
||||
g_1_1_squirrel
|
||||
g_6_6_wurm
|
||||
gw_x_x_vigilance_total_creatures
|
||||
gw_x_x_vigilance_total_creatures
|
||||
gw_x_x_elemental_total_creatures
|
||||
gw_x_x_elemental_total_creatures
|
||||
c_a_clue_draw
|
||||
c_a_clue_draw
|
||||
c_x_x_a_construct
|
||||
|
||||
6
forge-gui/res/tokenscripts/b_2_2_rogue.txt
Normal file
6
forge-gui/res/tokenscripts/b_2_2_rogue.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Rogue
|
||||
ManaCost:no cost
|
||||
Types:Creature Rogue
|
||||
Colors:black
|
||||
PT:2/2
|
||||
Oracle:
|
||||
5
forge-gui/res/tokenscripts/c_2_2_homunculus.txt
Normal file
5
forge-gui/res/tokenscripts/c_2_2_homunculus.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Homunculus
|
||||
ManaCost:no cost
|
||||
PT:2/2
|
||||
Types:Creature Homunculus
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/g_1_1_ape.txt
Normal file
6
forge-gui/res/tokenscripts/g_1_1_ape.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Ape
|
||||
ManaCost:no cost
|
||||
Types:Creature Ape
|
||||
Colors:green
|
||||
PT:1/1
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/r_1_1_brainiac.txt
Normal file
6
forge-gui/res/tokenscripts/r_1_1_brainiac.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Brainiac
|
||||
ManaCost:no cost
|
||||
Types:Creature Brainiac
|
||||
Colors:red
|
||||
PT:1/1
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt
Normal file
6
forge-gui/res/tokenscripts/r_4_4_giant_chicken.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Giant Chicken
|
||||
ManaCost:no cost
|
||||
Types:Creature Giant Chicken
|
||||
Colors:red
|
||||
PT:4/4
|
||||
Oracle:
|
||||
6
forge-gui/res/tokenscripts/rabid_sheep.txt
Normal file
6
forge-gui/res/tokenscripts/rabid_sheep.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Rabid Sheep
|
||||
Types:Creature Sheep
|
||||
Colors:green
|
||||
ManaCost:no cost
|
||||
PT:2/2
|
||||
Oracle:
|
||||
7
forge-gui/res/tokenscripts/storm_crow.txt
Normal file
7
forge-gui/res/tokenscripts/storm_crow.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Storm Crow
|
||||
ManaCost:no cost
|
||||
Colors:blue
|
||||
Types:Creature Bird
|
||||
PT:1/2
|
||||
K:Flying
|
||||
Oracle:Flying
|
||||
@@ -0,0 +1,10 @@
|
||||
Name:Faerie
|
||||
ManaCost:no cost
|
||||
Types:Creature Faerie
|
||||
Colors:blue
|
||||
PT:1/1
|
||||
K:Flying
|
||||
K:Haste
|
||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card.
|
||||
SVar:TrigDraw:DB$Draw | Defined$ You | NumCards$ 1
|
||||
Oracle:Flying, haste\nWhenever this creature deals combat damage to a player, draw a card.
|
||||
Reference in New Issue
Block a user