From fbda01ef437a543d61578cb8e7ffe519a56133c8 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 02:32:42 +0000 Subject: [PATCH 01/76] all the r_1_1_goblins --- forge-gui/res/cardsfolder/b/beetleback_chief.txt | 2 +- forge-gui/res/cardsfolder/d/dragon_fodder.txt | 2 +- forge-gui/res/cardsfolder/e/empty_the_warrens.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_instigator.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_marshal.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_offensive.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_rally.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_warrens.txt | 2 +- forge-gui/res/cardsfolder/h/hordeling_outburst.txt | 2 +- forge-gui/res/cardsfolder/h/hunted_phantasm.txt | 2 +- .../res/cardsfolder/i/ib_halfheart_goblin_tactician.txt | 2 +- forge-gui/res/cardsfolder/k/kathari_bomber.txt | 2 +- forge-gui/res/cardsfolder/k/krenko_mob_boss.txt | 2 +- forge-gui/res/cardsfolder/k/krenkos_command.txt | 2 +- forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt | 6 ++++-- forge-gui/res/cardsfolder/m/mardu_ascendancy.txt | 2 +- forge-gui/res/cardsfolder/m/mogg_alarm.txt | 4 ++-- forge-gui/res/cardsfolder/m/mogg_infestation.txt | 2 +- forge-gui/res/cardsfolder/m/mogg_war_marshal.txt | 2 +- forge-gui/res/cardsfolder/p/ponyback_brigade.txt | 2 +- forge-gui/res/cardsfolder/s/siege_gang_commander.txt | 2 +- forge-gui/res/cardsfolder/s/survey_the_wreckage.txt | 2 +- forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt | 2 +- forge-gui/res/editions/Alara Reborn.txt | 3 +++ forge-gui/res/editions/Commander 2014.txt | 3 +++ forge-gui/res/editions/Commander Anthology Vol. II.txt | 3 +++ forge-gui/res/editions/Dominaria.txt | 3 +++ forge-gui/res/editions/Dragons of Tarkir.txt | 3 +++ forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt | 3 +++ forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt | 3 +++ forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt | 5 ++++- forge-gui/res/editions/Duel Decks Mind vs. Might.txt | 3 +++ forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt | 3 +++ forge-gui/res/editions/Eternal Masters.txt | 3 +++ forge-gui/res/editions/Khans of Tarkir.txt | 3 +++ forge-gui/res/editions/Magic 2010.txt | 3 +++ forge-gui/res/editions/Magic 2013.txt | 3 +++ forge-gui/res/editions/Magic 2015.txt | 1 + forge-gui/res/editions/Magic 2019.txt | 1 + forge-gui/res/editions/Magic Origins.txt | 3 +++ forge-gui/res/editions/Masters 25.txt | 5 ++++- forge-gui/res/editions/Modern Masters 2017.txt | 5 ++++- forge-gui/res/editions/Modern Masters.txt | 3 +++ forge-gui/res/editions/New Phyrexia.txt | 3 +++ forge-gui/res/editions/Planechase Anthology.txt | 3 +++ forge-gui/res/editions/Return to Ravnica.txt | 3 +++ forge-gui/res/editions/Scars of Mirrodin.txt | 3 +++ forge-gui/res/editions/Tenth Edition.txt | 3 +++ forge-gui/res/editions/Unglued.txt | 5 ++++- forge-gui/res/editions/Unstable.txt | 3 +++ 50 files changed, 108 insertions(+), 29 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/beetleback_chief.txt b/forge-gui/res/cardsfolder/b/beetleback_chief.txt index f1b2c21a7ff..84796857ba3 100644 --- a/forge-gui/res/cardsfolder/b/beetleback_chief.txt +++ b/forge-gui/res/cardsfolder/b/beetleback_chief.txt @@ -3,6 +3,6 @@ ManaCost:2 R R Types:Creature Goblin Warrior PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin ddn | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/beetleback_chief.jpg Oracle:When Beetleback Chief enters the battlefield, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/d/dragon_fodder.txt b/forge-gui/res/cardsfolder/d/dragon_fodder.txt index f7f899de4f1..76dcff909fb 100644 --- a/forge-gui/res/cardsfolder/d/dragon_fodder.txt +++ b/forge-gui/res/cardsfolder/d/dragon_fodder.txt @@ -1,6 +1,6 @@ Name:Dragon Fodder ManaCost:1 R Types:Sorcery -A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin ALA | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ALA | SpellDescription$ Create two 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_fodder.jpg Oracle:Create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/e/empty_the_warrens.txt b/forge-gui/res/cardsfolder/e/empty_the_warrens.txt index 5eb76305762..1092221fadf 100644 --- a/forge-gui/res/cardsfolder/e/empty_the_warrens.txt +++ b/forge-gui/res/cardsfolder/e/empty_the_warrens.txt @@ -1,7 +1,7 @@ Name:Empty the Warrens ManaCost:3 R Types:Sorcery -A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin TSP | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin mma | SpellDescription$ Create two 1/1 red Goblin creature tokens. K:Storm SVar:Picture:http://www.wizards.com/global/images/magic/general/empty_the_warrens.jpg Oracle:Create two 1/1 red Goblin creature tokens.\nStorm (When you cast this spell, copy it for each spell cast before it this turn.) diff --git a/forge-gui/res/cardsfolder/g/goblin_instigator.txt b/forge-gui/res/cardsfolder/g/goblin_instigator.txt index f7eafce0e1a..9b58f8a7c09 100644 --- a/forge-gui/res/cardsfolder/g/goblin_instigator.txt +++ b/forge-gui/res/cardsfolder/g/goblin_instigator.txt @@ -2,7 +2,7 @@ Name:Goblin Instigator ManaCost:1 R Types:Creature Goblin Rogue T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 red Goblin creature token. | Execute$ TrigToken -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Red | TokenName$ Goblin | TokenTypes$ Goblin,Creature | TokenImage$ r 1 1 goblin m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin m19 DeckHas:Ability$Token Oracle:When Goblin Instigator enters the battlefield, create a 1/1 red Goblin creature token. PT:1/1 \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/goblin_marshal.txt b/forge-gui/res/cardsfolder/g/goblin_marshal.txt index 621c72ba238..fc867c9e433 100644 --- a/forge-gui/res/cardsfolder/g/goblin_marshal.txt +++ b/forge-gui/res/cardsfolder/g/goblin_marshal.txt @@ -5,6 +5,6 @@ PT:3/3 K:Echo:4 R R T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_marshal.jpg Oracle:Echo {4}{R}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Goblin Marshal enters the battlefield or dies, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblin_offensive.txt b/forge-gui/res/cardsfolder/g/goblin_offensive.txt index 9c5c49b64bc..8832d19dae3 100644 --- a/forge-gui/res/cardsfolder/g/goblin_offensive.txt +++ b/forge-gui/res/cardsfolder/g/goblin_offensive.txt @@ -1,7 +1,7 @@ Name:Goblin Offensive ManaCost:X 1 R R Types:Sorcery -A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_offensive.jpg Oracle:Create X 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblin_rally.txt b/forge-gui/res/cardsfolder/g/goblin_rally.txt index 40368c695cd..8de2e1496b5 100644 --- a/forge-gui/res/cardsfolder/g/goblin_rally.txt +++ b/forge-gui/res/cardsfolder/g/goblin_rally.txt @@ -1,7 +1,7 @@ Name:Goblin Rally ManaCost:3 R R Types:Sorcery -A:SP$ Token | Cost$ 3 R R | TokenAmount$ 4 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin rtr | SpellDescription$ Create four 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 3 R R | TokenAmount$ 4 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin rtr | SpellDescription$ Create four 1/1 red Goblin creature tokens. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_rally.jpg Oracle:Create four 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/goblin_warrens.txt b/forge-gui/res/cardsfolder/g/goblin_warrens.txt index caa9c1f08af..f023b509b4b 100644 --- a/forge-gui/res/cardsfolder/g/goblin_warrens.txt +++ b/forge-gui/res/cardsfolder/g/goblin_warrens.txt @@ -1,7 +1,7 @@ Name:Goblin Warrens ManaCost:2 R Types:Enchantment -A:AB$ Token | Cost$ 2 R Sac<2/Goblin> | TokenAmount$ 3 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:AB$ Token | Cost$ 2 R Sac<2/Goblin> | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | SpellDescription$ Create three 1/1 red Goblin creature tokens. SVar:AIPreference:SacCost$Creature.Goblin+cmcLE1 SVar:NonStackingEffect:True AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/h/hordeling_outburst.txt b/forge-gui/res/cardsfolder/h/hordeling_outburst.txt index 86cd735273b..7794f2ab7e9 100644 --- a/forge-gui/res/cardsfolder/h/hordeling_outburst.txt +++ b/forge-gui/res/cardsfolder/h/hordeling_outburst.txt @@ -1,6 +1,6 @@ Name:Hordeling Outburst ManaCost:1 R R Types:Sorcery -A:SP$ Token | Cost$ 1 R R | TokenAmount$ 3 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin KTK | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin KTK | SpellDescription$ Create three 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/hordeling_outburst.jpg Oracle:Create three 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hunted_phantasm.txt b/forge-gui/res/cardsfolder/h/hunted_phantasm.txt index 358c6d3c920..75f473d0ce6 100644 --- a/forge-gui/res/cardsfolder/h/hunted_phantasm.txt +++ b/forge-gui/res/cardsfolder/h/hunted_phantasm.txt @@ -4,6 +4,6 @@ Types:Creature Spirit PT:4/6 K:Unblockable T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates five 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 5 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin RAV +SVar:TrigToken:DB$ Token | TokenAmount$ 5 | TokenScript$ r_1_1_goblin | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_phantasm.jpg Oracle:Hunted Phantasm can't be blocked.\nWhen Hunted Phantasm enters the battlefield, target opponent creates five 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt b/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt index 2aaaf294e40..8a9b696fdff 100644 --- a/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt +++ b/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt @@ -2,7 +2,7 @@ Name:Ib Halfheart, Goblin Tactician ManaCost:3 R Types:Legendary Creature Goblin Advisor PT:3/2 -A:AB$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenPower$ 1 | TokenName$ Goblin | TokenToughness$ 1 | TokenColors$ Red | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenImage$ r 1 1 goblin TSP | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:AB$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin evg | SpellDescription$ Create two 1/1 red Goblin creature tokens. T:Mode$ AttackerBlocked | ValidCard$ Goblin.YouCtrl+Other | Execute$ HalfHeartTrigSacrifice | TriggerZones$ Battlefield | TriggerDescription$ Whenever another Goblin you control becomes blocked, sacrifice it. If you do, it deals 4 damage to each creature blocking it. SVar:HalfHeartTrigSacrifice:DB$ Sacrifice | SacValid$ TriggeredAttacker | RememberSacrificed$ True | SubAbility$ HalfHeartDBDamage SVar:HalfHeartDBDamage:DB$ DealDamage | DamageSource$ TriggeredAttacker | NumDmg$ 4 | Defined$ TriggeredBlockers | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ1 | References$ X | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/k/kathari_bomber.txt b/forge-gui/res/cardsfolder/k/kathari_bomber.txt index 3bf4209e6a1..f5c07c6f695 100644 --- a/forge-gui/res/cardsfolder/k/kathari_bomber.txt +++ b/forge-gui/res/cardsfolder/k/kathari_bomber.txt @@ -5,7 +5,7 @@ PT:2/2 K:Flying K:Unearth:3 B R T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ When CARDNAME deals combat damage to a player, create two 1/1 red Goblin creature tokens and sacrifice CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin ALA | SubAbility$ DBSac +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ALA | SubAbility$ DBSac SVar:DBSac:DB$ Sacrifice | SacValid$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/kathari_bomber.jpg Oracle:Flying\nWhen Kathari Bomber deals combat damage to a player, create two 1/1 red Goblin creature tokens and sacrifice Kathari Bomber.\nUnearth {3}{B}{R} ({3}{B}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt b/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt index d764692c570..bb875167fa0 100644 --- a/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt +++ b/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt @@ -2,7 +2,7 @@ Name:Krenko, Mob Boss ManaCost:2 R R Types:Legendary Creature Goblin Warrior PT:3/3 -A:AB$ Token | Cost$ T | TokenAmount$ X | References$ X | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin M13 | SpellDescription$ Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control. +A:AB$ Token | Cost$ T | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin M13 | SpellDescription$ Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control. SVar:X:Count$TypeYouCtrl.Goblin DeckHints:Type$Goblin SVar:Picture:http://www.wizards.com/global/images/magic/general/krenko_mob_boss.jpg diff --git a/forge-gui/res/cardsfolder/k/krenkos_command.txt b/forge-gui/res/cardsfolder/k/krenkos_command.txt index 4805c6e3f37..31cb5008ea5 100644 --- a/forge-gui/res/cardsfolder/k/krenkos_command.txt +++ b/forge-gui/res/cardsfolder/k/krenkos_command.txt @@ -1,6 +1,6 @@ Name:Krenko's Command ManaCost:1 R Types:Sorcery -A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin M13 | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin M13 | SpellDescription$ Create two 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/krenkos_command.jpg Oracle:Create two 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt index 3e3e86a9c0e..6ac0a823bb9 100644 --- a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt +++ b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt @@ -1,8 +1,10 @@ Name:Kuldotha Rebirth ManaCost:R Types:Sorcery -A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin SOM | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenScript$ | TokenImage$ r 1 1 goblin SOM | SpellDescription$ Create three 1/1 red Goblin creature tokens. AI:RemoveDeck:Random SVar:AIPreference:SacCost$Artifact.token,Artifact.cmcEQ1 +DeckHas:Ability$Token +DeckHints:Type$Goblin SVar:Picture:http://www.wizards.com/global/images/magic/general/kuldotha_rebirth.jpg -Oracle:As an additional cost to cast Kuldotha Rebirth, sacrifice an artifact.\nCreate three 1/1 red Goblin creature tokens. \ No newline at end of file +Oracle:As an additional cost to cast Kuldotha Rebirth, sacrifice an artifact.\nCreate three 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt b/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt index c334a07572e..6117dc62897 100644 --- a/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt +++ b/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt @@ -2,7 +2,7 @@ Name:Mardu Ascendancy ManaCost:R W B Types:Enchantment T:Mode$ Attacks | ValidCard$ Creature.nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control attacks, create a 1/1 red Goblin creature token that's tapped and attacking. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin KTK | TokenTapped$ True | TokenAttacking$ True +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin KTK | TokenTapped$ True | TokenAttacking$ True A:AB$ PumpAll | Cost$ Sac<1/CARDNAME> | ValidCards$ Creature.YouCtrl | NumDef$ +3 | SpellDescription$ Creatures you control get +0/+3 until end of turn. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_ascendancy.jpg diff --git a/forge-gui/res/cardsfolder/m/mogg_alarm.txt b/forge-gui/res/cardsfolder/m/mogg_alarm.txt index c80af3ca31f..68fe35783a5 100644 --- a/forge-gui/res/cardsfolder/m/mogg_alarm.txt +++ b/forge-gui/res/cardsfolder/m/mogg_alarm.txt @@ -1,7 +1,7 @@ Name:Mogg Alarm ManaCost:1 R R Types:Sorcery -A:SP$ Token | Cost$ 1 R R | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 red Goblin creature tokens. -A:SP$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | CostDesc$ You may sacrifice two Mountains | SpellDescription$ rather than pay CARDNAME's mana cost +A:SP$ Token | Cost$ 1 R R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | CostDesc$ You may sacrifice two Mountains | SpellDescription$ rather than pay CARDNAME's mana cost SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_alarm.jpg Oracle:You may sacrifice two Mountains rather than pay Mogg Alarm's mana cost.\nCreate two 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/mogg_infestation.txt b/forge-gui/res/cardsfolder/m/mogg_infestation.txt index c305ad30524..24d74d0c0ee 100644 --- a/forge-gui/res/cardsfolder/m/mogg_infestation.txt +++ b/forge-gui/res/cardsfolder/m/mogg_infestation.txt @@ -2,7 +2,7 @@ Name:Mogg Infestation ManaCost:3 R R Types:Sorcery A:SP$ DestroyAll | Cost$ 3 R R | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | ValidDescription$ all creatures targeted player controls | RememberDestroyed$ True | SubAbility$ DBTokenInfestation | SpellDescription$ Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. -SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ Targeted | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ Targeted SVar:X:Remembered$Amount.Twice SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_infestation.jpg Oracle:Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt b/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt index 9edf7a193a0..fea658a190e 100644 --- a/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt +++ b/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt @@ -5,6 +5,6 @@ PT:1/1 K:Echo:1 R T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 red Goblin creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 red Goblin creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ TriggeredCardController | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin TSP +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ TriggeredCardController | LegacyImage$ r 1 1 goblin mma SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_war_marshal.jpg Oracle:Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Mogg War Marshal enters the battlefield or dies, create a 1/1 red Goblin creature token. diff --git a/forge-gui/res/cardsfolder/p/ponyback_brigade.txt b/forge-gui/res/cardsfolder/p/ponyback_brigade.txt index f450b29fa5e..ac67c2a7094 100644 --- a/forge-gui/res/cardsfolder/p/ponyback_brigade.txt +++ b/forge-gui/res/cardsfolder/p/ponyback_brigade.txt @@ -5,6 +5,6 @@ PT:2/2 K:Morph:2 R W B T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME enters the battlefield or is turned face up, create three 1/1 red Goblin creature tokens. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or is turned face up, create three 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r_1_1_goblin_ktk +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r_1_1_goblin_ktk SVar:Picture:http://www.wizards.com/global/images/magic/general/ponyback_brigade.jpg Oracle:When Ponyback Brigade enters the battlefield or is turned face up, create three 1/1 red Goblin creature tokens.\nMorph {2}{R}{W}{B} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.) diff --git a/forge-gui/res/cardsfolder/s/siege_gang_commander.txt b/forge-gui/res/cardsfolder/s/siege_gang_commander.txt index b3c4332e266..15d2a312ee0 100644 --- a/forge-gui/res/cardsfolder/s/siege_gang_commander.txt +++ b/forge-gui/res/cardsfolder/s/siege_gang_commander.txt @@ -4,7 +4,7 @@ Types:Creature Goblin PT:2/2 A:AB$ DealDamage | Cost$ 1 R Sac<1/Goblin> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to any target. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin 10E +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin 10E | TokenOwner$ You SVar:AIPreference:SacCost$Creature.Goblin+token,Creature.Goblin+cmcLE1 DeckHas:Ability$Token DeckHints:Type$Goblin diff --git a/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt b/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt index ad574329f31..289704b41bd 100644 --- a/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt +++ b/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt @@ -2,7 +2,7 @@ Name:Survey the Wreckage ManaCost:4 R Types:Sorcery A:SP$ Destroy | Cost$ 4 R | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ DBGoblin | SpellDescription$ Destroy target land. Create a 1/1 red Goblin creature token. -SVar:DBGoblin:DB$ Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin rtr +SVar:DBGoblin:DB$ Token | TokenAmount$ 1 | TokenScript$ | TokenOwner$ You | LegacyImage$ r 1 1 goblin rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/survey_the_wreckage.jpg Oracle:Destroy target land. Create a 1/1 red Goblin creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt b/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt index 3c71ecedb76..65870334cfe 100644 --- a/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt +++ b/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt @@ -4,7 +4,7 @@ Types:Creature Goblin PT:1/1 K:Morph:X X R T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, create X 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You SVar:X:Count$xPaid AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/warbreak_trumpeter.jpg diff --git a/forge-gui/res/editions/Alara Reborn.txt b/forge-gui/res/editions/Alara Reborn.txt index 61385e31a90..14d1833a179 100644 --- a/forge-gui/res/editions/Alara Reborn.txt +++ b/forge-gui/res/editions/Alara Reborn.txt @@ -154,3 +154,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA 80 C Wildfield Borderpost 105 C Winged Coatl 85 U Zealous Persecution + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2014.txt b/forge-gui/res/editions/Commander 2014.txt index f8fd7fc857a..b0ff5c7624f 100644 --- a/forge-gui/res/editions/Commander 2014.txt +++ b/forge-gui/res/editions/Commander 2014.txt @@ -344,3 +344,6 @@ Type=Other 337 L Forest 337 L Forest 337 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Commander Anthology Vol. II.txt b/forge-gui/res/editions/Commander Anthology Vol. II.txt index 1f885805bd8..9feb1719a25 100644 --- a/forge-gui/res/editions/Commander Anthology Vol. II.txt +++ b/forge-gui/res/editions/Commander Anthology Vol. II.txt @@ -317,3 +317,6 @@ Type=Other 310 L Forest 311 L Forest 312 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Dominaria.txt b/forge-gui/res/editions/Dominaria.txt index 81f7c1c608f..a3642b8f0c2 100644 --- a/forge-gui/res/editions/Dominaria.txt +++ b/forge-gui/res/editions/Dominaria.txt @@ -290,3 +290,6 @@ BoosterMustContain=Legendary Creature 278 C Pyromantic Pilgrim 279 C Timber Gorge 280 R Firesong and Sunspeaker + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Dragons of Tarkir.txt b/forge-gui/res/editions/Dragons of Tarkir.txt index f1c35f1ec24..91cfb7eed83 100644 --- a/forge-gui/res/editions/Dragons of Tarkir.txt +++ b/forge-gui/res/editions/Dragons of Tarkir.txt @@ -273,3 +273,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand DTK 264 L Forest 264 L Forest 264 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt index f1b798a7f29..9df26e4b7a8 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt @@ -72,3 +72,6 @@ C Goblin 17 U Wirewood Symbiote 18 C Wood Elves 19 U Wren's Run Vanquisher + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt index a20df100a7b..ac14b36ef1f 100644 --- a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt +++ b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt @@ -87,3 +87,6 @@ Type=Duel_Decks 9 U White Knight 15 U Wilt-Leaf Cavaliers 13 U Zhalfirin Commander + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt index cb51e062b47..87b9093705d 100644 --- a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt @@ -69,4 +69,7 @@ Type=Duel_Decks 60 L Mountain 61 L Mountain 62 L Mountain -63 L Mountain \ No newline at end of file +63 L Mountain + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt index eb76ff46879..e64014d3915 100644 --- a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt +++ b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt @@ -72,3 +72,6 @@ Type=Duel_Decks 63 L Forest 64 L Forest 65 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt b/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt index b40e4a116b1..cb3bd34b9d5 100644 --- a/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt +++ b/forge-gui/res/editions/Duel Decks Speed vs. Cunning.txt @@ -87,3 +87,6 @@ Type=Duel_Decks 75 L Island 75 L Island 75 L Island + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Eternal Masters.txt b/forge-gui/res/editions/Eternal Masters.txt index 81f0a462428..5a128a05802 100644 --- a/forge-gui/res/editions/Eternal Masters.txt +++ b/forge-gui/res/editions/Eternal Masters.txt @@ -258,3 +258,6 @@ FoilChanceInBooster=100 247 C Tranquil Cove 248 R Wasteland 249 C Wind-Scarred Crag + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Khans of Tarkir.txt b/forge-gui/res/editions/Khans of Tarkir.txt index 9577200b0ab..234ac9d80e7 100644 --- a/forge-gui/res/editions/Khans of Tarkir.txt +++ b/forge-gui/res/editions/Khans of Tarkir.txt @@ -278,3 +278,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand KTK 258 L Swamp 258 L Swamp 258 L Swamp + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2010.txt b/forge-gui/res/editions/Magic 2010.txt index fd305db8278..5305d26593c 100644 --- a/forge-gui/res/editions/Magic 2010.txt +++ b/forge-gui/res/editions/Magic 2010.txt @@ -258,3 +258,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 164 C Yawning Fissure 82 C Zephyr Sprite 123 C Zombie Goliath + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2013.txt b/forge-gui/res/editions/Magic 2013.txt index db3443f43cc..927d2ce2600 100644 --- a/forge-gui/res/editions/Magic 2013.txt +++ b/forge-gui/res/editions/Magic 2013.txt @@ -258,3 +258,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 198 C Yeva's Forcemage 197 R Yeva, Nature's Herald 119 C Zombie Goliath + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2015.txt b/forge-gui/res/editions/Magic 2015.txt index d232c858503..1816a40c9fe 100644 --- a/forge-gui/res/editions/Magic 2015.txt +++ b/forge-gui/res/editions/Magic 2015.txt @@ -293,3 +293,4 @@ Booster=10 Common:!fromSheet("M15 Sample Cards"), 3 Uncommon:!fromSheet("M15 Sam 282 C Centaur Courser 283 U Garruk's Packleader 284 R Terra Stomper + diff --git a/forge-gui/res/editions/Magic 2019.txt b/forge-gui/res/editions/Magic 2019.txt index 9498505b3e2..062fadf3941 100644 --- a/forge-gui/res/editions/Magic 2019.txt +++ b/forge-gui/res/editions/Magic 2019.txt @@ -326,3 +326,4 @@ Booster=10 Common:!fromSheet("M19 Secret Cards"), 3 Uncommon:!fromSheet("M19 Sec [tokens] b_1_1_bat_flying +r_1_1_goblin diff --git a/forge-gui/res/editions/Magic Origins.txt b/forge-gui/res/editions/Magic Origins.txt index 7558ed4681e..e09a2e8a1d0 100644 --- a/forge-gui/res/editions/Magic Origins.txt +++ b/forge-gui/res/editions/Magic Origins.txt @@ -297,3 +297,6 @@ Booster=10 Common:!fromSheet("ORI Sample Cards"), 3 Uncommon:!fromSheet("ORI Sam 286 C Plummet 287 U Prized Unicorn 288 R Terra Stomper + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Masters 25.txt b/forge-gui/res/editions/Masters 25.txt index 29e566785bd..014fdb59401 100644 --- a/forge-gui/res/editions/Masters 25.txt +++ b/forge-gui/res/editions/Masters 25.txt @@ -257,4 +257,7 @@ FoilChanceInBooster=100 246 C Haunted Fengraf 247 U Myriad Landscape 248 U Quicksand -249 U Zoetic Cavern \ No newline at end of file +249 U Zoetic Cavern + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters 2017.txt b/forge-gui/res/editions/Modern Masters 2017.txt index 94bed890496..f5520a6bcf6 100644 --- a/forge-gui/res/editions/Modern Masters 2017.txt +++ b/forge-gui/res/editions/Modern Masters 2017.txt @@ -257,4 +257,7 @@ FoilChanceInBooster=100 246 C Selesnya Guildgate 247 C Shimmering Grotto 248 C Simic Guildgate -249 R Verdant Catacombs \ No newline at end of file +249 R Verdant Catacombs + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters.txt b/forge-gui/res/editions/Modern Masters.txt index ed5eca5e245..e3b521a2b20 100644 --- a/forge-gui/res/editions/Modern Masters.txt +++ b/forge-gui/res/editions/Modern Masters.txt @@ -238,3 +238,6 @@ FoilChanceInBooster=100 227 U Vivid Grove 228 U Vivid Marsh 229 U Vivid Meadow + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/New Phyrexia.txt b/forge-gui/res/editions/New Phyrexia.txt index 86c00a8de90..1aa19953762 100644 --- a/forge-gui/res/editions/New Phyrexia.txt +++ b/forge-gui/res/editions/New Phyrexia.txt @@ -184,3 +184,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 77 U Whispering Specter 50 U Wing Splicer 51 R Xenograft + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index 457d4f057e0..a0f15b68315 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -249,3 +249,6 @@ Type=Other 154 L Forest 155 L Forest 156 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Return to Ravnica.txt b/forge-gui/res/editions/Return to Ravnica.txt index cfb7a9d1c11..72441b594bd 100644 --- a/forge-gui/res/editions/Return to Ravnica.txt +++ b/forge-gui/res/editions/Return to Ravnica.txt @@ -283,3 +283,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 139 R Wild Beastmaster 140 M Worldspine Wurm 84 U Zanikev Locust + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Scars of Mirrodin.txt b/forge-gui/res/editions/Scars of Mirrodin.txt index 2e30c5f52d1..b28c7c692ab 100644 --- a/forge-gui/res/editions/Scars of Mirrodin.txt +++ b/forge-gui/res/editions/Scars of Mirrodin.txt @@ -258,3 +258,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 133 C Wing Puncture 134 C Withstand Death 223 M Wurmcoil Engine + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Tenth Edition.txt b/forge-gui/res/editions/Tenth Edition.txt index 267c32617bb..b2ef30092c7 100644 --- a/forge-gui/res/editions/Tenth Edition.txt +++ b/forge-gui/res/editions/Tenth Edition.txt @@ -392,3 +392,6 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand 363 R Yavimaya Coast 310 U Yavimaya Enchantress 62 C Youthful Knight + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index 9f2f74b890e..613dde09086 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -10,4 +10,7 @@ Type=Other 85 L Island 86 L Swamp 87 L Mountain -88 L Forest \ No newline at end of file +88 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Unstable.txt b/forge-gui/res/editions/Unstable.txt index dac896ae144..d8389ab9f39 100644 --- a/forge-gui/res/editions/Unstable.txt +++ b/forge-gui/res/editions/Unstable.txt @@ -12,3 +12,6 @@ Type=Other 214 L Swamp 215 L Mountain 216 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file From 846a30454dc24c499482bd4713ae64a92fa5b472 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 02:50:33 +0000 Subject: [PATCH 02/76] g_0_1_plant --- forge-gui/res/cardsfolder/a/avenger_of_zendikar.txt | 2 +- forge-gui/res/cardsfolder/k/khalni_garden.txt | 2 +- forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt | 2 +- forge-gui/res/cardsfolder/t/turntimber_sower.txt | 2 +- forge-gui/res/editions/Commander 2018.txt | 5 ++++- forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt | 3 +++ forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt | 3 +++ forge-gui/res/editions/Oath of the Gatewatch.txt | 3 +++ forge-gui/res/editions/Planechase Anthology.txt | 3 ++- forge-gui/res/editions/Worldwake.txt | 3 +++ 10 files changed, 22 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/cardsfolder/a/avenger_of_zendikar.txt b/forge-gui/res/cardsfolder/a/avenger_of_zendikar.txt index f05d99976d0..cc7ee054d00 100644 --- a/forge-gui/res/cardsfolder/a/avenger_of_zendikar.txt +++ b/forge-gui/res/cardsfolder/a/avenger_of_zendikar.txt @@ -3,7 +3,7 @@ ManaCost:5 G G Types:Creature Elemental PT:5/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 0/1 green Plant creature token for each land you control. -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Plant | TokenTypes$ Creature,Plant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_0_1_plant | TokenOwner$ You | LegacyImage$ g 0 1 plant wwk | References$ X SVar:X:Count$NumTypeYouCtrl.Land T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounterAll | OptionalDecider$ You | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, you may put a +1/+1 counter on each Plant creature you control. SVar:TrigPutCounterAll:DB$PutCounterAll | ValidCards$ Creature.Plant+YouCtrl | CounterType$ P1P1 | CounterNum$ 1 diff --git a/forge-gui/res/cardsfolder/k/khalni_garden.txt b/forge-gui/res/cardsfolder/k/khalni_garden.txt index c1e32cbcec6..332ae11a6a1 100644 --- a/forge-gui/res/cardsfolder/k/khalni_garden.txt +++ b/forge-gui/res/cardsfolder/k/khalni_garden.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Land K:CARDNAME enters the battlefield tapped. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 0/1 green Plant creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Plant | TokenTypes$ Creature,Plant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ | TokenOwner$ You | LegacyImage$ g 0 1 plant wwk A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. SVar:Picture:http://www.wizards.com/global/images/magic/general/khalni_garden.jpg Oracle:Khalni Garden enters the battlefield tapped.\nWhen Khalni Garden enters the battlefield, create a 0/1 green Plant creature token.\n{T}: Add {G}. diff --git a/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt b/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt index bd5292ff8d1..db44a38d945 100644 --- a/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt +++ b/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt @@ -2,7 +2,7 @@ Name:Nissa, Voice of Zendikar ManaCost:1 G G Types:Legendary Planeswalker Nissa Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenImage$ g 0 1 plant OGW | TokenName$ Plant | TokenColors$ Green | TokenTypes$ Creature,Plant | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Create a 0/1 green Plant creature token. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | LegacyImage$ g 0 1 plant OGW | TokenScript$ g_0_1_plant | SpellDescription$ Create a 0/1 green Plant creature token. A:AB$ PutCounterAll | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on each creature you control. A:AB$ GainLife | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | LifeAmount$ X | References$ X | SubAbility$ DBDraw | SpellDescription$ You gain X life and you draw X cards, where X is the number of lands you control. SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X diff --git a/forge-gui/res/cardsfolder/t/turntimber_sower.txt b/forge-gui/res/cardsfolder/t/turntimber_sower.txt index 522ef4a93c4..6011b26eef2 100644 --- a/forge-gui/res/cardsfolder/t/turntimber_sower.txt +++ b/forge-gui/res/cardsfolder/t/turntimber_sower.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Elf Druid PT:3/3 T:Mode$ ChangesZoneAll | ValidCards$ Land.YouOwn | Origin$ Any | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever one or more land cards are put into your graveyard from anywhere, create a 0/1 green Plant creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_0_1_plant | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_0_1_plant | TokenOwner$ You | LegacyImage$ g 0 1 plant c18 A:AB$ ChangeZone | Cost$ G Sac<3/Creature> | TgtPrompt$ Choose target land card in your graveyard | ValidTgts$ Land.YouCtrl | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return target land card from your graveyard to your hand. DeckHas:Ability$Token & Ability$Graveyard AI:RemoveDeck:Random diff --git a/forge-gui/res/editions/Commander 2018.txt b/forge-gui/res/editions/Commander 2018.txt index 64fe5c1fdaa..10ed9061cfc 100644 --- a/forge-gui/res/editions/Commander 2018.txt +++ b/forge-gui/res/editions/Commander 2018.txt @@ -313,4 +313,7 @@ Type=Other 304 L Mountain 305 L Forest 306 L Forest -307 L Forest \ No newline at end of file +307 L Forest + +[tokens] +g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt index 8c4707a6857..650fc795ebf 100644 --- a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt +++ b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt @@ -77,3 +77,6 @@ Type=Duel_Decks 68 L Swamp 69 L Swamp 70 L Swamp + +[tokens] +g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt index 99d7d4a509d..06c33a26d24 100644 --- a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt +++ b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt @@ -82,3 +82,6 @@ Type=Duel_Decks 38 L Forest 38 L Forest 38 L Forest + +[tokens] +g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Oath of the Gatewatch.txt b/forge-gui/res/editions/Oath of the Gatewatch.txt index ea46035bd86..5cfd8ce2c77 100644 --- a/forge-gui/res/editions/Oath of the Gatewatch.txt +++ b/forge-gui/res/editions/Oath of the Gatewatch.txt @@ -197,3 +197,6 @@ AdditionalSetUnlockedInQuest=EXP 183 C Wastes 184 C Wastes 184 C Wastes + +[tokens] +g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index a0f15b68315..bd4d642f934 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -251,4 +251,5 @@ Type=Other 156 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Worldwake.txt b/forge-gui/res/editions/Worldwake.txt index ba5e04fef29..9647b7a4e66 100644 --- a/forge-gui/res/editions/Worldwake.txt +++ b/forge-gui/res/editions/Worldwake.txt @@ -154,3 +154,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ZEN 46 C Wind Zendikon 118 R Wolfbriar Elemental 120 M Wrexial, the Risen Deep + +[tokens] +g_0_1_plant \ No newline at end of file From 3258d9a5fa7e9b58c796a4b0b132d4bd67712a5e Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 02:57:48 +0000 Subject: [PATCH 03/76] wasp: the original token --- forge-gui/res/cardsfolder/t/the_hive.txt | 2 +- forge-gui/res/editions/Tenth Edition.txt | 1 + forge-gui/res/tokenscripts/wasp.txt | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/tokenscripts/wasp.txt diff --git a/forge-gui/res/cardsfolder/t/the_hive.txt b/forge-gui/res/cardsfolder/t/the_hive.txt index 0567e85fcd1..b148762d2ab 100644 --- a/forge-gui/res/cardsfolder/t/the_hive.txt +++ b/forge-gui/res/cardsfolder/t/the_hive.txt @@ -1,6 +1,6 @@ Name:The Hive ManaCost:5 Types:Artifact -A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenName$ Wasp | TokenTypes$ Artifact,Creature,Insect | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying named Wasp. +A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenScript$ wasp | TokenOwner$ You | LegacyImage$ wasp 10e | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying named Wasp. SVar:Picture:http://www.wizards.com/global/images/magic/general/the_hive.jpg Oracle:{5}, {T}: Create a 1/1 colorless Insect artifact creature token with flying named Wasp. diff --git a/forge-gui/res/editions/Tenth Edition.txt b/forge-gui/res/editions/Tenth Edition.txt index b2ef30092c7..648f41760e1 100644 --- a/forge-gui/res/editions/Tenth Edition.txt +++ b/forge-gui/res/editions/Tenth Edition.txt @@ -394,4 +394,5 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand 62 C Youthful Knight [tokens] +wasp r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/wasp.txt b/forge-gui/res/tokenscripts/wasp.txt new file mode 100644 index 00000000000..94bfe5bbd9d --- /dev/null +++ b/forge-gui/res/tokenscripts/wasp.txt @@ -0,0 +1,6 @@ +Name:Wasp +ManaCost:no cost +Types:Artifact Creature Insect +K:Flying +PT:1/1 +Oracle:Flying From 85b904ca6523911567966e1c59dc65c42ae8bf11 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 03:39:27 +0000 Subject: [PATCH 04/76] add goblin and wasp to all editions that create em --- forge-gui/res/editions/Anthologies.txt | 5 ++++- forge-gui/res/editions/Archenemy.txt | 3 +++ forge-gui/res/editions/Classic Sixth Edition.txt | 4 ++++ forge-gui/res/editions/Fallen Empires.txt | 3 +++ forge-gui/res/editions/Fifth Edition.txt | 4 ++++ forge-gui/res/editions/Fourth Edition.txt | 3 +++ forge-gui/res/editions/Legions.txt | 3 +++ forge-gui/res/editions/Limited Edition Alpha.txt | 3 +++ forge-gui/res/editions/Limited Edition Beta.txt | 3 +++ forge-gui/res/editions/Masters Edition IV.txt | 3 +++ forge-gui/res/editions/Nemesis.txt | 3 +++ forge-gui/res/editions/Planechase 2012.txt | 3 +++ forge-gui/res/editions/Planechase.txt | 3 +++ forge-gui/res/editions/Ravnica City of Guilds.txt | 3 +++ forge-gui/res/editions/Revised Edition.txt | 3 +++ forge-gui/res/editions/Scourge.txt | 3 +++ forge-gui/res/editions/Shards of Alara.txt | 3 +++ forge-gui/res/editions/Stronghold.txt | 3 +++ forge-gui/res/editions/Tempest Remastered.txt | 3 +++ forge-gui/res/editions/Time Spiral.txt | 3 +++ forge-gui/res/editions/Unhinged.txt | 5 ++++- forge-gui/res/editions/Unlimited Edition.txt | 3 +++ forge-gui/res/editions/Urza's Destiny.txt | 3 +++ forge-gui/res/editions/Urza's Saga.txt | 3 +++ 24 files changed, 76 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Anthologies.txt b/forge-gui/res/editions/Anthologies.txt index 512d5aaa43a..c739cf70ac4 100644 --- a/forge-gui/res/editions/Anthologies.txt +++ b/forge-gui/res/editions/Anthologies.txt @@ -92,4 +92,7 @@ Foil=NotSupported 84 L Forest 85 L Forest 86 L Plains -87 L Plains \ No newline at end of file +87 L Plains + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Archenemy.txt b/forge-gui/res/editions/Archenemy.txt index 43909e0ffaf..d9a78c30f47 100644 --- a/forge-gui/res/editions/Archenemy.txt +++ b/forge-gui/res/editions/Archenemy.txt @@ -207,3 +207,6 @@ S Your Inescapable Doom 45 C Your Will Is Not Your Own 28 U Zombie Infestation 29 U Zombify + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Classic Sixth Edition.txt b/forge-gui/res/editions/Classic Sixth Edition.txt index 9bcdd426011..6a60e51a885 100644 --- a/forge-gui/res/editions/Classic Sixth Edition.txt +++ b/forge-gui/res/editions/Classic Sixth Edition.txt @@ -361,3 +361,7 @@ Foil=NotSupported 270 R Wyluli Wolf 162 R Zombie Master 108 R Zur's Weirding + +[tokens] +wasp +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Fallen Empires.txt b/forge-gui/res/editions/Fallen Empires.txt index ce1dc2f644b..ceb6b8b75b7 100644 --- a/forge-gui/res/editions/Fallen Empires.txt +++ b/forge-gui/res/editions/Fallen Empires.txt @@ -197,3 +197,6 @@ C Vodalian Soldiers C Vodalian Soldiers R Vodalian War Machine R Zelyon Sword + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Fifth Edition.txt b/forge-gui/res/editions/Fifth Edition.txt index 3b684786f41..79780c8e1f3 100644 --- a/forge-gui/res/editions/Fifth Edition.txt +++ b/forge-gui/res/editions/Fifth Edition.txt @@ -460,3 +460,7 @@ R Xenic Poltergeist C Zephyr Falcon R Zombie Master R Zur's Weirding + +[tokens] +wasp +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Fourth Edition.txt b/forge-gui/res/editions/Fourth Edition.txt index 0c9e18ebb44..25f60255f7a 100644 --- a/forge-gui/res/editions/Fourth Edition.txt +++ b/forge-gui/res/editions/Fourth Edition.txt @@ -389,3 +389,6 @@ R Xenic Poltergeist C Yotian Soldier C Zephyr Falcon R Zombie Master + +[tokens] +wasp \ No newline at end of file diff --git a/forge-gui/res/editions/Legions.txt b/forge-gui/res/editions/Legions.txt index ce67a9a392c..efa5fd1829f 100644 --- a/forge-gui/res/editions/Legions.txt +++ b/forge-gui/res/editions/Legions.txt @@ -156,3 +156,6 @@ FoilAlwaysInCommonSlot=False 145 U Wirewood Hivemaster 86 U Withered Wretch 87 U Zombie Brute + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Limited Edition Alpha.txt b/forge-gui/res/editions/Limited Edition Alpha.txt index bb557169940..02f0565e5c5 100644 --- a/forge-gui/res/editions/Limited Edition Alpha.txt +++ b/forge-gui/res/editions/Limited Edition Alpha.txt @@ -305,3 +305,6 @@ U Wooden Sphere R Word of Command R Wrath of God R Zombie Master + +[tokens] +wasp \ No newline at end of file diff --git a/forge-gui/res/editions/Limited Edition Beta.txt b/forge-gui/res/editions/Limited Edition Beta.txt index 3aa46a84bbe..f312ed2a90a 100644 --- a/forge-gui/res/editions/Limited Edition Beta.txt +++ b/forge-gui/res/editions/Limited Edition Beta.txt @@ -312,3 +312,6 @@ U Wooden Sphere R Word of Command R Wrath of God R Zombie Master + +[tokens] +wasp \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition IV.txt b/forge-gui/res/editions/Masters Edition IV.txt index e233a1c7d1e..ce458f36aa3 100644 --- a/forge-gui/res/editions/Masters Edition IV.txt +++ b/forge-gui/res/editions/Masters Edition IV.txt @@ -277,3 +277,6 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 fromSheet("ME4 UrzaLands") 104 U Xenic Poltergeist 240 C Yotian Soldier 105 U Zombie Master + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Nemesis.txt b/forge-gui/res/editions/Nemesis.txt index 70825251561..1e4fddb3e05 100644 --- a/forge-gui/res/editions/Nemesis.txt +++ b/forge-gui/res/editions/Nemesis.txt @@ -155,3 +155,6 @@ FoilAlwaysInCommonSlot=False 50 C Wandering Eye 124 U Wild Mammoth 125 U Woodripper + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase 2012.txt b/forge-gui/res/editions/Planechase 2012.txt index b16ecfecbd7..25ded258db2 100644 --- a/forge-gui/res/editions/Planechase 2012.txt +++ b/forge-gui/res/editions/Planechase 2012.txt @@ -204,3 +204,6 @@ R Stairs to Infinity 29 R Whirlpool Warrior 115 U Whispersilk Cloak 39 C Windriddle Palaces + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase.txt b/forge-gui/res/editions/Planechase.txt index b04b4fe876c..607d5aba8f6 100644 --- a/forge-gui/res/editions/Planechase.txt +++ b/forge-gui/res/editions/Planechase.txt @@ -222,3 +222,6 @@ S Tember City 16 C Whiplash Trap 45 U Withered Wretch 129 C Wizard Replica + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Ravnica City of Guilds.txt b/forge-gui/res/editions/Ravnica City of Guilds.txt index 542b032b5cf..a2e65dc4a37 100644 --- a/forge-gui/res/editions/Ravnica City of Guilds.txt +++ b/forge-gui/res/editions/Ravnica City of Guilds.txt @@ -316,3 +316,6 @@ FoilAlwaysInCommonSlot=False 240 R Woodwraith Corrupter 241 C Woodwraith Strangler 76 C Zephyr Spirit + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Revised Edition.txt b/forge-gui/res/editions/Revised Edition.txt index f383ff6f777..e80ef6a1c3f 100644 --- a/forge-gui/res/editions/Revised Edition.txt +++ b/forge-gui/res/editions/Revised Edition.txt @@ -317,3 +317,6 @@ R Winter Orb U Wooden Sphere R Wrath of God R Zombie Master + +[tokens] +wasp \ No newline at end of file diff --git a/forge-gui/res/editions/Scourge.txt b/forge-gui/res/editions/Scourge.txt index 779f7e846c6..9f85b641375 100644 --- a/forge-gui/res/editions/Scourge.txt +++ b/forge-gui/res/editions/Scourge.txt @@ -154,3 +154,6 @@ FoilAlwaysInCommonSlot=False 135 R Xantid Swarm 27 C Zealous Inquisitor 81 C Zombie Cutthroat + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Shards of Alara.txt b/forge-gui/res/editions/Shards of Alara.txt index b4e0f19aedb..f2f7acea7f8 100644 --- a/forge-gui/res/editions/Shards of Alara.txt +++ b/forge-gui/res/editions/Shards of Alara.txt @@ -258,3 +258,6 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 208 C Windwright Mage 209 U Woolly Thoctar 31 C Yoked Plowbeast + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Stronghold.txt b/forge-gui/res/editions/Stronghold.txt index 63e0a710897..e37d0cba17d 100644 --- a/forge-gui/res/editions/Stronghold.txt +++ b/forge-gui/res/editions/Stronghold.txt @@ -153,3 +153,6 @@ U Wall of Tears R Warrior Angel U Warrior en-Kor C Youthful Knight + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Tempest Remastered.txt b/forge-gui/res/editions/Tempest Remastered.txt index ffd757814f8..9cf6b3cc8d4 100644 --- a/forge-gui/res/editions/Tempest Remastered.txt +++ b/forge-gui/res/editions/Tempest Remastered.txt @@ -278,3 +278,6 @@ FoilChanceInBooster=100 258 L Swamp 258 L Swamp 258 L Swamp + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Time Spiral.txt b/forge-gui/res/editions/Time Spiral.txt index 3e72d8a28bd..529fe1df1f8 100644 --- a/forge-gui/res/editions/Time Spiral.txt +++ b/forge-gui/res/editions/Time Spiral.txt @@ -311,3 +311,6 @@ AdditionalSetUnlockedInQuest=TSB 234 R Wurmcalling 235 U Yavimaya Dryad 47 C Zealot il-Vec + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Unhinged.txt b/forge-gui/res/editions/Unhinged.txt index e77f0f1e756..be4e25c7a32 100644 --- a/forge-gui/res/editions/Unhinged.txt +++ b/forge-gui/res/editions/Unhinged.txt @@ -10,4 +10,7 @@ Type=Other 137 L Island 138 L Swamp 139 L Mountain -140 L Forest \ No newline at end of file +140 L Forest + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Unlimited Edition.txt b/forge-gui/res/editions/Unlimited Edition.txt index 324f904a209..ead1be21f6e 100644 --- a/forge-gui/res/editions/Unlimited Edition.txt +++ b/forge-gui/res/editions/Unlimited Edition.txt @@ -313,3 +313,6 @@ U Wooden Sphere R Word of Command R Wrath of God R Zombie Master + +[tokens] +wasp \ No newline at end of file diff --git a/forge-gui/res/editions/Urza's Destiny.txt b/forge-gui/res/editions/Urza's Destiny.txt index f8fe9846ce2..000d7003aed 100644 --- a/forge-gui/res/editions/Urza's Destiny.txt +++ b/forge-gui/res/editions/Urza's Destiny.txt @@ -154,3 +154,6 @@ FoilAlwaysInCommonSlot=False 125 U Yavimaya Enchantress 143 R Yavimaya Hollow 75 R Yawgmoth's Bargain + +[tokens] +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Urza's Saga.txt b/forge-gui/res/editions/Urza's Saga.txt index 6f60d57230e..88b315da4d6 100644 --- a/forge-gui/res/editions/Urza's Saga.txt +++ b/forge-gui/res/editions/Urza's Saga.txt @@ -360,3 +360,6 @@ Foil=NotSupported 171 R Yawgmoth's Will 113 R Zephid 114 U Zephid's Embrace + +[tokens] +r_1_1_goblin \ No newline at end of file From a22fd58fbc3208774e84ea7ea994b53f630ab172 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 03:44:59 +0000 Subject: [PATCH 05/76] token for Rukh Egg --- forge-gui/res/cardsfolder/r/rukh_egg.txt | 2 +- forge-gui/res/editions/Arabian Nights.txt | 3 +++ forge-gui/res/editions/Eighth Edition.txt | 3 +++ forge-gui/res/editions/Ninth Edition.txt | 3 +++ forge-gui/res/tokenscripts/r_4_4_bird_flying.txt | 7 +++++++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/tokenscripts/r_4_4_bird_flying.txt diff --git a/forge-gui/res/cardsfolder/r/rukh_egg.txt b/forge-gui/res/cardsfolder/r/rukh_egg.txt index f3d11d16c08..9b999ed154e 100644 --- a/forge-gui/res/cardsfolder/r/rukh_egg.txt +++ b/forge-gui/res/cardsfolder/r/rukh_egg.txt @@ -4,7 +4,7 @@ Types:Creature Bird Egg PT:0/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DelTrigLeaves | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step. SVar:DelTrigLeaves:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ Create a 4/4 red Bird creature token with flying at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ Red | TokenKeywords$ Flying | TokenPower$ 4 | TokenToughness$ 4 | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenScript$ r_4_4_bird_flying | LegacyImage$ r 4 4 bird flying | TokenAmount$ 1 SVar:SacMe:4 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/rukh_egg.jpg diff --git a/forge-gui/res/editions/Arabian Nights.txt b/forge-gui/res/editions/Arabian Nights.txt index 5268272717a..c5c12a673d0 100644 --- a/forge-gui/res/editions/Arabian Nights.txt +++ b/forge-gui/res/editions/Arabian Nights.txt @@ -102,3 +102,6 @@ C War Elephant C Wyluli Wolf C Wyluli Wolf R Ydwen Efreet + +[tokens] +r_4_4_bird_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Eighth Edition.txt b/forge-gui/res/editions/Eighth Edition.txt index 2109b1bfc32..19ca2c2083e 100644 --- a/forge-gui/res/editions/Eighth Edition.txt +++ b/forge-gui/res/editions/Eighth Edition.txt @@ -368,3 +368,6 @@ R Vizzerdrix 290 U Yavimaya Enchantress 174 U Zombify 116 R Zur's Weirding + +[tokens] +r_4_4_bird_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Ninth Edition.txt b/forge-gui/res/editions/Ninth Edition.txt index 2ccec4b26b7..4710dab539a 100644 --- a/forge-gui/res/editions/Ninth Edition.txt +++ b/forge-gui/res/editions/Ninth Edition.txt @@ -370,3 +370,6 @@ R Vizzerdrix 285 C Zodiac Monkey 171 U Zombify 114 R Zur's Weirding + +[tokens] +r_4_4_bird_flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_4_4_bird_flying.txt b/forge-gui/res/tokenscripts/r_4_4_bird_flying.txt new file mode 100644 index 00000000000..50fb4fc409c --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:red +K:Flying +PT:4/4 +Oracle:Flying From f87107751fcf358b31491d41fd3b66508275d177 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 03:51:41 +0000 Subject: [PATCH 06/76] add Djinn token for Bottle of Suleiman --- forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt | 2 +- forge-gui/res/editions/Arabian Nights.txt | 3 ++- forge-gui/res/editions/Classic Sixth Edition.txt | 3 ++- forge-gui/res/editions/Fifth Edition.txt | 3 ++- forge-gui/res/editions/Fourth Edition.txt | 3 ++- forge-gui/res/editions/Masters Edition IV.txt | 3 ++- forge-gui/res/editions/Revised Edition.txt | 3 ++- forge-gui/res/tokenscripts/c_5_5_a_djinn_flying.txt | 6 ++++++ 8 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 forge-gui/res/tokenscripts/c_5_5_a_djinn_flying.txt diff --git a/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt b/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt index 5794377c9e9..d636975aa4e 100644 --- a/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt +++ b/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt @@ -3,6 +3,6 @@ ManaCost:4 Types:Artifact A:AB$ FlipACoin | Cost$ 1 Sac<1/CARDNAME> | WinSubAbility$ DBToken | LoseSubAbility$ DBDamage | SpellDescription$ Flip a coin. If you win the flip, create a 5/5 colorless Djinn artifact creature token with flying. If you lose the flip, Bottle of Suleiman deals 5 damage to you. SVar:DBDamage:DB$DealDamage | Defined$ You | NumDmg$ 5 -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Djinn | TokenTypes$ Creature,Artifact,Djinn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_5_5_a_djinn_flying | TokenOwner$ You | LegacyImage$ c 5 5 a djinn flying SVar:Picture:http://www.wizards.com/global/images/magic/general/bottle_of_suleiman.jpg Oracle:{1}, Sacrifice Bottle of Suleiman: Flip a coin. If you win the flip, create a 5/5 colorless Djinn artifact creature token with flying. If you lose the flip, Bottle of Suleiman deals 5 damage to you. diff --git a/forge-gui/res/editions/Arabian Nights.txt b/forge-gui/res/editions/Arabian Nights.txt index c5c12a673d0..087ae4a80d8 100644 --- a/forge-gui/res/editions/Arabian Nights.txt +++ b/forge-gui/res/editions/Arabian Nights.txt @@ -104,4 +104,5 @@ C Wyluli Wolf R Ydwen Efreet [tokens] -r_4_4_bird_flying \ No newline at end of file +r_4_4_bird_flying +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Classic Sixth Edition.txt b/forge-gui/res/editions/Classic Sixth Edition.txt index 6a60e51a885..ccb93d471a3 100644 --- a/forge-gui/res/editions/Classic Sixth Edition.txt +++ b/forge-gui/res/editions/Classic Sixth Edition.txt @@ -364,4 +364,5 @@ Foil=NotSupported [tokens] wasp -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Fifth Edition.txt b/forge-gui/res/editions/Fifth Edition.txt index 79780c8e1f3..38078277a77 100644 --- a/forge-gui/res/editions/Fifth Edition.txt +++ b/forge-gui/res/editions/Fifth Edition.txt @@ -463,4 +463,5 @@ R Zur's Weirding [tokens] wasp -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Fourth Edition.txt b/forge-gui/res/editions/Fourth Edition.txt index 25f60255f7a..a8a3ef340b2 100644 --- a/forge-gui/res/editions/Fourth Edition.txt +++ b/forge-gui/res/editions/Fourth Edition.txt @@ -391,4 +391,5 @@ C Zephyr Falcon R Zombie Master [tokens] -wasp \ No newline at end of file +wasp +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition IV.txt b/forge-gui/res/editions/Masters Edition IV.txt index ce458f36aa3..ddd1faf6958 100644 --- a/forge-gui/res/editions/Masters Edition IV.txt +++ b/forge-gui/res/editions/Masters Edition IV.txt @@ -279,4 +279,5 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 fromSheet("ME4 UrzaLands") 105 U Zombie Master [tokens] -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Revised Edition.txt b/forge-gui/res/editions/Revised Edition.txt index e80ef6a1c3f..101947233c7 100644 --- a/forge-gui/res/editions/Revised Edition.txt +++ b/forge-gui/res/editions/Revised Edition.txt @@ -319,4 +319,5 @@ R Wrath of God R Zombie Master [tokens] -wasp \ No newline at end of file +wasp +c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_5_5_a_djinn_flying.txt b/forge-gui/res/tokenscripts/c_5_5_a_djinn_flying.txt new file mode 100644 index 00000000000..aeeedcd70f2 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_5_5_a_djinn_flying.txt @@ -0,0 +1,6 @@ +Name:Djinn +Types:Artifact Creature Djinn +ManaCost:no cost +K:Flying +PT:5/5 +Oracle:Flying From c0c2317adb137df80a995de826456cc9b5cfdbc6 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Tue, 9 Oct 2018 04:00:05 +0000 Subject: [PATCH 07/76] tetravite --- forge-gui/res/cardsfolder/t/tetravus.txt | 2 +- forge-gui/res/editions/Antiquities.txt | 3 +++ forge-gui/res/editions/Fourth Edition.txt | 1 + forge-gui/res/editions/Masters Edition IV.txt | 1 + .../tokenscripts/c_1_1_a_tetravite_flying_noenchant.txt | 7 +++++++ 5 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_tetravite_flying_noenchant.txt diff --git a/forge-gui/res/cardsfolder/t/tetravus.txt b/forge-gui/res/cardsfolder/t/tetravus.txt index d8105a99729..81d25651d57 100644 --- a/forge-gui/res/cardsfolder/t/tetravus.txt +++ b/forge-gui/res/cardsfolder/t/tetravus.txt @@ -5,7 +5,7 @@ PT:1/1 K:etbCounter:P1P1:3 K:Flying T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may remove any number of +1/+1 counters from CARDNAME. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and "This creature can't be enchanted." -SVar:TrigToken:AB$Token | Cost$ SubCounter | References$ X | TokenAmount$ ChosenX | LegacyImage$ c 1 1 tetravite | TokenScript$ tetravite | RememberTokens$ True | SubAbility$ DBClearXChoice +SVar:TrigToken:AB$Token | Cost$ SubCounter | References$ X | TokenAmount$ ChosenX | TokenScript$ c_1_1_a_tetravite_flying_noenchant | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBClearXChoice SVar:DBClearXChoice:DB$ Cleanup | ClearChosenX$ True SVar:X:XChoice T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounters | TriggerDescription$ At the beginning of your upkeep, you may exile any number of tokens created with CARDNAME. If you do, put that many +1/+1 counters on CARDNAME. diff --git a/forge-gui/res/editions/Antiquities.txt b/forge-gui/res/editions/Antiquities.txt index ac198cbce2a..ded6c383469 100644 --- a/forge-gui/res/editions/Antiquities.txt +++ b/forge-gui/res/editions/Antiquities.txt @@ -110,3 +110,6 @@ U Weakstone U Xenic Poltergeist R Yawgmoth Demon C Yotian Soldier + +[tokens] +c_1_1_a_tetravite_flying_noenchant \ No newline at end of file diff --git a/forge-gui/res/editions/Fourth Edition.txt b/forge-gui/res/editions/Fourth Edition.txt index a8a3ef340b2..e8f7bbffc9f 100644 --- a/forge-gui/res/editions/Fourth Edition.txt +++ b/forge-gui/res/editions/Fourth Edition.txt @@ -392,4 +392,5 @@ R Zombie Master [tokens] wasp +c_1_1_a_tetravite_flying_noenchant c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition IV.txt b/forge-gui/res/editions/Masters Edition IV.txt index ddd1faf6958..af76c0b2684 100644 --- a/forge-gui/res/editions/Masters Edition IV.txt +++ b/forge-gui/res/editions/Masters Edition IV.txt @@ -280,4 +280,5 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 fromSheet("ME4 UrzaLands") [tokens] r_1_1_goblin +c_1_1_a_tetravite_flying_noenchant c_5_5_a_djinn_flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_1_1_a_tetravite_flying_noenchant.txt b/forge-gui/res/tokenscripts/c_1_1_a_tetravite_flying_noenchant.txt new file mode 100644 index 00000000000..9a0712a2c90 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_tetravite_flying_noenchant.txt @@ -0,0 +1,7 @@ +Name:Tetravite +ManaCost:no cost +Types:Token Artifact Creature Tetravite +PT:1/1 +K:Flying +K:CARDNAME can't be enchanted. +Oracle:Flying\nThis creature can't be enchanted. From ddcf0283a9f646312f86c9c42afdc30c030be49a Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 14:32:16 +0000 Subject: [PATCH 08/76] Legends tokens --- forge-gui/res/cardsfolder/b/boris_devilboon.txt | 2 +- forge-gui/res/cardsfolder/h/hazezon_tamar.txt | 2 +- forge-gui/res/cardsfolder/m/master_of_the_hunt.txt | 2 +- forge-gui/res/cardsfolder/s/stangg.txt | 2 +- forge-gui/res/tokenscripts/minor_demon.txt | 6 ++++++ forge-gui/res/tokenscripts/rgw_1_1_sand_warrior.txt | 6 ++++++ forge-gui/res/tokenscripts/stangg_twin.txt | 6 ++++++ forge-gui/res/tokenscripts/wolves_of_the_hunt.txt | 7 +++++++ 8 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 forge-gui/res/tokenscripts/minor_demon.txt create mode 100644 forge-gui/res/tokenscripts/rgw_1_1_sand_warrior.txt create mode 100644 forge-gui/res/tokenscripts/stangg_twin.txt create mode 100644 forge-gui/res/tokenscripts/wolves_of_the_hunt.txt diff --git a/forge-gui/res/cardsfolder/b/boris_devilboon.txt b/forge-gui/res/cardsfolder/b/boris_devilboon.txt index 09c96a3a2bd..94d66e2d8fc 100644 --- a/forge-gui/res/cardsfolder/b/boris_devilboon.txt +++ b/forge-gui/res/cardsfolder/b/boris_devilboon.txt @@ -2,6 +2,6 @@ Name:Boris Devilboon ManaCost:3 B R Types:Legendary Creature Zombie Wizard PT:2/2 -A:AB$ Token | Cost$ 2 B R T | TokenAmount$ 1 | TokenName$ Minor Demon | TokenOwner$ You | TokenTypes$ Creature,Demon | TokenColors$ Black,Red | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 black and red Demon creature token named Minor Demon. +A:AB$ Token | Cost$ 2 B R T | TokenAmount$ 1 | TokenScript$ minor_demon | TokenOwner$ You | LegacyImage$ minor demon | SpellDescription$ Create a 1/1 black and red Demon creature token named Minor Demon. SVar:Picture:http://www.wizards.com/global/images/magic/general/boris_devilboon.jpg Oracle:{2}{B}{R}, {T}: Create a 1/1 black and red Demon creature token named Minor Demon. diff --git a/forge-gui/res/cardsfolder/h/hazezon_tamar.txt b/forge-gui/res/cardsfolder/h/hazezon_tamar.txt index 216e677ed1f..166a8940234 100644 --- a/forge-gui/res/cardsfolder/h/hazezon_tamar.txt +++ b/forge-gui/res/cardsfolder/h/hazezon_tamar.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Human Warrior PT:2/4 T:Mode$ ChangesZone | ValidCard$ Creature.Self | Origin$ Any | Destination$ Battlefield | Execute$ DelTrig | TriggerDescription$ When CARDNAME enters the battlefield, create X 1/1 Sand Warrior creature tokens that are red, green, and white at the beginning of your next upkeep, where X is the number of lands you control at that time. SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigTokens | TriggerController$ TriggeredCardController | RememberObjects$ TriggeredCardController | TriggerDescription$ Create a 1/1 Sand Warrior creature token that are red, green, and white for each land you control. -SVar:TrigTokens:DB$ Token | TokenAmount$ X | TokenName$ Sand Warrior | TokenTypes$ Creature,Sand,Warrior | TokenOwner$ DelayTriggerRemembered | TokenColors$ Green,Red,White | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigTokens:DB$ Token | TokenAmount$ X | TokenScript$ rgw_1_1_sand_warrior | TokenOwner$ DelayTriggerRemembered | LegacyImage$ rgw 1 1 sand warrior | References$ X T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigExile | TriggerDescription$ When Hazezon leaves the battlefield, exile all Sand Warriors. SVar:TrigExile:DB$ ChangeZoneAll | Origin$ Battlefield | Destination$ Exile | ChangeType$ Sand.Warrior SVar:X:Count$Valid Land.YouCtrl diff --git a/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt b/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt index a62550b6646..b39168b04e3 100644 --- a/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt +++ b/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt @@ -2,6 +2,6 @@ Name:Master of the Hunt ManaCost:2 G G Types:Creature Human PT:2/2 -A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenTypes$ Creature,Wolf | TokenName$ Wolves of the Hunt | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Bands with Other Creatures named Wolves of the Hunt | SpellDescription$ Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." +A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenScript$ wolves_of_the_hunt | TokenOwner$ You | LegacyImage$ wolves of the hunt | SpellDescription$ Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." SVar:Picture:http://www.wizards.com/global/images/magic/general/master_of_the_hunt.jpg Oracle:{2}{G}{G}: Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." (Any creatures named Wolves of the Hunt can attack in a band as long as at least one has "bands with other creatures named Wolves of the Hunt." Bands are blocked as a group. If at least two creatures named Wolves of the Hunt you control, one of which has "bands with other creatures named Wolves of the Hunt," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.) diff --git a/forge-gui/res/cardsfolder/s/stangg.txt b/forge-gui/res/cardsfolder/s/stangg.txt index 4fc21679ed9..11f54065def 100644 --- a/forge-gui/res/cardsfolder/s/stangg.txt +++ b/forge-gui/res/cardsfolder/s/stangg.txt @@ -3,7 +3,7 @@ ManaCost:4 R G Types:Legendary Creature Human Warrior PT:3/4 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigStangg | TriggerDescription$ When CARDNAME enters the battlefield, create a legendary 3/4 red and green Human Warrior creature token named Stangg Twin. -SVar:TrigStangg:DB$ Token | TokenAmount$ 1 | TokenName$ Stangg Twin | TokenTypes$ Legendary,Creature,Human,Warrior | TokenOwner$ You | TokenColors$ Red,Green | TokenPower$ 3 | TokenToughness$ 4 | RememberTokens$ True +SVar:TrigStangg:DB$ Token | TokenAmount$ 1 | TokenScript$ stangg_twin | TokenOwner$ You | LegacyImage$ stangg twin a25 | RememberTokens$ True T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExile | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, exile that token. SVar:TrigExile:DB$ ChangeZone | Defined$ Remembered | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/tokenscripts/minor_demon.txt b/forge-gui/res/tokenscripts/minor_demon.txt new file mode 100644 index 00000000000..6e0b2fe88ce --- /dev/null +++ b/forge-gui/res/tokenscripts/minor_demon.txt @@ -0,0 +1,6 @@ +Name:Minor Demon +Types:Creature Demon +Colors:black,red +ManaCost:no cost +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/rgw_1_1_sand_warrior.txt b/forge-gui/res/tokenscripts/rgw_1_1_sand_warrior.txt new file mode 100644 index 00000000000..ab5230762ab --- /dev/null +++ b/forge-gui/res/tokenscripts/rgw_1_1_sand_warrior.txt @@ -0,0 +1,6 @@ +Name:Sand Warrior +Types:Creature Sand Warrior +Colors:red,green,white +ManaCost:no cost +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/stangg_twin.txt b/forge-gui/res/tokenscripts/stangg_twin.txt new file mode 100644 index 00000000000..ba351d6043b --- /dev/null +++ b/forge-gui/res/tokenscripts/stangg_twin.txt @@ -0,0 +1,6 @@ +Name:Stangg Twin +Types:Legendary Creature Human Warrior +Colors:red,green +ManaCost:no cost +PT:3/4 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/wolves_of_the_hunt.txt b/forge-gui/res/tokenscripts/wolves_of_the_hunt.txt new file mode 100644 index 00000000000..c01cf652a76 --- /dev/null +++ b/forge-gui/res/tokenscripts/wolves_of_the_hunt.txt @@ -0,0 +1,7 @@ +Name:Wolves of the Hunt +ManaCost:no cost +Colors:green +Types:Creature Wolf +PT:1/1 +K:Bands with Other Creatures named Wolves of the Hunt +Oracle:Bands with other creatures named Wolves of the Hunt. \ No newline at end of file From c4fad2f2fa21817b74ebcf022213a81cf82309bb Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 14:37:53 +0000 Subject: [PATCH 09/76] serpent generator --- forge-gui/res/cardsfolder/s/serpent_generator.txt | 4 +--- forge-gui/res/tokenscripts/c_1_1_a_snake_poison.txt | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_snake_poison.txt diff --git a/forge-gui/res/cardsfolder/s/serpent_generator.txt b/forge-gui/res/cardsfolder/s/serpent_generator.txt index a2f6c4dc1dc..615e3546598 100644 --- a/forge-gui/res/cardsfolder/s/serpent_generator.txt +++ b/forge-gui/res/cardsfolder/s/serpent_generator.txt @@ -1,8 +1,6 @@ Name:Serpent Generator ManaCost:6 Types:Artifact -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Artifact,Creature,Snake | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenTriggers$ TrigTokenPoison | References$ TrigTokenPoison | SpellDescription$ Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) -SVar:TrigTokenPoison:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigPoison | TriggerZones$ Battlefield | TriggerDescription$ Whenever this creature deals damage to a player, that player gets a poison counter. -SVar:TrigPoison:DB$ Poison | Defined$ TriggeredTarget | Num$ 1 +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_snake_poison | TokenOwner$ You | LegacyImage$ c 1 1 a snake poison | SpellDescription$ Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) SVar:Picture:http://www.wizards.com/global/images/magic/general/serpent_generator.jpg Oracle:{4}, {T}: Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) diff --git a/forge-gui/res/tokenscripts/c_1_1_a_snake_poison.txt b/forge-gui/res/tokenscripts/c_1_1_a_snake_poison.txt new file mode 100644 index 00000000000..d4903eaba7c --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_snake_poison.txt @@ -0,0 +1,7 @@ +Name:Snake +ManaCost:no cost +Types:Artifact Creature Snake +PT:1/1 +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigPoison | TriggerZones$ Battlefield | TriggerDescription$ Whenever this creature deals damage to a player, that player gets a poison counter. +SVar:TrigPoison:AB$ Poison | Cost$ 0 | Defined$ TriggeredTarget | Num$ 1 +Oracle:Whenever this creature deals damage to a player, that player gets a poison counter. \ No newline at end of file From 1dfd9ac340cc59e5593cdff18dc475f2346466a8 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 14:59:16 +0000 Subject: [PATCH 10/76] fallen empires tokens --- forge-gui/res/cardsfolder/b/breeding_pit.txt | 2 +- forge-gui/res/cardsfolder/e/elvish_farmer.txt | 2 +- forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt | 2 +- forge-gui/res/cardsfolder/i/icatian_town.txt | 2 +- forge-gui/res/cardsfolder/n/night_soil.txt | 3 ++- forge-gui/res/cardsfolder/t/thallid.txt | 2 +- forge-gui/res/cardsfolder/t/thallid_devourer.txt | 2 +- forge-gui/res/tokenscripts/b_0_1_thrull.txt | 6 ++++++ forge-gui/res/tokenscripts/g_1_1_saproling.txt | 6 ++++++ forge-gui/res/tokenscripts/u_1_1_camarid.txt | 6 ++++++ forge-gui/res/tokenscripts/w_1_1_citizen.txt | 6 ++++++ 11 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 forge-gui/res/tokenscripts/b_0_1_thrull.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_saproling.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_camarid.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_citizen.txt diff --git a/forge-gui/res/cardsfolder/b/breeding_pit.txt b/forge-gui/res/cardsfolder/b/breeding_pit.txt index af0adad2d40..3ead7978287 100644 --- a/forge-gui/res/cardsfolder/b/breeding_pit.txt +++ b/forge-gui/res/cardsfolder/b/breeding_pit.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Enchantment K:UpkeepCost:B B T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a 0/1 black Thrull creature token. -SVar:TrigToken:DB$Token | TokenImage$ b 0 1 thrull | TokenName$ Thrull | TokenColors$ Black | TokenTypes$ Creature,Thrull | TokenPower$ 0 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenSVars$ PitSac +SVar:TrigToken:DB$Token | LegacyImage$ b 0 1 thrull ddc | TokenScript$ b_0_1_thrull | TokenOwner$ You SVar:PitSac:SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/breeding_pit.jpg Oracle:At the beginning of your upkeep, sacrifice Breeding Pit unless you pay {B}{B}.\nAt the beginning of your end step, create a 0/1 black Thrull creature token. diff --git a/forge-gui/res/cardsfolder/e/elvish_farmer.txt b/forge-gui/res/cardsfolder/e/elvish_farmer.txt index cedf19ea3c5..0dc3f7bd50f 100644 --- a/forge-gui/res/cardsfolder/e/elvish_farmer.txt +++ b/forge-gui/res/cardsfolder/e/elvish_farmer.txt @@ -4,7 +4,7 @@ Types:Creature Elf PT:0/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ GainLife | Cost$ Sac<1/Saproling> | LifeAmount$ 2 | SpellDescription$ You gain 2 life. DeckHas:Ability$Counters & Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_farmer.jpg diff --git a/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt b/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt index 37514e4e151..09ed4711f1f 100644 --- a/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt +++ b/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt @@ -1,7 +1,7 @@ Name:Homarid Spawning Bed ManaCost:U U Types:Enchantment -A:AB$ Token | Cost$ 1 U U Sac<1/Creature.Blue/blue creature> | TokenImage$ u 1 1 camarid | TokenAmount$ X | TokenName$ Camarid | TokenTypes$ Creature,Camarid | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | References$ X | SpellDescription$ Create X 1/1 blue Camarid creature tokens, where X is the sacrificed creature's converted mana cost. +A:AB$ Token | Cost$ 1 U U Sac<1/Creature.Blue/blue creature> | LegacyImage$ u 1 1 camarid | TokenAmount$ X | TokenScript$ u_1_1_camarid | TokenOwner$ You | References$ X | SpellDescription$ Create X 1/1 blue Camarid creature tokens, where X is the sacrificed creature's converted mana cost. SVar:X:Sacrificed$CardManaCost AI:RemoveDeck:All SVar:NonStackingEffect:True diff --git a/forge-gui/res/cardsfolder/i/icatian_town.txt b/forge-gui/res/cardsfolder/i/icatian_town.txt index 2ab0a26ec09..392f720894b 100644 --- a/forge-gui/res/cardsfolder/i/icatian_town.txt +++ b/forge-gui/res/cardsfolder/i/icatian_town.txt @@ -1,6 +1,6 @@ Name:Icatian Town ManaCost:5 W Types:Sorcery -A:SP$ Token | Cost$ 5 W | TokenAmount$ 4 | TokenName$ Citizen | TokenTypes$ Creature,Citizen | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create four 1/1 white Citizen creature tokens. +A:SP$ Token | Cost$ 5 W | TokenAmount$ 4 | TokenScript$ w_1_1_citizen | TokenOwner$ You | LegacyImage$ w_1_1_citizen | SpellDescription$ Create four 1/1 white Citizen creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/icatian_town.jpg Oracle:Create four 1/1 white Citizen creature tokens. diff --git a/forge-gui/res/cardsfolder/n/night_soil.txt b/forge-gui/res/cardsfolder/n/night_soil.txt index 0195a029366..61db7c0884c 100644 --- a/forge-gui/res/cardsfolder/n/night_soil.txt +++ b/forge-gui/res/cardsfolder/n/night_soil.txt @@ -1,8 +1,9 @@ Name:Night Soil ManaCost:G G Types:Enchantment -A:AB$ Token | Cost$ 1 ExileSameGrave<2/Creature> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 ExileSameGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. AI:RemoveDeck:All DeckHas:Ability$Token +DeckHints:Type$Fungus SVar:Picture:http://www.wizards.com/global/images/magic/general/night_soil.jpg Oracle:{1}, Exile two creature cards from a single graveyard: Create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/t/thallid.txt b/forge-gui/res/cardsfolder/t/thallid.txt index 2c2370fac41..0bd2955ac6e 100644 --- a/forge-gui/res/cardsfolder/t/thallid.txt +++ b/forge-gui/res/cardsfolder/t/thallid.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling mma | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thallid.jpg diff --git a/forge-gui/res/cardsfolder/t/thallid_devourer.txt b/forge-gui/res/cardsfolder/t/thallid_devourer.txt index a1928bc9efc..ea2f0e4b79e 100644 --- a/forge-gui/res/cardsfolder/t/thallid_devourer.txt +++ b/forge-gui/res/cardsfolder/t/thallid_devourer.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:2/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Pump | Cost$ Sac<1/Saproling> | NumAtt$ +1 | NumDef$ +2 | SpellDescription$ Thallid Devourer gets +1/+2 until end of turn. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/tokenscripts/b_0_1_thrull.txt b/forge-gui/res/tokenscripts/b_0_1_thrull.txt new file mode 100644 index 00000000000..5bdcff6ebba --- /dev/null +++ b/forge-gui/res/tokenscripts/b_0_1_thrull.txt @@ -0,0 +1,6 @@ +Name:Thrull +ManaCost:no cost +Types:Creature Thrull +Colors:black +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_saproling.txt b/forge-gui/res/tokenscripts/g_1_1_saproling.txt new file mode 100644 index 00000000000..ce69a8adaf8 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_saproling.txt @@ -0,0 +1,6 @@ +Name:Saproling +ManaCost:no cost +Types:Creature Saproling +Colors:green +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_camarid.txt b/forge-gui/res/tokenscripts/u_1_1_camarid.txt new file mode 100644 index 00000000000..71b54ee7e23 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_camarid.txt @@ -0,0 +1,6 @@ +Name:Camarid +ManaCost:no cost +Types:Creature Camarid +Colors:blue +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_citizen.txt b/forge-gui/res/tokenscripts/w_1_1_citizen.txt new file mode 100644 index 00000000000..3e47d6d40b1 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_citizen.txt @@ -0,0 +1,6 @@ +Name:Citizen +ManaCost:no cost +Types:Creature Citizen +Colors:white +PT:1/1 +Oracle: \ No newline at end of file From 7baab5786bd6f72bfa347ca96aab4e6c6c11bfa9 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 15:02:19 +0000 Subject: [PATCH 11/76] ice age tokens --- forge-gui/res/cardsfolder/c/caribou_range.txt | 2 +- forge-gui/res/tokenscripts/w_0_1_caribou.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/tokenscripts/w_0_1_caribou.txt diff --git a/forge-gui/res/cardsfolder/c/caribou_range.txt b/forge-gui/res/cardsfolder/c/caribou_range.txt index e69cdc937fb..b0032bf14a3 100644 --- a/forge-gui/res/cardsfolder/c/caribou_range.txt +++ b/forge-gui/res/cardsfolder/c/caribou_range.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant land you control A:SP$ Attach | Cost$ 2 W W | ValidTgts$ Land.YouCtrl | AILogic$ Pump S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ Token | Description$ Enchanted land has "{W}{W}, {T}: Create a 0/1 white Caribou creature token." -SVar:Token:AB$Token | Cost$ W W T | TokenAmount$ 1 | TokenName$ Caribou | TokenTypes$ Creature,Caribou | TokenColors$ White | TokenPower$ 0 | TokenToughness$ 1 | TokenOwner$ You | SpellDescription$ Create a 0/1 white Caribou creature token. +SVar:Token:AB$Token | Cost$ W W T | TokenAmount$ 1 | TokenScript$ w_0_1_caribou | LegacyImage$ w 0 1 caribou | TokenOwner$ You | SpellDescription$ Create a 0/1 white Caribou creature token. A:AB$ GainLife | Cost$ Sac<1/Caribou.token/Caribou token> | LifeAmount$ 1 | SpellDescription$ You gain 1 life. SVar:Picture:http://www.wizards.com/global/images/magic/general/caribou_range.jpg Oracle:Enchant land you control\nEnchanted land has "{W}{W}, {T}: Create a 0/1 white Caribou creature token."\nSacrifice a Caribou token: You gain 1 life. diff --git a/forge-gui/res/tokenscripts/w_0_1_caribou.txt b/forge-gui/res/tokenscripts/w_0_1_caribou.txt new file mode 100644 index 00000000000..69cd9dafa8d --- /dev/null +++ b/forge-gui/res/tokenscripts/w_0_1_caribou.txt @@ -0,0 +1,6 @@ +Name:Caribou +ManaCost:no cost +Types:Creature Caribou +Colors:white +PT:0/1 +Oracle: \ No newline at end of file From 947ebb0f0b5c83b39feb024cef3ad337e3dbbbd2 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 15:14:44 +0000 Subject: [PATCH 12/76] fallen empires tokens --- forge-gui/res/cardsfolder/d/drudge_spell.txt | 3 +-- forge-gui/res/cardsfolder/s/sengir_autocrat.txt | 2 +- forge-gui/res/cardsfolder/w/wall_of_kelp.txt | 2 +- forge-gui/res/tokenscripts/b_0_1_serf.txt | 6 ++++++ forge-gui/res/tokenscripts/b_1_1_skeleton_regenerate.txt | 7 +++++++ forge-gui/res/tokenscripts/b_x_x_spirit.txt | 6 ++++++ forge-gui/res/tokenscripts/kelp.txt | 7 +++++++ 7 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 forge-gui/res/tokenscripts/b_0_1_serf.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_skeleton_regenerate.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_spirit.txt create mode 100644 forge-gui/res/tokenscripts/kelp.txt diff --git a/forge-gui/res/cardsfolder/d/drudge_spell.txt b/forge-gui/res/cardsfolder/d/drudge_spell.txt index d91fd7cf862..b87809a2d2d 100644 --- a/forge-gui/res/cardsfolder/d/drudge_spell.txt +++ b/forge-gui/res/cardsfolder/d/drudge_spell.txt @@ -1,9 +1,8 @@ Name:Drudge Spell ManaCost:B B Types:Enchantment -A:AB$ Token | Cost$ B ExileFromGrave<2/Creature> | TokenAmount$ 1 | TokenName$ Skeleton | TokenTypes$ Creature,Skeleton | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABRegen | SpellDescription$ Create a 1/1 black Skeleton creature token. It has "{B}: Regenerate this creature." +A:AB$ Token | Cost$ B ExileFromGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ b_1_1_skeleton_regenerate | TokenOwner$ You | LegacyImage$ b 1 1 skeleton regenerate | SpellDescription$ Create a 1/1 black Skeleton creature token. It has "{B}: Regenerate this creature." T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigDestroyAll | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, destroy all Skeleton tokens. They can't be regenerated. -SVar:ABRegen:AB$Regenerate | Cost$ B | SpellDescription$ Regenerate CARDNAME. SVar:TrigDestroyAll:DB$DestroyAll | ValidCards$ Skeleton.token | NoRegen$ True SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/drudge_spell.jpg diff --git a/forge-gui/res/cardsfolder/s/sengir_autocrat.txt b/forge-gui/res/cardsfolder/s/sengir_autocrat.txt index 57bbd80bb58..845a53f6386 100644 --- a/forge-gui/res/cardsfolder/s/sengir_autocrat.txt +++ b/forge-gui/res/cardsfolder/s/sengir_autocrat.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Creature Human PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 0/1 black Serf creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenName$ Serf | TokenTypes$ Creature,Serf | TokenOwner$ You | TokenColors$ Black | TokenPower$ 0 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenScript$ b_0_1_serf | TokenOwner$ You | LegacyImage$ b 0 1 serf ema T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExileAllSerfs | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, exile all Serf tokens. SVar:TrigExileAllSerfs:DB$ChangeZoneAll | ChangeType$ Serf.token | Origin$ Battlefield | Destination$ Exile SVar:Picture:http://resources.wizards.com/magic/cards/tsb/en-us/card106638.jpg diff --git a/forge-gui/res/cardsfolder/w/wall_of_kelp.txt b/forge-gui/res/cardsfolder/w/wall_of_kelp.txt index a0c28b0bdf6..a28a548b7b4 100644 --- a/forge-gui/res/cardsfolder/w/wall_of_kelp.txt +++ b/forge-gui/res/cardsfolder/w/wall_of_kelp.txt @@ -3,6 +3,6 @@ ManaCost:U U Types:Creature Plant Wall PT:0/3 K:Defender -A:AB$ Token | Cost$ U U T | TokenAmount$ 1 | TokenName$ Kelp | TokenTypes$ Creature,Plant,Wall | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 0 | TokenToughness$ 1 | TokenKeywords$ Defender | SpellDescription$ Create a 0/1 blue Plant Wall creature token with defender named Kelp. +A:AB$ Token | Cost$ U U T | TokenAmount$ 1 | TokenScript$ kelp | TokenOwner$ You | LegacyImage$ kelp | SpellDescription$ Create a 0/1 blue Plant Wall creature token with defender named Kelp. SVar:Picture:http://resources.wizards.com/magic/cards/hm/en-us/card2959.jpg Oracle:Defender (This creature can't attack.)\n{U}{U}, {T}: Create a 0/1 blue Plant Wall creature token with defender named Kelp. diff --git a/forge-gui/res/tokenscripts/b_0_1_serf.txt b/forge-gui/res/tokenscripts/b_0_1_serf.txt new file mode 100644 index 00000000000..3663dcadf94 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_0_1_serf.txt @@ -0,0 +1,6 @@ +Name:Serf +ManaCost:no cost +Types:Creature Serf +Colors:black +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_1_1_skeleton_regenerate.txt b/forge-gui/res/tokenscripts/b_1_1_skeleton_regenerate.txt new file mode 100644 index 00000000000..f09843c07a8 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_skeleton_regenerate.txt @@ -0,0 +1,7 @@ +Name:Skeleton +ManaCost:no cost +Colors:black +Types:Creature Skeleton +PT:1/1 +A:AB$ Regenerate | Cost$ B | SpellDescription$ Regenerate this creature. +Oracle:{B}: Regenerate this creature. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_x_x_spirit.txt b/forge-gui/res/tokenscripts/b_x_x_spirit.txt new file mode 100644 index 00000000000..9caae9a22b6 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_spirit.txt @@ -0,0 +1,6 @@ +Name:Spirit +ManaCost:no cost +Colors:black +Types:Creature Spirit +PT:*/* +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/kelp.txt b/forge-gui/res/tokenscripts/kelp.txt new file mode 100644 index 00000000000..b1bca6342b8 --- /dev/null +++ b/forge-gui/res/tokenscripts/kelp.txt @@ -0,0 +1,7 @@ +Name:Kelp +ManaCost:no cost +Types:Creature Plant Wall +Colors:blue +PT:0/1 +K:Defender +Oracle:Defender \ No newline at end of file From 409499d9d9fd82cc42dc70f1995b2ca526b442af Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 15:48:14 +0000 Subject: [PATCH 13/76] alliances tokens --- forge-gui/res/cardsfolder/b/balduvian_dead.txt | 2 +- forge-gui/res/cardsfolder/e/errand_of_duty.txt | 2 +- forge-gui/res/cardsfolder/f/feast_or_famine.txt | 2 +- forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt | 2 +- forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt | 2 +- forge-gui/res/cardsfolder/p/phantasmal_sphere.txt | 2 +- forge-gui/res/cardsfolder/p/phelddagrif.txt | 2 +- forge-gui/res/cardsfolder/s/spiny_starfish.txt | 2 +- forge-gui/res/cardsfolder/s/splintering_wind.txt | 2 +- forge-gui/res/cardsfolder/v/varchilds_war_riders.txt | 2 +- forge-gui/res/tokenscripts/br_3_1_graveborn_haste.txt | 7 +++++++ forge-gui/res/tokenscripts/g_1_1_hippo.txt | 6 ++++++ forge-gui/res/tokenscripts/g_1_1_splinter_flying_cum.txt | 8 ++++++++ forge-gui/res/tokenscripts/r_1_1_survivor.txt | 6 ++++++ forge-gui/res/tokenscripts/u_0_1_starfish.txt | 6 ++++++ forge-gui/res/tokenscripts/u_x_x_orb.txt | 7 +++++++ forge-gui/res/tokenscripts/w_0_1_deserter.txt | 6 ++++++ forge-gui/res/tokenscripts/w_1_1_knight_banding.txt | 7 +++++++ w_1_1_soldier.txt | 6 ++++++ 19 files changed, 69 insertions(+), 10 deletions(-) create mode 100644 forge-gui/res/tokenscripts/br_3_1_graveborn_haste.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_hippo.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_splinter_flying_cum.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_survivor.txt create mode 100644 forge-gui/res/tokenscripts/u_0_1_starfish.txt create mode 100644 forge-gui/res/tokenscripts/u_x_x_orb.txt create mode 100644 forge-gui/res/tokenscripts/w_0_1_deserter.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_knight_banding.txt create mode 100644 w_1_1_soldier.txt diff --git a/forge-gui/res/cardsfolder/b/balduvian_dead.txt b/forge-gui/res/cardsfolder/b/balduvian_dead.txt index aeb45cdd95a..a7e7eae6832 100644 --- a/forge-gui/res/cardsfolder/b/balduvian_dead.txt +++ b/forge-gui/res/cardsfolder/b/balduvian_dead.txt @@ -2,6 +2,6 @@ Name:Balduvian Dead ManaCost:3 B Types:Creature Zombie PT:2/3 -A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenScript$ br_3_1_graveborn | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. +A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ br_3_1_graveborn_haste | TokenOwner$ You | LegacyImage$ br 3 1 graveborn haste | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. SVar:Picture:http://www.wizards.com/global/images/magic/general/balduvian_dead.jpg Oracle:{2}{R}, Exile a creature card from your graveyard: Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/e/errand_of_duty.txt b/forge-gui/res/cardsfolder/e/errand_of_duty.txt index e86edec2040..a0ec150d245 100644 --- a/forge-gui/res/cardsfolder/e/errand_of_duty.txt +++ b/forge-gui/res/cardsfolder/e/errand_of_duty.txt @@ -1,7 +1,7 @@ Name:Errand of Duty ManaCost:1 W Types:Instant -A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Banding | SpellDescription$ Create a 1/1 white Knight creature token with banding. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_knight_banding | TokenOwner$ You | LegacyImage$ w 1 1 knight banding | SpellDescription$ Create a 1/1 white Knight creature token with banding. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/errand_of_duty.jpg Oracle:Create a 1/1 white Knight creature token with banding. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.) diff --git a/forge-gui/res/cardsfolder/f/feast_or_famine.txt b/forge-gui/res/cardsfolder/f/feast_or_famine.txt index 09acd4b077f..0530828b46e 100644 --- a/forge-gui/res/cardsfolder/f/feast_or_famine.txt +++ b/forge-gui/res/cardsfolder/f/feast_or_famine.txt @@ -2,7 +2,7 @@ Name:Feast or Famine ManaCost:3 B Types:Instant A:SP$ Charm | Cost$ 3 B | Choices$ DBToken,DBDestroy -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 black Zombie creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie | SpellDescription$ Create a 2/2 black Zombie creature token. SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.nonBlack+nonArtifact | TgtPrompt$ Select target nonblack, nonartifact creature | NoRegen$ True | SpellDescription$ Destroy target nonartifact, nonblack creature and it can't be regenerated. SVar:Picture:http://www.wizards.com/global/images/magic/general/feast_or_famine.jpg Oracle:Choose one —\n• Create a 2/2 black Zombie creature token.\n• Destroy target nonartifact, nonblack creature. It can't be regenerated. diff --git a/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt b/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt index 7642526a9ec..6980f3d6ac5 100644 --- a/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt +++ b/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt @@ -4,6 +4,6 @@ Types:Creature Human Soldier PT:1/6 T:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | IsPresent$ Card.Self+attackedThisCombat,Card.Self+blockedThisCombat | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At end of combat, if CARDNAME attacked or blocked this combat, put a -0/-1 counter on CARDNAME and create a 0/1 white Deserter creature token. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ M0M1 | CounterNum$ 1 | SubAbility$ DBToken -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Deserter | TokenTypes$ Creature,Deserter | TokenOwner$ You | TokenColors$ White | TokenPower$ 0 | TokenToughness$ 1 +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_0_1_deserter | TokenOwner$ You | LegacyImage$ w 0 1 deserter SVar:Picture:http://www.wizards.com/global/images/magic/general/kjeldoran_home_guard.jpg Oracle:At end of combat, if Kjeldoran Home Guard attacked or blocked this combat, put a -0/-1 counter on Kjeldoran Home Guard and create a 0/1 white Deserter creature token. diff --git a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt index 9e456430602..b2152e3e22b 100644 --- a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt +++ b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt @@ -2,7 +2,7 @@ Name:Kjeldoran Outpost ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}. -A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Soldier creature token. +A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier | SpellDescription$ Create a 1/1 white Soldier creature token. R:Event$ Moved | Destination$ Battlefield | ValidCard$ Card.Self | ReplaceWith$ PayBeforeETB | Description$ If CARDNAME would enter the battlefield, sacrifice a Plains instead. If you do, put CARDNAME onto the battlefield. If you don't, put it into its owner's graveyard. SVar:PayBeforeETB:DB$ Sacrifice | SacValid$ Plains | Defined$ You | RememberSacrificed$ True | SubAbility$ MoveToGraveyard SVar:MoveToGraveyard:DB$ ChangeZone | Origin$ All | Destination$ Graveyard | Defined$ ReplacedCard | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0 | SubAbility$ MoveToBattlefield diff --git a/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt b/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt index 472a577ba3a..5fa5963184d 100644 --- a/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt +++ b/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt @@ -7,7 +7,7 @@ T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | E SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ SacSelf SVar:SacSelf:DB$ Sacrifice | Defined$ Card.Self | UnlessCost$ X | UnlessPayer$ You T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ OrbToken | TriggerDescription$ When CARDNAME leaves the battlefield, target opponent creates an X/X blue Orb creature token with flying, where X is the number of +1/+1 counters on CARDNAME. -SVar:OrbToken:DB$ Token | TokenImage$ u x x orb | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenName$ Orb | TokenColors$ Blue | TokenTypes$ Creature,Orb | TokenPower$ XLKI | TokenToughness$ XLKI | References$ XLKI | TokenAmount$ 1 +SVar:OrbToken:DB$ Token | LegacyImage$ u x x orb | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenScript$ u_x_x_orb | TokenPower$ XLKI | TokenToughness$ XLKI | References$ XLKI | TokenAmount$ 1 SVar:X:Count$CardCounters.P1P1 SVar:XLKI:TriggeredCard$CardCounters.P1P1 AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/p/phelddagrif.txt b/forge-gui/res/cardsfolder/p/phelddagrif.txt index f1b773adf0d..2b4ee3edb1c 100644 --- a/forge-gui/res/cardsfolder/p/phelddagrif.txt +++ b/forge-gui/res/cardsfolder/p/phelddagrif.txt @@ -5,7 +5,7 @@ PT:4/4 A:AB$ Pump | Cost$ G | KW$ Trample | Defined$ Self | SubAbility$ DBToken | SpellDescription$ CARDNAME gains trample until end of turn. Target opponent creates a 1/1 green Hippo creature token. A:AB$ Pump | Cost$ W | KW$ Flying | Defined$ Self | SubAbility$ DBGain | SpellDescription$ CARDNAME gains flying until end of turn. Target opponent gains 2 life. A:AB$ ChangeZone | Cost$ U | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBDraw | SpellDescription$ Return CARDNAME to its owner's hand. Target opponent may draw a card. -SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenName$ Hippo | TokenTypes$ Creature,Hippo | TokenOwner$ Opponent | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ g_1_1_hippo | TokenOwner$ Opponent | LegacyImage$ g 1 1 hippo SVar:DBGain:DB$GainLife | LifeAmount$ 2 | ValidTgts$ Opponent SVar:DBDraw:DB$Draw | NumCards$ 1 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | OptionalDecider$ Opponent AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/s/spiny_starfish.txt b/forge-gui/res/cardsfolder/s/spiny_starfish.txt index c4e25817924..0ec3ed6550e 100644 --- a/forge-gui/res/cardsfolder/s/spiny_starfish.txt +++ b/forge-gui/res/cardsfolder/s/spiny_starfish.txt @@ -4,7 +4,7 @@ Types:Creature Starfish PT:0/1 A:AB$ Regenerate | Cost$ U | SpellDescription$ Regenerate CARDNAME. T:Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | CheckSVar$ X | SVarCompare$ GE1 | TriggerDescription$ At the beginning of each end step, if CARDNAME regenerated this turn, create a 0/1 blue Starfish creature token for each time it regenerated this turn. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenName$ Starfish | TokenTypes$ Creature,Starfish | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 0 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ u_0_1_starfish | TokenOwner$ You | LegacyImage$ u 0 1 starfish SVar:X:Count$RegeneratedThisTurn SVar:Picture:http://www.wizards.com/global/images/magic/general/spiny_starfish.jpg Oracle:{U}: Regenerate Spiny Starfish.\nAt the beginning of each end step, if Spiny Starfish regenerated this turn, create a 0/1 blue Starfish creature token for each time it regenerated this turn. diff --git a/forge-gui/res/cardsfolder/s/splintering_wind.txt b/forge-gui/res/cardsfolder/s/splintering_wind.txt index 774e523c4ab..1ee804a398b 100644 --- a/forge-gui/res/cardsfolder/s/splintering_wind.txt +++ b/forge-gui/res/cardsfolder/s/splintering_wind.txt @@ -2,7 +2,7 @@ Name:Splintering Wind ManaCost:2 G G Types:Enchantment A:AB$ DealDamage | Cost$ 2 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | SubAbility$ DBToken | SpellDescription$ CARDNAME deals 1 damage to target creature. Create a 1/1 green Splinter creature token. It has flying and "Cumulative upkeep {G}." When it leaves the battlefield, it deals 1 damage to you and each creature you control. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless they pay its upkeep cost for each age counter on it.) -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Splinter | TokenTypes$ Creature,Splinter | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Cumulative upkeep:G<>Flying | TokenTriggers$ TrigDamage | TokenSVars$ TrigBoom +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_splinter_flying_cum | TokenOwner$ You | LegacyImage$ g 1 1 splinter flying cum | TokenTriggers$ TrigDamage | TokenSVars$ TrigBoom SVar:TrigDamage:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | TriggerZones$ Battlefield | Execute$ TrigBoom | TriggerDescription$ When this creature leaves the battlefield, it deals 1 damage to you and each creature you control. SVar:TrigBoom:DB$ DamageAll | ValidCards$ Creature.YouCtrl | ValidPlayers$ Self | NumDmg$ 1 | SpellDescription$ Deal 1 damage to you and each creature you control. AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt b/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt index 005ef3a2879..29a549864c4 100644 --- a/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt +++ b/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt @@ -7,7 +7,7 @@ K:Rampage:1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigCumUpkeep | TriggerDescription$ Cumulative upkeep—Have an opponent create a 1/1 red Survivor creature token. SVar:TrigCumUpkeep:DB$ Charm | Choices$ TrigAgeSurvivor,TrigAgeSacrifice | CharmNum$ 1 SVar:TrigAgeSurvivor:DB$PutCounter | Defined$ Self | CounterType$ AGE | CounterNum$ 1 | SubAbility$ Survivor -SVar:Survivor:DB$Token | TokenAmount$ X | References$ X | TokenName$ Survivor | TokenTypes$ Creature,Survivor | TokenOwner$ Opponent | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Have an opponent create a 1/1 red Survivor creature token. +SVar:Survivor:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_survivor | TokenOwner$ Opponent | LegacyImage$ r 1 1 survivor | SpellDescription$ Have an opponent create a 1/1 red Survivor creature token. SVar:X:Count$CardCounters.AGE SVar:TrigAgeSacrifice:DB$PutCounter | Defined$ Self | CounterType$ AGE | CounterNum$ 1 | SubAbility$ Sacrifice SVar:Sacrifice:DB$ Sacrifice | Defined$ Self | SpellDescription$ Sacrifice CARDNAME. diff --git a/forge-gui/res/tokenscripts/br_3_1_graveborn_haste.txt b/forge-gui/res/tokenscripts/br_3_1_graveborn_haste.txt new file mode 100644 index 00000000000..769e87b3f36 --- /dev/null +++ b/forge-gui/res/tokenscripts/br_3_1_graveborn_haste.txt @@ -0,0 +1,7 @@ +Name:Graveborn +ManaCost:no cost +Types:Creature Graveborn +Colors:black,red +K:Haste +PT:3/1 +Oracle:Haste \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_hippo.txt b/forge-gui/res/tokenscripts/g_1_1_hippo.txt new file mode 100644 index 00000000000..d4fd58e34ff --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_hippo.txt @@ -0,0 +1,6 @@ +Name:Hippo +ManaCost:no cost +Types:Creature Hippo +Colors:green +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_splinter_flying_cum.txt b/forge-gui/res/tokenscripts/g_1_1_splinter_flying_cum.txt new file mode 100644 index 00000000000..c436b777c03 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_splinter_flying_cum.txt @@ -0,0 +1,8 @@ +Name:Splinter +ManaCost:no cost +Colors:green +Types:Creature Splinter +PT:1/1 +K:Flying +K:Cumulative upkeep:G +Oracle:Flying\nCumulative upkeep {G} \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_1_1_survivor.txt b/forge-gui/res/tokenscripts/r_1_1_survivor.txt new file mode 100644 index 00000000000..72207b2f291 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_survivor.txt @@ -0,0 +1,6 @@ +Name:Survivor +ManaCost:no cost +Types:Creature Survivor +Colors:red +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_0_1_starfish.txt b/forge-gui/res/tokenscripts/u_0_1_starfish.txt new file mode 100644 index 00000000000..6d01b6fc71c --- /dev/null +++ b/forge-gui/res/tokenscripts/u_0_1_starfish.txt @@ -0,0 +1,6 @@ +Name:Starfish +ManaCost:no cost +Types:Creature Starfish +Colors:blue +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_x_x_orb.txt b/forge-gui/res/tokenscripts/u_x_x_orb.txt new file mode 100644 index 00000000000..bf2ea816ddf --- /dev/null +++ b/forge-gui/res/tokenscripts/u_x_x_orb.txt @@ -0,0 +1,7 @@ +Name:Orb +ManaCost:no cost +Types:Creature Orb +Colors:blue +PT:*/* +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_0_1_deserter.txt b/forge-gui/res/tokenscripts/w_0_1_deserter.txt new file mode 100644 index 00000000000..eae53eb035c --- /dev/null +++ b/forge-gui/res/tokenscripts/w_0_1_deserter.txt @@ -0,0 +1,6 @@ +Name:Deserter +ManaCost:no cost +Types:Creature Deserter +Colors:white +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_knight_banding.txt b/forge-gui/res/tokenscripts/w_1_1_knight_banding.txt new file mode 100644 index 00000000000..da9fbafb0ef --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_knight_banding.txt @@ -0,0 +1,7 @@ +Name:Knight +ManaCost:no cost +Colors:white +Types:Creature Knight +PT:1/1 +K:Banding +Oracle:Banding \ No newline at end of file diff --git a/w_1_1_soldier.txt b/w_1_1_soldier.txt new file mode 100644 index 00000000000..2965f84d632 --- /dev/null +++ b/w_1_1_soldier.txt @@ -0,0 +1,6 @@ +Name:Soldier +ManaCost:no cost +Types:Creature Soldier +Colors:white +PT:1/1 +Oracle: \ No newline at end of file From 6a1dc16b52577b6f6e6c3f675066fac9efacec58 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 16:13:16 +0000 Subject: [PATCH 14/76] mirage tokens --- forge-gui/res/cardsfolder/a/afterlife.txt | 2 +- forge-gui/res/cardsfolder/c/carrion.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_scouts.txt | 2 +- forge-gui/res/cardsfolder/j/jungle_patrol.txt | 2 +- forge-gui/res/cardsfolder/s/sacred_mesa.txt | 2 +- forge-gui/res/cardsfolder/t/tidal_wave.txt | 2 +- forge-gui/res/cardsfolder/t/tombstone_stairwell.txt | 2 +- forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt | 2 +- forge-gui/res/tokenscripts/b_0_1_insect.txt | 6 ++++++ forge-gui/res/tokenscripts/c_0_2_a_wall_defender.txt | 6 ++++++ forge-gui/res/tokenscripts/g_1_1_cat.txt | 6 ++++++ .../res/tokenscripts/r_1_1_goblin_scout_mountainwalk.txt | 7 +++++++ forge-gui/res/tokenscripts/tombspawn.txt | 7 +++++++ forge-gui/res/tokenscripts/w_1_1_pegasus_flying.txt | 7 +++++++ forge-gui/res/tokenscripts/w_1_1_spirit_flying.txt | 7 +++++++ forge-gui/res/tokenscripts/wood.txt | 7 +++++++ 16 files changed, 61 insertions(+), 8 deletions(-) create mode 100644 forge-gui/res/tokenscripts/b_0_1_insect.txt create mode 100644 forge-gui/res/tokenscripts/c_0_2_a_wall_defender.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_cat.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_goblin_scout_mountainwalk.txt create mode 100644 forge-gui/res/tokenscripts/tombspawn.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_pegasus_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_spirit_flying.txt create mode 100644 forge-gui/res/tokenscripts/wood.txt diff --git a/forge-gui/res/cardsfolder/a/afterlife.txt b/forge-gui/res/cardsfolder/a/afterlife.txt index 4bf6f2ee54a..d9b655da79f 100644 --- a/forge-gui/res/cardsfolder/a/afterlife.txt +++ b/forge-gui/res/cardsfolder/a/afterlife.txt @@ -2,7 +2,7 @@ Name:Afterlife ManaCost:2 W Types:Instant A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target creature. It can't be regenerated. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ TargetedController | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying c14 | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/afterlife.jpg Oracle:Destroy target creature. It can't be regenerated. Its controller creates a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/c/carrion.txt b/forge-gui/res/cardsfolder/c/carrion.txt index fa937924c35..95d0d393c6c 100644 --- a/forge-gui/res/cardsfolder/c/carrion.txt +++ b/forge-gui/res/cardsfolder/c/carrion.txt @@ -1,7 +1,7 @@ Name:Carrion ManaCost:1 B B Types:Instant -A:SP$ Token | Cost$ 1 B B Sac<1/Creature> | TokenName$ Insect | TokenColors$ Black | TokenTypes$ Creature,Insect | TokenPower$ 0 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ X | References$ X | SpellDescription$ Create X 0/1 black Insect creature tokens, where X is the sacrificed creature's power. +A:SP$ Token | Cost$ 1 B B Sac<1/Creature> | TokenScript$ b_0_1_insect | TokenOwner$ You | LegacyImage$ b 0 1 insect | TokenAmount$ X | References$ X | SpellDescription$ Create X 0/1 black Insect creature tokens, where X is the sacrificed creature's power. SVar:X:Sacrificed$CardPower AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/carrion.jpg diff --git a/forge-gui/res/cardsfolder/g/goblin_scouts.txt b/forge-gui/res/cardsfolder/g/goblin_scouts.txt index 06e538e022a..58e3e976595 100644 --- a/forge-gui/res/cardsfolder/g/goblin_scouts.txt +++ b/forge-gui/res/cardsfolder/g/goblin_scouts.txt @@ -1,6 +1,6 @@ Name:Goblin Scouts ManaCost:3 R R Types:Sorcery -A:SP$ Token | Cost$ 3 R R | TokenAmount$ 3 | TokenName$ Goblin Scout | TokenTypes$ Creature,Goblin,Scout | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Mountainwalk | SpellDescription$ Create three 1/1 red Goblin Scout creature tokens with mountainwalk. +A:SP$ Token | Cost$ 3 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin_scout_mountainwalk | TokenOwner$ You | LegacyImage$ r 1 1 goblin scout mountainwalk | SpellDescription$ Create three 1/1 red Goblin Scout creature tokens with mountainwalk. SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_scouts.jpg Oracle:Create three 1/1 red Goblin Scout creature tokens with mountainwalk. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/jungle_patrol.txt b/forge-gui/res/cardsfolder/j/jungle_patrol.txt index e66670e2a8c..1036a6b3022 100644 --- a/forge-gui/res/cardsfolder/j/jungle_patrol.txt +++ b/forge-gui/res/cardsfolder/j/jungle_patrol.txt @@ -2,7 +2,7 @@ Name:Jungle Patrol ManaCost:3 G Types:Creature Human Soldier PT:3/2 -A:AB$ Token | Cost$ 1 G T | TokenAmount$ 1 | TokenName$ Wood | TokenTypes$ Creature,Wall | TokenOwner$ You | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 1 | TokenKeywords$ Defender | SpellDescription$ Create a 0/1 green Wall creature token with defender named Wood. +A:AB$ Token | Cost$ 1 G T | TokenAmount$ 1 | TokenScript$ wood | TokenOwner$ You | LegacyImage$ wood | SpellDescription$ Create a 0/1 green Wall creature token with defender named Wood. A:AB$ Mana | Cost$ Sac<1/Permanent.token+namedWood/token named Wood> | Produced$ R | SpellDescription$ Add {R}. SVar:Picture:http://www.wizards.com/global/images/magic/general/jungle_patrol.jpg Oracle:{1}{G}, {T}: Create a 0/1 green Wall creature token with defender named Wood.\nSacrifice a token named Wood: Add {R}. diff --git a/forge-gui/res/cardsfolder/s/sacred_mesa.txt b/forge-gui/res/cardsfolder/s/sacred_mesa.txt index 2d0e693c721..a44e40a1565 100644 --- a/forge-gui/res/cardsfolder/s/sacred_mesa.txt +++ b/forge-gui/res/cardsfolder/s/sacred_mesa.txt @@ -2,7 +2,7 @@ Name:Sacred Mesa ManaCost:2 W Types:Enchantment K:UpkeepCost:Sac<1/Pegasus> -A:AB$ Token | Cost$ 1 W | TokenImage$ w 1 1 pegasus flying | TokenAmount$ 1 | TokenName$ Pegasus | TokenTypes$ Creature,Pegasus | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 1 W | LegacyImage$ w 1 1 pegasus flying c14 | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/sacred_mesa.jpg Oracle:At the beginning of your upkeep, sacrifice Sacred Mesa unless you sacrifice a Pegasus.\n{1}{W}: Create a 1/1 white Pegasus creature token with flying. diff --git a/forge-gui/res/cardsfolder/t/tidal_wave.txt b/forge-gui/res/cardsfolder/t/tidal_wave.txt index 71eeeb28537..275b5ebd0b9 100644 --- a/forge-gui/res/cardsfolder/t/tidal_wave.txt +++ b/forge-gui/res/cardsfolder/t/tidal_wave.txt @@ -1,7 +1,7 @@ Name:Tidal Wave ManaCost:2 U Types:Instant -A:SP$ Token | Cost$ 2 U | TokenScript$ u_5_5_wall_defender | AtEOT$ Sacrifice | SpellDescription$ Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. +A:SP$ Token | Cost$ 2 U | TokenAmount$ 1 | TokenScript$ u_5_5_wall_defender | TokenOwner$ You | LegacyImage$ u 5 5 wall defender ema | AtEOT$ Sacrifice | SpellDescription$ Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/tidal_wave.jpg Oracle:Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt b/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt index ff355418154..d92ff25f173 100644 --- a/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt +++ b/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt @@ -4,7 +4,7 @@ Types:World Enchantment K:Cumulative upkeep:1 B T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | IsPresent$ Card.Self | Execute$ TrigRepeat | TriggerDescription$ At the beginning of each upkeep, if CARDNAME is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Tombspawn | TokenTypes$ Creature,Zombie | TokenOwner$ Player.IsRemembered | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Haste | RememberTokens$ True +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ tombspawn | TokenOwner$ Player.IsRemembered | LegacyImage$ tombspawn | RememberTokens$ True SVar:X:Count$ValidGraveyard Creature.RememberedPlayerCtrl T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ DestroyRemembered | TriggerDescription$ At the beginning of each end step or when CARDNAME leaves the battlefield, destroy all tokens created with CARDNAME. They can't be regenerated. T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ DestroyRemembered | Secondary$ True | TriggerController$ TriggeredCardController | TriggerDescription$ At the beginning of each end step or when CARDNAME leaves the battlefield, destroy all tokens created with CARDNAME. They can't be regenerated. diff --git a/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt b/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt index f563833fb50..1a9823f9605 100644 --- a/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt +++ b/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt @@ -2,7 +2,7 @@ Name:Waiting in the Weeds ManaCost:1 G G Types:Sorcery A:SP$ RepeatEach | Cost$ 1 G G | RepeatSubAbility$ DBToken | RepeatPlayers$ Player | SpellDescription$ Each player creates a 1/1 green Cat creature token for each untapped Forest they control. -SVar:DBToken:DB$ Token | TokenAmount$ CountForest | References$ CountForest | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ Player.IsRemembered | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:DBToken:DB$ Token | TokenAmount$ CountForest | References$ CountForest | TokenScript$ g_1_1_cat | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 cat SVar:CountForest:Count$Valid Forest.untapped+RememberedPlayerCtrl AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/waiting_in_the_weeds.jpg diff --git a/forge-gui/res/tokenscripts/b_0_1_insect.txt b/forge-gui/res/tokenscripts/b_0_1_insect.txt new file mode 100644 index 00000000000..96d5346a426 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_0_1_insect.txt @@ -0,0 +1,6 @@ +Name:Insect +ManaCost:no cost +Types:Creature Insect +Colors:black +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_0_2_a_wall_defender.txt b/forge-gui/res/tokenscripts/c_0_2_a_wall_defender.txt new file mode 100644 index 00000000000..e2025941895 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_0_2_a_wall_defender.txt @@ -0,0 +1,6 @@ +Name:Wall +ManaCost:no cost +PT:0/2 +Types:Artifact Creature Wall +K:Defender +Oracle:Defender \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_cat.txt b/forge-gui/res/tokenscripts/g_1_1_cat.txt new file mode 100644 index 00000000000..8195fccb46c --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_cat.txt @@ -0,0 +1,6 @@ +Name:Cat +ManaCost:no cost +Types:Creature Cat +Colors:green +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_1_1_goblin_scout_mountainwalk.txt b/forge-gui/res/tokenscripts/r_1_1_goblin_scout_mountainwalk.txt new file mode 100644 index 00000000000..d5e56a73ae8 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_goblin_scout_mountainwalk.txt @@ -0,0 +1,7 @@ +Name:Goblin Scout +ManaCost:no cost +Types:Creature Goblin Scout +Colors:red +PT:1/1 +K:Mountainwalk +Oracle:Mountainwalk \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/tombspawn.txt b/forge-gui/res/tokenscripts/tombspawn.txt new file mode 100644 index 00000000000..02c6331fc33 --- /dev/null +++ b/forge-gui/res/tokenscripts/tombspawn.txt @@ -0,0 +1,7 @@ +Name:Tombspawn +ManaCost:no cost +Types:Creature Zombie +Colors:black +PT:2/2 +K:Haste +Oracle:Haste \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_pegasus_flying.txt b/forge-gui/res/tokenscripts/w_1_1_pegasus_flying.txt new file mode 100644 index 00000000000..41d12a82915 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_pegasus_flying.txt @@ -0,0 +1,7 @@ +Name:Pegasus +ManaCost:no cost +Types:Creature Pegasus +Colors:white +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_spirit_flying.txt b/forge-gui/res/tokenscripts/w_1_1_spirit_flying.txt new file mode 100644 index 00000000000..39cf47f4bac --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_spirit_flying.txt @@ -0,0 +1,7 @@ +Name:Spirit +ManaCost:no cost +Types:Creature Spirit +Colors:white +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/wood.txt b/forge-gui/res/tokenscripts/wood.txt new file mode 100644 index 00000000000..1713bea456b --- /dev/null +++ b/forge-gui/res/tokenscripts/wood.txt @@ -0,0 +1,7 @@ +Name:Wood +ManaCost:no cost +Types:Creature Wall +Colors:green +PT:0/1 +K:Defender +Oracle:Defender \ No newline at end of file From 73a4aa7461312eb41fa2e7b5dc3985297337a982 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 16:24:39 +0000 Subject: [PATCH 15/76] visions tokens --- forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt | 2 +- forge-gui/res/cardsfolder/g/giant_caterpillar.txt | 2 +- forge-gui/res/cardsfolder/o/ovinomancer.txt | 2 +- forge-gui/res/cardsfolder/s/snake_basket.txt | 2 +- forge-gui/res/tokenscripts/butterfly.txt | 7 +++++++ forge-gui/res/tokenscripts/c_0_1_a_prism.txt | 5 +++++ forge-gui/res/tokenscripts/g_0_1_sheep.txt | 6 ++++++ forge-gui/res/tokenscripts/g_1_1_snake.txt | 6 ++++++ 8 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 forge-gui/res/tokenscripts/butterfly.txt create mode 100644 forge-gui/res/tokenscripts/c_0_1_a_prism.txt create mode 100644 forge-gui/res/tokenscripts/g_0_1_sheep.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_snake.txt diff --git a/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt b/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt index 5568dcb80ff..41aa5f367d0 100644 --- a/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt +++ b/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt @@ -1,7 +1,7 @@ Name:Diamond Kaleidoscope ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenName$ Prism | TokenTypes$ Artifact,Creature,Prism | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Create a 0/1 colorless Prism artifact creature token. +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ c_0_1_a_prism | TokenOwner$ You | LegacyImage$ c 0 1 a prism | SpellDescription$ Create a 0/1 colorless Prism artifact creature token. A:AB$ Mana | Cost$ Sac<1/Prism.token/Prism token> | Produced$ Any | SpellDescription$ Add one mana of any color. SVar:Picture:http://www.wizards.com/global/images/magic/general/diamond_kaleidoscope.jpg Oracle:{3}, {T}: Create a 0/1 colorless Prism artifact creature token.\nSacrifice a Prism token: Add one mana of any color. diff --git a/forge-gui/res/cardsfolder/g/giant_caterpillar.txt b/forge-gui/res/cardsfolder/g/giant_caterpillar.txt index b775a7bf7ce..5d72b123cb4 100644 --- a/forge-gui/res/cardsfolder/g/giant_caterpillar.txt +++ b/forge-gui/res/cardsfolder/g/giant_caterpillar.txt @@ -3,7 +3,7 @@ ManaCost:3 G Types:Creature Insect PT:3/3 A:AB$ DelayedTrigger | Cost$ G Sac<1/CARDNAME> | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | SpellDescription$ Create a 1/1 green Insect creature token with flying named Butterfly at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Butterfly | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ butterfly | TokenOwner$ You | LegacyImage$ butterfly AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/giant_caterpillar.jpg Oracle:{G}, Sacrifice Giant Caterpillar: Create a 1/1 green Insect creature token with flying named Butterfly at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/o/ovinomancer.txt b/forge-gui/res/cardsfolder/o/ovinomancer.txt index 06c499e88ff..eb94614939b 100644 --- a/forge-gui/res/cardsfolder/o/ovinomancer.txt +++ b/forge-gui/res/cardsfolder/o/ovinomancer.txt @@ -4,7 +4,7 @@ Types:Creature Human Wizard PT:0/1 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigBounce | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you return three basic lands you control to their owner's hand. A:AB$ Destroy | Cost$ Return<1/CARDNAME> T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target creature. It can't be regenerated. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Sheep | TokenTypes$ Creature,Sheep | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ That creature's controller creates a 0/1 green Sheep creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_0_1_sheep | TokenOwner$ TargetedController | LegacyImage$ g 0 1 sheep SVar:TrigBounce:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Land.Basic+YouCtrl | ChangeNum$ 3 | Optional$ True | RememberChanged$ True | SubAbility$ DBSacSelf SVar:DBSacSelf:DB$ Sacrifice | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT3 | References$ X SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/s/snake_basket.txt b/forge-gui/res/cardsfolder/s/snake_basket.txt index b258272030f..ecccb29834a 100644 --- a/forge-gui/res/cardsfolder/s/snake_basket.txt +++ b/forge-gui/res/cardsfolder/s/snake_basket.txt @@ -1,7 +1,7 @@ Name:Snake Basket ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ X Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ X | References$ X | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SorcerySpeed$ True | SpellDescription$ Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ X Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ X | References$ X | TokenScript$ g_1_1_snake | LegacyImage$ g 1 1 snake | SorcerySpeed$ True | SpellDescription$ Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/snake_basket.jpg Oracle:{X}, Sacrifice Snake Basket: Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/tokenscripts/butterfly.txt b/forge-gui/res/tokenscripts/butterfly.txt new file mode 100644 index 00000000000..90d15a4932a --- /dev/null +++ b/forge-gui/res/tokenscripts/butterfly.txt @@ -0,0 +1,7 @@ +Name:Butterfly +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Insect +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_0_1_a_prism.txt b/forge-gui/res/tokenscripts/c_0_1_a_prism.txt new file mode 100644 index 00000000000..9fe74dc50cb --- /dev/null +++ b/forge-gui/res/tokenscripts/c_0_1_a_prism.txt @@ -0,0 +1,5 @@ +Name:Prism +ManaCost:no cost +PT:0/1 +Types:Artifact Creature Prism +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_0_1_sheep.txt b/forge-gui/res/tokenscripts/g_0_1_sheep.txt new file mode 100644 index 00000000000..776cb9f4060 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_0_1_sheep.txt @@ -0,0 +1,6 @@ +Name:Sheep +ManaCost:no cost +PT:0/1 +Colors:green +Types:Creature Sheep +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_snake.txt b/forge-gui/res/tokenscripts/g_1_1_snake.txt new file mode 100644 index 00000000000..1d0a61a1250 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_snake.txt @@ -0,0 +1,6 @@ +Name:Snake +ManaCost:no cost +Types:Creature Snake +Colors:green +PT:1/1 +Oracle: \ No newline at end of file From 812a5c873f61b2a799f0c7d8598b7dc9c20431dd Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 16:27:52 +0000 Subject: [PATCH 16/76] weatherlight tokens --- forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt | 2 +- forge-gui/res/tokenscripts/g_1_1_squirrel.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/tokenscripts/g_1_1_squirrel.txt diff --git a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt index 2305afd27a7..1e290ba032a 100644 --- a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt +++ b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt @@ -6,7 +6,7 @@ T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ SVar:RepeatPayment:DB$ RepeatEach | RepeatPlayers$ Player | StartingWithActivator$ True | RepeatSubAbility$ DBPay | StackDescription$ When CARDNAME dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. SVar:DBPay:DB$ ChooseNumber | Defined$ Player.IsRemembered | ChooseAnyNumber$ True | ListTitle$ Pay Any Mana | AILogic$ MaxForAnyController | SubAbility$ DBToken # TODO: ideally the tokens should be created simultaneously after all the players have finished paying mana, but that's difficult to implement. -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ Player.IsRemembered | TokenColors$ green | TokenPower$ 1 | TokenToughness$ 1 | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ Player.IsRemembered | LegacyImage$ g_1_1_squirrel | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X SVar:X:Count$ChosenNumber SVar:Picture:http://www.wizards.com/global/images/magic/general/liege_of_the_hollows.jpg Oracle:When Liege of the Hollows dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_squirrel.txt b/forge-gui/res/tokenscripts/g_1_1_squirrel.txt new file mode 100644 index 00000000000..1653b87b7c6 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_squirrel.txt @@ -0,0 +1,6 @@ +Name:Squirrel +ManaCost:no cost +Types:Creature Squirrel +PT:1/1 +Colors:green +Oracle: \ No newline at end of file From a43019fcee968b0fc542c4069c1003a930f676e4 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sun, 14 Oct 2018 16:44:00 +0000 Subject: [PATCH 17/76] tempest tokens --- forge-gui/res/cardsfolder/f/field_of_souls.txt | 2 +- forge-gui/res/cardsfolder/m/mongrel_pack.txt | 2 +- forge-gui/res/cardsfolder/p/pegasus_refuge.txt | 2 +- forge-gui/res/cardsfolder/s/sarcomancy.txt | 2 +- forge-gui/res/cardsfolder/s/spirit_mirror.txt | 2 +- forge-gui/res/cardsfolder/t/tooth_and_claw.txt | 2 +- forge-gui/res/cardsfolder/v/verdant_force.txt | 2 +- forge-gui/res/tokenscripts/carnivore.txt | 6 ++++++ forge-gui/res/tokenscripts/g_1_1_hound.txt | 6 ++++++ forge-gui/res/tokenscripts/w_2_2_reflection.txt | 6 ++++++ 10 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 forge-gui/res/tokenscripts/carnivore.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_hound.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_reflection.txt diff --git a/forge-gui/res/cardsfolder/f/field_of_souls.txt b/forge-gui/res/cardsfolder/f/field_of_souls.txt index d5971425ad3..e018dafe58f 100644 --- a/forge-gui/res/cardsfolder/f/field_of_souls.txt +++ b/forge-gui/res/cardsfolder/f/field_of_souls.txt @@ -2,7 +2,7 @@ Name:Field of Souls ManaCost:2 W W Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+YouOwn | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying ddk DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/field_of_souls.jpg Oracle:Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/m/mongrel_pack.txt b/forge-gui/res/cardsfolder/m/mongrel_pack.txt index 7d7e8c19021..54ae2a8cf90 100644 --- a/forge-gui/res/cardsfolder/m/mongrel_pack.txt +++ b/forge-gui/res/cardsfolder/m/mongrel_pack.txt @@ -3,6 +3,6 @@ ManaCost:3 G Types:Creature Hound PT:4/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | Phase$ BeginCombat->EndCombat | TriggerDescription$ When CARDNAME dies during combat, create four 1/1 green Hound creature tokens. -SVar:TrigToken:DB$Token | ActivationPhases$ BeginCombat->EndCombat | TokenAmount$ 4 | TokenName$ Hound | TokenTypes$ Creature,Hound | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | ActivationPhases$ BeginCombat->EndCombat | TokenAmount$ 4 | TokenScript$ g_1_1_hound | TokenOwner$ You | LegacyImage$ g 1 1 hound SVar:Picture:http://www.wizards.com/global/images/magic/general/mongrel_pack.jpg Oracle:When Mongrel Pack dies during combat, create four 1/1 green Hound creature tokens. diff --git a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt index 229c8e29181..ef07501e90b 100644 --- a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt +++ b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt @@ -1,7 +1,7 @@ Name:Pegasus Refuge ManaCost:3 W Types:Enchantment -A:AB$ Token | Cost$ 2 Discard<1/Card> | TokenImage$ w 1 1 pegasus flying | TokenAmount$ 1 | TokenName$ Pegasus | TokenTypes$ Creature,Pegasus | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 2 Discard<1/Card> | LegacyImage$ w 1 1 pegasus flying | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:Random SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/pegasus_refuge.jpg diff --git a/forge-gui/res/cardsfolder/s/sarcomancy.txt b/forge-gui/res/cardsfolder/s/sarcomancy.txt index 6c7cd3d3cf6..7b19e30e8f6 100644 --- a/forge-gui/res/cardsfolder/s/sarcomancy.txt +++ b/forge-gui/res/cardsfolder/s/sarcomancy.txt @@ -2,7 +2,7 @@ Name:Sarcomancy ManaCost:B Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$Token | TokenImage$ b 2 2 zombie | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Zombie | PresentCompare$ EQ0 | Execute$ TrigNoZombies | TriggerDescription$ At the beginning of your upkeep, if there are no Zombies on the battlefield, CARDNAME deals 1 damage to you. SVar:TrigNoZombies:DB$DealDamage | NumDmg$ 1 | Defined$ You SVar:BuffedBy:Zombie diff --git a/forge-gui/res/cardsfolder/s/spirit_mirror.txt b/forge-gui/res/cardsfolder/s/spirit_mirror.txt index 3cbb33541b3..6f4858eb124 100644 --- a/forge-gui/res/cardsfolder/s/spirit_mirror.txt +++ b/forge-gui/res/cardsfolder/s/spirit_mirror.txt @@ -2,7 +2,7 @@ Name:Spirit Mirror ManaCost:2 W W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Reflection.token | PresentCompare$ EQ0 | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if there are no Reflection tokens on the battlefield, create a 2/2 white Reflection creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Reflection | TokenTypes$ Creature,Reflection | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenSVars$ ReflectionSac +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_reflection | TokenOwner$ You | LegacyImage$ w 2 2 reflection | TokenSVars$ ReflectionSac A:AB$ Destroy | Cost$ 0 | ValidTgts$ Reflection | TgtPrompt$ Select target Reflection | AILogic$ Pactivator | SpellDescription$ Destroy target Reflection. SVar:ReflectionSac:SVar:SacMe:2 SVar:Picture:http://www.wizards.com/global/images/magic/general/spirit_mirror.jpg diff --git a/forge-gui/res/cardsfolder/t/tooth_and_claw.txt b/forge-gui/res/cardsfolder/t/tooth_and_claw.txt index 0513f753b48..9fb4297b01d 100644 --- a/forge-gui/res/cardsfolder/t/tooth_and_claw.txt +++ b/forge-gui/res/cardsfolder/t/tooth_and_claw.txt @@ -1,7 +1,7 @@ Name:Tooth and Claw ManaCost:3 R Types:Enchantment -A:AB$ Token | Cost$ Sac<2/Creature> | TokenAmount$ 1 | TokenName$ Carnivore | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Red | TokenPower$ 3 | TokenToughness$ 1 | SpellDescription$ Create a 3/1 red Beast creature token named Carnivore. +A:AB$ Token | Cost$ Sac<2/Creature> | TokenAmount$ 1 | TokenScript$ carnivore | TokenOwner$ You | LegacyImage$ carnivore ema | SpellDescription$ Create a 3/1 red Beast creature token named Carnivore. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/tooth_and_claw.jpg Oracle:Sacrifice two creatures: Create a 3/1 red Beast creature token named Carnivore. diff --git a/forge-gui/res/cardsfolder/v/verdant_force.txt b/forge-gui/res/cardsfolder/v/verdant_force.txt index 1030d46e555..c17eab7204c 100644 --- a/forge-gui/res/cardsfolder/v/verdant_force.txt +++ b/forge-gui/res/cardsfolder/v/verdant_force.txt @@ -3,7 +3,7 @@ ManaCost:5 G G G Types:Creature Elemental PT:7/7 T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green | TokenImage$ g 1 1 saproling 10E +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling 10E DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_force.jpg Oracle:At the beginning of each upkeep, create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/tokenscripts/carnivore.txt b/forge-gui/res/tokenscripts/carnivore.txt new file mode 100644 index 00000000000..6f95db3c301 --- /dev/null +++ b/forge-gui/res/tokenscripts/carnivore.txt @@ -0,0 +1,6 @@ +Name:Carnivore +ManaCost:no cost +PT:3/1 +Colors:red +Types:Creature Beast +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_hound.txt b/forge-gui/res/tokenscripts/g_1_1_hound.txt new file mode 100644 index 00000000000..d72c36a245e --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_hound.txt @@ -0,0 +1,6 @@ +Name:Hound +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Hound +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_2_2_reflection.txt b/forge-gui/res/tokenscripts/w_2_2_reflection.txt new file mode 100644 index 00000000000..bf50cbf6774 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_reflection.txt @@ -0,0 +1,6 @@ +Name:Reflection +ManaCost:no cost +PT:2/2 +Colors:white +Types:Creature Reflection +Oracle: \ No newline at end of file From 1707e34860ff4879dd4a90f34684bdcdf3747372 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 9 Nov 2018 22:19:56 +0000 Subject: [PATCH 18/76] stronghold tokens --- forge-gui/res/cardsfolder/h/hornet_cannon.txt | 2 +- forge-gui/res/cardsfolder/l/lab_rats.txt | 2 +- forge-gui/res/cardsfolder/s/sliver_queen.txt | 2 +- forge-gui/res/cardsfolder/s/spike_breeder.txt | 5 +++-- forge-gui/res/tokenscripts/b_1_1_rat.txt | 6 ++++++ forge-gui/res/tokenscripts/c_1_1_sliver.txt | 5 +++++ forge-gui/res/tokenscripts/g_1_1_spike.txt | 6 ++++++ 7 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 forge-gui/res/tokenscripts/b_1_1_rat.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_sliver.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_spike.txt diff --git a/forge-gui/res/cardsfolder/h/hornet_cannon.txt b/forge-gui/res/cardsfolder/h/hornet_cannon.txt index 628ebdfa9e0..7d9a2d0d434 100644 --- a/forge-gui/res/cardsfolder/h/hornet_cannon.txt +++ b/forge-gui/res/cardsfolder/h/hornet_cannon.txt @@ -1,7 +1,7 @@ Name:Hornet Cannon ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | TokenOwner$ You | LegacyImage$ hornet_dde | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_cannon.jpg Oracle:{3}, {T}: Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/l/lab_rats.txt b/forge-gui/res/cardsfolder/l/lab_rats.txt index f73e431a523..b6fa6736a4e 100644 --- a/forge-gui/res/cardsfolder/l/lab_rats.txt +++ b/forge-gui/res/cardsfolder/l/lab_rats.txt @@ -1,7 +1,7 @@ Name:Lab Rats ManaCost:B Types:Sorcery -A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenName$ Rat | TokenTypes$ Creature,Rat | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 black Rat creature token. +A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b_1_1_rat | SpellDescription$ Create a 1/1 black Rat creature token. K:Buyback:4 SVar:Picture:http://www.wizards.com/global/images/magic/general/lab_rats.jpg Oracle:Buyback {4} (You may pay an additional {4} as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 black Rat creature token. diff --git a/forge-gui/res/cardsfolder/s/sliver_queen.txt b/forge-gui/res/cardsfolder/s/sliver_queen.txt index 0d6aa1d1a30..fb352a4e160 100644 --- a/forge-gui/res/cardsfolder/s/sliver_queen.txt +++ b/forge-gui/res/cardsfolder/s/sliver_queen.txt @@ -2,7 +2,7 @@ Name:Sliver Queen ManaCost:W U B R G Types:Legendary Creature Sliver PT:7/7 -A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenName$ Sliver | TokenTypes$ Creature,Sliver | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Sliver creature token. +A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c_1_1_sliver | SpellDescription$ Create a 1/1 colorless Sliver creature token. DeckHints:Type$Sliver DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg diff --git a/forge-gui/res/cardsfolder/s/spike_breeder.txt b/forge-gui/res/cardsfolder/s/spike_breeder.txt index 42aff44b17a..c04950fef99 100644 --- a/forge-gui/res/cardsfolder/s/spike_breeder.txt +++ b/forge-gui/res/cardsfolder/s/spike_breeder.txt @@ -3,7 +3,8 @@ ManaCost:3 G Types:Creature Spike PT:0/0 K:etbCounter:P1P1:3 -A:AB$ PutCounter | Cost$ 2 SubCounter<1/P1P1> | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | AILogic$ MoveCounter.IsCounterUser | SpellDescription$ Put a +1/+1 counter on target creature. -A:AB$ Token | Cost$ 2 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Spike | TokenTypes$ Creature,Spike | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Spike creature token. +A:AB$ PutCounter | Cost$ 2 SubCounter<1/P1P1> | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | AILogic$ MoveCounter.IsCounterUser | SpellDescription$ Put a +1/+1 counter on target creature. +A:AB$ Token | Cost$ 2 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ g_1_1_spike | TokenOwner$ You | LegacyImage$ g_1_1_spike | SpellDescription$ Create a 1/1 green Spike creature token. +DeckHas:Ability$Token & Ability$Counter SVar:Picture:http://www.wizards.com/global/images/magic/general/spike_breeder.jpg Oracle:Spike Breeder enters the battlefield with three +1/+1 counters on it.\n{2}, Remove a +1/+1 counter from Spike Breeder: Put a +1/+1 counter on target creature.\n{2}, Remove a +1/+1 counter from Spike Breeder: Create a 1/1 green Spike creature token. diff --git a/forge-gui/res/tokenscripts/b_1_1_rat.txt b/forge-gui/res/tokenscripts/b_1_1_rat.txt new file mode 100644 index 00000000000..2d9cae4dcd2 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_rat.txt @@ -0,0 +1,6 @@ +Name:Rat +ManaCost:no cost +Types:Creature Rat +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/c_1_1_sliver.txt b/forge-gui/res/tokenscripts/c_1_1_sliver.txt new file mode 100644 index 00000000000..3de9b501bd5 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_sliver.txt @@ -0,0 +1,5 @@ +Name:Sliver +ManaCost:no cost +Types:Creature Sliver +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_spike.txt b/forge-gui/res/tokenscripts/g_1_1_spike.txt new file mode 100644 index 00000000000..aeea0d52da5 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_spike.txt @@ -0,0 +1,6 @@ +Name:Spike +ManaCost:no cost +Types:Creature Spike +Colors:green +PT:1/1 +Oracle: \ No newline at end of file From 3f75adcfae8ebfa9f2aaec04c45a633189742953 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 9 Nov 2018 22:27:57 +0000 Subject: [PATCH 19/76] exodus tokens --- forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt | 2 +- forge-gui/res/cardsfolder/p/pegasus_stampede.txt | 2 +- forge-gui/res/cardsfolder/t/thopter_squadron.txt | 2 +- forge-gui/res/tokenscripts/c_1_1_a_thopter_flying.txt | 3 ++- forge-gui/res/tokenscripts/g_2_2_beast.txt | 6 ++++++ 5 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 forge-gui/res/tokenscripts/g_2_2_beast.txt diff --git a/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt b/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt index 5670a8178a2..72e7bc584ba 100644 --- a/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt +++ b/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt @@ -2,6 +2,6 @@ Name:Keeper of the Beasts ManaCost:G G Types:Creature Human Wizard PT:1/2 -A:AB$ Token | Cost$ G T | ValidTgts$ Opponent.withMoreCreaturesThanYou | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. +A:AB$ Token | Cost$ G T | ValidTgts$ Opponent.withMoreCreaturesThanYou | TokenAmount$ 1 | TokenScript$ Beast | TokenOwner$ You | LegacyImage$ g_2_2_beast | SpellDescription$ Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/keeper_of_the_beasts.jpg Oracle:{G}, {T}: Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/p/pegasus_stampede.txt b/forge-gui/res/cardsfolder/p/pegasus_stampede.txt index 2f708163c5f..758705769aa 100644 --- a/forge-gui/res/cardsfolder/p/pegasus_stampede.txt +++ b/forge-gui/res/cardsfolder/p/pegasus_stampede.txt @@ -2,6 +2,6 @@ Name:Pegasus Stampede ManaCost:1 W Types:Sorcery K:Buyback:Sac<1/Land> -A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenName$ Pegasus | TokenColors$ White | TokenTypes$ Creature,Pegasus | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | LegacyImage$ w_1_1_pegasus_flying | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/pegasus_stampede.jpg Oracle:Buyback—Sacrifice a land. (You may sacrifice a land in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 white Pegasus creature token with flying. diff --git a/forge-gui/res/cardsfolder/t/thopter_squadron.txt b/forge-gui/res/cardsfolder/t/thopter_squadron.txt index 910198467f5..2867f685e0e 100644 --- a/forge-gui/res/cardsfolder/t/thopter_squadron.txt +++ b/forge-gui/res/cardsfolder/t/thopter_squadron.txt @@ -4,7 +4,7 @@ Types:Artifact Creature Thopter PT:0/0 K:Flying K:etbCounter:P1P1:3 -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SorcerySpeed$ True | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c_1_1_a_thopter_flying | SorcerySpeed$ True | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. Activate this ability only any time you could cast a sorcery. A:AB$ PutCounter | Cost$ 1 Sac<1/Thopter.Other/another Thopter> | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter on Thopter Squadron. Activate this ability only any time you could cast a sorcery. DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thopter_squadron.jpg diff --git a/forge-gui/res/tokenscripts/c_1_1_a_thopter_flying.txt b/forge-gui/res/tokenscripts/c_1_1_a_thopter_flying.txt index 6a190f620e5..3a93b1302f9 100644 --- a/forge-gui/res/tokenscripts/c_1_1_a_thopter_flying.txt +++ b/forge-gui/res/tokenscripts/c_1_1_a_thopter_flying.txt @@ -1,6 +1,7 @@ Name:Thopter ManaCost:no cost Types:Artifact Creature Thopter +Colors:colorless PT:1/1 K:Flying -Oracle:Flying \ No newline at end of file +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/g_2_2_beast.txt b/forge-gui/res/tokenscripts/g_2_2_beast.txt new file mode 100644 index 00000000000..78c4f2e3611 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +ManaCost:no cost +PT:2/2 +Colors:green +Types:Creature Beast +Oracle: \ No newline at end of file From 73f8fa1ac8666803b21000a4211728c8a2eea0a3 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 9 Nov 2018 22:45:39 +0000 Subject: [PATCH 20/76] urza's saga tokens --- b_x_x_minion.txt | 6 ++++++ forge-gui/res/cardsfolder/g/goblin_offensive.txt | 2 +- forge-gui/res/cardsfolder/g/greener_pastures.txt | 2 +- forge-gui/res/cardsfolder/m/metrognome.txt | 2 +- forge-gui/res/cardsfolder/m/midsummer_revel.txt | 2 +- forge-gui/res/cardsfolder/p/phyrexian_processor.txt | 2 +- forge-gui/res/cardsfolder/s/sporogenesis.txt | 2 +- forge-gui/res/cardsfolder/w/waylay.txt | 3 ++- forge-gui/res/tokenscripts/c_1_1_a_gnome.txt | 5 +++++ forge-gui/res/tokenscripts/g_3_3_beast.txt | 6 ++++++ 10 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 b_x_x_minion.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_gnome.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_beast.txt diff --git a/b_x_x_minion.txt b/b_x_x_minion.txt new file mode 100644 index 00000000000..4103864eb8b --- /dev/null +++ b/b_x_x_minion.txt @@ -0,0 +1,6 @@ +Name:Minion +ManaCost:no cost +Types:Creature Minion +PT:*/* +Colors:black +Oracle: \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/goblin_offensive.txt b/forge-gui/res/cardsfolder/g/goblin_offensive.txt index 8832d19dae3..539a7713ad3 100644 --- a/forge-gui/res/cardsfolder/g/goblin_offensive.txt +++ b/forge-gui/res/cardsfolder/g/goblin_offensive.txt @@ -1,7 +1,7 @@ Name:Goblin Offensive ManaCost:X 1 R R Types:Sorcery -A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r_1_1_goblin | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_offensive.jpg Oracle:Create X 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/greener_pastures.txt b/forge-gui/res/cardsfolder/g/greener_pastures.txt index b02d0c8b004..e2b21bb91ac 100644 --- a/forge-gui/res/cardsfolder/g/greener_pastures.txt +++ b/forge-gui/res/cardsfolder/g/greener_pastures.txt @@ -2,7 +2,7 @@ Name:Greener Pastures ManaCost:2 G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ TrigToken | CheckSVar$ ActiveLands | SVarCompare$ GTHighestOpp | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, if that player controls more lands than each other player, the player creates a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredPlayer | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredPlayer | LegacyImage$ g_1_1_saproling SVar:ActiveLands:Count$Valid Land.ActivePlayerCtrl SVar:HighestOpp:PlayerCountNonActive$HighestValid Land.YouCtrl AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/m/metrognome.txt b/forge-gui/res/cardsfolder/m/metrognome.txt index 9f5e248eb8b..d56d48b5fab 100644 --- a/forge-gui/res/cardsfolder/m/metrognome.txt +++ b/forge-gui/res/cardsfolder/m/metrognome.txt @@ -1,7 +1,7 @@ Name:Metrognome ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Gnome | TokenTypes$ Artifact,Creature,Gnome | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token. T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.OppCtrl | Execute$ TrigToken | TriggerDescription$ When a spell or ability an opponent controls causes you to discard CARDNAME, create four 1/1 colorless Gnome artifact creature tokens. SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Gnome | TokenTypes$ Artifact,Creature,Gnome | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 SVar:DiscardMeByOpp:2 diff --git a/forge-gui/res/cardsfolder/m/midsummer_revel.txt b/forge-gui/res/cardsfolder/m/midsummer_revel.txt index 884f7b1aefd..9676b8f0a18 100644 --- a/forge-gui/res/cardsfolder/m/midsummer_revel.txt +++ b/forge-gui/res/cardsfolder/m/midsummer_revel.txt @@ -2,7 +2,7 @@ Name:Midsummer Revel ManaCost:3 G G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a verse counter on CARDNAME. -A:AB$ Token | Cost$ G Sac<1/CARDNAME> | TokenImage$ g 3 3 beast | TokenAmount$ X | References$ X | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | SpellDescription$ Create X 3/3 green Beast creature tokens. +A:AB$ Token | Cost$ G Sac<1/CARDNAME> | LegacyImage$ g 3 3 beast | TokenAmount$ X | References$ X | TokenScript$ g_3_3_beast | TokenOwner$ You | SpellDescription$ Create X 3/3 green Beast creature tokens. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ VERSE | CounterNum$ 1 AI:RemoveDeck:All SVar:X:Count$CardCounters.VERSE diff --git a/forge-gui/res/cardsfolder/p/phyrexian_processor.txt b/forge-gui/res/cardsfolder/p/phyrexian_processor.txt index e2fa0b3d50e..410ecfb693c 100644 --- a/forge-gui/res/cardsfolder/p/phyrexian_processor.txt +++ b/forge-gui/res/cardsfolder/p/phyrexian_processor.txt @@ -4,7 +4,7 @@ Types:Artifact R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ PayLife | Description$ As CARDNAME enters the battlefield, pay any amount of life. SVar:PayLife:AB$ StoreSVar | Cost$ PayLife | References$ X | SVar$ LifePaidOnETB | Type$ CountSVar | Expression$ ChosenX | SubAbility$ MoveToPlay SVar:MoveToPlay:DB$ ChangeZone | Defined$ ReplacedCard | Origin$ All | Destination$ Battlefield -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Minion | TokenTypes$ Creature,Minion | TokenOwner$ You | TokenColors$ Black | TokenPower$ LifePaidOnETB | TokenToughness$ LifePaidOnETB | TokenImage$ b x x minion | SpellDescription$ Create an X/X black Minion creature token, where X is the life paid as CARDNAME entered the battlefield. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ b_x_x_minion | TokenOwner$ You | TokenPower$ LifePaidOnETB | TokenToughness$ LifePaidOnETB | LegacyImage$ b x x minion dde | SpellDescription$ Create an X/X black Minion creature token, where X is the life paid as CARDNAME entered the battlefield. SVar:X:XChoice SVar:LifePaidOnETB:Number$0 AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/s/sporogenesis.txt b/forge-gui/res/cardsfolder/s/sporogenesis.txt index c5685fe1f59..1f8df920646 100644 --- a/forge-gui/res/cardsfolder/s/sporogenesis.txt +++ b/forge-gui/res/cardsfolder/s/sporogenesis.txt @@ -4,7 +4,7 @@ Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a fungus counter on target nontoken creature. SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | CounterType$ FUNGUS | CounterNum$ 1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | ValidCard$ Creature.counters_GE1_FUNGUS | Execute$ TrigToken | TriggerDescription$ Whenever a creature with a fungus counter on it dies, create a 1/1 green Saproling creature token for each fungus counter on that creature. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling SVar:X:TriggeredCard$CardCounters.FUNGUS T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigRemove | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, remove all fungus counters from all creatures. SVar:TrigRemove:DB$ RepeatEach | RepeatCards$ Creature | RepeatSubAbility$ DBRemoveFungus diff --git a/forge-gui/res/cardsfolder/w/waylay.txt b/forge-gui/res/cardsfolder/w/waylay.txt index 74b21070a36..d06de614bd2 100644 --- a/forge-gui/res/cardsfolder/w/waylay.txt +++ b/forge-gui/res/cardsfolder/w/waylay.txt @@ -1,8 +1,9 @@ Name:Waylay ManaCost:2 W Types:Instant -A:SP$ Token | Cost$ 2 W | TokenAmount$ 3 | TokenScript$ w_2_2_knight | AtEOT$ Exile | SpellDescription$ Create three 2/2 white Knight creature tokens. Exile them at the beginning of the next cleanup step. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 3 | TokenScript$ w_2_2_knight | TokenOwner$ You | LegacyImage$ w_2_2_knight | AtEOT$ Exile | SpellDescription$ Create three 2/2 white Knight creature tokens. Exile them at the beginning of the next cleanup step. DeckHas:Ability$Token AI:RemoveDeck:All +DeckHints:Type$Knight SVar:Picture:http://www.wizards.com/global/images/magic/general/waylay.jpg Oracle:Create three 2/2 white Knight creature tokens. Exile them at the beginning of the next cleanup step. diff --git a/forge-gui/res/tokenscripts/c_1_1_a_gnome.txt b/forge-gui/res/tokenscripts/c_1_1_a_gnome.txt new file mode 100644 index 00000000000..107f12cf528 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_gnome.txt @@ -0,0 +1,5 @@ +Name:Gnome +ManaCost:no cost +PT:1/1 +Types:Artifact Creature Gnome +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_3_3_beast.txt b/forge-gui/res/tokenscripts/g_3_3_beast.txt new file mode 100644 index 00000000000..80918b83e63 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +Colors:green +ManaCost:no cost +PT:3/3 +Types:Creature Beast +Oracle: \ No newline at end of file From 29102dcab344c01f9dc6c935866934fd17695554 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 9 Nov 2018 22:49:02 +0000 Subject: [PATCH 21/76] rest of urza's tokens --- forge-gui/res/cardsfolder/d/deranged_hermit.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_marshal.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/deranged_hermit.txt b/forge-gui/res/cardsfolder/d/deranged_hermit.txt index 3a4d5226e65..590331f6a96 100644 --- a/forge-gui/res/cardsfolder/d/deranged_hermit.txt +++ b/forge-gui/res/cardsfolder/d/deranged_hermit.txt @@ -5,7 +5,7 @@ PT:1/1 K:Echo:3 G G S:Mode$ Continuous | Affected$ Creature.Squirrel | AddPower$ 1 | AddToughness$ 1 | Description$ Squirrel creatures get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create four 1/1 green Squirrel creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_hermit.jpg Oracle:Echo {3}{G}{G} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Deranged Hermit enters the battlefield, create four 1/1 green Squirrel creature tokens.\nSquirrel creatures get +1/+1. diff --git a/forge-gui/res/cardsfolder/g/goblin_marshal.txt b/forge-gui/res/cardsfolder/g/goblin_marshal.txt index fc867c9e433..f99eb2a6494 100644 --- a/forge-gui/res/cardsfolder/g/goblin_marshal.txt +++ b/forge-gui/res/cardsfolder/g/goblin_marshal.txt @@ -5,6 +5,6 @@ PT:3/3 K:Echo:4 R R T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_marshal.jpg Oracle:Echo {4}{R}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Goblin Marshal enters the battlefield or dies, create two 1/1 red Goblin creature tokens. From 6ca9bd2926d2200d1a09873a32a521a8f211ac44 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Mon, 7 Jan 2019 23:38:40 -0600 Subject: [PATCH 22/76] Fix Ragavan --- forge-gui/res/tokenscripts/c_1_1_thopter_flying.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 forge-gui/res/tokenscripts/c_1_1_thopter_flying.txt diff --git a/forge-gui/res/tokenscripts/c_1_1_thopter_flying.txt b/forge-gui/res/tokenscripts/c_1_1_thopter_flying.txt deleted file mode 100644 index 3a93b1302f9..00000000000 --- a/forge-gui/res/tokenscripts/c_1_1_thopter_flying.txt +++ /dev/null @@ -1,7 +0,0 @@ -Name:Thopter -ManaCost:no cost -Types:Artifact Creature Thopter -Colors:colorless -PT:1/1 -K:Flying -Oracle:Flying From bb10e6e604ee5b173f99349ef20ca26249ade9a1 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Mon, 7 Jan 2019 23:40:13 -0600 Subject: [PATCH 23/76] delete duplicate scripts with wrong names --- forge-gui/res/tokenscripts/br_3_1_graveborn.txt | 9 --------- forge-gui/res/tokenscripts/tetravite.txt | 7 ------- 2 files changed, 16 deletions(-) delete mode 100644 forge-gui/res/tokenscripts/br_3_1_graveborn.txt delete mode 100644 forge-gui/res/tokenscripts/tetravite.txt diff --git a/forge-gui/res/tokenscripts/br_3_1_graveborn.txt b/forge-gui/res/tokenscripts/br_3_1_graveborn.txt deleted file mode 100644 index 586d0137a15..00000000000 --- a/forge-gui/res/tokenscripts/br_3_1_graveborn.txt +++ /dev/null @@ -1,9 +0,0 @@ -Name:Graveborn -ManaCost:no cost -Types:Creature Graveborn -Colors:black,red -PT:3/1 -K:Haste -Oracle:Haste - - diff --git a/forge-gui/res/tokenscripts/tetravite.txt b/forge-gui/res/tokenscripts/tetravite.txt deleted file mode 100644 index b475dbc6fba..00000000000 --- a/forge-gui/res/tokenscripts/tetravite.txt +++ /dev/null @@ -1,7 +0,0 @@ -Name:Tetravite -ManaCost:no cost -Types:Artifact Creature Tetravite -PT:1/1 -K:Flying -S:Mode$ CantAttach | ValidCard$ Card.Aura | Target$ Card.Self | Description$ CARDNAME can't be enchanted. -Oracle:Flying\nCARDNAME can't be enchanted. From 305d7b69aa4e562083120294d077e9e3884d7081 Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Tue, 8 Jan 2019 13:31:56 +0000 Subject: [PATCH 24/76] Update survey_the_wreckage.txt --- forge-gui/res/cardsfolder/s/survey_the_wreckage.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt b/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt index 289704b41bd..efcd955587c 100644 --- a/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt +++ b/forge-gui/res/cardsfolder/s/survey_the_wreckage.txt @@ -2,7 +2,7 @@ Name:Survey the Wreckage ManaCost:4 R Types:Sorcery A:SP$ Destroy | Cost$ 4 R | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ DBGoblin | SpellDescription$ Destroy target land. Create a 1/1 red Goblin creature token. -SVar:DBGoblin:DB$ Token | TokenAmount$ 1 | TokenScript$ | TokenOwner$ You | LegacyImage$ r 1 1 goblin rtr +SVar:DBGoblin:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/survey_the_wreckage.jpg Oracle:Destroy target land. Create a 1/1 red Goblin creature token. \ No newline at end of file From e2c4c52bd7b0fa0794fa4169044a2410a8a453f5 Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Tue, 8 Jan 2019 13:33:43 +0000 Subject: [PATCH 25/76] Update kuldotha_rebirth.txt --- forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt index 6ac0a823bb9..cf18d5b0338 100644 --- a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt +++ b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt @@ -1,8 +1,9 @@ Name:Kuldotha Rebirth ManaCost:R Types:Sorcery -A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenScript$ | TokenImage$ r 1 1 goblin SOM | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenScript$ r_1_1_goblin | TokenImage$ r 1 1 goblin SOM | SpellDescription$ Create three 1/1 red Goblin creature tokens. AI:RemoveDeck:Random +DeckNeeds:Type$Artifact SVar:AIPreference:SacCost$Artifact.token,Artifact.cmcEQ1 DeckHas:Ability$Token DeckHints:Type$Goblin From cb7af23c133292ff46ad65c8a64bc8c0347a234d Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Tue, 8 Jan 2019 13:35:29 +0000 Subject: [PATCH 26/76] Update khalni_garden.txt --- forge-gui/res/cardsfolder/k/khalni_garden.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/k/khalni_garden.txt b/forge-gui/res/cardsfolder/k/khalni_garden.txt index 332ae11a6a1..25fac58417f 100644 --- a/forge-gui/res/cardsfolder/k/khalni_garden.txt +++ b/forge-gui/res/cardsfolder/k/khalni_garden.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Land K:CARDNAME enters the battlefield tapped. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 0/1 green Plant creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ | TokenOwner$ You | LegacyImage$ g 0 1 plant wwk +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_0_1_plant | TokenOwner$ You | LegacyImage$ g 0 1 plant wwk A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. SVar:Picture:http://www.wizards.com/global/images/magic/general/khalni_garden.jpg Oracle:Khalni Garden enters the battlefield tapped.\nWhen Khalni Garden enters the battlefield, create a 0/1 green Plant creature token.\n{T}: Add {G}. From e1ccedf881755169df899be44a378e785feeb35b Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 02:41:03 +0000 Subject: [PATCH 27/76] pre-mirage tokens in edition files --- forge-gui/res/editions/Alliances.txt | 12 ++++++++++++ forge-gui/res/editions/Chronicles.txt | 4 ++++ forge-gui/res/editions/Fallen Empires.txt | 6 +++++- forge-gui/res/editions/Homelands.txt | 6 ++++++ forge-gui/res/editions/Ice Age.txt | 3 +++ forge-gui/res/editions/Legends.txt | 9 +++++++++ forge-gui/res/editions/Unglued.txt | 7 ++++++- 7 files changed, 45 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Alliances.txt b/forge-gui/res/editions/Alliances.txt index 42b31ce2635..cd923159c4e 100644 --- a/forge-gui/res/editions/Alliances.txt +++ b/forge-gui/res/editions/Alliances.txt @@ -209,3 +209,15 @@ R Winter's Night C Yavimaya Ancients C Yavimaya Ancients U Yavimaya Ants + +[tokens] +w_0_1_deserter +w_1_1_knight_banding +w_1_1_soldier +u_0_1_starfish +u_x_x_orb_flying +b_2_2_zombie +r_1_1_survivor +g_1_1_hippo +g_1_1_splinter_flying_cum +br_3_1_graveborn_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Chronicles.txt b/forge-gui/res/editions/Chronicles.txt index 1fc89eca5b7..9169c462821 100644 --- a/forge-gui/res/editions/Chronicles.txt +++ b/forge-gui/res/editions/Chronicles.txt @@ -136,3 +136,7 @@ C War Elephant U Witch Hunter R Xira Arien R Yawgmoth Demon + +[tokens] +stangg_twin +c_1_1_a_snake_poison \ No newline at end of file diff --git a/forge-gui/res/editions/Fallen Empires.txt b/forge-gui/res/editions/Fallen Empires.txt index ceb6b8b75b7..4759c13eb13 100644 --- a/forge-gui/res/editions/Fallen Empires.txt +++ b/forge-gui/res/editions/Fallen Empires.txt @@ -199,4 +199,8 @@ R Vodalian War Machine R Zelyon Sword [tokens] -r_1_1_goblin \ No newline at end of file +w_1_1_citizen +u_1_1_camarid +b_0_1_thrull +r_1_1_goblin +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Homelands.txt b/forge-gui/res/editions/Homelands.txt index 95653132482..8b1f8d27d03 100644 --- a/forge-gui/res/editions/Homelands.txt +++ b/forge-gui/res/editions/Homelands.txt @@ -150,3 +150,9 @@ C Willow Faerie R Willow Priestess R Winter Sky U Wizards' School + +[tokens] +kelp +b_0_1_serf +b_1_1_skeleton_regenerate +b_x_x_spirit \ No newline at end of file diff --git a/forge-gui/res/editions/Ice Age.txt b/forge-gui/res/editions/Ice Age.txt index 3c36b9975e3..73c067e13c8 100644 --- a/forge-gui/res/editions/Ice Age.txt +++ b/forge-gui/res/editions/Ice Age.txt @@ -393,3 +393,6 @@ R Zur's Weirding C Zuran Enchanter U Zuran Orb C Zuran Spellcaster + +[tokens] +w_0_1_caribou \ No newline at end of file diff --git a/forge-gui/res/editions/Legends.txt b/forge-gui/res/editions/Legends.txt index 36a1956592f..de1f5666433 100644 --- a/forge-gui/res/editions/Legends.txt +++ b/forge-gui/res/editions/Legends.txt @@ -320,3 +320,12 @@ C Wolverine Pack R Wood Elemental R Xira Arien C Zephyr Falcon + +[tokens] +wasp +wolves_of_the_hunt +minor_demon +stangg_twin +c_1_1_a_snake_poison +c_5_5_a_djinn_flying +rgw_1_1_sand_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index 613dde09086..e4892fcf430 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -13,4 +13,9 @@ Type=Other 88 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +g_0_1_sheep +g_1_1_squirrel +r_1_1_goblin +rabid_sheep +w_1_1_pegasus_flying +w_1_1_soldier \ No newline at end of file From 724f1ce10ae9fb803095f97280eba7cd997585bc Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 02:49:22 +0000 Subject: [PATCH 28/76] Mirage block tokens --- forge-gui/res/editions/Fifth Edition.txt | 10 ++++++++-- forge-gui/res/editions/Mirage.txt | 11 +++++++++++ forge-gui/res/editions/Vanguard.txt | 3 +++ forge-gui/res/editions/Visions.txt | 6 ++++++ forge-gui/res/editions/Weatherlight.txt | 3 +++ 5 files changed, 31 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Fifth Edition.txt b/forge-gui/res/editions/Fifth Edition.txt index 38078277a77..3b8505bbb2e 100644 --- a/forge-gui/res/editions/Fifth Edition.txt +++ b/forge-gui/res/editions/Fifth Edition.txt @@ -463,5 +463,11 @@ R Zur's Weirding [tokens] wasp -r_1_1_goblin -c_5_5_a_djinn_flying \ No newline at end of file +c_1_1_a_snake_poison +c_5_5_a_djinn_flying +w_0_1_caribou +w_1_1_citizen +b_0_1_serf +b_0_1_thrull +b_x_x_spirit +r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Mirage.txt b/forge-gui/res/editions/Mirage.txt index 9e2e7b5ff4b..1f800e6b4db 100644 --- a/forge-gui/res/editions/Mirage.txt +++ b/forge-gui/res/editions/Mirage.txt @@ -360,3 +360,14 @@ C Zhalfirin Knight R Zirilan of the Claw U Zombie Mob R Zuberi, Golden Feather + +[tokens] +tombspawn +wood +c_0_2_a_wall_defender +w_1_1_pegasus_flying +w_1_1_spirit_flying +u_5_5_wall_defender +b_0_1_insect +r_1_1_goblin_scout_mountainwalk +g_1_1_cat \ No newline at end of file diff --git a/forge-gui/res/editions/Vanguard.txt b/forge-gui/res/editions/Vanguard.txt index 733f977aeaf..5443b7b9239 100644 --- a/forge-gui/res/editions/Vanguard.txt +++ b/forge-gui/res/editions/Vanguard.txt @@ -124,3 +124,6 @@ S Urza 41 S Viridian Zealot Avatar S Volrath S Xantcha + +[tokens] +c_1_1_sliver \ No newline at end of file diff --git a/forge-gui/res/editions/Visions.txt b/forge-gui/res/editions/Visions.txt index 01a9d3cbfcb..3e314351ab8 100644 --- a/forge-gui/res/editions/Visions.txt +++ b/forge-gui/res/editions/Visions.txt @@ -177,3 +177,9 @@ U Waterspout Djinn C Wicked Reward U Wind Shear R Zhalfirin Crusader + +[tokens] +butterfly +c_0_1_a_prism +g_0_1_sheep +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Weatherlight.txt b/forge-gui/res/editions/Weatherlight.txt index c08b0ff2188..3689f4a2a66 100644 --- a/forge-gui/res/editions/Weatherlight.txt +++ b/forge-gui/res/editions/Weatherlight.txt @@ -177,3 +177,6 @@ R Well of Knowledge R Winding Canyons R Xanthic Statue C Zombie Scavengers + +[token] +g_1_1_squirrel \ No newline at end of file From cbe8407b28779aa09c0966a7207a1a54cfc9f36c Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 02:55:34 +0000 Subject: [PATCH 29/76] Tempest block tokens --- forge-gui/res/editions/Exodus.txt | 5 +++++ forge-gui/res/editions/Stronghold.txt | 6 +++++- forge-gui/res/editions/Tempest.txt | 9 +++++++++ forge-gui/res/editions/Unglued.txt | 10 ++++++---- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/forge-gui/res/editions/Exodus.txt b/forge-gui/res/editions/Exodus.txt index efcb946e2cf..31120e9fec3 100644 --- a/forge-gui/res/editions/Exodus.txt +++ b/forge-gui/res/editions/Exodus.txt @@ -153,3 +153,8 @@ Foil=NotSupported 130 C Wood Elves 142 R Workhorse 26 U Zealots en-Dal + +[tokens] +c_1_1_a_thopter_flying +w_1_1_pegasus_flying +g_2_2_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Stronghold.txt b/forge-gui/res/editions/Stronghold.txt index e37d0cba17d..5af90e1b4a1 100644 --- a/forge-gui/res/editions/Stronghold.txt +++ b/forge-gui/res/editions/Stronghold.txt @@ -155,4 +155,8 @@ U Warrior en-Kor C Youthful Knight [tokens] -r_1_1_goblin \ No newline at end of file +hornet +c_1_1_sliver +b_1_1_rat +r_1_1_goblin +g_1_1_spike \ No newline at end of file diff --git a/forge-gui/res/editions/Tempest.txt b/forge-gui/res/editions/Tempest.txt index 3ee26d04fe2..2e94267eaf0 100644 --- a/forge-gui/res/editions/Tempest.txt +++ b/forge-gui/res/editions/Tempest.txt @@ -360,3 +360,12 @@ C Winged Sliver U Winter's Grasp R Wood Sage U Worthy Cause + +[tokens] +carnivore +w_1_1_pegasus_flying +w_2_2_reflection +w_1_1_spirit_flying +b_2_2_zombie +g_1_1_hound +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index e4892fcf430..58f61f38595 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -13,9 +13,11 @@ Type=Other 88 L Forest [tokens] -g_0_1_sheep -g_1_1_squirrel -r_1_1_goblin rabid_sheep w_1_1_pegasus_flying -w_1_1_soldier \ No newline at end of file +w_1_1_soldier +b_2_2_zombie +r_1_1_goblin +r_4_4_giant_chicken +g_0_1_sheep +g_1_1_squirrel \ No newline at end of file From 5a5c7f96cbf19656304d1670e9bce121adfb4a6d Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:01:13 +0000 Subject: [PATCH 30/76] Urza's block tokens --- forge-gui/res/editions/Anthologies.txt | 1 + forge-gui/res/editions/Classic Sixth Edition.txt | 6 +++++- forge-gui/res/editions/Urza's Legacy.txt | 3 +++ forge-gui/res/editions/Urza's Saga.txt | 7 ++++++- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Anthologies.txt b/forge-gui/res/editions/Anthologies.txt index c739cf70ac4..da3f7e77388 100644 --- a/forge-gui/res/editions/Anthologies.txt +++ b/forge-gui/res/editions/Anthologies.txt @@ -95,4 +95,5 @@ Foil=NotSupported 87 L Plains [tokens] +w_1_1_pegasus_flying r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Classic Sixth Edition.txt b/forge-gui/res/editions/Classic Sixth Edition.txt index ccb93d471a3..56499cc924a 100644 --- a/forge-gui/res/editions/Classic Sixth Edition.txt +++ b/forge-gui/res/editions/Classic Sixth Edition.txt @@ -364,5 +364,9 @@ Foil=NotSupported [tokens] wasp +c_5_5_a_djinn_flying +w_1_1_citizen +b_0_1_serf r_1_1_goblin -c_5_5_a_djinn_flying \ No newline at end of file +g_1_1_cat +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Urza's Legacy.txt b/forge-gui/res/editions/Urza's Legacy.txt index 5c223b06676..b3d60f24365 100644 --- a/forge-gui/res/editions/Urza's Legacy.txt +++ b/forge-gui/res/editions/Urza's Legacy.txt @@ -154,3 +154,6 @@ FoilAlwaysInCommonSlot=False 118 C Yavimaya Granger 119 C Yavimaya Scion 120 C Yavimaya Wurm + +[tokens] +g_1_1_squirrel \ No newline at end of file diff --git a/forge-gui/res/editions/Urza's Saga.txt b/forge-gui/res/editions/Urza's Saga.txt index 88b315da4d6..e85a670d283 100644 --- a/forge-gui/res/editions/Urza's Saga.txt +++ b/forge-gui/res/editions/Urza's Saga.txt @@ -362,4 +362,9 @@ Foil=NotSupported 114 U Zephid's Embrace [tokens] -r_1_1_goblin \ No newline at end of file +c_1_1_a_gnome +w_2_2_knight +b_x_x_minion +r_1_1_goblin +g_1_1_saproling +g_3_3_beast \ No newline at end of file From ea334307069acaa1359beb47e3be5fb465a26eb5 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:07:33 +0000 Subject: [PATCH 31/76] masques block tokens --- forge-gui/res/editions/Mercadian Masques.txt | 10 ++++++++++ forge-gui/res/editions/Nemesis.txt | 5 ++++- forge-gui/res/editions/Prophecy.txt | 5 +++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Mercadian Masques.txt b/forge-gui/res/editions/Mercadian Masques.txt index bac7e7fda45..dfbe3110fb0 100644 --- a/forge-gui/res/editions/Mercadian Masques.txt +++ b/forge-gui/res/editions/Mercadian Masques.txt @@ -361,3 +361,13 @@ FoilAlwaysInCommonSlot=False 57 U Wishmonger 228 U Word of Blasting 315 R Worry Beads + +[tokens] +butterfly +w_1_1_soldier +w_1_1_spirit_flying +b_2_2_zombie +g_1_1_insect +g_2_2_monkey +g_1_1_saproling +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Nemesis.txt b/forge-gui/res/editions/Nemesis.txt index 1e4fddb3e05..6ace273c45e 100644 --- a/forge-gui/res/editions/Nemesis.txt +++ b/forge-gui/res/editions/Nemesis.txt @@ -157,4 +157,7 @@ FoilAlwaysInCommonSlot=False 125 U Woodripper [tokens] -r_1_1_goblin \ No newline at end of file +w_4_4_angel_flying +r_1_1_goblin +g_1_1_saproling +g_x_x_saproling_burst \ No newline at end of file diff --git a/forge-gui/res/editions/Prophecy.txt b/forge-gui/res/editions/Prophecy.txt index be2981c1f5f..be34d924e9e 100644 --- a/forge-gui/res/editions/Prophecy.txt +++ b/forge-gui/res/editions/Prophecy.txt @@ -154,3 +154,8 @@ FoilAlwaysInCommonSlot=False 143 R Wintermoon Mesa 54 C Withdraw 108 C Zerapa Minotaur + +[tokens] +b_1_1_minion +g_x_x_elephant_resurgence +g_1_1_squirrel \ No newline at end of file From fac6e7b689768411bee0ddf705a738bc6aed7669 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:13:19 +0000 Subject: [PATCH 32/76] invasion block tokens --- forge-gui/res/editions/Apocalypse.txt | 8 ++++++++ forge-gui/res/editions/Invasion.txt | 6 ++++++ forge-gui/res/editions/Planeshift.txt | 5 +++++ 3 files changed, 19 insertions(+) diff --git a/forge-gui/res/editions/Apocalypse.txt b/forge-gui/res/editions/Apocalypse.txt index ed94934b91a..4e76b5f6b63 100644 --- a/forge-gui/res/editions/Apocalypse.txt +++ b/forge-gui/res/editions/Apocalypse.txt @@ -154,3 +154,11 @@ FoilAlwaysInCommonSlot=False 143 R Yavimaya Coast 127 R Yavimaya's Embrace 54 C Zombie Boa + +[tokens] +b_3_3_angel_flying +b_2_1_cat +b_3_3_kavu +b_6_6_wurm_trample +g_1_1_saproling +rw_1_1_goblin_soldier \ No newline at end of file diff --git a/forge-gui/res/editions/Invasion.txt b/forge-gui/res/editions/Invasion.txt index b729443cac2..2894d554dc2 100644 --- a/forge-gui/res/editions/Invasion.txt +++ b/forge-gui/res/editions/Invasion.txt @@ -361,3 +361,9 @@ FoilAlwaysInCommonSlot=False 135 R Yawgmoth's Agenda 90 U Zanam Djinn 180 C Zap + +[tokens] +w_x_x_reflection +u_1_1_bird_flying +g_3_3_elephant +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Planeshift.txt b/forge-gui/res/editions/Planeshift.txt index 3feadc7c6e9..efd88fa4815 100644 --- a/forge-gui/res/editions/Planeshift.txt +++ b/forge-gui/res/editions/Planeshift.txt @@ -157,3 +157,8 @@ FoilAlwaysInCommonSlot=False 56 C Volcano Imp 57 U Warped Devotion 38 R Waterspout Elemental + +[tokens] +w_1_1_spirit_flying +g_1_1_hippo +g_1_1_saproling \ No newline at end of file From 7af24d52fdcfe12563117b030ed1926e5d1a4fc1 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:20:15 +0000 Subject: [PATCH 33/76] odyssey block tokens --- forge-gui/res/editions/Judgment.txt | 8 ++++++++ forge-gui/res/editions/Odyssey.txt | 9 +++++++++ forge-gui/res/editions/Torment.txt | 3 +++ 3 files changed, 20 insertions(+) diff --git a/forge-gui/res/editions/Judgment.txt b/forge-gui/res/editions/Judgment.txt index 0365ab21933..26e92e549eb 100644 --- a/forge-gui/res/editions/Judgment.txt +++ b/forge-gui/res/editions/Judgment.txt @@ -154,3 +154,11 @@ FoilAlwaysInCommonSlot=False 58 R Wormfang Manta 59 C Wormfang Newt 60 U Wormfang Turtle + +[tokens] +w_1_1_bird_flying +w_1_1_spirit_flying +r_1_1_elemental_cat_haste +g_2_2_bear +g_3_3_elephant +g_6_6_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Odyssey.txt b/forge-gui/res/editions/Odyssey.txt index 8d336361bcc..60b1164d686 100644 --- a/forge-gui/res/editions/Odyssey.txt +++ b/forge-gui/res/editions/Odyssey.txt @@ -361,3 +361,12 @@ FoilAlwaysInCommonSlot=False 170 U Zombie Infestation 171 U Zombify 285 R Zoologist + +[tokens] +w_1_1_spirit_flying +b_2_2_zombie +g_2_2_bear +g_4_4_beast +g_3_3_elephant +g_1_1_squirrel +g_6_6_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Torment.txt b/forge-gui/res/editions/Torment.txt index 6e00b492ea6..5bf2e07e83e 100644 --- a/forge-gui/res/editions/Torment.txt +++ b/forge-gui/res/editions/Torment.txt @@ -154,3 +154,6 @@ FoilAlwaysInCommonSlot=False 117 U Violent Eruption 88 C Waste Away 89 U Zombie Trailblazer + +[tokens] +g_1_1_squirrel \ No newline at end of file From 15032d73725c6d198cf8a44c4818f8492f9ea6dd Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:38:53 +0000 Subject: [PATCH 34/76] onslaught block tokens --- forge-gui/res/editions/Legions.txt | 5 ++++- forge-gui/res/editions/Onslaught.txt | 9 +++++++++ forge-gui/res/editions/Scourge.txt | 6 +++++- forge-gui/res/editions/Vanguard.txt | 11 ++++++++++- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/editions/Legions.txt b/forge-gui/res/editions/Legions.txt index efa5fd1829f..5d5b43f9db5 100644 --- a/forge-gui/res/editions/Legions.txt +++ b/forge-gui/res/editions/Legions.txt @@ -158,4 +158,7 @@ FoilAlwaysInCommonSlot=False 87 U Zombie Brute [tokens] -r_1_1_goblin \ No newline at end of file +c_1_1_sliver +r_1_1_goblin +g_2_2_bear +g_1_1_insect \ No newline at end of file diff --git a/forge-gui/res/editions/Onslaught.txt b/forge-gui/res/editions/Onslaught.txt index 0bef41c4ba1..4ab189ed6eb 100644 --- a/forge-gui/res/editions/Onslaught.txt +++ b/forge-gui/res/editions/Onslaught.txt @@ -361,3 +361,12 @@ FoilAlwaysInCommonSlot=False 122 R Words of Wind 61 R Words of Worship 183 C Wretched Anurid + +[tokens] +w_1_1_soldier +b_2_2_zombie +r_5_5_dragon_flying +g_2_2_bear +g_3_3_centaur +g_7_7_elemental_trample +g_1_1_insect \ No newline at end of file diff --git a/forge-gui/res/editions/Scourge.txt b/forge-gui/res/editions/Scourge.txt index 9f85b641375..eb932a6c227 100644 --- a/forge-gui/res/editions/Scourge.txt +++ b/forge-gui/res/editions/Scourge.txt @@ -156,4 +156,8 @@ FoilAlwaysInCommonSlot=False 81 C Zombie Cutthroat [tokens] -r_1_1_goblin \ No newline at end of file +w_4_4_angel_flying +w_1_1_soldier +r_5_5_dragon_flying +r_1_1_goblin +g_4_4_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Vanguard.txt b/forge-gui/res/editions/Vanguard.txt index 5443b7b9239..18fa456bc99 100644 --- a/forge-gui/res/editions/Vanguard.txt +++ b/forge-gui/res/editions/Vanguard.txt @@ -126,4 +126,13 @@ S Volrath S Xantcha [tokens] -c_1_1_sliver \ No newline at end of file +arrest +c_1_1_sliver +w_1_1_spirit_flying +r_5_5_dragon_flying +g_2_3_antelope_forestwalk +g_3_2_cat_shroud +g_x_x_ooze +g_4_4_rhino_trample +g_1_1_saproling +g_2_2_wolf \ No newline at end of file From 4567c287d5ddad16954e1ef20e5a830ac0c0c072 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 03:48:15 +0000 Subject: [PATCH 35/76] mirrodin block tokens --- forge-gui/res/editions/Darksteel.txt | 10 ++++++++++ forge-gui/res/editions/Fifth Dawn.txt | 6 ++++++ forge-gui/res/editions/Mirrodin.txt | 11 +++++++++++ 3 files changed, 27 insertions(+) diff --git a/forge-gui/res/editions/Darksteel.txt b/forge-gui/res/editions/Darksteel.txt index 10852e915cf..fc5084bec80 100644 --- a/forge-gui/res/editions/Darksteel.txt +++ b/forge-gui/res/editions/Darksteel.txt @@ -175,3 +175,13 @@ FoilAlwaysInCommonSlot=False 160 C Whispersilk Cloak 161 U Wirefly Hive 162 U Wurm's Tooth + +[tokens] +twin +wirefly +u_2_2_elemental_flying +r_3_3_elemental +g_3_3_beast +g_1_1_insect +c_1_1_a_myr +c_2_2_a_spawn \ No newline at end of file diff --git a/forge-gui/res/editions/Fifth Dawn.txt b/forge-gui/res/editions/Fifth Dawn.txt index e6ebfab0405..48d6c8868cf 100644 --- a/forge-gui/res/editions/Fifth Dawn.txt +++ b/forge-gui/res/editions/Fifth Dawn.txt @@ -175,3 +175,9 @@ FoilAlwaysInCommonSlot=False 100 C Viridian Scout 80 C Vulshok Sorcerer 165 C Wayfarer's Bauble + +[tokens] +kaldra +c_2_2_pincher +g_3_3_beast +g_1_1_insect \ No newline at end of file diff --git a/forge-gui/res/editions/Mirrodin.txt b/forge-gui/res/editions/Mirrodin.txt index 416b6418388..4185ca1b114 100644 --- a/forge-gui/res/editions/Mirrodin.txt +++ b/forge-gui/res/editions/Mirrodin.txt @@ -316,3 +316,14 @@ FoilAlwaysInCommonSlot=False 84 C Wrench Mind 140 C Wurmskin Forger 277 C Yotian Soldier + +[tokens] +w_1_1_soldier +w_1_1_spirit_flying +b_x_x_demon_flying +r_3_1_elemental_haste +g_5_5_beast +g_1_1_insect +c_1_1_a_myr +c_1_1_a_pentavite_flying +c_0_1_a_pest \ No newline at end of file From c86307d44e7cd67f9a5125b35e035966a707e9d2 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 10 Jan 2019 04:02:37 +0000 Subject: [PATCH 36/76] kamigawa block tokens --- forge-gui/res/editions/Betrayers of Kamigawa.txt | 5 +++++ forge-gui/res/editions/Champions of Kamigawa.txt | 8 ++++++++ forge-gui/res/editions/Ninth Edition.txt | 3 ++- forge-gui/res/editions/Saviors of Kamigawa.txt | 7 +++++++ forge-gui/res/editions/Unhinged.txt | 5 ++++- 5 files changed, 26 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Betrayers of Kamigawa.txt b/forge-gui/res/editions/Betrayers of Kamigawa.txt index a276cf1051c..332b6cac2c2 100644 --- a/forge-gui/res/editions/Betrayers of Kamigawa.txt +++ b/forge-gui/res/editions/Betrayers of Kamigawa.txt @@ -175,3 +175,8 @@ FoilAlwaysInCommonSlot=False 29 C Waxmane Baku 30 R Yomiji, Who Bars the Way 90 R Yukora, the Prisoner + +[tokens] +c_1_1_spirit +w_3_3_spirit_flying +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Champions of Kamigawa.txt b/forge-gui/res/editions/Champions of Kamigawa.txt index 769c7617f2f..90865d9b301 100644 --- a/forge-gui/res/editions/Champions of Kamigawa.txt +++ b/forge-gui/res/editions/Champions of Kamigawa.txt @@ -317,3 +317,11 @@ FoilAlwaysInCommonSlot=False 199 C Yamabushi's Storm 50 R Yosei, the Morning Star 200 R Zo-Zu the Punisher + +[tokens] +c_1_1_spirit +u_5_5_dragon_spirit_flying +u_1_1_illusion_flying +b_x_x_rat +g_x_x_elemental +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Ninth Edition.txt b/forge-gui/res/editions/Ninth Edition.txt index 4710dab539a..6f9dbcc9584 100644 --- a/forge-gui/res/editions/Ninth Edition.txt +++ b/forge-gui/res/editions/Ninth Edition.txt @@ -372,4 +372,5 @@ R Vizzerdrix 114 R Zur's Weirding [tokens] -r_4_4_bird_flying \ No newline at end of file +r_4_4_bird_flying +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Saviors of Kamigawa.txt b/forge-gui/res/editions/Saviors of Kamigawa.txt index 7a73bc77588..acfbb823aec 100644 --- a/forge-gui/res/editions/Saviors of Kamigawa.txt +++ b/forge-gui/res/editions/Saviors of Kamigawa.txt @@ -175,3 +175,10 @@ FoilAlwaysInCommonSlot=False 119 R Undying Flames 161 R Wine of Blood and Iron 120 U Yuki-Onna + +[tokens] +urami +c_1_1_spirit +r_3_1_elemental_haste +r_1_1_warrior +g_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Unhinged.txt b/forge-gui/res/editions/Unhinged.txt index be4e25c7a32..46c3d6f025a 100644 --- a/forge-gui/res/editions/Unhinged.txt +++ b/forge-gui/res/editions/Unhinged.txt @@ -13,4 +13,7 @@ Type=Other 140 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +g_1_1_ape +g_3_3_ape +g_1_1_squirrel \ No newline at end of file From 15b95ffc79cf4fd17cf2db3a38eb8a65cf586dfd Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 00:12:17 +0000 Subject: [PATCH 37/76] ravnica block tokens --- forge-gui/res/editions/Coldsnap.txt | 7 +++++++ forge-gui/res/editions/Dissension.txt | 9 +++++++++ forge-gui/res/editions/Guildpact.txt | 9 +++++++++ forge-gui/res/editions/Ravnica City of Guilds.txt | 9 ++++++++- 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Coldsnap.txt b/forge-gui/res/editions/Coldsnap.txt index e1239e655e0..793d76dc03c 100644 --- a/forge-gui/res/editions/Coldsnap.txt +++ b/forge-gui/res/editions/Coldsnap.txt @@ -164,3 +164,10 @@ Booster=11 Common, 3 Uncommon, 1 Rare 25 R Woolly Razorback 75 C Zombie Musher 135 R Zur the Enchanter + +[tokens] +marit_lage +w_1_1_bird_flying +w_1_1_soldier +g_1_1_wolf_sound_the_call +br_3_1_graveborn_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Dissension.txt b/forge-gui/res/editions/Dissension.txt index a2237b142ce..08b3f36c16c 100644 --- a/forge-gui/res/editions/Dissension.txt +++ b/forge-gui/res/editions/Dissension.txt @@ -190,3 +190,12 @@ FoilAlwaysInCommonSlot=False 178 C Rakdos Carnarium 179 U Rix Maadi, Dungeon Palace 180 C Simic Growth Chamber + +[tokens] +sprouting_phytohydra +r_3_1_elemental +r_2_1_goblin_haste +g_1_1_saproling +wu_1_1_bird_flying +gu_2_2_drake_flying +gu_1_1_snake \ No newline at end of file diff --git a/forge-gui/res/editions/Guildpact.txt b/forge-gui/res/editions/Guildpact.txt index 82c0f8a3c4a..b13ecda5861 100644 --- a/forge-gui/res/editions/Guildpact.txt +++ b/forge-gui/res/editions/Guildpact.txt @@ -175,3 +175,12 @@ FoilAlwaysInCommonSlot=False 139 U Wreak Havoc 99 R Wurmweaver Coil 140 R Yore-Tiller Nephilim + +[tokens] +c_1_1_sand +w_1_1_pegasus_flying +w_1_1_spirit_flying +u_3_3_weird_defender_flying +b_1_1_bat_flying +g_1_1_saproling +g_6_6_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Ravnica City of Guilds.txt b/forge-gui/res/editions/Ravnica City of Guilds.txt index a2e65dc4a37..fdb72964748 100644 --- a/forge-gui/res/editions/Ravnica City of Guilds.txt +++ b/forge-gui/res/editions/Ravnica City of Guilds.txt @@ -318,4 +318,11 @@ FoilAlwaysInCommonSlot=False 76 C Zephyr Spirit [tokens] -r_1_1_goblin \ No newline at end of file +voja +w_2_2_knight +w_1_1_spirit_flying +u_1_1_faerie_flying +b_4_4_horror +r_1_1_goblin +g_3_3_centaur_pro_black +g_1_1_saproling \ No newline at end of file From 39b534ce2b632eb7af26cb5145a51f1c54b97a3c Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 00:37:47 +0000 Subject: [PATCH 38/76] time spiral block tokens --- forge-gui/res/editions/Coldsnap.txt | 1 + forge-gui/res/editions/Future Sight.txt | 15 +++++++++++++++ forge-gui/res/editions/Masters Edition.txt | 9 +++++++++ forge-gui/res/editions/Planar Chaos.txt | 9 +++++++++ forge-gui/res/editions/Tenth Edition.txt | 6 +++++- .../res/editions/Time Spiral Timeshifted.txt | 7 +++++++ forge-gui/res/editions/Time Spiral.txt | 13 ++++++++++++- 7 files changed, 58 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Coldsnap.txt b/forge-gui/res/editions/Coldsnap.txt index 793d76dc03c..e0cff48f0ee 100644 --- a/forge-gui/res/editions/Coldsnap.txt +++ b/forge-gui/res/editions/Coldsnap.txt @@ -168,6 +168,7 @@ Booster=11 Common, 3 Uncommon, 1 Rare [tokens] marit_lage w_1_1_bird_flying +w_0_1_deserter w_1_1_soldier g_1_1_wolf_sound_the_call br_3_1_graveborn_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Future Sight.txt b/forge-gui/res/editions/Future Sight.txt index c69dd03d6ff..3eb56639387 100644 --- a/forge-gui/res/editions/Future Sight.txt +++ b/forge-gui/res/editions/Future Sight.txt @@ -189,3 +189,18 @@ Booster=11 Common, 3 Uncommon, 1 Rare 141 C Wrap in Vigor 93 U Yixlid Jailer 180 U Zoetic Cavern + +[tokens] +goldmeadow_harrier +imperial_mask +cloud_sprite +festering_goblin +spark_elemental +llanowar_elves +nacatl_war-pride +metallic_sliver +w_1_1_soldier +b_2_2_zombie +r_4_4_giant +g_1_1_saproling +g_x_x_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition.txt b/forge-gui/res/editions/Masters Edition.txt index e6e8c956dad..73156054b77 100644 --- a/forge-gui/res/editions/Masters Edition.txt +++ b/forge-gui/res/editions/Masters Edition.txt @@ -203,3 +203,12 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand 140 U Yavimaya Ants 112 R Ydwen Efreet 174 U Zuran Orb + +[tokens] +w_1_1_citizen +u_1_1_camarid +b_0_1_thrull +b_2_2_zombie +r_1_1_survivor +g_1_1_hippo +c_1_1_a_snake_poison \ No newline at end of file diff --git a/forge-gui/res/editions/Planar Chaos.txt b/forge-gui/res/editions/Planar Chaos.txt index 562655ad124..4c32d41b056 100644 --- a/forge-gui/res/editions/Planar Chaos.txt +++ b/forge-gui/res/editions/Planar Chaos.txt @@ -174,3 +174,12 @@ Booster=11 Common, 3 Uncommon, 1 Rare 22 C Whitemane Lion 144 R Wild Pair 53 C Wistful Thinking + +[tokens] +chronozoa +w_1_1_soldier +b_2_2_knight_flanking_pro_white_haste +g_3_3_ape +g_2_2_cat_warrior_forestwalk +g_6_1_insect_shroud +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Tenth Edition.txt b/forge-gui/res/editions/Tenth Edition.txt index 648f41760e1..7ed4e1896c5 100644 --- a/forge-gui/res/editions/Tenth Edition.txt +++ b/forge-gui/res/editions/Tenth Edition.txt @@ -395,4 +395,8 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand [tokens] wasp -r_1_1_goblin \ No newline at end of file +w_1_1_soldier +b_2_2_zombie +r_5_5_dragon_flying +r_1_1_goblin +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Time Spiral Timeshifted.txt b/forge-gui/res/editions/Time Spiral Timeshifted.txt index c94ad1d9765..0b0dca4e8d6 100644 --- a/forge-gui/res/editions/Time Spiral Timeshifted.txt +++ b/forge-gui/res/editions/Time Spiral Timeshifted.txt @@ -128,3 +128,10 @@ Type=Other 17 S Witch Hunter 54 S Withered Wretch 18 S Zhalfirin Commander + +[tokens] +w_1_1_pegasus_flying +b_0_1_serf +g_3_3_elephant +g_1_1_saproling +g_0_1_sheep \ No newline at end of file diff --git a/forge-gui/res/editions/Time Spiral.txt b/forge-gui/res/editions/Time Spiral.txt index 529fe1df1f8..045eb1a22a4 100644 --- a/forge-gui/res/editions/Time Spiral.txt +++ b/forge-gui/res/editions/Time Spiral.txt @@ -313,4 +313,15 @@ AdditionalSetUnlockedInQuest=TSB 47 C Zealot il-Vec [tokens] -r_1_1_goblin \ No newline at end of file +kobolds_of_kher_keep +w_1_1_citizen +w_2_2_griffin_flying +u_1_1_camarid +b_1_2_bat_flying_sengir_nosferatu +b_2_4_spider_reach +b_1_1_thrull +r_1_1_goblin +g_1_1_saproling +g_x_x_wurm +c_2_2_a_assembly-worker +c_1_1_triskelavite_flying_ammo \ No newline at end of file From b6fe691a756960195864bc3739cb274f1524473d Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 01:37:07 +0000 Subject: [PATCH 39/76] lorwyn block tokens --- .../res/editions/Duel Decks Elves vs. Goblins.txt | 4 +++- forge-gui/res/editions/Eventide.txt | 11 +++++++++++ forge-gui/res/editions/From the Vault Dragons.txt | 3 +++ forge-gui/res/editions/Lorwyn.txt | 14 ++++++++++++++ forge-gui/res/editions/Masters Edition II.txt | 10 ++++++++++ forge-gui/res/editions/Morningtide.txt | 11 +++++++++++ forge-gui/res/editions/Shadowmoor.txt | 15 +++++++++++++++ 7 files changed, 67 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt index 9df26e4b7a8..e784d20e53f 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt @@ -74,4 +74,6 @@ C Goblin 19 U Wren's Run Vanquisher [tokens] -r_1_1_goblin \ No newline at end of file +r_1_1_goblin +g_7_7_elemental_trample +g_1_1_elf_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Eventide.txt b/forge-gui/res/editions/Eventide.txt index da1bd757a1a..84d3f89a140 100644 --- a/forge-gui/res/editions/Eventide.txt +++ b/forge-gui/res/editions/Eventide.txt @@ -190,3 +190,14 @@ Booster=11 Common, 3 Uncommon, 1 Rare 165 U Wistful Selkie 130 C Woodlurker Mimic 131 R Worm Harvest + +[tokens] +w_0_1_goat +w_1_1_kithkin_soldier +u_1_1_bird_flying +g_3_3_beast +g_2_2_wolf +ur_5_5_elemental_flying +rw_1_1_goblin_soldier +wb_1_1_spirit_flying +bg_1_1_worm \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Dragons.txt b/forge-gui/res/editions/From the Vault Dragons.txt index 8070bf64a22..f9306e80711 100644 --- a/forge-gui/res/editions/From the Vault Dragons.txt +++ b/forge-gui/res/editions/From the Vault Dragons.txt @@ -21,3 +21,6 @@ Type=From_the_Vault 13 R Shivan Dragon 14 R Thunder Dragon 15 R Two-Headed Dragon + +[tokens] +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Lorwyn.txt b/forge-gui/res/editions/Lorwyn.txt index 2fa2e4205fe..e1df59e0cbc 100644 --- a/forge-gui/res/editions/Lorwyn.txt +++ b/forge-gui/res/editions/Lorwyn.txt @@ -310,3 +310,17 @@ Booster=11 Common, 3 Uncommon, 1 Rare 245 U Wren's Run Vanquisher 253 R Wydwen, the Biting Gale 98 C Zephyr Net + +[tokens] +c_1_1_shapeshifter_changeling +w_x_x_avatar_life_total +w_4_4_elemental_flying +w_1_1_kithkin_soldier +u_1_1_merfolk_wizard +b_1_1_goblin_rogue +r_3_1_elemental_shaman +r_3_1_elemental_shaman_haste +g_3_3_beast +g_4_4_elemental +g_1_1_elf_warrior +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition II.txt b/forge-gui/res/editions/Masters Edition II.txt index 96df3f51d4f..5388b50374e 100644 --- a/forge-gui/res/editions/Masters Edition II.txt +++ b/forge-gui/res/editions/Masters Edition II.txt @@ -253,3 +253,13 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand 189 U Woolly Spider 190 U Yavimaya Ancients 76 C Zuran Spellcaster + +[tokens] +kelp +w_0_1_caribou +w_0_1_deserter +w_1_1_knight_banding +w_1_1_soldier +b_x_x_spirit +g_1_1_saproling +br_3_1_graveborn_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Morningtide.txt b/forge-gui/res/editions/Morningtide.txt index 10af6dfad9a..f0c8d51692f 100644 --- a/forge-gui/res/editions/Morningtide.txt +++ b/forge-gui/res/editions/Morningtide.txt @@ -159,3 +159,14 @@ Booster=11 Common, 3 Uncommon, 1 Rare 84 R Weirding Shaman 139 C Winnower Patrol 140 U Wolf-Skull Shaman + +[tokens] +w_5_5_giant_warrior +w_1_1_kithkin_soldier +u_1_1_merfolk_wizard +b_1_1_faerie_rogue_flying +b_1_1_goblin_rogue +g_4_4_elemental +g_1_1_elf_warrior +g_2_5_treefolk_shaman +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Shadowmoor.txt b/forge-gui/res/editions/Shadowmoor.txt index 0bc4eddeaa0..f019581daf6 100644 --- a/forge-gui/res/editions/Shadowmoor.txt +++ b/forge-gui/res/editions/Shadowmoor.txt @@ -310,3 +310,18 @@ Booster=11 Common, 3 Uncommon, 1 Rare 223 R Wort, the Raidmother 81 R Wound Reflection 157 C Zealous Guardian + +[tokens] +spawnwrithe +w_1_1_kithkin_soldier +w_1_1_spirit_flying +b_1_1_rat +r_1_1_elemental_haste +g_1_1_elf_warrior +g_1_2_spider_reach +g_2_2_wolf +br_5_5_elemental +gw_1_1_elf_warrior +ub_1_1_faerie_rogue_flying +rg_4_4_giant_warrior +rg_1_1_goblin_warrior \ No newline at end of file From 9d5d19f5c3f8380b8b6bc400629fbd2773dbff4f Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 01:43:14 +0000 Subject: [PATCH 40/76] shards of alara tokens --- forge-gui/res/editions/Shards of Alara.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Shards of Alara.txt b/forge-gui/res/editions/Shards of Alara.txt index f2f7acea7f8..f09f3a7ecc7 100644 --- a/forge-gui/res/editions/Shards of Alara.txt +++ b/forge-gui/res/editions/Shards of Alara.txt @@ -260,4 +260,14 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 31 C Yoked Plowbeast [tokens] -r_1_1_goblin \ No newline at end of file +w_1_1_soldier +u_0_1_a_homunculus +u_1_1_a_thopter_flying +b_1_1_skeleton_regenerate +b_2_2_zombie +r_4_4_dragon_flying +r_1_1_goblin +r_1_1_goblin_haste +g_x_x_ooze +g_1_1_saproling +rgw_8_8_beast \ No newline at end of file From d57100c888c12ff5553e350530813a77d14b984a Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 02:01:01 +0000 Subject: [PATCH 41/76] alara block tokens --- forge-gui/res/editions/Alara Reborn.txt | 10 +++++++++- forge-gui/res/editions/Conflux.txt | 8 ++++++++ .../res/editions/Duel Decks Divine vs. Demonic.txt | 5 +++++ forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt | 3 +++ forge-gui/res/editions/Magic 2010.txt | 9 ++++++++- forge-gui/res/editions/Masters Edition III.txt | 6 ++++++ forge-gui/res/editions/Planechase.txt | 10 +++++++++- 7 files changed, 48 insertions(+), 3 deletions(-) diff --git a/forge-gui/res/editions/Alara Reborn.txt b/forge-gui/res/editions/Alara Reborn.txt index 14d1833a179..90e1360eb11 100644 --- a/forge-gui/res/editions/Alara Reborn.txt +++ b/forge-gui/res/editions/Alara Reborn.txt @@ -156,4 +156,12 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA 85 U Zealous Persecution [tokens] -r_1_1_goblin \ No newline at end of file +w_1_1_bird_soldier_flying +w_1_1_soldier +u_1_1_a_thopter_flying +b_2_2_zombie +r_1_1_goblin +g_2_2_lizard +g_1_1_saproling +rg_1_1_dragon_flying_devour +ub_1_1_zombie_wizard \ No newline at end of file diff --git a/forge-gui/res/editions/Conflux.txt b/forge-gui/res/editions/Conflux.txt index ba92dd62264..8bdd25a3126 100644 --- a/forge-gui/res/editions/Conflux.txt +++ b/forge-gui/res/editions/Conflux.txt @@ -155,3 +155,11 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA 56 C Wretched Banquet 57 C Yoke of the Damned 133 C Zombie Outlander + +[tokens] +mirror-sigil_sergeant +w_4_4_angel_flying +w_1_1_soldier +b_2_2_zombie +r_3_1_elemental_haste +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt b/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt index 80d924496c9..3f312721df0 100644 --- a/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt +++ b/forge-gui/res/editions/Duel Decks Divine vs. Demonic.txt @@ -72,3 +72,8 @@ C Thrull 11 R Twilight Shepherd 47 C Unholy Strength 5 C Venerable Monk + +[tokens] +w_1_1_spirit_flying +b_x_x_demon_flying +b_0_1_thrull \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt b/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt index 5e6d9c9de73..1054b62ad21 100644 --- a/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt +++ b/forge-gui/res/editions/Duel Decks Jace vs. Chandra.txt @@ -69,3 +69,6 @@ C Elemental Shaman 5 U Wall of Deceit 11 U Waterspout Djinn 6 U Willbender + +[tokens] +r_3_1_elemental_shaman_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2010.txt b/forge-gui/res/editions/Magic 2010.txt index 5305d26593c..39141f5576a 100644 --- a/forge-gui/res/editions/Magic 2010.txt +++ b/forge-gui/res/editions/Magic 2010.txt @@ -260,4 +260,11 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 123 C Zombie Goliath [tokens] -r_1_1_goblin \ No newline at end of file +w_x_x_avatar_life_total +w_1_1_soldier +b_2_2_zombie +r_1_1_goblin +g_3_3_beast +g_1_1_insect +g_2_2_wolf +c_3_4_a_gargoyle_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Masters Edition III.txt b/forge-gui/res/editions/Masters Edition III.txt index b48746bff5c..b1565160a3d 100644 --- a/forge-gui/res/editions/Masters Edition III.txt +++ b/forge-gui/res/editions/Masters Edition III.txt @@ -238,3 +238,9 @@ Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand 84 C Young Wei Recruits 28 U Zhang Fei, Fierce Warrior 112 R Zodiac Dragon + +[tokens] +minor_demon +stangg_twin +u_0_1_starfish +rgw_1_1_sand_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase.txt b/forge-gui/res/editions/Planechase.txt index 607d5aba8f6..395df66f91c 100644 --- a/forge-gui/res/editions/Planechase.txt +++ b/forge-gui/res/editions/Planechase.txt @@ -224,4 +224,12 @@ S Tember City 129 C Wizard Replica [tokens] -r_1_1_goblin \ No newline at end of file +w_0_1_goat +b_2_2_zombie +r_5_5_dragon_flying +r_1_1_goblin +g_3_3_elephant +g_1_1_insect +g_1_1_saproling +c_1_1_a_pentavite_flying +c_0_1_a_pest \ No newline at end of file From 7d294280a97adbb9b7fd23867c12fe7491d10ac0 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 02:27:04 +0000 Subject: [PATCH 42/76] zendikar block tokens --- forge-gui/res/editions/Archenemy.txt | 9 ++++++++- .../res/editions/Duel Decks Garruk vs. Liliana.txt | 6 ++++++ .../Duel Decks Phyrexia vs. the Coalition.txt | 5 +++++ .../res/editions/Duels of the Planeswalkers.txt | 5 +++++ forge-gui/res/editions/From the Vault Relics.txt | 3 +++ forge-gui/res/editions/Magic 2011.txt | 8 ++++++++ forge-gui/res/editions/Rise of the Eldrazi.txt | 10 ++++++++++ forge-gui/res/editions/Worldwake.txt | 9 ++++++++- forge-gui/res/editions/Zendikar.txt | 13 +++++++++++++ 9 files changed, 66 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Archenemy.txt b/forge-gui/res/editions/Archenemy.txt index d9a78c30f47..2f2ce16afce 100644 --- a/forge-gui/res/editions/Archenemy.txt +++ b/forge-gui/res/editions/Archenemy.txt @@ -209,4 +209,11 @@ S Your Inescapable Doom 29 U Zombify [tokens] -r_1_1_goblin \ No newline at end of file +b_2_2_zombie +r_5_5_dragon_flying +r_1_1_goblin +r_2_1_goblin_haste +g_3_3_elemental +g_0_1_plant +g_1_1_saproling +c_4_6_a_golem \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt b/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt index eb75618de65..dba9bf130ab 100644 --- a/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt +++ b/forge-gui/res/editions/Duel Decks Garruk vs. Liliana.txt @@ -72,3 +72,9 @@ C Elephant 5 C Wild Mongrel 25 U Windstorm 6 C Wirewood Savage + +[tokens] +b_1_1_bat_flying +g_3_3_beast +g_4_4_beast +g_3_3_elephant \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt b/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt index d17731c196b..08f6da56144 100644 --- a/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt +++ b/forge-gui/res/editions/Duel Decks Phyrexia vs. the Coalition.txt @@ -80,3 +80,8 @@ C Saproling 23 U Whispersilk Cloak 24 U Worn Powerstone 44 C Yavimaya Elder + +[tokens] +hornet +b_x_x_minion +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Duels of the Planeswalkers.txt b/forge-gui/res/editions/Duels of the Planeswalkers.txt index 041b5de5b7f..16f4bfbf7ac 100644 --- a/forge-gui/res/editions/Duels of the Planeswalkers.txt +++ b/forge-gui/res/editions/Duels of the Planeswalkers.txt @@ -119,3 +119,8 @@ Type=Other 111 L Forest 112 L Forest 113 L Forest + +[tokens] +g_1_1_elf_warrior +g_1_1_saproling +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Relics.txt b/forge-gui/res/editions/From the Vault Relics.txt index 5a7619ef685..27687116065 100644 --- a/forge-gui/res/editions/From the Vault Relics.txt +++ b/forge-gui/res/editions/From the Vault Relics.txt @@ -22,3 +22,6 @@ Alias=V10 13 M Sundering Titan 14 M Sword of Body and Mind 15 M Zuran Orb + +[tokens] +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2011.txt b/forge-gui/res/editions/Magic 2011.txt index 3169c3bc64f..945a4d29d2a 100644 --- a/forge-gui/res/editions/Magic 2011.txt +++ b/forge-gui/res/editions/Magic 2011.txt @@ -258,3 +258,11 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 40 C Wild Griffin 222 U Wurm's Tooth 200 C Yavimaya Wurm + +[tokens] +w_x_x_avatar_life_total +w_3_3_bird_flying +b_2_2_zombie +g_3_3_beast +g_1_1_ooze +g_2_2_ooze_mitotic \ No newline at end of file diff --git a/forge-gui/res/editions/Rise of the Eldrazi.txt b/forge-gui/res/editions/Rise of the Eldrazi.txt index ec6bd7400a5..24336b18def 100644 --- a/forge-gui/res/editions/Rise of the Eldrazi.txt +++ b/forge-gui/res/editions/Rise of the Eldrazi.txt @@ -257,3 +257,13 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 173 C Wrap in Flames 132 C Zof Shade 133 C Zulaport Enforcer + +[tokens] +tuktuk_the_returned +c_0_1_eldrazi_spawn_sac +w_1_1_kor_soldier +r_5_5_dragon_flying +r_x_x_elemental +r_4_4_hellion +g_3_3_elephant +g_x_x_ooze \ No newline at end of file diff --git a/forge-gui/res/editions/Worldwake.txt b/forge-gui/res/editions/Worldwake.txt index 9647b7a4e66..a993897a009 100644 --- a/forge-gui/res/editions/Worldwake.txt +++ b/forge-gui/res/editions/Worldwake.txt @@ -156,4 +156,11 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ZEN 120 M Wrexial, the Risen Deep [tokens] -g_0_1_plant \ No newline at end of file +w_1_1_soldier_ally +r_5_5_dragon_flying +r_3_3_ogre +g_3_3_elephant +g_0_1_plant +g_1_1_snake +g_2_2_wolf +c_6_12_a_construct_trample \ No newline at end of file diff --git a/forge-gui/res/editions/Zendikar.txt b/forge-gui/res/editions/Zendikar.txt index 40d732cf9d5..dd92d0af51d 100644 --- a/forge-gui/res/editions/Zendikar.txt +++ b/forge-gui/res/editions/Zendikar.txt @@ -278,3 +278,16 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 39 R World Queller 155 C Zektar Shrine Expedition 194 C Zendikar Farguide + +[tokens] +w_4_4_angel_flying +w_1_1_bird_flying +w_1_1_kor_soldier +u_2_2_illusion +u_1_1_merfolk +b_x_x_vampire +b_5_5_zombie_giant +r_7_1_elemental_trample_haste +g_4_4_beast +g_1_1_snake +g_2_2_wolf \ No newline at end of file From 6f65baab38280d18280a61f72e7249251f4444c1 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 02:59:55 +0000 Subject: [PATCH 43/76] mirrodin part two block tokens --- .../res/editions/Commander Theme Decks.txt | 8 ++++++- forge-gui/res/editions/Commander.txt | 22 +++++++++++++++++++ .../Duel Decks Ajani vs. Nicol Bolas.txt | 4 ++++ .../Duel Decks Elspeth vs. Tezzeret.txt | 4 ++++ .../Duel Decks Knights vs. Dragons.txt | 1 + ...l Decks Mirrodin Pure vs. New Phyrexia.txt | 11 +++++++++- .../res/editions/From the Vault Legends.txt | 3 +++ forge-gui/res/editions/Magic 2012.txt | 9 ++++++++ forge-gui/res/editions/Mirrodin Besieged.txt | 9 ++++++++ forge-gui/res/editions/New Phyrexia.txt | 6 ++++- forge-gui/res/editions/Scars of Mirrodin.txt | 11 +++++++++- 11 files changed, 84 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/editions/Commander Theme Decks.txt b/forge-gui/res/editions/Commander Theme Decks.txt index a3bb52a5d55..beceb75fa55 100644 --- a/forge-gui/res/editions/Commander Theme Decks.txt +++ b/forge-gui/res/editions/Commander Theme Decks.txt @@ -161,4 +161,10 @@ Type=Other 153 L Mountain 154 L Forest 155 L Forest -156 L Forest \ No newline at end of file +156 L Forest + +[tokens] +w_4_4_angel_flying +w_1_1_soldier +b_2_1_cat +g_1_1_hippo \ No newline at end of file diff --git a/forge-gui/res/editions/Commander.txt b/forge-gui/res/editions/Commander.txt index 4215fcf940d..a0ebaf9bbee 100644 --- a/forge-gui/res/editions/Commander.txt +++ b/forge-gui/res/editions/Commander.txt @@ -326,3 +326,25 @@ Type=Other 179 C Yavimaya Elder 240 M Zedruu the Greathearted 298 U Zoetic Cavern + +[tokens] +spawnwrithe +c_0_1_eldrazi_spawn_sac +w_1_1_kithkin_soldier +w_1_1_pegasus_flying +w_1_1_soldier +w_1_1_spirit_flying +b_2_4_spider_reach +b_2_2_zombie +r_5_5_dragon_flying +g_3_3_beast +g_4_4_beast +g_3_3_elephant +g_1_1_insect +g_1_1_insect_flying_deathtouch +g_1_1_saproling +g_1_1_snake +g_1_1_squirrel +g_2_2_wolf +ur_5_5_elemental_flying +c_1_1_a_triskelavite_flying_ammo \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt b/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt index 7c2e0978412..4e8047a54d4 100644 --- a/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt +++ b/forge-gui/res/editions/Duel Decks Ajani vs. Nicol Bolas.txt @@ -86,3 +86,7 @@ Type=Duel_Decks 37 U Vitu-Ghazi, the City-Tree 4 C Wild Nacatl 13 U Woolly Thoctar + +[tokens] +w_2_2_griffin_flying +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt b/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt index 14ffd7563cb..a8a667d043a 100644 --- a/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt +++ b/forge-gui/res/editions/Duel Decks Elspeth vs. Tezzeret.txt @@ -85,3 +85,7 @@ Type=Duel_Decks 49 C Trinket Mage 65 U Trip Noose 57 R Triskelion + +[tokens] +w_1_1_soldier +c_1_1_a_pentavite_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt index ac14b36ef1f..ef475b4e308 100644 --- a/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt +++ b/forge-gui/res/editions/Duel Decks Knights vs. Dragons.txt @@ -89,4 +89,5 @@ Type=Duel_Decks 13 U Zhalfirin Commander [tokens] +w_2_2_griffin_flying r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt index b87ad0c5d65..a39b9568299 100644 --- a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt +++ b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt @@ -93,4 +93,13 @@ Type=Duel_Decks 85 L Swamp 86 L Forest 87 L Forest -88 L Forest \ No newline at end of file +88 L Forest + +[tokens] +w_2_2_cat +g_5_5_beast +g_1_1_insect +g_1_1_ooze +g_2_2_ooze_mitotic +c_1_1_a_myr +c_2_2_a_spawn \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Legends.txt b/forge-gui/res/editions/From the Vault Legends.txt index f5749b651a2..68986249f9c 100644 --- a/forge-gui/res/editions/From the Vault Legends.txt +++ b/forge-gui/res/editions/From the Vault Legends.txt @@ -22,3 +22,6 @@ Alias=V11 13 M Teferi, Mage of Zhalfir 14 M Ulamog, the Infinite Gyre 15 M Visara the Dreadful + +[tokens] +ub_1_1_faerie_rogue_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2012.txt b/forge-gui/res/editions/Magic 2012.txt index 958cfaaf4e3..86bb22faed6 100644 --- a/forge-gui/res/editions/Magic 2012.txt +++ b/forge-gui/res/editions/Magic 2012.txt @@ -258,3 +258,12 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 223 U Wurm's Tooth 119 C Zombie Goliath 120 U Zombie Infestation + +[tokens] +w_3_3_bird_flying +w_1_1_soldier +b_2_2_zombie +g_3_3_beast +g_1_1_saproling +g_6_6_wurm +c_1_1_a_pentavite_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Mirrodin Besieged.txt b/forge-gui/res/editions/Mirrodin Besieged.txt index 51519330cc5..22d92a37f54 100644 --- a/forge-gui/res/editions/Mirrodin Besieged.txt +++ b/forge-gui/res/editions/Mirrodin Besieged.txt @@ -164,3 +164,12 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 57 C Virulent Wound 38 C Vivisection 19 R White Sun's Zenith + +[tokens] +w_2_2_cat +w_1_1_soldier +b_2_2_zombie +c_9_9_a_golem +c_x_x_a_horror +c_1_1_a_myr +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/New Phyrexia.txt b/forge-gui/res/editions/New Phyrexia.txt index 1aa19953762..3e8193ced8d 100644 --- a/forge-gui/res/editions/New Phyrexia.txt +++ b/forge-gui/res/editions/New Phyrexia.txt @@ -186,4 +186,8 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 51 R Xenograft [tokens] -r_1_1_goblin \ No newline at end of file +r_1_1_goblin_haste +g_3_3_beast +g_1_1_insect_infect +c_3_3_a_golem +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Scars of Mirrodin.txt b/forge-gui/res/editions/Scars of Mirrodin.txt index b28c7c692ab..288147a054b 100644 --- a/forge-gui/res/editions/Scars of Mirrodin.txt +++ b/forge-gui/res/editions/Scars of Mirrodin.txt @@ -260,4 +260,13 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 223 M Wurmcoil Engine [tokens] -r_1_1_goblin \ No newline at end of file +myr_propagator +w_2_2_cat +w_1_1_soldier +r_1_1_goblin +g_1_1_insect_infect +g_2_2_wolf +c_3_3_a_golem +c_1_1_a_myr +c_3_3_a_wurm_deathtouch +c_3_3_a_wurm_lifelink \ No newline at end of file From 3a6b925afdefb1d5958e1ce0baf906b591cf6382 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 03:23:17 +0000 Subject: [PATCH 44/76] innistrad block tokens --- forge-gui/res/editions/Avacyn Restored.txt | 9 +++++++++ forge-gui/res/editions/Dark Ascension.txt | 7 +++++++ forge-gui/res/editions/Innistrad.txt | 11 +++++++++++ forge-gui/res/editions/Magic 2013.txt | 11 ++++++++++- forge-gui/res/editions/Planechase 2012.txt | 15 ++++++++++++++- .../editions/Premium Deck Series Graveborn.txt | 5 +++++ 6 files changed, 56 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Avacyn Restored.txt b/forge-gui/res/editions/Avacyn Restored.txt index 0f9aab4facb..42e5a6611c1 100644 --- a/forge-gui/res/editions/Avacyn Restored.txt +++ b/forge-gui/res/editions/Avacyn Restored.txt @@ -253,3 +253,12 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 207 U Yew Spirit 166 R Zealous Conscripts 41 C Zealous Strike + +[tokens] +w_4_4_angel_flying +w_1_1_human +w_1_1_spirit_flying +u_1_1_spirit_flying +b_5_5_demon_flying +b_2_2_zombie +r_1_1_human_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Dark Ascension.txt b/forge-gui/res/editions/Dark Ascension.txt index 51ba85f7b23..99a4f80c680 100644 --- a/forge-gui/res/editions/Dark Ascension.txt +++ b/forge-gui/res/editions/Dark Ascension.txt @@ -167,3 +167,10 @@ Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand IS 107 C Wrack with Madness 134 C Young Wolf 80 R Zombie Apocalypse + +[tokens] +w_1_1_human +w_1_1_spirit_flying +b_1_1_vampire_lifelink +b_2_2_zombie +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Innistrad.txt b/forge-gui/res/editions/Innistrad.txt index 6d9a2119acd..59acef22ad9 100644 --- a/forge-gui/res/editions/Innistrad.txt +++ b/forge-gui/res/editions/Innistrad.txt @@ -273,3 +273,14 @@ Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand 249 R Woodland Cemetery 210 C Woodland Sleuth 211 U Wreath of Geists + +[tokens] +w_4_4_angel_flying +w_1_1_spirit_flying +u_2_2_homunculus +b_5_5_demon_flying +b_2_2_vampire_flying +b_2_2_zombie +g_x_x_ooze_gutter_grime +g_1_2_spider_reach +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2013.txt b/forge-gui/res/editions/Magic 2013.txt index 927d2ce2600..b72f361827f 100644 --- a/forge-gui/res/editions/Magic 2013.txt +++ b/forge-gui/res/editions/Magic 2013.txt @@ -260,4 +260,13 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 119 C Zombie Goliath [tokens] -r_1_1_goblin \ No newline at end of file +w_2_2_cat +w_0_1_goat +w_1_1_soldier +u_2_2_drake_flying +b_2_2_zombie +r_1_1_goblin +r_4_4_hellion_haste +g_3_3_beast +g_1_1_saproling +g_6_6_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase 2012.txt b/forge-gui/res/editions/Planechase 2012.txt index 25ded258db2..4fb1340cb12 100644 --- a/forge-gui/res/editions/Planechase 2012.txt +++ b/forge-gui/res/editions/Planechase 2012.txt @@ -206,4 +206,17 @@ R Stairs to Infinity 39 C Windriddle Palaces [tokens] -r_1_1_goblin \ No newline at end of file +c_0_1_eldrazi_spawn_sac +c_7_7_eldrazi_annihilator +w_4_4_angel_flying +b_2_4_spider_reach +b_2_2_zombie +r_1_1_goblin +r_4_4_hellion +g_3_3_beast +g_3_3_boar +g_1_1_insect +g_1_1_ooze +g_2_2_ooze_mitotic +g_0_1_plant +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Premium Deck Series Graveborn.txt b/forge-gui/res/editions/Premium Deck Series Graveborn.txt index d19f8bebf8f..adf59bc892c 100644 --- a/forge-gui/res/editions/Premium Deck Series Graveborn.txt +++ b/forge-gui/res/editions/Premium Deck Series Graveborn.txt @@ -36,3 +36,8 @@ Type=Premium_Deck_Series 4 C Twisted Abomination 8 R Verdant Force 19 U Zombie Infestation + +[tokens] +b_2_2_zombie +g_3_3_elephant +g_1_1_saproling \ No newline at end of file From d10ce0b82754d52a3540b9534823d89c47a14203 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 03:33:17 +0000 Subject: [PATCH 45/76] return to ravnica tokens --- .../res/editions/Duel Decks Izzet vs. Golgari.txt | 5 +++++ forge-gui/res/editions/From the Vault Realms.txt | 3 +++ forge-gui/res/editions/Return to Ravnica.txt | 14 +++++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt b/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt index 25b6762530b..c3456505b48 100644 --- a/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt +++ b/forge-gui/res/editions/Duel Decks Izzet vs. Golgari.txt @@ -96,3 +96,8 @@ Type=Duel_Decks 74 U Vigor Mortis 6 C Wee Dragonauts 68 C Yoke of the Damned + +[tokens] +u_3_3_weird_defender_flying +b_2_2_zombie +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Realms.txt b/forge-gui/res/editions/From the Vault Realms.txt index eb06daa60e2..938a02643b0 100644 --- a/forge-gui/res/editions/From the Vault Realms.txt +++ b/forge-gui/res/editions/From the Vault Realms.txt @@ -21,3 +21,6 @@ Type=From_the_Vault 13 M Urborg, Tomb of Yawgmoth 14 M Vesuva 15 M Windbrisk Heights + +[tokens] +c_1_1_spirit \ No newline at end of file diff --git a/forge-gui/res/editions/Return to Ravnica.txt b/forge-gui/res/editions/Return to Ravnica.txt index 72441b594bd..520b13e56e6 100644 --- a/forge-gui/res/editions/Return to Ravnica.txt +++ b/forge-gui/res/editions/Return to Ravnica.txt @@ -285,4 +285,16 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 84 U Zanikev Locust [tokens] -r_1_1_goblin \ No newline at end of file +pack_rat +w_1_1_bird_flying +w_2_2_knight_vigilance +w_1_1_soldier +b_1_1_assassin_lose_con +r_6_6_dragon_flying +r_1_1_goblin +g_3_3_centaur +g_x_x_ooze +g_4_4_rhino_trample +g_1_1_saproling +g_5_5_wurm_trample +gw_8_8_elemental_vigilance \ No newline at end of file From f52d525b1868cf276bd53c1bf4f150d6735a1e7a Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 22:18:41 +0000 Subject: [PATCH 46/76] ravnica part 2 block tokens --- forge-gui/res/editions/Commander's Arsenal.txt | 4 ++++ forge-gui/res/editions/Dragon's Maze.txt | 10 ++++++++++ .../res/editions/Duel Decks Sorin vs. Tibalt.txt | 4 ++++ forge-gui/res/editions/Gatecrash.txt | 13 +++++++++++++ forge-gui/res/editions/Magic 2014.txt | 12 ++++++++++++ forge-gui/res/editions/Modern Masters.txt | 16 +++++++++++++++- 6 files changed, 58 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Commander's Arsenal.txt b/forge-gui/res/editions/Commander's Arsenal.txt index 7abd96c43a7..993b2af1d38 100644 --- a/forge-gui/res/editions/Commander's Arsenal.txt +++ b/forge-gui/res/editions/Commander's Arsenal.txt @@ -23,3 +23,7 @@ Name=Commander's Arsenal 17 R Sylvan Library 12 M The Mimeoplasm 18 M Vela the Night-Clad + +[tokens] +c_1_1_sliver +g_1_1_insect \ No newline at end of file diff --git a/forge-gui/res/editions/Dragon's Maze.txt b/forge-gui/res/editions/Dragon's Maze.txt index b2272998e6b..844180a1486 100644 --- a/forge-gui/res/editions/Dragon's Maze.txt +++ b/forge-gui/res/editions/Dragon's Maze.txt @@ -165,3 +165,13 @@ Booster=10 Common:!land, 3 Uncommon, 1 RareMythic:!land, 1 fromSheet("DGM Lands" 154 C Rakdos Guildgate 155 C Selesnya Guildgate 156 C Simic Guildgate + +[tokens] +w_1_1_bird_flying +w_2_2_knight_vigilance +g_3_3_centaur +g_4_4_rhino_trample +g_5_5_wurm_trample +gw_x_x_elemental_total_creatures +rw_1_1_soldier_haste +wb_1_1_spirit_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt b/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt index 4d0d0ffcffa..6d56da49373 100644 --- a/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt +++ b/forge-gui/res/editions/Duel Decks Sorin vs. Tibalt.txt @@ -86,3 +86,7 @@ Type=Duel_Decks 47 C Vithian Stinger 4 U Wall of Omens 23 U Zealous Persecution + +[tokens] +w_1_1_spirit_flying +b_1_1_vampire_lifelink \ No newline at end of file diff --git a/forge-gui/res/editions/Gatecrash.txt b/forge-gui/res/editions/Gatecrash.txt index 67f82b9f85c..2869c87f1d1 100644 --- a/forge-gui/res/editions/Gatecrash.txt +++ b/forge-gui/res/editions/Gatecrash.txt @@ -258,3 +258,16 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand RTR 209 U Zameck Guildmage 28 C Zarichi Tiger 210 C Zhur-Taa Swine + +[tokens] +giant_adephage +w_4_4_angel_flying +w_2_2_knight_vigilance +w_1_1_soldier +b_1_1_rat +g_3_3_frog_lizard +g_x_x_ooze +wb_1_1_cleric_deathpact +ub_1_1_horror_flying +rw_1_1_soldier_haste +wb_1_1_spirit_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2014.txt b/forge-gui/res/editions/Magic 2014.txt index aca9a0bd5a3..975263f818e 100644 --- a/forge-gui/res/editions/Magic 2014.txt +++ b/forge-gui/res/editions/Magic 2014.txt @@ -258,3 +258,15 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 246 L Forest 246 L Forest 246 L Forest + +[tokens] +c_1_1_sliver +w_4_4_angel_flying +w_2_2_cat +w_0_1_goat +b_2_2_zombie +r_2_2_dragon_flying_firebreathing +r_1_1_elemental +g_3_3_beast +g_1_1_saproling +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters.txt b/forge-gui/res/editions/Modern Masters.txt index e3b521a2b20..ddc3e94db80 100644 --- a/forge-gui/res/editions/Modern Masters.txt +++ b/forge-gui/res/editions/Modern Masters.txt @@ -240,4 +240,18 @@ FoilChanceInBooster=100 229 U Vivid Meadow [tokens] -r_1_1_goblin \ No newline at end of file +w_5_5_giant_warrior +w_1_1_kithkin_soldier +w_1_1_soldier +u_1_1_illusion_flying +b_1_1_bat_flying +b_1_1_goblin_rogue +b_2_4_spider_reach +b_2_2_zombie +r_4_4_dragon_flying +r_1_1_goblin +g_4_4_elemental +g_1_1_saproling +g_2_5_treefolk_shaman +ub_1_1_faerie_rogue_flying +bg_1_1_worm \ No newline at end of file From 60275823fcde695d95f41ac7c8e1bec2c8ab59da Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 23:14:02 +0000 Subject: [PATCH 47/76] theros block tokens --- forge-gui/res/editions/Born of the Gods.txt | 12 +++++++++ forge-gui/res/editions/Commander 2013.txt | 27 +++++++++++++++++++ forge-gui/res/editions/Conspiracy.txt | 10 +++++++ .../editions/Duel Decks Jace vs. Vraska.txt | 5 ++++ .../editions/From the Vault Annihilation.txt | 3 +++ forge-gui/res/editions/Journey into Nyx.txt | 12 +++++++++ forge-gui/res/editions/Magic 2015.txt | 13 +++++++++ forge-gui/res/editions/Modern Event Deck.txt | 5 ++++ forge-gui/res/editions/Theros.txt | 11 ++++++++ forge-gui/res/editions/Vintage Masters.txt | 21 +++++++++++++++ 10 files changed, 119 insertions(+) diff --git a/forge-gui/res/editions/Born of the Gods.txt b/forge-gui/res/editions/Born of the Gods.txt index ce90a03301d..695456fef69 100644 --- a/forge-gui/res/editions/Born of the Gods.txt +++ b/forge-gui/res/editions/Born of the Gods.txt @@ -173,3 +173,15 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand THS 163 R Temple of Enlightenment 164 R Temple of Malice 165 R Temple of Plenty + +[tokens] +gold +w_1_1_bird_flying +w_1_1_cat_soldier_vigilance +w_1_1_e_soldier +u_2_2_e_bird_flying +u_9_9_kraken +b_2_2_e_zombie +r_3_1_e_elemental_haste +g_3_3_e_centaur +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2013.txt b/forge-gui/res/editions/Commander 2013.txt index 1988f16e2e8..27d1bb8f5a2 100644 --- a/forge-gui/res/editions/Commander 2013.txt +++ b/forge-gui/res/editions/Commander 2013.txt @@ -363,3 +363,30 @@ Type=Other 353 L Forest 353 L Forest 353 L Forest + +[tokens] +carnivore +kobolds_of_kher_keep +w_0_1_goat +w_2_2_knight_vigilance +w_1_1_spirit_flying +u_1_1_faerie_flying +u_1_1_a_thopter_flying +b_1_1_snake_deathtouch +b_1_1_thrull +b_2_2_zombie +r_1_1_elemental_haste +g_4_4_beast +g_5_5_beast +g_5_5_beast_trample +g_4_4_elemental +g_x_x_elemental +g_3_3_elephant +g_1_1_elf_warrior +g_1_1_insect +g_0_1_plant +g_1_1_saproling +gu_2_2_drake_flying +br_3_1_graveborn_haste +c_2_2_a_assembly-worker +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Conspiracy.txt b/forge-gui/res/editions/Conspiracy.txt index ee8272805a9..593961feaa9 100644 --- a/forge-gui/res/editions/Conspiracy.txt +++ b/forge-gui/res/editions/Conspiracy.txt @@ -219,3 +219,13 @@ Booster=10 Common:!fromSheet("CNS Draft Matters"), 3 Uncommon:!fromSheet("CNS Dr 208 U Mirrodin's Core 209 U Quicksand 210 R Reflecting Pool + +[tokens] +w_1_1_spirit_flying +b_x_x_demon_flying +b_2_2_zombie +r_4_4_ogre +g_3_3_elephant +g_1_1_squirrel +g_2_2_wolf +c_1_1_a_construct_defender \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt b/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt index a620f1f2ec2..2379b50055c 100644 --- a/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt +++ b/forge-gui/res/editions/Duel Decks Jace vs. Vraska.txt @@ -94,3 +94,8 @@ Type=Duel_Decks 84 L Forest 84 L Forest 84 L Forest + +[tokens] +spawnwrithe +u_2_2_illusion +b_1_1_assassin_lose_con \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Annihilation.txt b/forge-gui/res/editions/From the Vault Annihilation.txt index f1fef3d5fce..9e60f071fb9 100644 --- a/forge-gui/res/editions/From the Vault Annihilation.txt +++ b/forge-gui/res/editions/From the Vault Annihilation.txt @@ -21,3 +21,6 @@ Type=From_the_Vault 13 M Upheaval 14 M Virtue's Ruin 15 M Wrath of God + +[tokens] +w_1_1_soldier \ No newline at end of file diff --git a/forge-gui/res/editions/Journey into Nyx.txt b/forge-gui/res/editions/Journey into Nyx.txt index 61e9121cd8b..edb1044396f 100644 --- a/forge-gui/res/editions/Journey into Nyx.txt +++ b/forge-gui/res/editions/Journey into Nyx.txt @@ -173,3 +173,15 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand THS 163 R Mana Confluence 164 R Temple of Epiphany 165 R Temple of Malady + +[tokens] +gold +w_1_1_soldier +u_2_2_e_bird_flying +u_4_4_sphinx_flying +b_x_x_zombie +r_2_3_minotaur_haste +g_x_x_hydra +g_1_3_e_spider_reach +rg_2_2_satyr_haste +bg_1_1_e_snake_deathtouch \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2015.txt b/forge-gui/res/editions/Magic 2015.txt index 1816a40c9fe..1410dfac935 100644 --- a/forge-gui/res/editions/Magic 2015.txt +++ b/forge-gui/res/editions/Magic 2015.txt @@ -294,3 +294,16 @@ Booster=10 Common:!fromSheet("M15 Sample Cards"), 3 Uncommon:!fromSheet("M15 Sam 283 U Garruk's Packleader 284 R Terra Stomper +[tokens] +land_mine +c_1_1_sliver +w_1_1_soldier +w_1_1_spirit_flying +u_1_1_squid_islandwalk +b_3_3_beast_deathtouch +b_2_2_zombie +r_2_2_dragon_flying_firebreathing +r_1_1_goblin_haste +g_3_3_beast +g_1_1_insect_flying_deathtouch +g_x_x_treefolk_warrior_total_forests \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Event Deck.txt b/forge-gui/res/editions/Modern Event Deck.txt index d919240911f..b8a39171ccd 100644 --- a/forge-gui/res/editions/Modern Event Deck.txt +++ b/forge-gui/res/editions/Modern Event Deck.txt @@ -33,3 +33,8 @@ Type=other 24 R Kataki, War's Wage 25 U Dismember 26 U Ghost Quarter + +[tokens] +w_1_1_soldier +w_1_1_spirit_flying +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Theros.txt b/forge-gui/res/editions/Theros.txt index ce15c0a2533..b1a76060397 100644 --- a/forge-gui/res/editions/Theros.txt +++ b/forge-gui/res/editions/Theros.txt @@ -257,3 +257,14 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 248 L Forest 248 L Forest 248 L Forest + +[tokens] +w_2_1_e_cleric +w_1_1_soldier +u_2_2_bird_flying +u_1_0_elemental +b_1_1_harpy_flying +r_1_1_soldier_haste +g_2_2_boar +rg_2_2_satyr_haste +c_3_3_e_a_golem \ No newline at end of file diff --git a/forge-gui/res/editions/Vintage Masters.txt b/forge-gui/res/editions/Vintage Masters.txt index 8208933307e..1e50c2b7503 100644 --- a/forge-gui/res/editions/Vintage Masters.txt +++ b/forge-gui/res/editions/Vintage Masters.txt @@ -335,3 +335,24 @@ FoilChanceInBooster=100 323 R Underground Sea 324 R Volcanic Island 325 R Yavimaya Hollow + +[tokens] +w_4_4_angel_flying +w_1_1_bird_flying +w_2_2_reflection +w_1_1_soldier +w_1_1_spirit_flying +b_x_x_demon_flying +b_6_6_wurm_trample +b_2_2_zombie +r_1_1_goblin +g_2_2_bear +g_3_3_boar +g_3_3_elephant +g_1_1_insect +g_1_1_saproling +g_x_x_saproling_burst +g_1_1_squirrel +g_6_6_wurm +rw_1_1_goblin_soldier +c_1_1_a_thopter_flying \ No newline at end of file From fb356f88bc8a356bb6505d11e754596f18b494ca Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Fri, 11 Jan 2019 23:52:18 +0000 Subject: [PATCH 48/76] tarkir block tokens --- forge-gui/res/editions/Commander 2014.txt | 32 ++++++++++++++++++- forge-gui/res/editions/Dragons of Tarkir.txt | 5 +++ .../editions/Duel Decks Elspeth vs. Kiora.txt | 5 +++ .../Duel Decks Zendikar vs. Eldrazi.txt | 3 ++ forge-gui/res/editions/Fate Reforged.txt | 5 +++ .../res/editions/From the Vault Angels.txt | 3 ++ forge-gui/res/editions/Khans of Tarkir.txt | 11 ++++++- forge-gui/res/editions/Magic Origins.txt | 11 ++++++- .../res/editions/Modern Masters 2015.txt | 15 +++++++++ forge-gui/res/editions/Tempest Remastered.txt | 11 ++++++- 10 files changed, 97 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/editions/Commander 2014.txt b/forge-gui/res/editions/Commander 2014.txt index b0ff5c7624f..71322d550d4 100644 --- a/forge-gui/res/editions/Commander 2014.txt +++ b/forge-gui/res/editions/Commander 2014.txt @@ -346,4 +346,34 @@ Type=Other 337 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +stoneforged_blade +tuktuk_the_returned +w_4_4_angel_flying +w_2_2_cat +w_0_1_goat +w_1_1_kor_soldier +w_1_1_pegasus_flying +w_1_1_soldier +w_1_1_spirit_flying +u_3_3_fish_hatches_whale +u_9_9_kraken +u_6_6_whale_hatches_kraken +u_x_x_zombie +b_5_5_demon_flying +b_x_x_demon_flying +b_x_x_horror +b_2_2_zombie +r_1_1_goblin +g_3_3_ape +g_3_3_beast +g_4_4_beast +g_5_3_elemental +g_3_3_elephant +g_1_1_elf_druid_g +g_1_1_elf_warrior +g_2_2_wolf +c_3_4_a_gargoyle_flying +c_1_1_a_myr +c_1_1_a_pentavite_flying +c_3_3_a_wurm_deathtouch +c_3_3_a_wurm_lifelink \ No newline at end of file diff --git a/forge-gui/res/editions/Dragons of Tarkir.txt b/forge-gui/res/editions/Dragons of Tarkir.txt index 91cfb7eed83..3b7d8ee9c9c 100644 --- a/forge-gui/res/editions/Dragons of Tarkir.txt +++ b/forge-gui/res/editions/Dragons of Tarkir.txt @@ -275,4 +275,9 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand DTK 264 L Forest [tokens] +w_1_1_warrior +u_2_2_djinn_monk_flying +b_2_2_zombie +b_x_x_zombie_horror +r_4_4_dragon_flying r_1_1_goblin \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt b/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt index 973799b3326..84eb614fa71 100644 --- a/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt +++ b/forge-gui/res/editions/Duel Decks Elspeth vs. Kiora.txt @@ -71,3 +71,8 @@ Type=Duel_Decks 63 L Forest 63 L Forest 63 L Forest + +[tokens] +w_4_4_angel_flying +w_1_1_soldier +u_9_9_kraken \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt index 06c33a26d24..528d1207d09 100644 --- a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt +++ b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt @@ -84,4 +84,7 @@ Type=Duel_Decks 38 L Forest [tokens] +c_0_1_eldrazi_spawn_sac +c_1_1_spirit +r_4_4_hellion g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Fate Reforged.txt b/forge-gui/res/editions/Fate Reforged.txt index a5514178c09..f7a788907aa 100644 --- a/forge-gui/res/editions/Fate Reforged.txt +++ b/forge-gui/res/editions/Fate Reforged.txt @@ -193,3 +193,8 @@ Booster=10 Common:!land, 3 Uncommon, 1 RareMythic, 1 fromSheet("FRF Lands"), 0 f 183 L Mountain 185 L Forest 185 L Forest + +[tokens] +w_1_1_monk_prowess +w_1_1_spirit_flying +b_2_1_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Angels.txt b/forge-gui/res/editions/From the Vault Angels.txt index 46f33a67cdb..1ce4b8028a7 100644 --- a/forge-gui/res/editions/From the Vault Angels.txt +++ b/forge-gui/res/editions/From the Vault Angels.txt @@ -21,3 +21,6 @@ Type=From_the_Vault 13 M Platinum Angel 14 M Serra Angel 15 M Tariel, Reckoner of Souls + +[tokens] +w_4_4_angel_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Khans of Tarkir.txt b/forge-gui/res/editions/Khans of Tarkir.txt index 234ac9d80e7..385bd06d1dc 100644 --- a/forge-gui/res/editions/Khans of Tarkir.txt +++ b/forge-gui/res/editions/Khans of Tarkir.txt @@ -280,4 +280,13 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand KTK 258 L Swamp [tokens] -r_1_1_goblin \ No newline at end of file +w_3_4_bird_flying +w_1_1_spirit_flying +w_1_1_warrior +b_2_2_vampire_flying +b_2_2_zombie +r_1_1_goblin +r_1_1_goblin_haste +g_4_4_bear +g_1_1_snake +bg_x_x_spirit_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Magic Origins.txt b/forge-gui/res/editions/Magic Origins.txt index e09a2e8a1d0..42143709c0d 100644 --- a/forge-gui/res/editions/Magic Origins.txt +++ b/forge-gui/res/editions/Magic Origins.txt @@ -299,4 +299,13 @@ Booster=10 Common:!fromSheet("ORI Sample Cards"), 3 Uncommon:!fromSheet("ORI Sam 288 R Terra Stomper [tokens] -r_1_1_goblin \ No newline at end of file +ashaya_the_awoken_world +w_4_4_angel_flying +w_2_2_knight_vigilance +w_1_1_soldier +b_5_5_demon_flying +b_2_2_zombie +r_1_1_goblin +g_2_2_elemental +g_1_1_elf_warrior +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters 2015.txt b/forge-gui/res/editions/Modern Masters 2015.txt index 4f01e2338d3..e3db84bbadf 100644 --- a/forge-gui/res/editions/Modern Masters 2015.txt +++ b/forge-gui/res/editions/Modern Masters 2015.txt @@ -258,3 +258,18 @@ FoilChanceInBooster=100 247 U Rakdos Carnarium 248 U Selesnya Sanctuary 249 U Simic Growth Chamber + +[tokens] +c_0_1_eldrazi_spawn_sac +w_1_1_soldier +w_1_1_spirit_flying +b_1_1_faerie_rogue_flying +b_1_1_thrull +g_3_3_elephant +g_1_1_insect +g_1_1_saproling +g_1_1_snake +g_2_2_wolf +bg_1_1_worm +c_3_3_a_golem +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Tempest Remastered.txt b/forge-gui/res/editions/Tempest Remastered.txt index 9cf6b3cc8d4..6501e3f9bfd 100644 --- a/forge-gui/res/editions/Tempest Remastered.txt +++ b/forge-gui/res/editions/Tempest Remastered.txt @@ -280,4 +280,13 @@ FoilChanceInBooster=100 258 L Swamp [tokens] -r_1_1_goblin \ No newline at end of file +c_1_1_sliver +w_1_1_pegasus_flying +w_2_2_reflection +w_1_1_spirit_flying +b_1_1_rat +b_2_2_zombie +r_1_1_goblin +g_1_1_saproling +g_1_1_spike +c_1_1_a_thopter_flying \ No newline at end of file From 317634d0e76b000f2f220e0590264615c54898e7 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 00:16:35 +0000 Subject: [PATCH 49/76] zendikar part 2 block tokens --- .../res/editions/Battle for Zendikar.txt | 11 ++++++++ forge-gui/res/editions/Commander 2015.txt | 25 +++++++++++++++++++ .../Duel Decks Blessed vs. Cursed.txt | 6 +++++ forge-gui/res/editions/Legendary Cube.txt | 20 ++++++++++++++- .../res/editions/Oath of the Gatewatch.txt | 8 ++++++ 5 files changed, 69 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Battle for Zendikar.txt b/forge-gui/res/editions/Battle for Zendikar.txt index 86b50553bb5..91e4706778a 100644 --- a/forge-gui/res/editions/Battle for Zendikar.txt +++ b/forge-gui/res/editions/Battle for Zendikar.txt @@ -310,3 +310,14 @@ AdditionalSetUnlockedInQuest=EXP 263 L Swamp 263 L Swamp 263 L Swamp + +[tokens] +c_10_10_eldrazi +c_1_1_eldrazi_scion_sac +w_2_2_knight_ally +w_1_1_kor_ally +u_8_8_octopus +r_5_5_dragon_flying +r_3_1_elemental_trample_haste +g_1_1_plant +rg_5_5_elemental \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2015.txt b/forge-gui/res/editions/Commander 2015.txt index 49c26f2e201..c02b57b3ee7 100644 --- a/forge-gui/res/editions/Commander 2015.txt +++ b/forge-gui/res/editions/Commander 2015.txt @@ -349,3 +349,28 @@ Type=Other 340 L Forest 340 L Forest 340 L Forest + +[tokens] +gold +lightning_rager +c_1_1_shapeshifter_changeling +w_4_4_angel_flying +w_2_2_cat +w_2_2_knight_first_strike +w_2_2_knight_vigilance +u_2_2_drake_flying +b_2_2_zombie +r_5_5_dragon_flying +r_3_1_elemental_shaman_haste +g_2_2_bear +g_4_4_beast +g_3_3_elephant +g_3_3_frog_lizard +g_1_1_saproling +g_1_1_snake +g_1_2_spider_reach +g_2_2_wolf +ur_5_5_elemental_flying +gu_1_1_snake +wb_x_x_e_spirit_experience +wb_1_1_spirit_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt b/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt index a144addb122..4c154fa2476 100644 --- a/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt +++ b/forge-gui/res/editions/Duel Decks Blessed vs. Cursed.txt @@ -83,3 +83,9 @@ Type=Duel_Decks 74 L Swamp 75 L Swamp 76 L Swamp + +[tokens] +w_4_4_angel_flying +w_1_1_human +w_1_1_spirit_flying +b_2_2_zombie \ No newline at end of file diff --git a/forge-gui/res/editions/Legendary Cube.txt b/forge-gui/res/editions/Legendary Cube.txt index 6e737a97209..7ed1de606eb 100644 --- a/forge-gui/res/editions/Legendary Cube.txt +++ b/forge-gui/res/editions/Legendary Cube.txt @@ -155,4 +155,22 @@ Type=Other 146 U Saltcrusted Steppe 147 U Savage Lands 148 U Seaside Citadel -149 R Temple of the False God \ No newline at end of file +149 R Temple of the False God + +[tokens] +lightning_rager +stoneforged_blade +c_0_1_eldrazi_spawn_sac +w_2_2_knight_vigilance +w_1_1_kor_soldier +b_5_5_demon_flying +b_2_2_zombie +r_5_5_dragon_flying +g_4_4_beast +g_5_3_elemental +g_1_1_elf_druid_g +g_1_1_insect +g_0_1_plant +g_1_1_saproling +g_1_2_spider_reach +wb_x_x_e_spirit_experience \ No newline at end of file diff --git a/forge-gui/res/editions/Oath of the Gatewatch.txt b/forge-gui/res/editions/Oath of the Gatewatch.txt index 5cfd8ce2c77..40387b4b1f7 100644 --- a/forge-gui/res/editions/Oath of the Gatewatch.txt +++ b/forge-gui/res/editions/Oath of the Gatewatch.txt @@ -199,4 +199,12 @@ AdditionalSetUnlockedInQuest=EXP 184 C Wastes [tokens] +c_1_1_eldrazi_scion_sac +w_4_4_angel_flying +w_2_2_knight_ally +w_1_1_kor_ally +u_8_8_octopus +b_2_2_zombie +r_3_1_elemental_haste +g_x_x_elemental g_0_1_plant \ No newline at end of file From ad50390e381abae819302a467f52e43a89927102 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 00:50:04 +0000 Subject: [PATCH 50/76] innistrad part 2 block tokens --- .../res/editions/Conspiracy Take the Crown.txt | 14 ++++++++++++++ .../editions/Duel Decks Nissa vs. Ob Nixilis.txt | 4 ++++ forge-gui/res/editions/Eldritch Moon.txt | 13 +++++++++++++ forge-gui/res/editions/Eternal Masters.txt | 15 ++++++++++++++- forge-gui/res/editions/From the Vault Lore.txt | 4 ++++ forge-gui/res/editions/Shadows over Innistrad.txt | 13 +++++++++++++ 6 files changed, 62 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/editions/Conspiracy Take the Crown.txt b/forge-gui/res/editions/Conspiracy Take the Crown.txt index fa6346ebc5d..cdf6dfa351c 100644 --- a/forge-gui/res/editions/Conspiracy Take the Crown.txt +++ b/forge-gui/res/editions/Conspiracy Take the Crown.txt @@ -230,3 +230,17 @@ Booster=10 Common:!fromSheet("CN2 Draft Matters"), 3 Uncommon:!fromSheet("CN2 Dr 219 R Exotic Orchard 220 U Rogue's Passage 221 U Shimmering Grotto + +[tokens] +spitting_slime +w_1_1_soldier +w_1_2_soldier_defender +w_1_1_spirit_flying +b_1_1_assassin_deathtouch_haste +b_2_2_zombie +r_5_5_dragon_flying +r_1_1_goblin_noblock +r_8_8_lizard +g_3_3_beast +g_1_1_insect +c_1_1_a_construct_defender \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt index 650fc795ebf..c1a8e42e3c0 100644 --- a/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt +++ b/forge-gui/res/editions/Duel Decks Nissa vs. Ob Nixilis.txt @@ -79,4 +79,8 @@ Type=Duel_Decks 70 L Swamp [tokens] +c_1_1_eldrazi_scion_sac +b_5_5_demon_flying +b_5_5_zombie_giant +g_4_4_elemental g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Eldritch Moon.txt b/forge-gui/res/editions/Eldritch Moon.txt index 034babb53c7..462e6271936 100644 --- a/forge-gui/res/editions/Eldritch Moon.txt +++ b/forge-gui/res/editions/Eldritch Moon.txt @@ -216,3 +216,16 @@ TreatAsSmallSet=true 203 R Geier Reach Sanitarium 204 R Hanweir Battlements 205 U Nephalia Academy + +[tokens] +c_3_2_eldrazi_horror +w_1_1_human_soldier +w_1_1_spirit_flying +u_1_1_human_wizard +b_2_2_zombie +b_x_x_zombie +r_1_1_devil_burn +r_1_1_human +g_1_1_insect +g_1_2_spider_reach +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Eternal Masters.txt b/forge-gui/res/editions/Eternal Masters.txt index 5a128a05802..062efa950af 100644 --- a/forge-gui/res/editions/Eternal Masters.txt +++ b/forge-gui/res/editions/Eternal Masters.txt @@ -260,4 +260,17 @@ FoilChanceInBooster=100 249 C Wind-Scarred Crag [tokens] -r_1_1_goblin \ No newline at end of file +carnivore +c_1_1_spirit +w_1_1_soldier +u_5_5_wall_defender +b_0_1_serf +b_2_2_zombie +r_2_2_dragon_flying_firebreathing +r_1_1_elemental +r_1_1_goblin +g_3_3_elephant +g_1_1_elf_warrior +g_6_6_wurm +ur_5_5_elemental_flying +rw_1_1_goblin_soldier \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Lore.txt b/forge-gui/res/editions/From the Vault Lore.txt index 0e7463ca27a..0c668b3f6d6 100644 --- a/forge-gui/res/editions/From the Vault Lore.txt +++ b/forge-gui/res/editions/From the Vault Lore.txt @@ -21,3 +21,7 @@ Type=From_the_Vault 13 M Tolaria West 14 M Umezawa's Jitte 15 M Unmask + +[tokens] +marit_lage +b_x_x_minion \ No newline at end of file diff --git a/forge-gui/res/editions/Shadows over Innistrad.txt b/forge-gui/res/editions/Shadows over Innistrad.txt index 24cbcdea0b5..b565355f318 100644 --- a/forge-gui/res/editions/Shadows over Innistrad.txt +++ b/forge-gui/res/editions/Shadows over Innistrad.txt @@ -308,3 +308,16 @@ ChanceReplaceCommonWith=.125F dfc:RareMythic 295 L Forest 296 L Forest 297 L Forest + +[tokens] +w_4_4_angel_flying +w_1_1_human_soldier +w_1_1_spirit_flying +b_1_1_vampire_knight_lifelink +b_2_2_zombie +r_1_1_devil_burn +g_1_1_insect +g_3_3_ooze +g_2_2_wolf +wb_1_1_human_cleric +c_a_clue \ No newline at end of file From 007df1986d391c6210c5bfbe34cf8869c7e9a28e Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 01:28:04 +0000 Subject: [PATCH 51/76] kaladesh block tokens --- forge-gui/res/editions/Aether Revolt.txt | 7 ++++++ forge-gui/res/editions/Commander 2016.txt | 21 ++++++++++++++++++ .../editions/Duel Decks Mind vs. Might.txt | 8 ++++++- forge-gui/res/editions/Kaladesh.txt | 6 +++++ .../Masterpiece Series - Kaladesh.txt | 6 +++++ .../res/editions/Modern Masters 2017.txt | 22 ++++++++++++++++++- .../res/editions/Planechase Anthology.txt | 12 +++++++++- forge-gui/res/editions/Treasure Chests.txt | 16 +++++++++++++- 8 files changed, 94 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/editions/Aether Revolt.txt b/forge-gui/res/editions/Aether Revolt.txt index 75da6d6cd22..a26c76ae5a7 100644 --- a/forge-gui/res/editions/Aether Revolt.txt +++ b/forge-gui/res/editions/Aether Revolt.txt @@ -205,3 +205,10 @@ AdditionalSetUnlockedInQuest=MPS_KLD 192 U Tezzeret's Simulacrum 193 C Pendulum of Patterns 194 C Submerged Boneyard + +[tokens] +etherium_cell +ragavan +r_2_2_gremlin +c_1_1_a_servo +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2016.txt b/forge-gui/res/editions/Commander 2016.txt index 91c459614d2..b0ef537eb52 100644 --- a/forge-gui/res/editions/Commander 2016.txt +++ b/forge-gui/res/editions/Commander 2016.txt @@ -358,3 +358,24 @@ Type=Other 349 L Forest 350 L Forest 351 L Forest + +[tokens] +c_1_1_spirit +w_1_1_bird_flying +w_4_4_elemental_flying +w_0_1_goat +w_1_1_soldier +w_1_1_spirit_flying +u_2_2_bird_flying +u_1_1_squid_islandwalk +u_1_1_a_thopter_flying +b_0_0_germ +b_2_2_zombie +r_1_1_goblin_all_attack +r_3_3_ogre +g_3_3_beast +g_1_1_elf_warrior +g_1_1_saproling +bg_1_1_worm +c_x_x_a_horror +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt index e64014d3915..cdfa4ad5327 100644 --- a/forge-gui/res/editions/Duel Decks Mind vs. Might.txt +++ b/forge-gui/res/editions/Duel Decks Mind vs. Might.txt @@ -74,4 +74,10 @@ Type=Duel_Decks 65 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +u_2_2_drake_flying +r_1_1_elemental +r_1_1_goblin +g_4_4_beast +g_3_3_elephant +g_1_1_elf_warrior +g_6_6_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Kaladesh.txt b/forge-gui/res/editions/Kaladesh.txt index 28269db8a42..2b68331b858 100644 --- a/forge-gui/res/editions/Kaladesh.txt +++ b/forge-gui/res/editions/Kaladesh.txt @@ -285,3 +285,9 @@ AdditionalSetUnlockedInQuest=MPS_KLD 272 C Terrain Elemental 272 R Verdant Crescendo 273 C Woodland Stream + +[tokens] +c_6_6_a_beast +c_x_x_a_construct +c_1_1_a_servo +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt b/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt index 0ecaa2f5d15..293d07b7c0d 100644 --- a/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt +++ b/forge-gui/res/editions/Masterpiece Series - Kaladesh.txt @@ -61,3 +61,9 @@ Type=Other 52 M Trinisphere 53 M Vedalken Shackles 54 M Wurmcoil Engine + +[tokens] +g_2_2_wolf +c_1_1_a_thopter_flying +c_3_3_a_wurm_deathtouch +c_3_3_a_wurm_lifelink \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters 2017.txt b/forge-gui/res/editions/Modern Masters 2017.txt index f5520a6bcf6..4cd03184bb7 100644 --- a/forge-gui/res/editions/Modern Masters 2017.txt +++ b/forge-gui/res/editions/Modern Masters 2017.txt @@ -260,4 +260,24 @@ FoilChanceInBooster=100 249 R Verdant Catacombs [tokens] -r_1_1_goblin \ No newline at end of file +w_4_4_angel_flying +w_1_1_bird_flying +w_1_1_soldier +w_1_1_spirit_flying +b_2_4_spider_reach +b_2_2_zombie +r_4_4_dragon_flying +r_1_1_goblin +r_1_1_goblin_haste +g_3_3_beast +g_4_4_beast +g_3_3_centaur +g_3_3_elephant +g_x_x_ooze +g_1_1_saproling +g_5_5_wurm_trample +gw_x_x_elemental_total_creatures +rg_4_4_giant_warrior_haste +rg_1_1_goblin_warrior +rw_1_1_soldier_haste +c_3_3_a_golem \ No newline at end of file diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index bd4d642f934..4d590ffca88 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -251,5 +251,15 @@ Type=Other 156 L Forest [tokens] +c_0_1_eldrazi_spawn_sac +w_4_4_angel_flying +b_2_4_spider_reach r_1_1_goblin -g_0_1_plant \ No newline at end of file +r_4_4_hellion +g_3_3_beast +g_3_3_boar +g_1_1_insect +g_1_1_ooze +g_2_2_ooze_mitotic +g_0_1_plant +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Treasure Chests.txt b/forge-gui/res/editions/Treasure Chests.txt index 6dac524f016..07607b2f40f 100644 --- a/forge-gui/res/editions/Treasure Chests.txt +++ b/forge-gui/res/editions/Treasure Chests.txt @@ -78,4 +78,18 @@ Type=Other 70 R Boompile 71 R Prismatic Geoscope 72 C Ash Barrens -73 R Throne of the High City \ No newline at end of file +73 R Throne of the High City + +[tokens] +spitting_slime +w_1_1_bird_flying +w_1_1_soldier +w_1_1_spirit_flying +u_1_1_a_thopter_flying +b_1_1_assassin_deathtouch_haste +b_0_0_germ +r_5_5_dragon_flying +r_1_1_goblin_all_attack +r_8_8_lizard +g_1_1_saproling +c_1_1_a_construct_defender \ No newline at end of file From 1cf8ccb843d6b798c27289b872c708e5d4e70bf5 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 02:18:38 +0000 Subject: [PATCH 52/76] amonkhet block tokens --- forge-gui/res/editions/Amonkhet.txt | 26 +++++++++++++++++++ .../res/editions/Archenemy Nicol Bolas.txt | 9 ++++++- forge-gui/res/editions/Commander 2014.txt | 3 +++ forge-gui/res/editions/Commander 2015.txt | 6 +++++ forge-gui/res/editions/Commander 2017.txt | 14 ++++++++++ .../res/editions/Commander Anthology.txt | 24 ++++++++++++++++- ...l Decks Mirrodin Pure vs. New Phyrexia.txt | 1 + .../res/editions/Hour of Devastation.txt | 18 +++++++++++++ forge-gui/res/editions/Legendary Cube.txt | 7 +++++ .../Masterpiece Series - Amonkhet.txt | 4 +++ forge-gui/res/editions/Mirrodin Besieged.txt | 1 + .../res/editions/Modern Masters 2015.txt | 1 + forge-gui/res/editions/New Phyrexia.txt | 1 + forge-gui/res/editions/Planechase 2012.txt | 1 + .../res/editions/Planechase Anthology.txt | 1 + 15 files changed, 115 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Amonkhet.txt b/forge-gui/res/editions/Amonkhet.txt index 57b3a4bc7b8..7b8a328425f 100644 --- a/forge-gui/res/editions/Amonkhet.txt +++ b/forge-gui/res/editions/Amonkhet.txt @@ -298,3 +298,29 @@ AdditionalSetUnlockedInQuest=MPS_AKH 285 C Timber Gorge 286 C Tranquil Expanse 287 C Woodland Stream + +[tokens] +embalm_angel_of_sanctions +embalm_aven_initiate +embalm_aven_wind_guide +embalm_anointer_priest +embalm_glyph_keeper +embalm_heart-piercer_manticore +embalm_honored_hydra +embalm_labyrinth_guardian +embalm_oketra's_attendant +embalm_sacred_cat +embalm_tah-crop_skirmisher +embalm_temmet_vizier_of_naktamun +embalm_trueheart_duelist +embalm_unwavering_initiate +embalm_vizier_of_many_faces +w_1_1_cat_lifelink +w_1_1_warrior_vigilance +u_2_2_drake_flying +b_1_1_insect +b_2_2_zombie +g_4_2_beast +g_3_3_hippo +g_1_1_snake_deathtouch +g_5_5_wurm \ No newline at end of file diff --git a/forge-gui/res/editions/Archenemy Nicol Bolas.txt b/forge-gui/res/editions/Archenemy Nicol Bolas.txt index 97f046e320e..f882a36eea5 100644 --- a/forge-gui/res/editions/Archenemy Nicol Bolas.txt +++ b/forge-gui/res/editions/Archenemy Nicol Bolas.txt @@ -132,4 +132,11 @@ Type=Other 17 C There Is No Refuge 18 C This World Belongs to Me 19 C What's Yours Is Now Mine -20 C When Will You Learn? \ No newline at end of file +20 C When Will You Learn? + +[tokens] +w_1_1_soldier +w_1_1_spirit_flying +b_2_2_zombie +g_3_3_beast +g_4_4_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2014.txt b/forge-gui/res/editions/Commander 2014.txt index 71322d550d4..2a3a1debdad 100644 --- a/forge-gui/res/editions/Commander 2014.txt +++ b/forge-gui/res/editions/Commander 2014.txt @@ -346,6 +346,7 @@ Type=Other 337 L Forest [tokens] +herald_of_the_host stoneforged_blade tuktuk_the_returned w_4_4_angel_flying @@ -361,6 +362,7 @@ u_6_6_whale_hatches_kraken u_x_x_zombie b_5_5_demon_flying b_x_x_demon_flying +b_0_0_germ b_x_x_horror b_2_2_zombie r_1_1_goblin @@ -371,6 +373,7 @@ g_5_3_elemental g_3_3_elephant g_1_1_elf_druid_g g_1_1_elf_warrior +g_x_x_treefolk g_2_2_wolf c_3_4_a_gargoyle_flying c_1_1_a_myr diff --git a/forge-gui/res/editions/Commander 2015.txt b/forge-gui/res/editions/Commander 2015.txt index c02b57b3ee7..bc7b8804b89 100644 --- a/forge-gui/res/editions/Commander 2015.txt +++ b/forge-gui/res/editions/Commander 2015.txt @@ -351,14 +351,20 @@ Type=Other 340 L Forest [tokens] +banshee_of_the_dread_choir +blade_of_selves +broodbirth_viper +caller_of_the_pack gold lightning_rager +warchief_giant c_1_1_shapeshifter_changeling w_4_4_angel_flying w_2_2_cat w_2_2_knight_first_strike w_2_2_knight_vigilance u_2_2_drake_flying +b_0_0_germ b_2_2_zombie r_5_5_dragon_flying r_3_1_elemental_shaman_haste diff --git a/forge-gui/res/editions/Commander 2017.txt b/forge-gui/res/editions/Commander 2017.txt index 599715ef6d0..6ad1828b768 100644 --- a/forge-gui/res/editions/Commander 2017.txt +++ b/forge-gui/res/editions/Commander 2017.txt @@ -316,3 +316,17 @@ Type=Other 307 L Forest 308 L Forest 309 L Forest + +[tokens] +bloodforged_battle-axe +gold +c_0_1_eldrazi_spawn_sac +w_2_2_cat +b_1_1_bat_flying +b_1_1_rat_deathtouch +b_1_1_vampire +b_2_2_zombie +r_4_4_dragon_flying +r_6_6_dragon_flying +g_2_2_cat_warrior_forestwalk +brg_3_3_cat_dragon_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Commander Anthology.txt b/forge-gui/res/editions/Commander Anthology.txt index 84baa9efa6f..1156e3dd9b6 100644 --- a/forge-gui/res/editions/Commander Anthology.txt +++ b/forge-gui/res/editions/Commander Anthology.txt @@ -325,4 +325,26 @@ Type=Other 317 L Forest 318 L Forest 319 L Forest -320 L Forest \ No newline at end of file +320 L Forest + +[tokens] +banshee_of_the_dread_choir +caller_of_the_pack +w_1_1_kithkin_soldier +w_2_2_knight_vigilance +w_1_1_spirit_flying +b_0_0_germ +b_2_2_zombie +r_5_5_dragon_flying +g_3_3_beast +g_4_4_beast +g_5_3_elemental +g_3_3_elephant +g_1_1_elf_druid_g +g_1_1_elf_warrior +g_1_1_saproling +g_1_2_spider_reach +g_x_x_treefolk +g_2_2_wolf +gu_2_2_drake_flying +c_3_4_a_gargoyle_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt index a39b9568299..be122c73a2c 100644 --- a/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt +++ b/forge-gui/res/editions/Duel Decks Mirrodin Pure vs. New Phyrexia.txt @@ -97,6 +97,7 @@ Type=Duel_Decks [tokens] w_2_2_cat +b_0_0_germ g_5_5_beast g_1_1_insect g_1_1_ooze diff --git a/forge-gui/res/editions/Hour of Devastation.txt b/forge-gui/res/editions/Hour of Devastation.txt index c92dfc0a3c9..bd3ffe4deea 100644 --- a/forge-gui/res/editions/Hour of Devastation.txt +++ b/forge-gui/res/editions/Hour of Devastation.txt @@ -221,3 +221,21 @@ TreatAsSmallSet=true 207 C Zealot of the God-Pharaoh 208 R Visage of Bolas 209 C Cinder Barrens + +[tokens] +eternalize_adorned_pouncer +eternalize_champion_of_wits +eternalize_dreamstealer +eternalize_earthshaker_khenra +eternalize_proven_combatant +eternalize_resilient_khenra +eternalize_sinuous_striker +eternalize_steadfast_sentinel +eternalize_steward_of_solidarity +eternalize_sunscourge_champion +w_1_1_cat_lifelink +w_5_5_horse +w_1_1_warrior_vigilance +b_2_2_zombie +g_5_4_snake +ur_1_1_insect_flying_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Legendary Cube.txt b/forge-gui/res/editions/Legendary Cube.txt index 7ed1de606eb..106c78f4436 100644 --- a/forge-gui/res/editions/Legendary Cube.txt +++ b/forge-gui/res/editions/Legendary Cube.txt @@ -158,12 +158,19 @@ Type=Other 149 R Temple of the False God [tokens] +banshee_of_the_dread_choir +blade_of_selves +broodbirth_viper +caller_of_the_pack +herald_of_the_host lightning_rager stoneforged_blade +warchief_giant c_0_1_eldrazi_spawn_sac w_2_2_knight_vigilance w_1_1_kor_soldier b_5_5_demon_flying +b_0_0_germ b_2_2_zombie r_5_5_dragon_flying g_4_4_beast diff --git a/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt b/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt index 423049c3a15..8acced25d4d 100644 --- a/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt +++ b/forge-gui/res/editions/Masterpiece Series - Amonkhet.txt @@ -60,3 +60,7 @@ Type=Other 52 M Lord of Extinction 53 M The Scarab God 54 M The Scorpion God + +[tokens] +w_1_1_warrior_vigilance +ur_1_1_insect_flying_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Mirrodin Besieged.txt b/forge-gui/res/editions/Mirrodin Besieged.txt index 22d92a37f54..d91196d2e92 100644 --- a/forge-gui/res/editions/Mirrodin Besieged.txt +++ b/forge-gui/res/editions/Mirrodin Besieged.txt @@ -168,6 +168,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand [tokens] w_2_2_cat w_1_1_soldier +b_0_0_germ b_2_2_zombie c_9_9_a_golem c_x_x_a_horror diff --git a/forge-gui/res/editions/Modern Masters 2015.txt b/forge-gui/res/editions/Modern Masters 2015.txt index e3db84bbadf..2c0913a3ae5 100644 --- a/forge-gui/res/editions/Modern Masters 2015.txt +++ b/forge-gui/res/editions/Modern Masters 2015.txt @@ -264,6 +264,7 @@ c_0_1_eldrazi_spawn_sac w_1_1_soldier w_1_1_spirit_flying b_1_1_faerie_rogue_flying +b_0_0_germ b_1_1_thrull g_3_3_elephant g_1_1_insect diff --git a/forge-gui/res/editions/New Phyrexia.txt b/forge-gui/res/editions/New Phyrexia.txt index 3e8193ced8d..e3001c0aa00 100644 --- a/forge-gui/res/editions/New Phyrexia.txt +++ b/forge-gui/res/editions/New Phyrexia.txt @@ -186,6 +186,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand 51 R Xenograft [tokens] +b_0_0_germ r_1_1_goblin_haste g_3_3_beast g_1_1_insect_infect diff --git a/forge-gui/res/editions/Planechase 2012.txt b/forge-gui/res/editions/Planechase 2012.txt index 4fb1340cb12..e9c5ea8cc88 100644 --- a/forge-gui/res/editions/Planechase 2012.txt +++ b/forge-gui/res/editions/Planechase 2012.txt @@ -209,6 +209,7 @@ R Stairs to Infinity c_0_1_eldrazi_spawn_sac c_7_7_eldrazi_annihilator w_4_4_angel_flying +b_0_0_germ b_2_4_spider_reach b_2_2_zombie r_1_1_goblin diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index 4d590ffca88..d60d54f26e7 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -253,6 +253,7 @@ Type=Other [tokens] c_0_1_eldrazi_spawn_sac w_4_4_angel_flying +b_0_0_germ b_2_4_spider_reach r_1_1_goblin r_4_4_hellion From 178e4a771bf97ec245a4719de3894c5510e2b22c Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 02:41:43 +0000 Subject: [PATCH 53/76] ixalan tokens --- .../res/editions/Duel Decks Merfolk vs. Goblins.txt | 5 ++++- forge-gui/res/editions/From the Vault Transform.txt | 7 +++++++ forge-gui/res/editions/Iconic Masters.txt | 11 ++++++++++- forge-gui/res/editions/Ixalan.txt | 12 +++++++++++- forge-gui/res/editions/Unstable.txt | 11 ++++++++++- 5 files changed, 42 insertions(+), 4 deletions(-) diff --git a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt index 87b9093705d..e840f5a7473 100644 --- a/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Merfolk vs. Goblins.txt @@ -72,4 +72,7 @@ Type=Duel_Decks 63 L Mountain [tokens] -r_1_1_goblin \ No newline at end of file +u_1_0_elemental +u_5_5_wall_defender +r_1_1_goblin +r_1_1_goblin_haste \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Transform.txt b/forge-gui/res/editions/From the Vault Transform.txt index 632f7cde0cd..019c5ccc6eb 100644 --- a/forge-gui/res/editions/From the Vault Transform.txt +++ b/forge-gui/res/editions/From the Vault Transform.txt @@ -21,3 +21,10 @@ Type=From_the_Vault 13 M Kytheon, Hero of Akros 14 M Liliana, Heretical Healer 15 M Nissa, Vastwood Seer + +[tokens] +ashaya_the_awoken_world +b_2_2_vampire_flying +b_1_1_wolf_deathtouch +b_2_2_zombie +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Iconic Masters.txt b/forge-gui/res/editions/Iconic Masters.txt index cf4721af372..902079fd311 100644 --- a/forge-gui/res/editions/Iconic Masters.txt +++ b/forge-gui/res/editions/Iconic Masters.txt @@ -257,4 +257,13 @@ FoilChanceInBooster=100 246 R River of Tears 247 U Selesnya Sanctuary 248 C Shimmering Grotto -249 U Simic Growth Chamber \ No newline at end of file +249 U Simic Growth Chamber + +[tokens] +w_4_4_angel_flying +w_1_1_bird_flying +w_1_1_spirit_flying +u_2_2_djinn_monk_flying +r_2_2_dragon_flying_firebreathing +r_5_5_dragon_flying +g_4_4_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Ixalan.txt b/forge-gui/res/editions/Ixalan.txt index 084097798a0..67eeb81b11e 100644 --- a/forge-gui/res/editions/Ixalan.txt +++ b/forge-gui/res/editions/Ixalan.txt @@ -297,4 +297,14 @@ Booster=10 Common:!fromSheet("XLN Planeswalker Decks and Toolkit"), 3 Uncommon:! 286 C Huatli's Snubhorn 287 U Huatli's Spurring 288 R Sun-Blessed Mount -289 C Stone Quarry \ No newline at end of file +289 C Stone Quarry + +[tokens] +jace_cunning_castaway +w_1_1_vampire_lifelink +u_1_1_merfolk_hexproof +u_2_2_illusion_illusory +b_2_2_pirate_menace +g_3_3_dinosaur_trample +0_2_plant_defender +c_a_treasure_sac \ No newline at end of file diff --git a/forge-gui/res/editions/Unstable.txt b/forge-gui/res/editions/Unstable.txt index d8389ab9f39..c2940d735d1 100644 --- a/forge-gui/res/editions/Unstable.txt +++ b/forge-gui/res/editions/Unstable.txt @@ -14,4 +14,13 @@ Type=Other 216 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +storm_crow +c_2_2_homunculus +w_0_1_goat +u_1_1_faerie_spy_flying_haste_draw +b_2_2_rogue_menace +r_1_1_brainiac +r_1_1_goblin +g_1_1_squirrel +c_x_x_a_construct +c_1_1_a_gnome \ No newline at end of file From 801a999986ce4071df8175a58206ff08ef2c25bb Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 02:47:23 +0000 Subject: [PATCH 54/76] rivals of ixalan tokens --- .../editions/Duel Decks Elves vs. Inventors.txt | 5 +++++ forge-gui/res/editions/Masters 25.txt | 15 ++++++++++++++- forge-gui/res/editions/Rivals of Ixalan.txt | 13 ++++++++++++- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt index 684af38f65f..5f5cd8836ae 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt @@ -82,3 +82,8 @@ Type=Duel_Decks 74 L Island 75 L Mountain 76 L Mountain + +[tokens] +g_1_1_elf_warrior +c_1_1_a_myr +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Masters 25.txt b/forge-gui/res/editions/Masters 25.txt index 014fdb59401..d15953355df 100644 --- a/forge-gui/res/editions/Masters 25.txt +++ b/forge-gui/res/editions/Masters 25.txt @@ -260,4 +260,17 @@ FoilChanceInBooster=100 249 U Zoetic Cavern [tokens] -r_1_1_goblin \ No newline at end of file +kobolds_of_kher_keep +stangg_twin +c_1_1_spirit +w_4_4_angel_flying +w_1_1_soldier +w_1_1_spirit_flying +u_3_3_fish_hatches_whale +u_9_9_kraken +u_6_6_whale_hatches_kraken +b_1_1_skeleton_regenerate +r_1_1_goblin +g_1_1_elf_warrior +g_1_1_insect +g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Rivals of Ixalan.txt b/forge-gui/res/editions/Rivals of Ixalan.txt index 6e930a7e323..0dce590ff33 100644 --- a/forge-gui/res/editions/Rivals of Ixalan.txt +++ b/forge-gui/res/editions/Rivals of Ixalan.txt @@ -214,4 +214,15 @@ TreatAsSmallSet=true 202 U Angrath's Ambusher 203 C Swab Goblin 204 R Angrath's Fury -205 C Cinder Barrens \ No newline at end of file +205 C Cinder Barrens + +[tokens] +polyraptor +w_1_1_vampire_lifelink +u_1_1_merfolk_hexproof +r_1_1_elemental +r_0_1_elemental_rekindling_phoenix +g_3_3_dinosaur_trample +g_1_1_saproling +g_4_4_a_golem +c_a_treasure_sac \ No newline at end of file From f0320bd5679430f02b9e34beeeaf3e12595fd15b Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 03:01:52 +0000 Subject: [PATCH 55/76] dominaria tokens --- forge-gui/res/editions/Battlebond.txt | 8 ++++++++ .../editions/Commander Anthology Vol. II.txt | 20 ++++++++++++++++++- forge-gui/res/editions/Dominaria.txt | 13 +++++++++++- ...lobal Series Jiang Yanggu & Mu Yanling.txt | 3 +++ 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Battlebond.txt b/forge-gui/res/editions/Battlebond.txt index bae7a7a8049..18524d0e6c0 100644 --- a/forge-gui/res/editions/Battlebond.txt +++ b/forge-gui/res/editions/Battlebond.txt @@ -264,3 +264,11 @@ Booster=10 Common, 3 Uncommon, 1 fromSheet("BBD RareMythic"), 1 BasicLand 254 L Forest 255 M Will Kenrith 256 M Rowan Kenrith + +[tokens] +w_1_1_spirit_flying +w_1_1_warrior +b_2_2_zombie +b_5_5_zombie_giant +g_3_3_beast +c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Commander Anthology Vol. II.txt b/forge-gui/res/editions/Commander Anthology Vol. II.txt index 9feb1719a25..cf8a9cc24c7 100644 --- a/forge-gui/res/editions/Commander Anthology Vol. II.txt +++ b/forge-gui/res/editions/Commander Anthology Vol. II.txt @@ -319,4 +319,22 @@ Type=Other 312 L Forest [tokens] -r_1_1_goblin \ No newline at end of file +herald_of_the_host +lightning_rager +tuktuk_the_returned +warchief_giant +c_1_1_shapeshifter_changeling +w_1_1_bird_flying +w_0_1_goat +w_2_2_knight_first_strike +w_1_1_spirit_flying +b_0_0_germ +b_2_2_zombie +r_3_1_elemental_shaman_haste +r_1_1_goblin +g_1_1_saproling +c_1_1_a_myr +c_1_1_a_pentavite_flying +c_1_1_a_triskelavite_flying_ammo +c_3_3_a_wurm_deathtouch +c_3_3_a_wurm_lifelink \ No newline at end of file diff --git a/forge-gui/res/editions/Dominaria.txt b/forge-gui/res/editions/Dominaria.txt index a3642b8f0c2..326cb48eaca 100644 --- a/forge-gui/res/editions/Dominaria.txt +++ b/forge-gui/res/editions/Dominaria.txt @@ -292,4 +292,15 @@ BoosterMustContain=Legendary Creature 280 R Firesong and Sunspeaker [tokens] -r_1_1_goblin \ No newline at end of file +karox_bladewing +mishra's_self-replicator +w_2_2_knight_vigilance +w_1_1_soldier +b_0_1_cleric +b_6_6_demon_flying_trample_aristocrat +b_x_x_nightmare_horror +b_2_2_zombie_knight_menace +r_3_1_elemental_trample_haste +r_1_1_goblin +g_1_1_saproling +c_0_0_a_construct_total_artifacts \ No newline at end of file diff --git a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt index ca9b17c59d2..04e91bd6509 100644 --- a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt +++ b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt @@ -46,3 +46,6 @@ Type=Other 38 C Timber Gorge 39 L Mountain 40 L Forest + +[tokens] +mowu \ No newline at end of file From 3d6ac9f432a43d57630f1ab7858b3a380ef40c78 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 03:20:28 +0000 Subject: [PATCH 56/76] magic 2019 tokens --- forge-gui/res/editions/Commander 2018.txt | 25 ++++++++++++++++++- forge-gui/res/editions/Magic 2019.txt | 12 +++++++++ .../res/editions/Shadows over Innistrad.txt | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/editions/Commander 2018.txt b/forge-gui/res/editions/Commander 2018.txt index 10ed9061cfc..de0c31c02c3 100644 --- a/forge-gui/res/editions/Commander 2018.txt +++ b/forge-gui/res/editions/Commander 2018.txt @@ -316,4 +316,27 @@ Type=Other 307 L Forest [tokens] -g_0_1_plant \ No newline at end of file +mask +c_1_1_shapeshifter_changeling +w_4_4_angel_flying +w_2_2_cat +w_1_1_soldier +u_2_1_a_myr +u_1_1_a_thopter_flying +b_2_2_zombie +r_0_2_dragon_egg_defender_hatches_dragon +r_2_2_dragon_flying_firebreathing +r_1_1_survivor +g_4_4_beast +g_5_5_beast_trample +g_2_2_cat_warrior_forestwalk +g_x_x_elemental +g_0_1_plant +bg_1_1_worm +c_a_clue_draw +c_4_4_a_construct +c_6_12_a_construct_trample +c_x_x_a_horror +c_1_1_a_myr +c_1_1_a_servo +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Magic 2019.txt b/forge-gui/res/editions/Magic 2019.txt index 062fadf3941..157a0a2cf18 100644 --- a/forge-gui/res/editions/Magic 2019.txt +++ b/forge-gui/res/editions/Magic 2019.txt @@ -325,5 +325,17 @@ Booster=10 Common:!fromSheet("M19 Secret Cards"), 3 Uncommon:!fromSheet("M19 Sec 314 C Llanowar Elves [tokens] +w_4_4_angel_flying_vigilance +w_4_4_avatar_flying +w_1_1_cat_lifelink +w_2_2_knight_vigilance +w_2_4_ox +w_1_1_soldier b_1_1_bat_flying +b_2_2_zombie +r_2_2_dragon_flying_firebreathing +r_5_5_dragon_flying r_1_1_goblin +g_3_3_beast +g_1_1_elf_warrior +c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Shadows over Innistrad.txt b/forge-gui/res/editions/Shadows over Innistrad.txt index b565355f318..5e186cbf015 100644 --- a/forge-gui/res/editions/Shadows over Innistrad.txt +++ b/forge-gui/res/editions/Shadows over Innistrad.txt @@ -320,4 +320,4 @@ g_1_1_insect g_3_3_ooze g_2_2_wolf wb_1_1_human_cleric -c_a_clue \ No newline at end of file +c_a_clue_draw \ No newline at end of file From 54b866c58e8ff78ce33ee01da3ca1e6d847c1af9 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 03:39:18 +0000 Subject: [PATCH 57/76] guilds of ravnica tokens --- .../res/editions/Archenemy Nicol Bolas.txt | 1 + forge-gui/res/editions/Game Night.txt | 6 ++++-- .../editions/Guilds of Ravnica Guild Kit.txt | 20 +++++++++---------- forge-gui/res/editions/Guilds of Ravnica.txt | 2 +- .../res/editions/Planechase Anthology.txt | 4 ++++ forge-gui/res/editions/Ultimate Masters.txt | 17 ++++++++++++++++ 6 files changed, 37 insertions(+), 13 deletions(-) diff --git a/forge-gui/res/editions/Archenemy Nicol Bolas.txt b/forge-gui/res/editions/Archenemy Nicol Bolas.txt index f882a36eea5..fe7f238b98e 100644 --- a/forge-gui/res/editions/Archenemy Nicol Bolas.txt +++ b/forge-gui/res/editions/Archenemy Nicol Bolas.txt @@ -137,6 +137,7 @@ Type=Other [tokens] w_1_1_soldier w_1_1_spirit_flying +b_3_3_horror b_2_2_zombie g_3_3_beast g_4_4_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Game Night.txt b/forge-gui/res/editions/Game Night.txt index 6ede2776f42..c4351356742 100644 --- a/forge-gui/res/editions/Game Night.txt +++ b/forge-gui/res/editions/Game Night.txt @@ -77,5 +77,7 @@ Type=Other 68 L Forest [tokens] -c_1_1_thopter_flying -w_2_2_knight_vigilance \ No newline at end of file +w_2_2_knight_vigilance +b_2_2_zombie +r_1_1_goblin +c_1_1_thopter_a_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt index b141729f228..c08835b11a6 100644 --- a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt +++ b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt @@ -136,15 +136,15 @@ Type=Other 127 L Forest [tokens] -g_1_1_saproling -ub_1_1_horror_flying -r_1_1_goblin -g_5_5_wurm_trample -u_3_3_weird_defender_flying -wg_2_2_voja -wr_1_1_soldier +voja w_1_1_soldier_lifelink -bg_1_1_insect -wg_2_2_elf_knight_vigilance -wg_8_8_elemental_vigilance +u_3_3_weird_defender_flying +r_1_1_goblin g_3_3_centaur +g_1_1_saproling +g_5_5_wurm_trample +wg_8_8_elemental_vigilance +wg_2_2_elf_knight_vigilance +ub_1_1_horror_flying +bg_1_1_insect +wr_1_1_soldier_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Guilds of Ravnica.txt b/forge-gui/res/editions/Guilds of Ravnica.txt index 445777b054d..29688f9ee4f 100644 --- a/forge-gui/res/editions/Guilds of Ravnica.txt +++ b/forge-gui/res/editions/Guilds of Ravnica.txt @@ -285,8 +285,8 @@ AdditionalSetUnlockedInQuest=GK1 273 M Impervious Greatwurm [tokens] -w_1_1_soldier_lifelink w_4_4_angel_flying_vigilance +w_1_1_soldier_lifelink u_1_1_bird_illusion_flying r_1_1_goblin wg_2_2_elf_knight_vigilance diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index d60d54f26e7..5a0f8edbabb 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -251,10 +251,14 @@ Type=Other 156 L Forest [tokens] +c_7_7_eldrazi_annihilator c_0_1_eldrazi_spawn_sac w_4_4_angel_flying +w_0_1_goat b_0_0_germ b_2_4_spider_reach +b_2_2_zombie +r_5_5_dragon_flying r_1_1_goblin r_4_4_hellion g_3_3_beast diff --git a/forge-gui/res/editions/Ultimate Masters.txt b/forge-gui/res/editions/Ultimate Masters.txt index b8b20cf122a..96c94ef289c 100644 --- a/forge-gui/res/editions/Ultimate Masters.txt +++ b/forge-gui/res/editions/Ultimate Masters.txt @@ -264,3 +264,20 @@ FoilChanceInBooster=100 252 C Terramorphic Expanse 253 R Thespian's Stage 254 R Urborg, Tomb of Yawgmoth + +[tokens] +marit_lage +spark_elemental +w_1_1_citizen +w_1_1_spirit_flying +u_2_2_drake_flying +u_2_2_homunculus +b_1_1_faerie_rogue_flying +b_6_6_wurm_trample +b_2_2_zombie +r_1_1_elemental +r_1_1_soldier_haste +g_4_4_elemental +g_x_x_ooze +g_1_2_spider_reach +wb_1_1_spirit_flying \ No newline at end of file From 09d5050766ec254a7c7ab7c9f765e942052d216a Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Sat, 12 Jan 2019 17:31:05 +0000 Subject: [PATCH 58/76] Second pass. Fix errors, add alt art prints. --- forge-gui/res/editions/Aether Revolt.txt | 4 +++ forge-gui/res/editions/Amonkhet.txt | 2 +- .../res/editions/Battle for Zendikar.txt | 2 ++ forge-gui/res/editions/Commander 2016.txt | 1 + forge-gui/res/editions/Commander 2018.txt | 1 + .../res/editions/Commander Anthology.txt | 1 + forge-gui/res/editions/Dark Ascension.txt | 2 ++ forge-gui/res/editions/Dominaria.txt | 3 +++ .../Duel Decks Elves vs. Inventors.txt | 1 + .../Duel Decks Heroes vs. Monsters.txt | 4 +++ .../Duel Decks Zendikar vs. Eldrazi.txt | 2 ++ forge-gui/res/editions/Eldritch Moon.txt | 2 ++ forge-gui/res/editions/Eternal Masters.txt | 1 + .../res/editions/Explorers of Ixalan.txt | 5 +++- ...lobal Series Jiang Yanggu & Mu Yanling.txt | 1 + .../editions/Guilds of Ravnica Guild Kit.txt | 5 +++- .../res/editions/Hour of Devastation.txt | 1 - forge-gui/res/editions/Innistrad.txt | 3 +++ forge-gui/res/editions/Ixalan.txt | 5 +++- forge-gui/res/editions/Journey into Nyx.txt | 1 + forge-gui/res/editions/Kaladesh.txt | 5 ++++ forge-gui/res/editions/Khans of Tarkir.txt | 1 + forge-gui/res/editions/Magic 2014.txt | 1 + forge-gui/res/editions/Magic Origins.txt | 1 + .../res/editions/Modern Masters 2015.txt | 2 ++ .../res/editions/Oath of the Gatewatch.txt | 5 ++++ .../res/editions/Planechase Anthology.txt | 2 ++ .../res/editions/Rise of the Eldrazi.txt | 2 ++ forge-gui/res/editions/Rivals of Ixalan.txt | 3 +++ forge-gui/res/editions/Shadowmoor.txt | 2 +- .../res/editions/Shadows over Innistrad.txt | 5 ++++ forge-gui/res/editions/Theros.txt | 1 + forge-gui/res/editions/Ultimate Masters.txt | 1 + forge-gui/res/editions/Unstable.txt | 25 +++++++++++++++++++ 34 files changed, 97 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/editions/Aether Revolt.txt b/forge-gui/res/editions/Aether Revolt.txt index a26c76ae5a7..e2fcffcce5c 100644 --- a/forge-gui/res/editions/Aether Revolt.txt +++ b/forge-gui/res/editions/Aether Revolt.txt @@ -211,4 +211,8 @@ etherium_cell ragavan r_2_2_gremlin c_1_1_a_servo +c_1_1_a_servo +c_1_1_a_servo +c_1_1_a_thopter_flying +c_1_1_a_thopter_flying c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Amonkhet.txt b/forge-gui/res/editions/Amonkhet.txt index 7b8a328425f..9d13fee2ea5 100644 --- a/forge-gui/res/editions/Amonkhet.txt +++ b/forge-gui/res/editions/Amonkhet.txt @@ -301,9 +301,9 @@ AdditionalSetUnlockedInQuest=MPS_AKH [tokens] embalm_angel_of_sanctions +embalm_anointer_priest embalm_aven_initiate embalm_aven_wind_guide -embalm_anointer_priest embalm_glyph_keeper embalm_heart-piercer_manticore embalm_honored_hydra diff --git a/forge-gui/res/editions/Battle for Zendikar.txt b/forge-gui/res/editions/Battle for Zendikar.txt index 91e4706778a..128bad44607 100644 --- a/forge-gui/res/editions/Battle for Zendikar.txt +++ b/forge-gui/res/editions/Battle for Zendikar.txt @@ -314,6 +314,8 @@ AdditionalSetUnlockedInQuest=EXP [tokens] c_10_10_eldrazi c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac w_2_2_knight_ally w_1_1_kor_ally u_8_8_octopus diff --git a/forge-gui/res/editions/Commander 2016.txt b/forge-gui/res/editions/Commander 2016.txt index b0ef537eb52..dc96c97d2da 100644 --- a/forge-gui/res/editions/Commander 2016.txt +++ b/forge-gui/res/editions/Commander 2016.txt @@ -376,6 +376,7 @@ r_3_3_ogre g_3_3_beast g_1_1_elf_warrior g_1_1_saproling +g_1_1_saproling bg_1_1_worm c_x_x_a_horror c_1_1_a_myr \ No newline at end of file diff --git a/forge-gui/res/editions/Commander 2018.txt b/forge-gui/res/editions/Commander 2018.txt index de0c31c02c3..fa50970354d 100644 --- a/forge-gui/res/editions/Commander 2018.txt +++ b/forge-gui/res/editions/Commander 2018.txt @@ -339,4 +339,5 @@ c_6_12_a_construct_trample c_x_x_a_horror c_1_1_a_myr c_1_1_a_servo +c_1_1_a_thopter_flying c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Commander Anthology.txt b/forge-gui/res/editions/Commander Anthology.txt index 1156e3dd9b6..2afdab268f8 100644 --- a/forge-gui/res/editions/Commander Anthology.txt +++ b/forge-gui/res/editions/Commander Anthology.txt @@ -346,5 +346,6 @@ g_1_1_saproling g_1_2_spider_reach g_x_x_treefolk g_2_2_wolf +g_2_2_wolf gu_2_2_drake_flying c_3_4_a_gargoyle_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Dark Ascension.txt b/forge-gui/res/editions/Dark Ascension.txt index 99a4f80c680..4162dd63416 100644 --- a/forge-gui/res/editions/Dark Ascension.txt +++ b/forge-gui/res/editions/Dark Ascension.txt @@ -173,4 +173,6 @@ w_1_1_human w_1_1_spirit_flying b_1_1_vampire_lifelink b_2_2_zombie +b_2_2_zombie +b_2_2_zombie g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Dominaria.txt b/forge-gui/res/editions/Dominaria.txt index 326cb48eaca..39bbce03d6a 100644 --- a/forge-gui/res/editions/Dominaria.txt +++ b/forge-gui/res/editions/Dominaria.txt @@ -295,6 +295,7 @@ BoosterMustContain=Legendary Creature karox_bladewing mishra's_self-replicator w_2_2_knight_vigilance +w_2_2_knight_vigilance w_1_1_soldier b_0_1_cleric b_6_6_demon_flying_trample_aristocrat @@ -303,4 +304,6 @@ b_2_2_zombie_knight_menace r_3_1_elemental_trample_haste r_1_1_goblin g_1_1_saproling +g_1_1_saproling +g_1_1_saproling c_0_0_a_construct_total_artifacts \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt index 5f5cd8836ae..ceb16881d7b 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Inventors.txt @@ -86,4 +86,5 @@ Type=Duel_Decks [tokens] g_1_1_elf_warrior c_1_1_a_myr +c_1_1_a_thopter_flying c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt b/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt index d0aa38951ae..37a464f6d65 100644 --- a/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt +++ b/forge-gui/res/editions/Duel Decks Heroes vs. Monsters.txt @@ -88,3 +88,7 @@ Type=Duel_Decks 68 C Volt Charge 31 R Winds of Rath 48 C Zhur-Taa Druid + +[tokens] +w_2_2_griffin_flying +g_3_3_beast \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt index 528d1207d09..8fe26f34aa6 100644 --- a/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt +++ b/forge-gui/res/editions/Duel Decks Zendikar vs. Eldrazi.txt @@ -85,6 +85,8 @@ Type=Duel_Decks [tokens] c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac c_1_1_spirit r_4_4_hellion g_0_1_plant \ No newline at end of file diff --git a/forge-gui/res/editions/Eldritch Moon.txt b/forge-gui/res/editions/Eldritch Moon.txt index 462e6271936..e3b743bd969 100644 --- a/forge-gui/res/editions/Eldritch Moon.txt +++ b/forge-gui/res/editions/Eldritch Moon.txt @@ -223,6 +223,8 @@ w_1_1_human_soldier w_1_1_spirit_flying u_1_1_human_wizard b_2_2_zombie +b_2_2_zombie +b_2_2_zombie b_x_x_zombie r_1_1_devil_burn r_1_1_human diff --git a/forge-gui/res/editions/Eternal Masters.txt b/forge-gui/res/editions/Eternal Masters.txt index 062efa950af..29d5548c6b0 100644 --- a/forge-gui/res/editions/Eternal Masters.txt +++ b/forge-gui/res/editions/Eternal Masters.txt @@ -263,6 +263,7 @@ FoilChanceInBooster=100 carnivore c_1_1_spirit w_1_1_soldier +w_1_1_spirit_flying u_5_5_wall_defender b_0_1_serf b_2_2_zombie diff --git a/forge-gui/res/editions/Explorers of Ixalan.txt b/forge-gui/res/editions/Explorers of Ixalan.txt index 60d0bcd9b6b..8b60f793fb9 100644 --- a/forge-gui/res/editions/Explorers of Ixalan.txt +++ b/forge-gui/res/editions/Explorers of Ixalan.txt @@ -53,4 +53,7 @@ Type=Other 44 R Quicksilver Amulet 45 U Crumbling Necropolis 46 U Jungle Shrine -47 U Tainted Field \ No newline at end of file +47 U Tainted Field + +[tokens] +g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt index 04e91bd6509..580404a3d20 100644 --- a/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt +++ b/forge-gui/res/editions/Global Series Jiang Yanggu & Mu Yanling.txt @@ -48,4 +48,5 @@ Type=Other 40 L Forest [tokens] +mowu mowu \ No newline at end of file diff --git a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt index c08835b11a6..6bf6abba55c 100644 --- a/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt +++ b/forge-gui/res/editions/Guilds of Ravnica Guild Kit.txt @@ -140,11 +140,14 @@ voja w_1_1_soldier_lifelink u_3_3_weird_defender_flying r_1_1_goblin +r_1_1_goblin g_3_3_centaur g_1_1_saproling +g_1_1_saproling g_5_5_wurm_trample wg_8_8_elemental_vigilance wg_2_2_elf_knight_vigilance ub_1_1_horror_flying bg_1_1_insect -wr_1_1_soldier_haste \ No newline at end of file +wr_1_1_soldier_haste +copy \ No newline at end of file diff --git a/forge-gui/res/editions/Hour of Devastation.txt b/forge-gui/res/editions/Hour of Devastation.txt index bd3ffe4deea..a00ef9e4cdb 100644 --- a/forge-gui/res/editions/Hour of Devastation.txt +++ b/forge-gui/res/editions/Hour of Devastation.txt @@ -231,7 +231,6 @@ eternalize_proven_combatant eternalize_resilient_khenra eternalize_sinuous_striker eternalize_steadfast_sentinel -eternalize_steward_of_solidarity eternalize_sunscourge_champion w_1_1_cat_lifelink w_5_5_horse diff --git a/forge-gui/res/editions/Innistrad.txt b/forge-gui/res/editions/Innistrad.txt index 59acef22ad9..7655c58e08f 100644 --- a/forge-gui/res/editions/Innistrad.txt +++ b/forge-gui/res/editions/Innistrad.txt @@ -280,6 +280,9 @@ w_1_1_spirit_flying u_2_2_homunculus b_5_5_demon_flying b_2_2_vampire_flying +b_1_1_wolf_deathtouch +b_2_2_zombie +b_2_2_zombie b_2_2_zombie g_x_x_ooze_gutter_grime g_1_2_spider_reach diff --git a/forge-gui/res/editions/Ixalan.txt b/forge-gui/res/editions/Ixalan.txt index 67eeb81b11e..b74b530cae2 100644 --- a/forge-gui/res/editions/Ixalan.txt +++ b/forge-gui/res/editions/Ixalan.txt @@ -302,9 +302,12 @@ Booster=10 Common:!fromSheet("XLN Planeswalker Decks and Toolkit"), 3 Uncommon:! [tokens] jace_cunning_castaway w_1_1_vampire_lifelink -u_1_1_merfolk_hexproof u_2_2_illusion_illusory +u_1_1_merfolk_hexproof b_2_2_pirate_menace g_3_3_dinosaur_trample 0_2_plant_defender +c_a_treasure_sac +c_a_treasure_sac +c_a_treasure_sac c_a_treasure_sac \ No newline at end of file diff --git a/forge-gui/res/editions/Journey into Nyx.txt b/forge-gui/res/editions/Journey into Nyx.txt index edb1044396f..f02a20c8d30 100644 --- a/forge-gui/res/editions/Journey into Nyx.txt +++ b/forge-gui/res/editions/Journey into Nyx.txt @@ -177,6 +177,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand THS [tokens] gold w_1_1_soldier +w_1_1_soldier u_2_2_e_bird_flying u_4_4_sphinx_flying b_x_x_zombie diff --git a/forge-gui/res/editions/Kaladesh.txt b/forge-gui/res/editions/Kaladesh.txt index 2b68331b858..8ff53afb833 100644 --- a/forge-gui/res/editions/Kaladesh.txt +++ b/forge-gui/res/editions/Kaladesh.txt @@ -289,5 +289,10 @@ AdditionalSetUnlockedInQuest=MPS_KLD [tokens] c_6_6_a_beast c_x_x_a_construct +c_x_x_a_construct c_1_1_a_servo +c_1_1_a_servo +c_1_1_a_servo +c_1_1_a_thopter_flying +c_1_1_a_thopter_flying c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Khans of Tarkir.txt b/forge-gui/res/editions/Khans of Tarkir.txt index 385bd06d1dc..2bc90201f91 100644 --- a/forge-gui/res/editions/Khans of Tarkir.txt +++ b/forge-gui/res/editions/Khans of Tarkir.txt @@ -283,6 +283,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand KTK w_3_4_bird_flying w_1_1_spirit_flying w_1_1_warrior +w_1_1_warrior b_2_2_vampire_flying b_2_2_zombie r_1_1_goblin diff --git a/forge-gui/res/editions/Magic 2014.txt b/forge-gui/res/editions/Magic 2014.txt index 975263f818e..fedd7a5c656 100644 --- a/forge-gui/res/editions/Magic 2014.txt +++ b/forge-gui/res/editions/Magic 2014.txt @@ -267,6 +267,7 @@ w_0_1_goat b_2_2_zombie r_2_2_dragon_flying_firebreathing r_1_1_elemental +r_1_1_elemental g_3_3_beast g_1_1_saproling g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Magic Origins.txt b/forge-gui/res/editions/Magic Origins.txt index 42143709c0d..2204e442dd9 100644 --- a/forge-gui/res/editions/Magic Origins.txt +++ b/forge-gui/res/editions/Magic Origins.txt @@ -308,4 +308,5 @@ b_2_2_zombie r_1_1_goblin g_2_2_elemental g_1_1_elf_warrior +c_1_1_a_thopter_flying c_1_1_a_thopter_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Modern Masters 2015.txt b/forge-gui/res/editions/Modern Masters 2015.txt index 2c0913a3ae5..1548ad57511 100644 --- a/forge-gui/res/editions/Modern Masters 2015.txt +++ b/forge-gui/res/editions/Modern Masters 2015.txt @@ -261,6 +261,8 @@ FoilChanceInBooster=100 [tokens] c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac w_1_1_soldier w_1_1_spirit_flying b_1_1_faerie_rogue_flying diff --git a/forge-gui/res/editions/Oath of the Gatewatch.txt b/forge-gui/res/editions/Oath of the Gatewatch.txt index 40387b4b1f7..e193e3758cf 100644 --- a/forge-gui/res/editions/Oath of the Gatewatch.txt +++ b/forge-gui/res/editions/Oath of the Gatewatch.txt @@ -200,6 +200,11 @@ AdditionalSetUnlockedInQuest=EXP [tokens] c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac +c_1_1_eldrazi_scion_sac w_4_4_angel_flying w_2_2_knight_ally w_1_1_kor_ally diff --git a/forge-gui/res/editions/Planechase Anthology.txt b/forge-gui/res/editions/Planechase Anthology.txt index 5a0f8edbabb..44057e755fa 100644 --- a/forge-gui/res/editions/Planechase Anthology.txt +++ b/forge-gui/res/editions/Planechase Anthology.txt @@ -253,6 +253,8 @@ Type=Other [tokens] c_7_7_eldrazi_annihilator c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac w_4_4_angel_flying w_0_1_goat b_0_0_germ diff --git a/forge-gui/res/editions/Rise of the Eldrazi.txt b/forge-gui/res/editions/Rise of the Eldrazi.txt index 24336b18def..46bbaec143a 100644 --- a/forge-gui/res/editions/Rise of the Eldrazi.txt +++ b/forge-gui/res/editions/Rise of the Eldrazi.txt @@ -261,6 +261,8 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand [tokens] tuktuk_the_returned c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac w_1_1_kor_soldier r_5_5_dragon_flying r_x_x_elemental diff --git a/forge-gui/res/editions/Rivals of Ixalan.txt b/forge-gui/res/editions/Rivals of Ixalan.txt index 0dce590ff33..77fb9decc41 100644 --- a/forge-gui/res/editions/Rivals of Ixalan.txt +++ b/forge-gui/res/editions/Rivals of Ixalan.txt @@ -225,4 +225,7 @@ r_0_1_elemental_rekindling_phoenix g_3_3_dinosaur_trample g_1_1_saproling g_4_4_a_golem +c_a_treasure_sac +c_a_treasure_sac +c_a_treasure_sac c_a_treasure_sac \ No newline at end of file diff --git a/forge-gui/res/editions/Shadowmoor.txt b/forge-gui/res/editions/Shadowmoor.txt index f019581daf6..6f4ca100ebe 100644 --- a/forge-gui/res/editions/Shadowmoor.txt +++ b/forge-gui/res/editions/Shadowmoor.txt @@ -323,5 +323,5 @@ g_2_2_wolf br_5_5_elemental gw_1_1_elf_warrior ub_1_1_faerie_rogue_flying -rg_4_4_giant_warrior +rg_4_4_giant_warrior_haste rg_1_1_goblin_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Shadows over Innistrad.txt b/forge-gui/res/editions/Shadows over Innistrad.txt index 5e186cbf015..224c0915cfe 100644 --- a/forge-gui/res/editions/Shadows over Innistrad.txt +++ b/forge-gui/res/editions/Shadows over Innistrad.txt @@ -320,4 +320,9 @@ g_1_1_insect g_3_3_ooze g_2_2_wolf wb_1_1_human_cleric +c_a_clue_draw +c_a_clue_draw +c_a_clue_draw +c_a_clue_draw +c_a_clue_draw c_a_clue_draw \ No newline at end of file diff --git a/forge-gui/res/editions/Theros.txt b/forge-gui/res/editions/Theros.txt index b1a76060397..d6f0c9e28bf 100644 --- a/forge-gui/res/editions/Theros.txt +++ b/forge-gui/res/editions/Theros.txt @@ -261,6 +261,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand [tokens] w_2_1_e_cleric w_1_1_soldier +w_1_1_soldier u_2_2_bird_flying u_1_0_elemental b_1_1_harpy_flying diff --git a/forge-gui/res/editions/Ultimate Masters.txt b/forge-gui/res/editions/Ultimate Masters.txt index 96c94ef289c..0c799d1cb69 100644 --- a/forge-gui/res/editions/Ultimate Masters.txt +++ b/forge-gui/res/editions/Ultimate Masters.txt @@ -276,6 +276,7 @@ b_1_1_faerie_rogue_flying b_6_6_wurm_trample b_2_2_zombie r_1_1_elemental +r_1_1_elemental r_1_1_soldier_haste g_4_4_elemental g_x_x_ooze diff --git a/forge-gui/res/editions/Unstable.txt b/forge-gui/res/editions/Unstable.txt index c2940d735d1..08f2d318abe 100644 --- a/forge-gui/res/editions/Unstable.txt +++ b/forge-gui/res/editions/Unstable.txt @@ -16,11 +16,36 @@ Type=Other [tokens] storm_crow c_2_2_homunculus +w_2_2_cat w_0_1_goat +w_1_1_spirit_flying +w_1_1_spirit_flying +w_1_1_soldier u_1_1_faerie_spy_flying_haste_draw +u_8_8_octopus +u_1_1_a_thopter_flying +u_1_1_a_thopter_flying +b_1_1_assassin_lose_con +b_3_3_beast_deathtouch +b_5_5_demon_flying b_2_2_rogue_menace +b_2_2_vampire_flying +b_2_2_vampire_flying +b_2_2_zombie +b_2_2_zombie r_1_1_brainiac +r_3_1_elemental_haste +r_3_1_elemental_haste r_1_1_goblin +g_3_3_beast +g_3_3_beast +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 +c_a_clue_draw +c_a_clue_draw c_x_x_a_construct c_1_1_a_gnome \ No newline at end of file From 7afa975cd96c968d47353f787b1d3afa756ac874 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 12:01:51 -0600 Subject: [PATCH 59/76] Finalize LEA and ARN tokens. --- .../res/cardsfolder/b/bottle_of_suleiman.txt | 2 +- forge-gui/res/lists/token-images.txt | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt b/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt index d636975aa4e..25e7c4687f9 100644 --- a/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt +++ b/forge-gui/res/cardsfolder/b/bottle_of_suleiman.txt @@ -3,6 +3,6 @@ ManaCost:4 Types:Artifact A:AB$ FlipACoin | Cost$ 1 Sac<1/CARDNAME> | WinSubAbility$ DBToken | LoseSubAbility$ DBDamage | SpellDescription$ Flip a coin. If you win the flip, create a 5/5 colorless Djinn artifact creature token with flying. If you lose the flip, Bottle of Suleiman deals 5 damage to you. SVar:DBDamage:DB$DealDamage | Defined$ You | NumDmg$ 5 -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_5_5_a_djinn_flying | TokenOwner$ You | LegacyImage$ c 5 5 a djinn flying +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_5_5_a_djinn_flying | TokenOwner$ You | LegacyImage$ c 5 5 a djinn flying arn SVar:Picture:http://www.wizards.com/global/images/magic/general/bottle_of_suleiman.jpg Oracle:{1}, Sacrifice Bottle of Suleiman: Flip a coin. If you win the flip, create a 5/5 colorless Djinn artifact creature token with flying. If you lose the flip, Bottle of Suleiman deals 5 damage to you. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 735ecad80f1..edbde218728 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -100,7 +100,7 @@ c_3_3_wurm_lifelink.jpg https://downloads.cardforge.org/images/to c_3_4_gargoyle.jpg https://downloads.cardforge.org/images/tokens/c_3_4_gargoyle.jpg c_4_4_kaldra.jpg https://downloads.cardforge.org/images/tokens/c_4_4_kaldra.jpg c_4_6_golem.jpg https://downloads.cardforge.org/images/tokens/c_4_6_golem.jpg -c_5_5_djinn.jpg https://downloads.cardforge.org/images/tokens/c_5_5_djinn.jpg +c_5_5_a_djinn_flying_arn.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_arn.jpg c_5_5_tuktuk_the_returned.jpg https://downloads.cardforge.org/images/tokens/c_5_5_tuktuk_the_returned.jpg c_6_12_construct.jpg https://downloads.cardforge.org/images/tokens/c_6_12_construct.jpg c_7_7_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_7_7_eldrazi.jpg @@ -245,13 +245,14 @@ r_3_1_elemental_bng.jpg https://downloads.cardforge.org/images/to r_3_1_elemental_dis.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dis.jpg r_3_1_elemental_dom.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dom.jpg r_3_1_elemental_haste.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste.jpg -r_3_1_elemental_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_mrd.jpg +r_3_1_elemental_haste_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_mrd.jpg +r_3_1_elemental_haste_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_sok.jpg r_3_1_elemental_shaman.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman.jpg -r_3_1_elemental_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_sok.jpg r_3_1_spark_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_1_spark_elemental.jpg r_3_3_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_3_elemental.jpg r_3_3_ogre.jpg https://downloads.cardforge.org/images/tokens/r_3_3_ogre.jpg -r_4_4_bird.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird.jpg +r_4_4_bird_flying_arn.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_arn.jpg +r_4_4_bird_flying_8ed.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_8ed.jpg r_4_4_dragon.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon.jpg r_4_4_giant.jpg https://downloads.cardforge.org/images/tokens/r_4_4_giant.jpg r_4_4_hellion.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion.jpg @@ -372,9 +373,12 @@ w_4_4_elemental.jpg https://downloads.cardforge.org/images/to w_5_5_giant_warrior.jpg https://downloads.cardforge.org/images/tokens/w_5_5_giant_warrior.jpg w_n_n_avatar.jpg https://downloads.cardforge.org/images/tokens/w_n_n_avatar.jpg w_x_x_reflection.jpg https://downloads.cardforge.org/images/tokens/w_x_x_reflection.jpg +wasp_10e.jpg https://downloads.cardforge.org/images/tokens/wasp_10e.jpg +wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg wb_1_1_cleric.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric.jpg -wb_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit.jpg -wb_1_1_spirit_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_gtc.jpg +wb_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying.jpg +wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg + wrg_8_8_beast.jpg https://downloads.cardforge.org/images/tokens/wrg_8_8_beast.jpg wu_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird.jpg wu_4_4_sphinx_flying_vigilance_rna.jpg https://downloads.cardforge.org/images/tokens/wu_4_4_sphinx_flying_vigilance_rna.jpg From 31e9eeca05592e57f5963f871f721d06b3f4699c Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 12:07:54 -0600 Subject: [PATCH 60/76] Finalize ATQ --- forge-gui/res/cardsfolder/t/tetravus.txt | 2 +- forge-gui/res/lists/token-images.txt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/t/tetravus.txt b/forge-gui/res/cardsfolder/t/tetravus.txt index 81d25651d57..f3ac57dae5b 100644 --- a/forge-gui/res/cardsfolder/t/tetravus.txt +++ b/forge-gui/res/cardsfolder/t/tetravus.txt @@ -5,7 +5,7 @@ PT:1/1 K:etbCounter:P1P1:3 K:Flying T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may remove any number of +1/+1 counters from CARDNAME. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and "This creature can't be enchanted." -SVar:TrigToken:AB$Token | Cost$ SubCounter | References$ X | TokenAmount$ ChosenX | TokenScript$ c_1_1_a_tetravite_flying_noenchant | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBClearXChoice +SVar:TrigToken:AB$Token | Cost$ SubCounter | References$ X | TokenAmount$ ChosenX | LegacyImage$ c 1 1 tetravite flying noenchant atq | TokenScript$ c_1_1_a_tetravite_flying_noenchant | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBClearXChoice SVar:DBClearXChoice:DB$ Cleanup | ClearChosenX$ True SVar:X:XChoice T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounters | TriggerDescription$ At the beginning of your upkeep, you may exile any number of tokens created with CARDNAME. If you do, put that many +1/+1 counters on CARDNAME. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index edbde218728..243a7f2a079 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -66,7 +66,11 @@ c_0_1_pest.jpg https://downloads.cardforge.org/images/to c_0_1_prism.jpg https://downloads.cardforge.org/images/tokens/c_0_1_prism.jpg c_0_2_wall.jpg https://downloads.cardforge.org/images/tokens/c_0_2_wall.jpg c_10_10_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi.jpg -c_1_1_a_thopter_flying_rna.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_rna.jpg +c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg +c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg +c_1_1_a_thopter_flying.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying.jpg +c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg +c_1_1_a_thopter_flying_rna.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_rna.jpg c_1_1_eldrazi_scion.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion.jpg c_1_1_eldrazi_scion2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion2.jpg c_1_1_eldrazi_scion3.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion3.jpg From 8c096d6cd11961504ed08d1996a72445cd0842ad Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 12:39:54 -0600 Subject: [PATCH 61/76] Finalize LEG. --- .../res/cardsfolder/b/boris_devilboon.txt | 2 +- forge-gui/res/cardsfolder/h/hazezon_tamar.txt | 2 +- .../res/cardsfolder/m/master_of_the_hunt.txt | 2 +- .../res/cardsfolder/s/serpent_generator.txt | 2 +- forge-gui/res/lists/token-images.txt | 19 +++++++++++++++---- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/boris_devilboon.txt b/forge-gui/res/cardsfolder/b/boris_devilboon.txt index 94d66e2d8fc..0b563ee5059 100644 --- a/forge-gui/res/cardsfolder/b/boris_devilboon.txt +++ b/forge-gui/res/cardsfolder/b/boris_devilboon.txt @@ -2,6 +2,6 @@ Name:Boris Devilboon ManaCost:3 B R Types:Legendary Creature Zombie Wizard PT:2/2 -A:AB$ Token | Cost$ 2 B R T | TokenAmount$ 1 | TokenScript$ minor_demon | TokenOwner$ You | LegacyImage$ minor demon | SpellDescription$ Create a 1/1 black and red Demon creature token named Minor Demon. +A:AB$ Token | Cost$ 2 B R T | TokenAmount$ 1 | TokenScript$ minor_demon | TokenOwner$ You | LegacyImage$ minor demon leg | SpellDescription$ Create a 1/1 black and red Demon creature token named Minor Demon. SVar:Picture:http://www.wizards.com/global/images/magic/general/boris_devilboon.jpg Oracle:{2}{B}{R}, {T}: Create a 1/1 black and red Demon creature token named Minor Demon. diff --git a/forge-gui/res/cardsfolder/h/hazezon_tamar.txt b/forge-gui/res/cardsfolder/h/hazezon_tamar.txt index 166a8940234..f031278ce43 100644 --- a/forge-gui/res/cardsfolder/h/hazezon_tamar.txt +++ b/forge-gui/res/cardsfolder/h/hazezon_tamar.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Human Warrior PT:2/4 T:Mode$ ChangesZone | ValidCard$ Creature.Self | Origin$ Any | Destination$ Battlefield | Execute$ DelTrig | TriggerDescription$ When CARDNAME enters the battlefield, create X 1/1 Sand Warrior creature tokens that are red, green, and white at the beginning of your next upkeep, where X is the number of lands you control at that time. SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigTokens | TriggerController$ TriggeredCardController | RememberObjects$ TriggeredCardController | TriggerDescription$ Create a 1/1 Sand Warrior creature token that are red, green, and white for each land you control. -SVar:TrigTokens:DB$ Token | TokenAmount$ X | TokenScript$ rgw_1_1_sand_warrior | TokenOwner$ DelayTriggerRemembered | LegacyImage$ rgw 1 1 sand warrior | References$ X +SVar:TrigTokens:DB$ Token | TokenAmount$ X | TokenScript$ rgw_1_1_sand_warrior | TokenOwner$ DelayTriggerRemembered | LegacyImage$ rgw 1 1 sand warrior leg | References$ X T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigExile | TriggerDescription$ When Hazezon leaves the battlefield, exile all Sand Warriors. SVar:TrigExile:DB$ ChangeZoneAll | Origin$ Battlefield | Destination$ Exile | ChangeType$ Sand.Warrior SVar:X:Count$Valid Land.YouCtrl diff --git a/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt b/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt index b39168b04e3..e0cca19b8f4 100644 --- a/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt +++ b/forge-gui/res/cardsfolder/m/master_of_the_hunt.txt @@ -2,6 +2,6 @@ Name:Master of the Hunt ManaCost:2 G G Types:Creature Human PT:2/2 -A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenScript$ wolves_of_the_hunt | TokenOwner$ You | LegacyImage$ wolves of the hunt | SpellDescription$ Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." +A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenScript$ wolves_of_the_hunt | TokenOwner$ You | LegacyImage$ wolves of the hunt leg | SpellDescription$ Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." SVar:Picture:http://www.wizards.com/global/images/magic/general/master_of_the_hunt.jpg Oracle:{2}{G}{G}: Create a 1/1 green Wolf creature token named Wolves of the Hunt. It has "bands with other creatures named Wolves of the Hunt." (Any creatures named Wolves of the Hunt can attack in a band as long as at least one has "bands with other creatures named Wolves of the Hunt." Bands are blocked as a group. If at least two creatures named Wolves of the Hunt you control, one of which has "bands with other creatures named Wolves of the Hunt," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.) diff --git a/forge-gui/res/cardsfolder/s/serpent_generator.txt b/forge-gui/res/cardsfolder/s/serpent_generator.txt index 615e3546598..49426a9a581 100644 --- a/forge-gui/res/cardsfolder/s/serpent_generator.txt +++ b/forge-gui/res/cardsfolder/s/serpent_generator.txt @@ -1,6 +1,6 @@ Name:Serpent Generator ManaCost:6 Types:Artifact -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_snake_poison | TokenOwner$ You | LegacyImage$ c 1 1 a snake poison | SpellDescription$ Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_snake_poison | TokenOwner$ You | LegacyImage$ c 1 1 a snake poison leg | SpellDescription$ Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) SVar:Picture:http://www.wizards.com/global/images/magic/general/serpent_generator.jpg Oracle:{4}, {T}: Create a 1/1 colorless Snake artifact creature token. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.) diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 243a7f2a079..a2516ecfb39 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -56,7 +56,7 @@ b_x_x_nightmare_horror.jpg https://downloads.cardforge.org/images/to b_x_x_vampire.jpg https://downloads.cardforge.org/images/tokens/b_x_x_vampire.jpg bg_1_1_worm.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm.jpg br_1_1_minor_demon.jpg https://downloads.cardforge.org/images/tokens/br_1_1_minor_demon.jpg -br_3_1_graveborn.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn.jpg +br_3_1_graveborn_haste.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste.jpg br_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental.jpg c_0_0_construct.jpg https://downloads.cardforge.org/images/tokens/c_0_0_construct.jpg c_0_1_eldrazi_spawn.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn.jpg @@ -85,7 +85,9 @@ c_1_1_sand.jpg https://downloads.cardforge.org/images/to c_1_1_shapeshifter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter.jpg c_1_1_sliver.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver.jpg c_1_1_sliver_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m14.jpg -c_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/c_1_1_snake.jpg +c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver2_m14.jpg +c_1_1_sliver_m15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m15.jpg +c_1_1_a_snake_poison_leg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_leg.jpg c_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit.jpg c_1_1_tetravite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_tetravite.jpg c_1_1_thopter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_thopter.jpg @@ -212,13 +214,16 @@ g_x_x_ooze_rtr.jpg https://downloads.cardforge.org/images/to g_x_x_saproling.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling.jpg g_x_x_wurm.jpg https://downloads.cardforge.org/images/tokens/g_x_x_wurm.jpg gr_1_1_dragon.jpg https://downloads.cardforge.org/images/tokens/gr_1_1_dragon.jpg -grw_1_1_sand_warrior.jpg https://downloads.cardforge.org/images/tokens/grw_1_1_sand_warrior.jpg gu_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/gu_1_1_snake.jpg gu_2_2_drake.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake.jpg gw_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/gw_1_1_elf_warrior.jpg gw_2_2_voja.jpg https://downloads.cardforge.org/images/tokens/gw_2_2_voja.jpg gw_8_8_elemental_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_rtr.jpg gw_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental.jpg +hornet.jpg https://downloads.cardforge.org/images/tokens/hornet.jpg +kelp.jpg https://downloads.cardforge.org/images/tokens/kelp.jpg +lightning_rager.jpg https://downloads.cardforge.org/images/tokens/lightning_rager.jpg +minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg r_0_1_kobolds_of_kher_keep.jpg https://downloads.cardforge.org/images/tokens/r_0_1_kobolds_of_kher_keep.jpg r_1_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental.jpg r_1_1_elemental2_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_m14.jpg @@ -274,9 +279,13 @@ rg_2_2_satyr.jpg https://downloads.cardforge.org/images/to rg_3_4_stangg_twin.jpg https://downloads.cardforge.org/images/tokens/rg_3_4_stangg_twin.jpg rg_4_4_giant_warrior.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior.jpg rg_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/rg_5_5_elemental.jpg +rgw_1_1_sand_warrior_leg.jpg https://downloads.cardforge.org/images/tokens/rgw_1_1_sand_warrior_leg.jpg rw_1_1_goblin_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier.jpg rw_1_1_goblin_soldier_eve.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_eve.jpg rw_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier.jpg +spark_elemental.jpg https://downloads.cardforge.org/images/tokens/spark_elemental.jpg +stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_a25.jpg +tombspawn.jpg https://downloads.cardforge.org/images/tokens/tombspawn.jpg u_0_1_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_0_1_homunculus.jpg u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg u_0_1_starfish.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish.jpg @@ -381,8 +390,10 @@ wasp_10e.jpg https://downloads.cardforge.org/images/to wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg wb_1_1_cleric.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric.jpg wb_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying.jpg +wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg - +wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg +wood.jpg https://downloads.cardforge.org/images/tokens/wood.jpg wrg_8_8_beast.jpg https://downloads.cardforge.org/images/tokens/wrg_8_8_beast.jpg wu_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird.jpg wu_4_4_sphinx_flying_vigilance_rna.jpg https://downloads.cardforge.org/images/tokens/wu_4_4_sphinx_flying_vigilance_rna.jpg From 4c90e4c5fa912ec9f554e3355d50d3a5cef972f7 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 13:10:09 -0600 Subject: [PATCH 62/76] Finalize FEM --- forge-gui/res/cardsfolder/b/breeding_pit.txt | 2 +- forge-gui/res/cardsfolder/e/elvish_farmer.txt | 2 +- .../res/cardsfolder/g/goblin_warrens.txt | 2 +- .../cardsfolder/h/homarid_spawning_bed.txt | 2 +- forge-gui/res/cardsfolder/i/icatian_town.txt | 2 +- forge-gui/res/cardsfolder/n/night_soil.txt | 2 +- forge-gui/res/cardsfolder/t/thallid.txt | 2 +- .../res/cardsfolder/t/thallid_devourer.txt | 2 +- forge-gui/res/lists/token-images.txt | 263 ++++++++++++++---- 9 files changed, 210 insertions(+), 69 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/breeding_pit.txt b/forge-gui/res/cardsfolder/b/breeding_pit.txt index 3ead7978287..a50e1e19880 100644 --- a/forge-gui/res/cardsfolder/b/breeding_pit.txt +++ b/forge-gui/res/cardsfolder/b/breeding_pit.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Enchantment K:UpkeepCost:B B T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a 0/1 black Thrull creature token. -SVar:TrigToken:DB$Token | LegacyImage$ b 0 1 thrull ddc | TokenScript$ b_0_1_thrull | TokenOwner$ You +SVar:TrigToken:DB$Token | LegacyImage$ b 0 1 thrull fem | TokenScript$ b_0_1_thrull | TokenOwner$ You SVar:PitSac:SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/breeding_pit.jpg Oracle:At the beginning of your upkeep, sacrifice Breeding Pit unless you pay {B}{B}.\nAt the beginning of your end step, create a 0/1 black Thrull creature token. diff --git a/forge-gui/res/cardsfolder/e/elvish_farmer.txt b/forge-gui/res/cardsfolder/e/elvish_farmer.txt index 0dc3f7bd50f..08c3b70e331 100644 --- a/forge-gui/res/cardsfolder/e/elvish_farmer.txt +++ b/forge-gui/res/cardsfolder/e/elvish_farmer.txt @@ -4,7 +4,7 @@ Types:Creature Elf PT:0/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ GainLife | Cost$ Sac<1/Saproling> | LifeAmount$ 2 | SpellDescription$ You gain 2 life. DeckHas:Ability$Counters & Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_farmer.jpg diff --git a/forge-gui/res/cardsfolder/g/goblin_warrens.txt b/forge-gui/res/cardsfolder/g/goblin_warrens.txt index f023b509b4b..3691d15c0d6 100644 --- a/forge-gui/res/cardsfolder/g/goblin_warrens.txt +++ b/forge-gui/res/cardsfolder/g/goblin_warrens.txt @@ -1,7 +1,7 @@ Name:Goblin Warrens ManaCost:2 R Types:Enchantment -A:AB$ Token | Cost$ 2 R Sac<2/Goblin> | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:AB$ Token | Cost$ 2 R Sac<2/Goblin> | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin fem | TokenOwner$ You | SpellDescription$ Create three 1/1 red Goblin creature tokens. SVar:AIPreference:SacCost$Creature.Goblin+cmcLE1 SVar:NonStackingEffect:True AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt b/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt index 09ed4711f1f..cbcbea8dbdc 100644 --- a/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt +++ b/forge-gui/res/cardsfolder/h/homarid_spawning_bed.txt @@ -1,7 +1,7 @@ Name:Homarid Spawning Bed ManaCost:U U Types:Enchantment -A:AB$ Token | Cost$ 1 U U Sac<1/Creature.Blue/blue creature> | LegacyImage$ u 1 1 camarid | TokenAmount$ X | TokenScript$ u_1_1_camarid | TokenOwner$ You | References$ X | SpellDescription$ Create X 1/1 blue Camarid creature tokens, where X is the sacrificed creature's converted mana cost. +A:AB$ Token | Cost$ 1 U U Sac<1/Creature.Blue/blue creature> | LegacyImage$ u 1 1 camarid fem | TokenAmount$ X | TokenScript$ u_1_1_camarid | TokenOwner$ You | References$ X | SpellDescription$ Create X 1/1 blue Camarid creature tokens, where X is the sacrificed creature's converted mana cost. SVar:X:Sacrificed$CardManaCost AI:RemoveDeck:All SVar:NonStackingEffect:True diff --git a/forge-gui/res/cardsfolder/i/icatian_town.txt b/forge-gui/res/cardsfolder/i/icatian_town.txt index 392f720894b..3a454174fa1 100644 --- a/forge-gui/res/cardsfolder/i/icatian_town.txt +++ b/forge-gui/res/cardsfolder/i/icatian_town.txt @@ -1,6 +1,6 @@ Name:Icatian Town ManaCost:5 W Types:Sorcery -A:SP$ Token | Cost$ 5 W | TokenAmount$ 4 | TokenScript$ w_1_1_citizen | TokenOwner$ You | LegacyImage$ w_1_1_citizen | SpellDescription$ Create four 1/1 white Citizen creature tokens. +A:SP$ Token | Cost$ 5 W | TokenAmount$ 4 | TokenScript$ w_1_1_citizen | TokenOwner$ You | LegacyImage$ w 1 1 citizen fem | SpellDescription$ Create four 1/1 white Citizen creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/icatian_town.jpg Oracle:Create four 1/1 white Citizen creature tokens. diff --git a/forge-gui/res/cardsfolder/n/night_soil.txt b/forge-gui/res/cardsfolder/n/night_soil.txt index 61db7c0884c..c12ae6ce994 100644 --- a/forge-gui/res/cardsfolder/n/night_soil.txt +++ b/forge-gui/res/cardsfolder/n/night_soil.txt @@ -1,7 +1,7 @@ Name:Night Soil ManaCost:G G Types:Enchantment -A:AB$ Token | Cost$ 1 ExileSameGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 ExileSameGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem | SpellDescription$ Create a 1/1 green Saproling creature token. AI:RemoveDeck:All DeckHas:Ability$Token DeckHints:Type$Fungus diff --git a/forge-gui/res/cardsfolder/t/thallid.txt b/forge-gui/res/cardsfolder/t/thallid.txt index 0bd2955ac6e..196a8b2a71f 100644 --- a/forge-gui/res/cardsfolder/t/thallid.txt +++ b/forge-gui/res/cardsfolder/t/thallid.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling mma | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thallid.jpg diff --git a/forge-gui/res/cardsfolder/t/thallid_devourer.txt b/forge-gui/res/cardsfolder/t/thallid_devourer.txt index ea2f0e4b79e..99b12a23ce1 100644 --- a/forge-gui/res/cardsfolder/t/thallid_devourer.txt +++ b/forge-gui/res/cardsfolder/t/thallid_devourer.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:2/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Pump | Cost$ Sac<1/Saproling> | NumAtt$ +1 | NumDef$ +2 | SpellDescription$ Thallid Devourer gets +1/+2 until end of turn. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index a2516ecfb39..14d99956bf4 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -1,44 +1,73 @@ # Tokens b_0_0_germ.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ.jpg +b_0_0_germ_c14.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c14.jpg +b_0_0_germ_c15.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c15.jpg +b_0_0_germ_c16.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c16.jpg +b_0_0_germ_mm2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_mm2.jpg +b_0_0_germ_pca.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pca.jpg b_0_1_cleric_dom.jpg https://downloads.cardforge.org/images/tokens/b_0_1_cleric_dom.jpg b_0_1_insect.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect.jpg b_0_1_serf.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf.jpg -b_0_1_thrull.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull.jpg +b_0_1_thrull_ddc.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_ddc.jpg +b_0_1_thrull_fem.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_fem.jpg b_1_1_assassin_rtr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_rtr.jpg -b_1_1_bat.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat.jpg +b_1_1_bat_flying.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying.jpg b_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue.jpg b_1_1_festering_goblin.jpg https://downloads.cardforge.org/images/tokens/b_1_1_festering_goblin.jpg b_1_1_goblin_rogue.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue.jpg b_1_1_harpy.jpg https://downloads.cardforge.org/images/tokens/b_1_1_harpy.jpg b_1_1_minion.jpg https://downloads.cardforge.org/images/tokens/b_1_1_minion.jpg b_1_1_rat.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat.jpg -b_1_1_rat_chk.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_chk.jpg +b_1_1_rat_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_c17.jpg b_1_1_rat_gtc.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_gtc.jpg -b_1_1_skeleton.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton.jpg +b_1_1_rat_shm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_shm.jpg +b_1_1_skeleton_regenerate.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate.jpg +b_1_1_skeleton_regenerate_a25.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_a25.jpg b_1_1_thrull.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull.jpg b_1_1_vampire.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire.jpg b_1_1_wolf.jpg https://downloads.cardforge.org/images/tokens/b_1_1_wolf.jpg b_1_2_bat.jpg https://downloads.cardforge.org/images/tokens/b_1_2_bat.jpg b_20_20_marit_lage.jpg https://downloads.cardforge.org/images/tokens/b_20_20_marit_lage.jpg b_2_1_cat.jpg https://downloads.cardforge.org/images/tokens/b_2_1_cat.jpg -b_2_2_knight.jpg https://downloads.cardforge.org/images/tokens/b_2_2_knight.jpg -b_2_2_tombspawn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_tombspawn.jpg +b_2_2_knight_flanking_pro_white_haste.jpg https://downloads.cardforge.org/images/tokens/b_2_2_knight_flanking_pro_white_haste.jpg b_2_2_vampire.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire.jpg b_2_2_zombie.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie.jpg -b_2_2_zombie2_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_isd.jpg -b_2_2_zombie3_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_isd.jpg b_2_2_zombie_10e.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_10e.jpg +b_2_2_zombie_akh.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_akh.jpg b_2_2_zombie_ala.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ala.jpg b_2_2_zombie_avr.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_avr.jpg b_2_2_zombie_bng.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_bng.jpg +b_2_2_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c14.jpg +b_2_2_zombie_c15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c15jpg +b_2_2_zombie_c16.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c16.jpg +b_2_2_zombie_c17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c17.jpg +b_2_2_zombie_cns.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cns.jpg +b_2_2_zombie_ddl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddl.jpg +b_2_2_zombie_ddq.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddq.jpg +b_2_2_zombie_dtk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_dtk.jpg +b_2_2_zombie_ema.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ema.jpg +b_2_2_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_emn.jpg +b_2_2_zombie2_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_emn.jpg +b_2_2_zombie3_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_emn.jpg b_2_2_zombie_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_isd.jpg +b_2_2_zombie2_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_isd.jpg +b_2_2_zombie3_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_isd.jpg +b_2_2_zombie_ktk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ktk.jpg b_2_2_zombie_m10.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m10.jpg b_2_2_zombie_m11.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m11.jpg +b_2_2_zombie_m12.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m12.jpg b_2_2_zombie_m13.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m13.jpg b_2_2_zombie_m14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m14.jpg +b_2_2_zombie_m15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m15.jpg b_2_2_zombie_mbs.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mbs.jpg +b_2_2_zombie_mm3.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mm3.jpg +b_2_2_zombie_ogw.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ogw.jpg +b_2_2_zombie_ons.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ons.jpg +b_2_2_zombie_ori.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ori.jpg +b_2_2_zombie_pca.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pca.jpg +b_2_2_zombie_soi.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_soi.jpg +b_2_2_zombie_ust.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ust.jpg b_2_2_zombie_knight.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_knight.jpg -b_2_2_zombie_rna.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_rna.jpg b_2_4_spider.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider.jpg b_3_3_angel.jpg https://downloads.cardforge.org/images/tokens/b_3_3_angel.jpg b_3_3_kavu.jpg https://downloads.cardforge.org/images/tokens/b_3_3_kavu.jpg @@ -55,7 +84,6 @@ b_x_x_minion.jpg https://downloads.cardforge.org/images/to b_x_x_nightmare_horror.jpg https://downloads.cardforge.org/images/tokens/b_x_x_nightmare_horror.jpg b_x_x_vampire.jpg https://downloads.cardforge.org/images/tokens/b_x_x_vampire.jpg bg_1_1_worm.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm.jpg -br_1_1_minor_demon.jpg https://downloads.cardforge.org/images/tokens/br_1_1_minor_demon.jpg br_3_1_graveborn_haste.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste.jpg br_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental.jpg c_0_0_construct.jpg https://downloads.cardforge.org/images/tokens/c_0_0_construct.jpg @@ -63,18 +91,16 @@ c_0_1_eldrazi_spawn.jpg https://downloads.cardforge.org/images/to c_0_1_eldrazi_spawn2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn2.jpg c_0_1_eldrazi_spawn3.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn3.jpg c_0_1_pest.jpg https://downloads.cardforge.org/images/tokens/c_0_1_pest.jpg -c_0_1_prism.jpg https://downloads.cardforge.org/images/tokens/c_0_1_prism.jpg -c_0_2_wall.jpg https://downloads.cardforge.org/images/tokens/c_0_2_wall.jpg +c_0_1_a_prism.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism.jpg +c_0_2_a_wall_defender.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender.jpg c_10_10_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi.jpg -c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg +c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg -c_1_1_a_thopter_flying.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying.jpg -c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg -c_1_1_a_thopter_flying_rna.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_rna.jpg +c_1_1_a_thopter_flying.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying.jpg +c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg c_1_1_eldrazi_scion.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion.jpg c_1_1_eldrazi_scion2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion2.jpg c_1_1_eldrazi_scion3.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion3.jpg -c_1_1_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_gnome.jpg c_1_1_hornet.jpg https://downloads.cardforge.org/images/tokens/c_1_1_hornet.jpg c_1_1_metallic_sliver.jpg https://downloads.cardforge.org/images/tokens/c_1_1_metallic_sliver.jpg c_1_1_myr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_myr.jpg @@ -89,20 +115,20 @@ c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/t c_1_1_sliver_m15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m15.jpg c_1_1_a_snake_poison_leg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_leg.jpg c_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit.jpg -c_1_1_tetravite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_tetravite.jpg c_1_1_thopter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_thopter.jpg c_1_1_triskelavite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_triskelavite.jpg -c_1_1_wasp.jpg https://downloads.cardforge.org/images/tokens/c_1_1_wasp.jpg c_2_2_assembly_worker.jpg https://downloads.cardforge.org/images/tokens/c_2_2_assembly_worker.jpg c_2_2_pincher.jpg https://downloads.cardforge.org/images/tokens/c_2_2_pincher.jpg c_2_2_spawn.jpg https://downloads.cardforge.org/images/tokens/c_2_2_spawn.jpg c_2_2_volraths_laboratory.jpg https://downloads.cardforge.org/images/tokens/c_2_2_volraths_laboratory.jpg c_2_2_wirefly.jpg https://downloads.cardforge.org/images/tokens/c_2_2_wirefly.jpg +c_3_3_a_wurm_deathtouch.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch.jpg +c_3_3_a_wurm_deathtouch_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_c14.jpg +c_3_3_a_wurm_lifelink.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink.jpg +c_3_3_a_wurm_lifelink_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_c14.jpg c_3_3_golem.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem.jpg c_3_3_golem_nph.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem_nph.jpg c_3_3_golem_ths.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem_ths.jpg -c_3_3_wurm_deathtouch.jpg https://downloads.cardforge.org/images/tokens/c_3_3_wurm_deathtouch.jpg -c_3_3_wurm_lifelink.jpg https://downloads.cardforge.org/images/tokens/c_3_3_wurm_lifelink.jpg c_3_4_gargoyle.jpg https://downloads.cardforge.org/images/tokens/c_3_4_gargoyle.jpg c_4_4_kaldra.jpg https://downloads.cardforge.org/images/tokens/c_4_4_kaldra.jpg c_4_6_golem.jpg https://downloads.cardforge.org/images/tokens/c_4_6_golem.jpg @@ -111,14 +137,18 @@ c_5_5_tuktuk_the_returned.jpg https://downloads.cardforge.org/images/to c_6_12_construct.jpg https://downloads.cardforge.org/images/tokens/c_6_12_construct.jpg c_7_7_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_7_7_eldrazi.jpg c_9_9_golem.jpg https://downloads.cardforge.org/images/tokens/c_9_9_golem.jpg -c_a_treasure_sac_rna.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_rna.jpg c_gold.jpg https://downloads.cardforge.org/images/tokens/c_gold.jpg c_x_x_horror.jpg https://downloads.cardforge.org/images/tokens/c_x_x_horror.jpg c_x_x_riptide_replicator.jpg https://downloads.cardforge.org/images/tokens/c_x_x_riptide_replicator.jpg c_x_y_twin.jpg https://downloads.cardforge.org/images/tokens/c_x_y_twin.jpg +carnivore.jpg https://downloads.cardforge.org/images/tokens/carnivore.jpg g_0_1_plant.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant.jpg +g_0_1_plant_ddp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddp.jpg +g_0_1_plant_ddr.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddr.jpg +g_0_1_plant_ogw.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ogw.jpg +g_0_1_plant_pca.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pca.jpg g_0_1_sheep.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep.jpg -g_0_1_wood.jpg https://downloads.cardforge.org/images/tokens/g_0_1_wood.jpg +g_0_1_sheep_tsp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsp.jpg g_1_1_butterfly.jpg https://downloads.cardforge.org/images/tokens/g_1_1_butterfly.jpg g_1_1_cat.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat.jpg g_1_1_elf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf.jpg @@ -133,26 +163,52 @@ g_1_1_insect_m10.jpg https://downloads.cardforge.org/images/to g_1_1_insect_mrd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_mrd.jpg g_1_1_llanowar_elves.jpg https://downloads.cardforge.org/images/tokens/g_1_1_llanowar_elves.jpg g_1_1_ooze.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze.jpg +g_1_1_ooze_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_pca.jpg g_1_1_plant.jpg https://downloads.cardforge.org/images/tokens/g_1_1_plant.jpg -g_1_1_saproling.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling.jpg +g_1_1_saproling_fem.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fem.jpg g_1_1_saproling_10e.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_10e.jpg +g_1_1_saproling_9ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_9ed.jpg g_1_1_saproling_ala.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ala.jpg +g_1_1_saproling_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c15.jpg +g_1_1_saproling_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c16.jpg +g_1_1_saproling2_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c16.jpg +g_1_1_saproling_ddf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddf.jpg +g_1_1_saproling_ddh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddh.jpg +g_1_1_saproling_ddj.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddj.jpg +g_1_1_saproling_ddl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddl.jpg g_1_1_saproling_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_dom.jpg g_1_1_saproling2_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_dom.jpg g_1_1_saproling3_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_dom.jpg +g_1_1_saproling_e02.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_e02.jpg +g_1_1_saproling_inv.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_inv.jpg g_1_1_saproling_m12.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m12.jpg g_1_1_saproling_m13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m13.jpg g_1_1_saproling_m14.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m14.jpg +g_1_1_saproling_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm2.jpg +g_1_1_saproling_mm3.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm3.jpg +g_1_1_saproling_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pca.jpg g_1_1_saproling_rav.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rav.jpg +g_1_1_saproling_rix.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rix.jpg g_1_1_saproling_rtr.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rtr.jpg -g_1_1_saproling_tsp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tsp.jpg +g_1_1_saproling_tsb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tsb.jpg +g_1_1_saproling_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ust.jpg +g_1_1_saproling2_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_ust.jpg +g_1_1_saproling_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_vma.jpg g_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake.jpg +g_1_1_snake_akh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_akh.jpg +g_1_1_snake_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_c15.jpg g_1_1_snake_chk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_chk.jpg +g_1_1_snake_ktk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_ktk.jpg +g_1_1_snake_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mm2.jpg +g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg g_1_1_spike.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike.jpg -g_1_1_splinter.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter.jpg +g_1_1_splinter_flying_cum.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum.jpg g_1_1_squirrel.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel.jpg +g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg +g_1_1_squirrel_ody.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ody.jpg +g_1_1_squirrel_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ust.jpg +g_1_1_squirrel_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_vma.jpg g_1_1_wolf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_wolf.jpg -g_1_1_wolves_of_the_hunt.jpg https://downloads.cardforge.org/images/tokens/g_1_1_wolves_of_the_hunt.jpg g_1_2_spider.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider.jpg g_1_2_spider_isd.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_isd.jpg g_2_2_ape.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ape.jpg @@ -161,9 +217,12 @@ g_2_2_bear_ons.jpg https://downloads.cardforge.org/images/to g_2_2_beast.jpg https://downloads.cardforge.org/images/tokens/g_2_2_beast.jpg g_2_2_boar.jpg https://downloads.cardforge.org/images/tokens/g_2_2_boar.jpg g_2_2_cat_warrior.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior.jpg +g_2_2_cat_warrior_forestwalk.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk.jpg +g_2_2_cat_warrior_forestwalk_c17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_c17.jpg g_2_2_lizard.jpg https://downloads.cardforge.org/images/tokens/g_2_2_lizard.jpg g_2_2_ooze.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze.jpg -g_2_2_ooze_rna.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_rna.jpg +g_2_2_ooze_mitotic.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic.jpg +g_2_2_ooze_mitotic_pca.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_pca.jpg g_2_2_wolf.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf.jpg g_2_2_wolf_bng.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_bng.jpg g_2_2_wolf_isd.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_isd.jpg @@ -176,23 +235,33 @@ g_2_5_treefolk_shaman.jpg https://downloads.cardforge.org/images/to g_3_2_cat.jpg https://downloads.cardforge.org/images/tokens/g_3_2_cat.jpg g_3_3_ape.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ape.jpg g_3_3_beast.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast.jpg +g_3_3_beast_c14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c14.jpg +g_3_3_beast_c16.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c16.jpg +g_3_3_beast_ddd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddd.jpg +g_3_3_beast_ddl.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddl.jpg +g_3_3_beast_e01.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_e01.jpg g_3_3_beast_eve.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_eve.jpg g_3_3_beast_lrw.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_lrw.jpg +g_3_3_beast_m10.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m10.jpg +g_3_3_beast_m11.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m11.jpg g_3_3_beast_m12.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m12.jpg g_3_3_beast_m13.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m13.jpg g_3_3_beast_m14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m14.jpg +g_3_3_beast_m15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m15.jpg +g_3_3_beast_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_mm3.jpg g_3_3_beast_nph.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_nph.jpg +g_3_3_beast_pca.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_pca.jpg +g_3_3_beast_ust.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ust.jpg +g_3_3_beast2_ust.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast2_ust.jpg g_3_3_boar.jpg https://downloads.cardforge.org/images/tokens/g_3_3_boar.jpg g_3_3_centaur.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur.jpg g_3_3_centaur_bng.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_bng.jpg g_3_3_centaur_pro_black.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_pro_black.jpg -g_3_3_centaur_rna.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_rna.jpg g_3_3_centaur_rtr.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_rtr.jpg g_3_3_elephant.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant.jpg g_3_3_elephant_ody.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_ody.jpg g_3_3_elephant_wwk.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_wwk.jpg g_3_3_frog_lizard.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard.jpg -g_3_3_frog_lizard_rna.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_rna.jpg g_4_4_beast.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast.jpg g_4_4_beast_zen.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_zen.jpg g_4_4_elemental.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental.jpg @@ -212,6 +281,7 @@ g_x_x_ooze_isd.jpg https://downloads.cardforge.org/images/to g_x_x_ooze_roe.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_roe.jpg g_x_x_ooze_rtr.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_rtr.jpg g_x_x_saproling.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling.jpg +g_x_x_treefolk_warrior.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_warrior.jpg g_x_x_wurm.jpg https://downloads.cardforge.org/images/tokens/g_x_x_wurm.jpg gr_1_1_dragon.jpg https://downloads.cardforge.org/images/tokens/gr_1_1_dragon.jpg gu_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/gu_1_1_snake.jpg @@ -228,36 +298,46 @@ r_0_1_kobolds_of_kher_keep.jpg https://downloads.cardforge.org/images/to r_1_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental.jpg r_1_1_elemental2_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_m14.jpg r_1_1_elemental_cat.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat.jpg +r_1_1_elemental_cat_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat_haste.jpg r_1_1_elemental_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m14.jpg -r_1_1_goblin.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin.jpg +r_1_1_goblin_fem.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_fem.jpg r_1_1_goblin_10e.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_10e.jpg r_1_1_goblin_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ala.jpg +r_1_1_goblin_c14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_c14.jpg +r_1_1_goblin_c16.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_c16.jpg r_1_1_goblin_dom.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dom.jpg +r_1_1_goblin_m10.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m10.jpg r_1_1_goblin_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m13.jpg +r_1_1_goblin2_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_m13.jpg r_1_1_goblin_nph.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_nph.jpg r_1_1_goblin_rav.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rav.jpg -r_1_1_goblin_rna.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rna.jpg r_1_1_goblin_rtr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rtr.jpg -r_1_1_goblin_scout.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout.jpg r_1_1_goblin_som.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_som.jpg r_1_1_goblin_tsp.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tsp.jpg +r_1_1_goblin_scout.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout.jpg +r_1_1_goblin_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste.jpg +r_1_1_goblin_scout_mountainwalk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk.jpg r_1_1_human.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human.jpg r_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier.jpg r_1_1_survivor.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor.jpg r_1_1_warrior.jpg https://downloads.cardforge.org/images/tokens/r_1_1_warrior.jpg r_2_1_goblin.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin.jpg -r_2_2_dragon_m14.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_m14.jpg -r_3_1_carnivore.jpg https://downloads.cardforge.org/images/tokens/r_3_1_carnivore.jpg +r_2_2_dragon_flying_firebreathing.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing.jpg +r_2_2_dragon_flying_firebreathing_ema.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ema.jpg +r_2_2_dragon_flying_firebreathing_ima.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ima.jpg +r_2_2_dragon_flying_firebreathing_m14.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m14.jpg +r_2_2_dragon_flying_firebreathing_m15.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m15.jpg +r_2_2_gremlin.jpg https://downloads.cardforge.org/images/tokens/r_2_2_gremlin.jpg r_3_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental.jpg r_3_1_elemental_bfz.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_bfz.jpg r_3_1_elemental_bng.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_bng.jpg r_3_1_elemental_dis.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dis.jpg r_3_1_elemental_dom.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dom.jpg +r_3_1_elemental_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_mrd.jpg +r_3_1_elemental_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_sok.jpg r_3_1_elemental_haste.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste.jpg -r_3_1_elemental_haste_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_mrd.jpg -r_3_1_elemental_haste_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_sok.jpg +r_3_1_elemental_haste_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_sok.jpg r_3_1_elemental_shaman.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman.jpg -r_3_1_spark_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_1_spark_elemental.jpg r_3_3_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_3_elemental.jpg r_3_3_ogre.jpg https://downloads.cardforge.org/images/tokens/r_3_3_ogre.jpg r_4_4_bird_flying_arn.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_arn.jpg @@ -272,12 +352,13 @@ r_5_5_dragon_10e.jpg https://downloads.cardforge.org/images/to r_5_5_dragon_bfz.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_bfz.jpg r_5_5_dragon_wwk.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_wwk.jpg r_6_6_dragon_rtr.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_rtr.jpg -r_7_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_7_1_elemental.jpg +r_7_1_elemental_trample_haste.jpg https://downloads.cardforge.org/images/tokens/r_7_1_elemental_trample_haste.jpg r_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/r_x_x_elemental.jpg +ragavan.jpg https://downloads.cardforge.org/images/tokens/ragavan.jpg rg_1_1_goblin_warrior.jpg https://downloads.cardforge.org/images/tokens/rg_1_1_goblin_warrior.jpg rg_2_2_satyr.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr.jpg -rg_3_4_stangg_twin.jpg https://downloads.cardforge.org/images/tokens/rg_3_4_stangg_twin.jpg -rg_4_4_giant_warrior.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior.jpg +rg_4_4_giant_warrior_haste.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste.jpg +rg_4_4_giant_warrior_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_mm3.jpg rg_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/rg_5_5_elemental.jpg rgw_1_1_sand_warrior_leg.jpg https://downloads.cardforge.org/images/tokens/rgw_1_1_sand_warrior_leg.jpg rw_1_1_goblin_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier.jpg @@ -289,11 +370,11 @@ tombspawn.jpg https://downloads.cardforge.org/images/tokens/tombsp u_0_1_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_0_1_homunculus.jpg u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg u_0_1_starfish.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish.jpg -u_0_2_illusion_mesmerize_rna.jpg https://downloads.cardforge.org/images/tokens/u_0_2_illusion_mesmerize_rna.jpg u_1_0_elemental.jpg https://downloads.cardforge.org/images/tokens/u_1_0_elemental.jpg u_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird.jpg u_1_1_bird_eve.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_eve.jpg -u_1_1_camarid.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid.jpg +u_1_1_camarid_fem.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_fem.jpg +u_1_1_camarid_tsp.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_tsp.jpg u_1_1_cloud_sprite.jpg https://downloads.cardforge.org/images/tokens/u_1_1_cloud_sprite.jpg u_1_1_faerie.jpg https://downloads.cardforge.org/images/tokens/u_1_1_faerie.jpg u_1_1_illusion.jpg https://downloads.cardforge.org/images/tokens/u_1_1_illusion.jpg @@ -307,11 +388,16 @@ u_2_2_drake.jpg https://downloads.cardforge.org/images/to u_2_2_elemental_flying.jpg https://downloads.cardforge.org/images/tokens/u_2_2_elemental_flying.jpg u_2_2_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_2_2_homunculus.jpg u_2_2_illusion.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion.jpg -u_3_3_weird.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird.jpg +u_3_3_fish_hatches_whale.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale.jpg +u_3_3_fish_hatches_whale_a25.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_a25.jpg +u_3_3_weird_defender_flying.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying.jpg u_5_5_dragon_spirit.jpg https://downloads.cardforge.org/images/tokens/u_5_5_dragon_spirit.jpg -u_5_5_wall.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall.jpg +u_5_5_wall_defender.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender.jpg +u_5_5_whale_hatches_kraken.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken.pg +u_5_5_whale_hatches_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken_a25.pg u_8_8_octopus.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus.jpg u_9_9_kraken.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken.jpg +u_9_9_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_a25.jpg u_x_x_orb.jpg https://downloads.cardforge.org/images/tokens/u_x_x_orb.jpg ub_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue.jpg ub_1_1_horror.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror.jpg @@ -327,17 +413,18 @@ w_1_1_bird_csp.jpg https://downloads.cardforge.org/images/to w_1_1_bird_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_rtr.jpg w_1_1_bird_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_soldier.jpg w_1_1_cat_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_soldier.jpg -w_1_1_citizen.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen.jpg +w_1_1_citizen_fem.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_fem.jpg +w_1_1_citizen_tsp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_tsp.jpg w_1_1_goldmeadow_harrier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_goldmeadow_harrier.jpg w_1_1_human.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human.jpg w_1_1_human_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_avr.jpg -w_1_1_human_rna.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_rna.jpg w_1_1_kithkin_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier.jpg w_1_1_kithkin_soldier_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_shm.jpg w_1_1_knight.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight.jpg w_1_1_kor_ally.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally.jpg w_1_1_kor_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier.jpg -w_1_1_pegasus.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus.jpg +w_1_1_pegasus_flying.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying.jpg +w_1_1_pegasus_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_c14.jpg w_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier.jpg w_1_1_soldier2_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_ths.jpg w_1_1_soldier_10e.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_10e.jpg @@ -355,53 +442,106 @@ w_1_1_soldier_rtr.jpg https://downloads.cardforge.org/images/to w_1_1_soldier_som.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_som.jpg w_1_1_soldier_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ths.jpg w_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit.jpg +w_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying.jpg +w_1_1_spirit_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_a25.jpg w_1_1_spirit_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_avr.jpg +w_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_avr.jpg +w_1_1_spirit_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c14.jpg +w_1_1_spirit_flying_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c16.jpg +w_1_1_spirit_flying_cns.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cns.jpg +w_1_1_spirit_flying_ddc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddc.jpg +w_1_1_spirit_flying_ddk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddk.jpg +w_1_1_spirit_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddq.jpg +w_1_1_spirit_flying_e01.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_e01.jpg +w_1_1_spirit_flying_ema.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ema.jpg +w_1_1_spirit_flying_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_frf.jpg +w_1_1_spirit_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ima.jpg w_1_1_spirit_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_isd.jpg +w_1_1_spirit_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_isd.jpg +w_1_1_spirit_flying_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ktk.jpg +w_1_1_spirit_flying_m15.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_m15.jpg +w_1_1_spirit_flying_mm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm2.jpg +w_1_1_spirit_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm3.jpg w_1_1_spirit_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_mrd.jpg +w_1_1_spirit_flying_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mrd.jpg +w_1_1_spirit_flying_pls.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_pls.jpg w_1_1_spirit_rav.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_rav.jpg +w_1_1_spirit_flying_rav.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_rav.jpg w_1_1_spirit_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_shm.jpg +w_1_1_spirit_flying_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_shm.jpg +w_1_1_spirit_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_soi.jpg +w_1_1_spirit_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_vma.jpg +w_1_1_spirit_flying_ust.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ust.jpg +w_1_1_spirit_flying2_ust.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying2_ust.jpg w_2_1_cleric.jpg https://downloads.cardforge.org/images/tokens/w_2_1_cleric.jpg w_2_2_cat.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat.jpg w_2_2_cat_m13.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m13.jpg w_2_2_cat_m14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m14.jpg w_2_2_griffin.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin.jpg -w_2_2_knight.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight.jpg w_2_2_knight_ally.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_ally.jpg -w_2_2_knight_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_dom.jpg -w_2_2_knight2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight2_dom.jpg w_2_2_knight_first_strike.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_first_strike.jpg +w_2_2_knight.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight.jpg +w_2_2_knight_vigilance.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance.jpg +w_2_2_knight_vigilance_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_c15.jpg +w_2_2_knight_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_dom.jpg +w_2_2_knight_vigilance_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dom.jpg +w_2_2_knight2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight2_dom.jpg +w_2_2_knight_vigilance2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_dom.jpg +w_2_2_knight_vigilance_ori.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_ori.jpg w_2_2_knight_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_rtr.jpg +w_2_2_knight_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_rtr.jpg w_2_2_reflection.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection.jpg w_3_3_bird.jpg https://downloads.cardforge.org/images/tokens/w_3_3_bird.jpg w_3_3_spirit.jpg https://downloads.cardforge.org/images/tokens/w_3_3_spirit.jpg w_4_4_angel.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel.jpg -w_4_4_angel2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel2_avr.jpg +w_4_4_angel_flying.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying.jpg +w_4_4_angel_flying2.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2.jpg w_4_4_angel_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_avr.jpg +w_4_4_angel_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_avr.jpg +w_4_4_angel2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel2_avr.jpg +w_4_4_angel_flying2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2_avr.jpg +w_4_4_angel_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c14.jpg +w_4_4_angel_flying_c15.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c15.jpg w_4_4_angel_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_cfx.jpg +w_4_4_angel_flying_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_cfx.jpg +w_4_4_angel_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ddq.jpg w_4_4_angel_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_gtc.jpg +w_4_4_angel_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_gtc.jpg +w_4_4_angel_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ima.jpg w_4_4_angel_isd.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_isd.jpg +w_4_4_angel_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_isd.jpg w_4_4_angel_m14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_m14.jpg +w_4_4_angel_flying_m14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_m14.jpg +w_4_4_angel_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_mm3.jpg +w_4_4_angel_flying_ons.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ons.jpg +w_4_4_angel_flying_ori.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ori.jpg +w_4_4_angel_flying_pca.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_pca.jpg +w_4_4_angel_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_soi.jpg +w_4_4_angel_flying_ust.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ust.jpg +w_4_4_angel_flying2_ust.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2_ust.jpg w_4_4_angel_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_zen.jpg +w_4_4_angel_flying_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_zen.jpg w_4_4_elemental.jpg https://downloads.cardforge.org/images/tokens/w_4_4_elemental.jpg w_5_5_giant_warrior.jpg https://downloads.cardforge.org/images/tokens/w_5_5_giant_warrior.jpg w_n_n_avatar.jpg https://downloads.cardforge.org/images/tokens/w_n_n_avatar.jpg w_x_x_reflection.jpg https://downloads.cardforge.org/images/tokens/w_x_x_reflection.jpg -wasp_10e.jpg https://downloads.cardforge.org/images/tokens/wasp_10e.jpg -wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg +wasp_10e.jpg https://downloads.cardforge.org/images/tokens/wasp_10e.jpg +wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg wb_1_1_cleric.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric.jpg -wb_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying.jpg -wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg -wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg -wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg -wood.jpg https://downloads.cardforge.org/images/tokens/wood.jpg +wb_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit.jpg +wb_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying.jpg +wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg +wb_1_1_spirit_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_gtc.jpg +wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg +wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg +wood.jpg https://downloads.cardforge.org/images/tokens/wood.jpg wrg_8_8_beast.jpg https://downloads.cardforge.org/images/tokens/wrg_8_8_beast.jpg wu_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird.jpg -wu_4_4_sphinx_flying_vigilance_rna.jpg https://downloads.cardforge.org/images/tokens/wu_4_4_sphinx_flying_vigilance_rna.jpg + # Emblems chandra_the_firebrand_effect.jpg https://downloads.cardforge.org/images/tokens/chandra_the_firebrand_effect.jpg -emblem_domri_chaos_bringer_rna.jpg https://downloads.cardforge.org/images/tokens/emblem_domri_chaos_bringer_rna.jpg emblem_domri_rade.jpg https://downloads.cardforge.org/images/tokens/emblem_domri_rade.jpg emblem_elspeth_knight_errant.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_knight_errant.jpg emblem_elspeth_suns_champion.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_suns_champion.jpg @@ -419,6 +559,7 @@ emblem_teferi_hero_of_dominaria.jpg https://downloads.cardforge.org/images/to emblem_venser_the_sojourner.jpg https://downloads.cardforge.org/images/tokens/emblem_venser_the_sojourner.jpg # Other +copy.jpg https://downloads.cardforge.org/images/tokens/copy.jpg hidden.jpg https://downloads.cardforge.org/images/tokens/morph.jpg morph.jpg https://downloads.cardforge.org/images/tokens/morph.jpg manifest.jpg https://downloads.cardforge.org/images/tokens/manifest.jpg From 40acdd7f2d496b9aa7c4bbb5115fb5f1e76360be Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 13:14:32 -0600 Subject: [PATCH 63/76] Finalize ICE --- forge-gui/res/cardsfolder/c/caribou_range.txt | 2 +- forge-gui/res/lists/token-images.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/c/caribou_range.txt b/forge-gui/res/cardsfolder/c/caribou_range.txt index b0032bf14a3..cf70d23cd45 100644 --- a/forge-gui/res/cardsfolder/c/caribou_range.txt +++ b/forge-gui/res/cardsfolder/c/caribou_range.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant land you control A:SP$ Attach | Cost$ 2 W W | ValidTgts$ Land.YouCtrl | AILogic$ Pump S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ Token | Description$ Enchanted land has "{W}{W}, {T}: Create a 0/1 white Caribou creature token." -SVar:Token:AB$Token | Cost$ W W T | TokenAmount$ 1 | TokenScript$ w_0_1_caribou | LegacyImage$ w 0 1 caribou | TokenOwner$ You | SpellDescription$ Create a 0/1 white Caribou creature token. +SVar:Token:AB$Token | Cost$ W W T | TokenAmount$ 1 | TokenScript$ w_0_1_caribou | LegacyImage$ w 0 1 caribou ice | TokenOwner$ You | SpellDescription$ Create a 0/1 white Caribou creature token. A:AB$ GainLife | Cost$ Sac<1/Caribou.token/Caribou token> | LifeAmount$ 1 | SpellDescription$ You gain 1 life. SVar:Picture:http://www.wizards.com/global/images/magic/general/caribou_range.jpg Oracle:Enchant land you control\nEnchanted land has "{W}{W}, {T}: Create a 0/1 white Caribou creature token."\nSacrifice a Caribou token: You gain 1 life. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 14d99956bf4..f961afcfd65 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -403,7 +403,7 @@ ub_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/to ub_1_1_horror.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror.jpg ub_1_1_zombie_wizard.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_zombie_wizard.jpg ur_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental.jpg -w_0_1_caribou.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou.jpg +w_0_1_caribou_ice.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_ice.jpg w_0_1_deserter.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter.jpg w_0_1_goat.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat.jpg w_0_1_goat_m13.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_m13.jpg From a3066118532b1dadf1151104a29f0864423ee463 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 13:29:01 -0600 Subject: [PATCH 64/76] Finalize HML --- forge-gui/res/cardsfolder/d/drudge_spell.txt | 2 +- forge-gui/res/cardsfolder/w/wall_of_kelp.txt | 2 +- forge-gui/res/lists/token-images.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/drudge_spell.txt b/forge-gui/res/cardsfolder/d/drudge_spell.txt index b87809a2d2d..4ae84cfc752 100644 --- a/forge-gui/res/cardsfolder/d/drudge_spell.txt +++ b/forge-gui/res/cardsfolder/d/drudge_spell.txt @@ -1,7 +1,7 @@ Name:Drudge Spell ManaCost:B B Types:Enchantment -A:AB$ Token | Cost$ B ExileFromGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ b_1_1_skeleton_regenerate | TokenOwner$ You | LegacyImage$ b 1 1 skeleton regenerate | SpellDescription$ Create a 1/1 black Skeleton creature token. It has "{B}: Regenerate this creature." +A:AB$ Token | Cost$ B ExileFromGrave<2/Creature> | TokenAmount$ 1 | TokenScript$ b_1_1_skeleton_regenerate | TokenOwner$ You | LegacyImage$ b 1 1 skeleton regenerate ala | SpellDescription$ Create a 1/1 black Skeleton creature token. It has "{B}: Regenerate this creature." T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigDestroyAll | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, destroy all Skeleton tokens. They can't be regenerated. SVar:TrigDestroyAll:DB$DestroyAll | ValidCards$ Skeleton.token | NoRegen$ True SVar:NonStackingEffect:True diff --git a/forge-gui/res/cardsfolder/w/wall_of_kelp.txt b/forge-gui/res/cardsfolder/w/wall_of_kelp.txt index a28a548b7b4..d2f8634d640 100644 --- a/forge-gui/res/cardsfolder/w/wall_of_kelp.txt +++ b/forge-gui/res/cardsfolder/w/wall_of_kelp.txt @@ -3,6 +3,6 @@ ManaCost:U U Types:Creature Plant Wall PT:0/3 K:Defender -A:AB$ Token | Cost$ U U T | TokenAmount$ 1 | TokenScript$ kelp | TokenOwner$ You | LegacyImage$ kelp | SpellDescription$ Create a 0/1 blue Plant Wall creature token with defender named Kelp. +A:AB$ Token | Cost$ U U T | TokenAmount$ 1 | TokenScript$ kelp | TokenOwner$ You | LegacyImage$ kelp hml | SpellDescription$ Create a 0/1 blue Plant Wall creature token with defender named Kelp. SVar:Picture:http://resources.wizards.com/magic/cards/hm/en-us/card2959.jpg Oracle:Defender (This creature can't attack.)\n{U}{U}, {T}: Create a 0/1 blue Plant Wall creature token with defender named Kelp. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index f961afcfd65..d414e879342 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -7,7 +7,7 @@ b_0_0_germ_mm2.jpg https://downloads.cardforge.org/image b_0_0_germ_pca.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pca.jpg b_0_1_cleric_dom.jpg https://downloads.cardforge.org/images/tokens/b_0_1_cleric_dom.jpg b_0_1_insect.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect.jpg -b_0_1_serf.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf.jpg +b_0_1_serf_ema.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_ema.jpg b_0_1_thrull_ddc.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_ddc.jpg b_0_1_thrull_fem.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_fem.jpg b_1_1_assassin_rtr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_rtr.jpg @@ -21,7 +21,7 @@ b_1_1_rat.jpg https://downloads.cardforge.org/images/to b_1_1_rat_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_c17.jpg b_1_1_rat_gtc.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_gtc.jpg b_1_1_rat_shm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_shm.jpg -b_1_1_skeleton_regenerate.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate.jpg +b_1_1_skeleton_regenerate_ala.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_ala.jpg b_1_1_skeleton_regenerate_a25.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_a25.jpg b_1_1_thrull.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull.jpg b_1_1_vampire.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire.jpg @@ -78,7 +78,7 @@ b_5_5_urami.jpg https://downloads.cardforge.org/images/to b_5_5_zombie_giant.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant.jpg b_6_6_demon.jpg https://downloads.cardforge.org/images/tokens/b_6_6_demon.jpg b_6_6_wurm.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm.jpg -b_dx_dy_spirit.jpg https://downloads.cardforge.org/images/tokens/b_dx_dy_spirit.jpg +b_x_x_spirit_hml.jpg https://downloads.cardforge.org/images/tokens/b_x_x_spirit_hml.jpg b_x_x_demon.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon.jpg b_x_x_minion.jpg https://downloads.cardforge.org/images/tokens/b_x_x_minion.jpg b_x_x_nightmare_horror.jpg https://downloads.cardforge.org/images/tokens/b_x_x_nightmare_horror.jpg @@ -291,7 +291,7 @@ gw_2_2_voja.jpg https://downloads.cardforge.org/images/to gw_8_8_elemental_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_rtr.jpg gw_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental.jpg hornet.jpg https://downloads.cardforge.org/images/tokens/hornet.jpg -kelp.jpg https://downloads.cardforge.org/images/tokens/kelp.jpg +kelp_hml.jpg https://downloads.cardforge.org/images/tokens/kelp_hml.jpg lightning_rager.jpg https://downloads.cardforge.org/images/tokens/lightning_rager.jpg minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg r_0_1_kobolds_of_kher_keep.jpg https://downloads.cardforge.org/images/tokens/r_0_1_kobolds_of_kher_keep.jpg From 42409539504e00aa70fc6d29cd6f26eca0b420dc Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 14:02:25 -0600 Subject: [PATCH 65/76] Finalize ALL (alliances) --- .../res/cardsfolder/b/balduvian_dead.txt | 2 +- .../res/cardsfolder/e/errand_of_duty.txt | 2 +- .../res/cardsfolder/f/feast_or_famine.txt | 2 +- .../cardsfolder/k/kjeldoran_home_guard.txt | 2 +- .../res/cardsfolder/k/kjeldoran_outpost.txt | 2 +- .../res/cardsfolder/p/phantasmal_sphere.txt | 2 +- forge-gui/res/cardsfolder/p/phelddagrif.txt | 2 +- .../res/cardsfolder/s/spiny_starfish.txt | 2 +- .../res/cardsfolder/s/splintering_wind.txt | 2 +- .../cardsfolder/v/varchilds_war_riders.txt | 2 +- forge-gui/res/lists/token-images.txt | 20 +++++++++---------- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/forge-gui/res/cardsfolder/b/balduvian_dead.txt b/forge-gui/res/cardsfolder/b/balduvian_dead.txt index a7e7eae6832..ae72a8bc3c2 100644 --- a/forge-gui/res/cardsfolder/b/balduvian_dead.txt +++ b/forge-gui/res/cardsfolder/b/balduvian_dead.txt @@ -2,6 +2,6 @@ Name:Balduvian Dead ManaCost:3 B Types:Creature Zombie PT:2/3 -A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ br_3_1_graveborn_haste | TokenOwner$ You | LegacyImage$ br 3 1 graveborn haste | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. +A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ br_3_1_graveborn_haste | TokenOwner$ You | LegacyImage$ br 3 1 graveborn haste csp | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. SVar:Picture:http://www.wizards.com/global/images/magic/general/balduvian_dead.jpg Oracle:{2}{R}, Exile a creature card from your graveyard: Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/e/errand_of_duty.txt b/forge-gui/res/cardsfolder/e/errand_of_duty.txt index a0ec150d245..afd3bb82a35 100644 --- a/forge-gui/res/cardsfolder/e/errand_of_duty.txt +++ b/forge-gui/res/cardsfolder/e/errand_of_duty.txt @@ -1,7 +1,7 @@ Name:Errand of Duty ManaCost:1 W Types:Instant -A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_knight_banding | TokenOwner$ You | LegacyImage$ w 1 1 knight banding | SpellDescription$ Create a 1/1 white Knight creature token with banding. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_knight_banding | TokenOwner$ You | LegacyImage$ w 1 1 knight banding all | SpellDescription$ Create a 1/1 white Knight creature token with banding. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/errand_of_duty.jpg Oracle:Create a 1/1 white Knight creature token with banding. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.) diff --git a/forge-gui/res/cardsfolder/f/feast_or_famine.txt b/forge-gui/res/cardsfolder/f/feast_or_famine.txt index 0530828b46e..f48f30f35b7 100644 --- a/forge-gui/res/cardsfolder/f/feast_or_famine.txt +++ b/forge-gui/res/cardsfolder/f/feast_or_famine.txt @@ -2,7 +2,7 @@ Name:Feast or Famine ManaCost:3 B Types:Instant A:SP$ Charm | Cost$ 3 B | Choices$ DBToken,DBDestroy -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie | SpellDescription$ Create a 2/2 black Zombie creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ugl | SpellDescription$ Create a 2/2 black Zombie creature token. SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.nonBlack+nonArtifact | TgtPrompt$ Select target nonblack, nonartifact creature | NoRegen$ True | SpellDescription$ Destroy target nonartifact, nonblack creature and it can't be regenerated. SVar:Picture:http://www.wizards.com/global/images/magic/general/feast_or_famine.jpg Oracle:Choose one —\n• Create a 2/2 black Zombie creature token.\n• Destroy target nonartifact, nonblack creature. It can't be regenerated. diff --git a/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt b/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt index 6980f3d6ac5..4fa79505be0 100644 --- a/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt +++ b/forge-gui/res/cardsfolder/k/kjeldoran_home_guard.txt @@ -4,6 +4,6 @@ Types:Creature Human Soldier PT:1/6 T:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | IsPresent$ Card.Self+attackedThisCombat,Card.Self+blockedThisCombat | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At end of combat, if CARDNAME attacked or blocked this combat, put a -0/-1 counter on CARDNAME and create a 0/1 white Deserter creature token. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ M0M1 | CounterNum$ 1 | SubAbility$ DBToken -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_0_1_deserter | TokenOwner$ You | LegacyImage$ w 0 1 deserter +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_0_1_deserter | TokenOwner$ You | LegacyImage$ w 0 1 deserter all SVar:Picture:http://www.wizards.com/global/images/magic/general/kjeldoran_home_guard.jpg Oracle:At end of combat, if Kjeldoran Home Guard attacked or blocked this combat, put a -0/-1 counter on Kjeldoran Home Guard and create a 0/1 white Deserter creature token. diff --git a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt index b2152e3e22b..43aa2f1c215 100644 --- a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt +++ b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt @@ -2,7 +2,7 @@ Name:Kjeldoran Outpost ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}. -A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier | SpellDescription$ Create a 1/1 white Soldier creature token. +A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier ugl | SpellDescription$ Create a 1/1 white Soldier creature token. R:Event$ Moved | Destination$ Battlefield | ValidCard$ Card.Self | ReplaceWith$ PayBeforeETB | Description$ If CARDNAME would enter the battlefield, sacrifice a Plains instead. If you do, put CARDNAME onto the battlefield. If you don't, put it into its owner's graveyard. SVar:PayBeforeETB:DB$ Sacrifice | SacValid$ Plains | Defined$ You | RememberSacrificed$ True | SubAbility$ MoveToGraveyard SVar:MoveToGraveyard:DB$ ChangeZone | Origin$ All | Destination$ Graveyard | Defined$ ReplacedCard | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0 | SubAbility$ MoveToBattlefield diff --git a/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt b/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt index 5fa5963184d..3f3a78b51ab 100644 --- a/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt +++ b/forge-gui/res/cardsfolder/p/phantasmal_sphere.txt @@ -7,7 +7,7 @@ T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | E SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ SacSelf SVar:SacSelf:DB$ Sacrifice | Defined$ Card.Self | UnlessCost$ X | UnlessPayer$ You T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ OrbToken | TriggerDescription$ When CARDNAME leaves the battlefield, target opponent creates an X/X blue Orb creature token with flying, where X is the number of +1/+1 counters on CARDNAME. -SVar:OrbToken:DB$ Token | LegacyImage$ u x x orb | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenScript$ u_x_x_orb | TokenPower$ XLKI | TokenToughness$ XLKI | References$ XLKI | TokenAmount$ 1 +SVar:OrbToken:DB$ Token | LegacyImage$ u x x orb all | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenScript$ u_x_x_orb | TokenPower$ XLKI | TokenToughness$ XLKI | References$ XLKI | TokenAmount$ 1 SVar:X:Count$CardCounters.P1P1 SVar:XLKI:TriggeredCard$CardCounters.P1P1 AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/p/phelddagrif.txt b/forge-gui/res/cardsfolder/p/phelddagrif.txt index 2b4ee3edb1c..4d0bbe5cf2d 100644 --- a/forge-gui/res/cardsfolder/p/phelddagrif.txt +++ b/forge-gui/res/cardsfolder/p/phelddagrif.txt @@ -5,7 +5,7 @@ PT:4/4 A:AB$ Pump | Cost$ G | KW$ Trample | Defined$ Self | SubAbility$ DBToken | SpellDescription$ CARDNAME gains trample until end of turn. Target opponent creates a 1/1 green Hippo creature token. A:AB$ Pump | Cost$ W | KW$ Flying | Defined$ Self | SubAbility$ DBGain | SpellDescription$ CARDNAME gains flying until end of turn. Target opponent gains 2 life. A:AB$ ChangeZone | Cost$ U | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBDraw | SpellDescription$ Return CARDNAME to its owner's hand. Target opponent may draw a card. -SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ g_1_1_hippo | TokenOwner$ Opponent | LegacyImage$ g 1 1 hippo +SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ g_1_1_hippo | TokenOwner$ Opponent | LegacyImage$ g 1 1 hippo all SVar:DBGain:DB$GainLife | LifeAmount$ 2 | ValidTgts$ Opponent SVar:DBDraw:DB$Draw | NumCards$ 1 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | OptionalDecider$ Opponent AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/s/spiny_starfish.txt b/forge-gui/res/cardsfolder/s/spiny_starfish.txt index 0ec3ed6550e..9185d4a5af8 100644 --- a/forge-gui/res/cardsfolder/s/spiny_starfish.txt +++ b/forge-gui/res/cardsfolder/s/spiny_starfish.txt @@ -4,7 +4,7 @@ Types:Creature Starfish PT:0/1 A:AB$ Regenerate | Cost$ U | SpellDescription$ Regenerate CARDNAME. T:Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | CheckSVar$ X | SVarCompare$ GE1 | TriggerDescription$ At the beginning of each end step, if CARDNAME regenerated this turn, create a 0/1 blue Starfish creature token for each time it regenerated this turn. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ u_0_1_starfish | TokenOwner$ You | LegacyImage$ u 0 1 starfish +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ u_0_1_starfish | TokenOwner$ You | LegacyImage$ u 0 1 starfish all SVar:X:Count$RegeneratedThisTurn SVar:Picture:http://www.wizards.com/global/images/magic/general/spiny_starfish.jpg Oracle:{U}: Regenerate Spiny Starfish.\nAt the beginning of each end step, if Spiny Starfish regenerated this turn, create a 0/1 blue Starfish creature token for each time it regenerated this turn. diff --git a/forge-gui/res/cardsfolder/s/splintering_wind.txt b/forge-gui/res/cardsfolder/s/splintering_wind.txt index 1ee804a398b..2839581c35b 100644 --- a/forge-gui/res/cardsfolder/s/splintering_wind.txt +++ b/forge-gui/res/cardsfolder/s/splintering_wind.txt @@ -2,7 +2,7 @@ Name:Splintering Wind ManaCost:2 G G Types:Enchantment A:AB$ DealDamage | Cost$ 2 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | SubAbility$ DBToken | SpellDescription$ CARDNAME deals 1 damage to target creature. Create a 1/1 green Splinter creature token. It has flying and "Cumulative upkeep {G}." When it leaves the battlefield, it deals 1 damage to you and each creature you control. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless they pay its upkeep cost for each age counter on it.) -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_splinter_flying_cum | TokenOwner$ You | LegacyImage$ g 1 1 splinter flying cum | TokenTriggers$ TrigDamage | TokenSVars$ TrigBoom +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_splinter_flying_cum | TokenOwner$ You | LegacyImage$ g 1 1 splinter flying cum all | TokenTriggers$ TrigDamage | TokenSVars$ TrigBoom SVar:TrigDamage:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | TriggerZones$ Battlefield | Execute$ TrigBoom | TriggerDescription$ When this creature leaves the battlefield, it deals 1 damage to you and each creature you control. SVar:TrigBoom:DB$ DamageAll | ValidCards$ Creature.YouCtrl | ValidPlayers$ Self | NumDmg$ 1 | SpellDescription$ Deal 1 damage to you and each creature you control. AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt b/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt index 29a549864c4..8ae45660949 100644 --- a/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt +++ b/forge-gui/res/cardsfolder/v/varchilds_war_riders.txt @@ -7,7 +7,7 @@ K:Rampage:1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigCumUpkeep | TriggerDescription$ Cumulative upkeep—Have an opponent create a 1/1 red Survivor creature token. SVar:TrigCumUpkeep:DB$ Charm | Choices$ TrigAgeSurvivor,TrigAgeSacrifice | CharmNum$ 1 SVar:TrigAgeSurvivor:DB$PutCounter | Defined$ Self | CounterType$ AGE | CounterNum$ 1 | SubAbility$ Survivor -SVar:Survivor:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_survivor | TokenOwner$ Opponent | LegacyImage$ r 1 1 survivor | SpellDescription$ Have an opponent create a 1/1 red Survivor creature token. +SVar:Survivor:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_survivor | TokenOwner$ Opponent | LegacyImage$ r 1 1 survivor all | SpellDescription$ Have an opponent create a 1/1 red Survivor creature token. SVar:X:Count$CardCounters.AGE SVar:TrigAgeSacrifice:DB$PutCounter | Defined$ Self | CounterType$ AGE | CounterNum$ 1 | SubAbility$ Sacrifice SVar:Sacrifice:DB$ Sacrifice | Defined$ Self | SpellDescription$ Sacrifice CARDNAME. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index d414e879342..3038d2d93e1 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -31,7 +31,7 @@ b_20_20_marit_lage.jpg https://downloads.cardforge.org/images/to b_2_1_cat.jpg https://downloads.cardforge.org/images/tokens/b_2_1_cat.jpg b_2_2_knight_flanking_pro_white_haste.jpg https://downloads.cardforge.org/images/tokens/b_2_2_knight_flanking_pro_white_haste.jpg b_2_2_vampire.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire.jpg -b_2_2_zombie.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie.jpg +b_2_2_zombie_ugl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ugl.jpg b_2_2_zombie_10e.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_10e.jpg b_2_2_zombie_akh.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_akh.jpg b_2_2_zombie_ala.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ala.jpg @@ -84,7 +84,7 @@ b_x_x_minion.jpg https://downloads.cardforge.org/images/to b_x_x_nightmare_horror.jpg https://downloads.cardforge.org/images/tokens/b_x_x_nightmare_horror.jpg b_x_x_vampire.jpg https://downloads.cardforge.org/images/tokens/b_x_x_vampire.jpg bg_1_1_worm.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm.jpg -br_3_1_graveborn_haste.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste.jpg +br_3_1_graveborn_haste_csp.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_csp.jpg br_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental.jpg c_0_0_construct.jpg https://downloads.cardforge.org/images/tokens/c_0_0_construct.jpg c_0_1_eldrazi_spawn.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn.jpg @@ -154,7 +154,7 @@ g_1_1_cat.jpg https://downloads.cardforge.org/images/to g_1_1_elf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf.jpg g_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior.jpg g_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_shm.jpg -g_1_1_hippo.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo.jpg +g_1_1_hippo_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_all.jpg g_1_1_hound.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hound.jpg g_1_1_insect.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect.jpg g_1_1_insect_deathtouch.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_deathtouch.jpg @@ -202,7 +202,7 @@ g_1_1_snake_ktk.jpg https://downloads.cardforge.org/image g_1_1_snake_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mm2.jpg g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg g_1_1_spike.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike.jpg -g_1_1_splinter_flying_cum.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum.jpg +g_1_1_splinter_flying_cum_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum_all.jpg g_1_1_squirrel.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel.jpg g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg g_1_1_squirrel_ody.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ody.jpg @@ -319,7 +319,7 @@ r_1_1_goblin_haste.jpg https://downloads.cardforge.org/images/to r_1_1_goblin_scout_mountainwalk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk.jpg r_1_1_human.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human.jpg r_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier.jpg -r_1_1_survivor.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor.jpg +r_1_1_survivor_all.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_all.jpg r_1_1_warrior.jpg https://downloads.cardforge.org/images/tokens/r_1_1_warrior.jpg r_2_1_goblin.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin.jpg r_2_2_dragon_flying_firebreathing.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing.jpg @@ -369,7 +369,7 @@ stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/ tombspawn.jpg https://downloads.cardforge.org/images/tokens/tombspawn.jpg u_0_1_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_0_1_homunculus.jpg u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg -u_0_1_starfish.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish.jpg +u_0_1_starfish_all.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish_all.jpg u_1_0_elemental.jpg https://downloads.cardforge.org/images/tokens/u_1_0_elemental.jpg u_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird.jpg u_1_1_bird_eve.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_eve.jpg @@ -398,13 +398,13 @@ u_5_5_whale_hatches_kraken_a25.jpg https://downloads.cardfo u_8_8_octopus.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus.jpg u_9_9_kraken.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken.jpg u_9_9_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_a25.jpg -u_x_x_orb.jpg https://downloads.cardforge.org/images/tokens/u_x_x_orb.jpg +u_x_x_orb_all.jpg https://downloads.cardforge.org/images/tokens/u_x_x_orb_all.jpg ub_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue.jpg ub_1_1_horror.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror.jpg ub_1_1_zombie_wizard.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_zombie_wizard.jpg ur_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental.jpg w_0_1_caribou_ice.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_ice.jpg -w_0_1_deserter.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter.jpg +w_0_1_deserter_all.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter_all.jpg w_0_1_goat.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat.jpg w_0_1_goat_m13.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_m13.jpg w_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird.jpg @@ -420,12 +420,12 @@ w_1_1_human.jpg https://downloads.cardforge.org/images/to w_1_1_human_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_avr.jpg w_1_1_kithkin_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier.jpg w_1_1_kithkin_soldier_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_shm.jpg -w_1_1_knight.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight.jpg +w_1_1_knight_banding_all.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight_banding_all.jpg w_1_1_kor_ally.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally.jpg w_1_1_kor_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier.jpg w_1_1_pegasus_flying.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying.jpg w_1_1_pegasus_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_c14.jpg -w_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier.jpg +w_1_1_soldier_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ugl.jpg w_1_1_soldier2_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_ths.jpg w_1_1_soldier_10e.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_10e.jpg w_1_1_soldier_ala.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ala.jpg From b914422546c532544f40d09bacfda4ea7d734511 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 14:39:55 -0600 Subject: [PATCH 66/76] Finalize MIR --- forge-gui/res/cardsfolder/a/afterlife.txt | 2 +- forge-gui/res/cardsfolder/b/basalt_golem.txt | 2 +- forge-gui/res/cardsfolder/c/carrion.txt | 2 +- forge-gui/res/cardsfolder/g/goblin_scouts.txt | 2 +- forge-gui/res/cardsfolder/j/jungle_patrol.txt | 2 +- forge-gui/res/cardsfolder/s/sacred_mesa.txt | 2 +- .../res/cardsfolder/t/tombstone_stairwell.txt | 2 +- .../cardsfolder/w/waiting_in_the_weeds.txt | 2 +- forge-gui/res/lists/token-images.txt | 19 +++++++++---------- 9 files changed, 17 insertions(+), 18 deletions(-) diff --git a/forge-gui/res/cardsfolder/a/afterlife.txt b/forge-gui/res/cardsfolder/a/afterlife.txt index d9b655da79f..90995775f42 100644 --- a/forge-gui/res/cardsfolder/a/afterlife.txt +++ b/forge-gui/res/cardsfolder/a/afterlife.txt @@ -2,7 +2,7 @@ Name:Afterlife ManaCost:2 W Types:Instant A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target creature. It can't be regenerated. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying c14 | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying pls | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/afterlife.jpg Oracle:Destroy target creature. It can't be regenerated. Its controller creates a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/b/basalt_golem.txt b/forge-gui/res/cardsfolder/b/basalt_golem.txt index fc1d4cc279d..405380aa93e 100644 --- a/forge-gui/res/cardsfolder/b/basalt_golem.txt +++ b/forge-gui/res/cardsfolder/b/basalt_golem.txt @@ -6,7 +6,7 @@ K:CantBeBlockedBy Artifact.Creature T:Mode$ AttackerBlockedByCreature | ValidCard$ Card.Self | ValidBlocker$ Creature | Execute$ TrigEndCombat | TriggerDescription$ Whenever CARDNAME becomes blocked by a creature, that creature's controller sacrifices it at end of combat. If the player does, they create a 0/2 colorless Wall artifact creature token with defender. SVar:TrigEndCombat:DB$ DelayedTrigger | Mode$ Phase | Phase$ EndCombat | Execute$ TrigSacBlocker | RememberObjects$ TriggeredBlocker | TriggerDescription$ At end of combat, the controller of the creature that blocked CARDNAME sacrifices that creature. If the player does, they create a 0/2 colorless Wall artifact creature token with defender. SVar:TrigSacBlocker:DB$Destroy | Defined$ DelayTriggerRemembered | Sacrifice$ True | SubAbility$ DBToken | RememberDestroyed$ True -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Wall | TokenTypes$ Artifact,Creature,Wall | TokenOwner$ DelayTriggerRememberedController | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 2 | TokenKeywords$ Defender | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_0_2_a_wall_defender | LegacyImage$ c 0 2 a wall defender mir | TokenOwner$ DelayTriggerRememberedController | ConditionDefined$ Remembered | ConditionPresent$ Card | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/basalt_golem.jpg Oracle:Basalt Golem can't be blocked by artifact creatures.\nWhenever Basalt Golem becomes blocked by a creature, that creature's controller sacrifices it at end of combat. If the player does, they create a 0/2 colorless Wall artifact creature token with defender. diff --git a/forge-gui/res/cardsfolder/c/carrion.txt b/forge-gui/res/cardsfolder/c/carrion.txt index 95d0d393c6c..02296fa4b82 100644 --- a/forge-gui/res/cardsfolder/c/carrion.txt +++ b/forge-gui/res/cardsfolder/c/carrion.txt @@ -1,7 +1,7 @@ Name:Carrion ManaCost:1 B B Types:Instant -A:SP$ Token | Cost$ 1 B B Sac<1/Creature> | TokenScript$ b_0_1_insect | TokenOwner$ You | LegacyImage$ b 0 1 insect | TokenAmount$ X | References$ X | SpellDescription$ Create X 0/1 black Insect creature tokens, where X is the sacrificed creature's power. +A:SP$ Token | Cost$ 1 B B Sac<1/Creature> | TokenScript$ b_0_1_insect | TokenOwner$ You | LegacyImage$ b 0 1 insect mir | TokenAmount$ X | References$ X | SpellDescription$ Create X 0/1 black Insect creature tokens, where X is the sacrificed creature's power. SVar:X:Sacrificed$CardPower AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/carrion.jpg diff --git a/forge-gui/res/cardsfolder/g/goblin_scouts.txt b/forge-gui/res/cardsfolder/g/goblin_scouts.txt index 58e3e976595..d058193fb14 100644 --- a/forge-gui/res/cardsfolder/g/goblin_scouts.txt +++ b/forge-gui/res/cardsfolder/g/goblin_scouts.txt @@ -1,6 +1,6 @@ Name:Goblin Scouts ManaCost:3 R R Types:Sorcery -A:SP$ Token | Cost$ 3 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin_scout_mountainwalk | TokenOwner$ You | LegacyImage$ r 1 1 goblin scout mountainwalk | SpellDescription$ Create three 1/1 red Goblin Scout creature tokens with mountainwalk. +A:SP$ Token | Cost$ 3 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin_scout_mountainwalk | TokenOwner$ You | LegacyImage$ r 1 1 goblin scout mountainwalk mir | SpellDescription$ Create three 1/1 red Goblin Scout creature tokens with mountainwalk. SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_scouts.jpg Oracle:Create three 1/1 red Goblin Scout creature tokens with mountainwalk. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/jungle_patrol.txt b/forge-gui/res/cardsfolder/j/jungle_patrol.txt index 1036a6b3022..7c4fbc6ff0a 100644 --- a/forge-gui/res/cardsfolder/j/jungle_patrol.txt +++ b/forge-gui/res/cardsfolder/j/jungle_patrol.txt @@ -2,7 +2,7 @@ Name:Jungle Patrol ManaCost:3 G Types:Creature Human Soldier PT:3/2 -A:AB$ Token | Cost$ 1 G T | TokenAmount$ 1 | TokenScript$ wood | TokenOwner$ You | LegacyImage$ wood | SpellDescription$ Create a 0/1 green Wall creature token with defender named Wood. +A:AB$ Token | Cost$ 1 G T | TokenAmount$ 1 | TokenScript$ wood | TokenOwner$ You | LegacyImage$ wood mir | SpellDescription$ Create a 0/1 green Wall creature token with defender named Wood. A:AB$ Mana | Cost$ Sac<1/Permanent.token+namedWood/token named Wood> | Produced$ R | SpellDescription$ Add {R}. SVar:Picture:http://www.wizards.com/global/images/magic/general/jungle_patrol.jpg Oracle:{1}{G}, {T}: Create a 0/1 green Wall creature token with defender named Wood.\nSacrifice a token named Wood: Add {R}. diff --git a/forge-gui/res/cardsfolder/s/sacred_mesa.txt b/forge-gui/res/cardsfolder/s/sacred_mesa.txt index a44e40a1565..3bca859e1a5 100644 --- a/forge-gui/res/cardsfolder/s/sacred_mesa.txt +++ b/forge-gui/res/cardsfolder/s/sacred_mesa.txt @@ -2,7 +2,7 @@ Name:Sacred Mesa ManaCost:2 W Types:Enchantment K:UpkeepCost:Sac<1/Pegasus> -A:AB$ Token | Cost$ 1 W | LegacyImage$ w 1 1 pegasus flying c14 | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 1 W | LegacyImage$ w 1 1 pegasus flying ugl | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/sacred_mesa.jpg Oracle:At the beginning of your upkeep, sacrifice Sacred Mesa unless you sacrifice a Pegasus.\n{1}{W}: Create a 1/1 white Pegasus creature token with flying. diff --git a/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt b/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt index d92ff25f173..428d9f2d41f 100644 --- a/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt +++ b/forge-gui/res/cardsfolder/t/tombstone_stairwell.txt @@ -4,7 +4,7 @@ Types:World Enchantment K:Cumulative upkeep:1 B T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | IsPresent$ Card.Self | Execute$ TrigRepeat | TriggerDescription$ At the beginning of each upkeep, if CARDNAME is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ tombspawn | TokenOwner$ Player.IsRemembered | LegacyImage$ tombspawn | RememberTokens$ True +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ tombspawn | TokenOwner$ Player.IsRemembered | LegacyImage$ tombspawn mir | RememberTokens$ True SVar:X:Count$ValidGraveyard Creature.RememberedPlayerCtrl T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ DestroyRemembered | TriggerDescription$ At the beginning of each end step or when CARDNAME leaves the battlefield, destroy all tokens created with CARDNAME. They can't be regenerated. T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ DestroyRemembered | Secondary$ True | TriggerController$ TriggeredCardController | TriggerDescription$ At the beginning of each end step or when CARDNAME leaves the battlefield, destroy all tokens created with CARDNAME. They can't be regenerated. diff --git a/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt b/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt index 1a9823f9605..48486d45de1 100644 --- a/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt +++ b/forge-gui/res/cardsfolder/w/waiting_in_the_weeds.txt @@ -2,7 +2,7 @@ Name:Waiting in the Weeds ManaCost:1 G G Types:Sorcery A:SP$ RepeatEach | Cost$ 1 G G | RepeatSubAbility$ DBToken | RepeatPlayers$ Player | SpellDescription$ Each player creates a 1/1 green Cat creature token for each untapped Forest they control. -SVar:DBToken:DB$ Token | TokenAmount$ CountForest | References$ CountForest | TokenScript$ g_1_1_cat | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 cat +SVar:DBToken:DB$ Token | TokenAmount$ CountForest | References$ CountForest | TokenScript$ g_1_1_cat | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 cat mir SVar:CountForest:Count$Valid Forest.untapped+RememberedPlayerCtrl AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/waiting_in_the_weeds.jpg diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 3038d2d93e1..5ba01ea5724 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -6,7 +6,7 @@ b_0_0_germ_c16.jpg https://downloads.cardforge.org/image b_0_0_germ_mm2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_mm2.jpg b_0_0_germ_pca.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pca.jpg b_0_1_cleric_dom.jpg https://downloads.cardforge.org/images/tokens/b_0_1_cleric_dom.jpg -b_0_1_insect.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect.jpg +b_0_1_insect_mir.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect_mir.jpg b_0_1_serf_ema.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_ema.jpg b_0_1_thrull_ddc.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_ddc.jpg b_0_1_thrull_fem.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_fem.jpg @@ -92,7 +92,7 @@ c_0_1_eldrazi_spawn2.jpg https://downloads.cardforge.org/images/to c_0_1_eldrazi_spawn3.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn3.jpg c_0_1_pest.jpg https://downloads.cardforge.org/images/tokens/c_0_1_pest.jpg c_0_1_a_prism.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism.jpg -c_0_2_a_wall_defender.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender.jpg +c_0_2_a_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender_mir.jpg c_10_10_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi.jpg c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg @@ -150,7 +150,7 @@ g_0_1_plant_pca.jpg https://downloads.cardforge.org/image g_0_1_sheep.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep.jpg g_0_1_sheep_tsp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsp.jpg g_1_1_butterfly.jpg https://downloads.cardforge.org/images/tokens/g_1_1_butterfly.jpg -g_1_1_cat.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat.jpg +g_1_1_cat_mir.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat_mir.jpg g_1_1_elf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf.jpg g_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior.jpg g_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_shm.jpg @@ -316,7 +316,7 @@ r_1_1_goblin_som.jpg https://downloads.cardforge.org/images/to r_1_1_goblin_tsp.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tsp.jpg r_1_1_goblin_scout.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout.jpg r_1_1_goblin_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste.jpg -r_1_1_goblin_scout_mountainwalk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk.jpg +r_1_1_goblin_scout_mountainwalk_mir.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk_mir.jpg r_1_1_human.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human.jpg r_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier.jpg r_1_1_survivor_all.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_all.jpg @@ -366,7 +366,7 @@ rw_1_1_goblin_soldier_eve.jpg https://downloads.cardforge.org/images/to rw_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier.jpg spark_elemental.jpg https://downloads.cardforge.org/images/tokens/spark_elemental.jpg stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_a25.jpg -tombspawn.jpg https://downloads.cardforge.org/images/tokens/tombspawn.jpg +tombspawn_mir.jpg https://downloads.cardforge.org/images/tokens/tombspawn_mir.jpg u_0_1_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_0_1_homunculus.jpg u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg u_0_1_starfish_all.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish_all.jpg @@ -392,7 +392,8 @@ u_3_3_fish_hatches_whale.jpg https://downloads.cardforge.or u_3_3_fish_hatches_whale_a25.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_a25.jpg u_3_3_weird_defender_flying.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying.jpg u_5_5_dragon_spirit.jpg https://downloads.cardforge.org/images/tokens/u_5_5_dragon_spirit.jpg -u_5_5_wall_defender.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender.jpg +u_5_5_wall_defender_ema.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ema.jpg +u_5_5_wall_defender_ddt.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ddt.jpg u_5_5_whale_hatches_kraken.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken.pg u_5_5_whale_hatches_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken_a25.pg u_8_8_octopus.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus.jpg @@ -423,7 +424,7 @@ w_1_1_kithkin_soldier_shm.jpg https://downloads.cardforge.org/images/to w_1_1_knight_banding_all.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight_banding_all.jpg w_1_1_kor_ally.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally.jpg w_1_1_kor_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier.jpg -w_1_1_pegasus_flying.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying.jpg +w_1_1_pegasus_flying_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_ugl.jpg w_1_1_pegasus_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_c14.jpg w_1_1_soldier_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ugl.jpg w_1_1_soldier2_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_ths.jpg @@ -441,8 +442,6 @@ w_1_1_soldier_plc.jpg https://downloads.cardforge.org/images/to w_1_1_soldier_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_rtr.jpg w_1_1_soldier_som.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_som.jpg w_1_1_soldier_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ths.jpg -w_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit.jpg -w_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying.jpg w_1_1_spirit_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_a25.jpg w_1_1_spirit_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_avr.jpg w_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_avr.jpg @@ -534,7 +533,7 @@ wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.or wb_1_1_spirit_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_gtc.jpg wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg -wood.jpg https://downloads.cardforge.org/images/tokens/wood.jpg +wood_mir.jpg https://downloads.cardforge.org/images/tokens/wood_mir.jpg wrg_8_8_beast.jpg https://downloads.cardforge.org/images/tokens/wrg_8_8_beast.jpg wu_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird.jpg From 13057386c95e9cc7180898cf9de161ad0354cbe2 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 20:42:56 -0600 Subject: [PATCH 67/76] Finalize VIS --- forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt | 2 +- forge-gui/res/cardsfolder/g/giant_caterpillar.txt | 2 +- forge-gui/res/cardsfolder/s/snake_basket.txt | 2 +- forge-gui/res/lists/token-images.txt | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt b/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt index 41aa5f367d0..22050f6a327 100644 --- a/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt +++ b/forge-gui/res/cardsfolder/d/diamond_kaleidoscope.txt @@ -1,7 +1,7 @@ Name:Diamond Kaleidoscope ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ c_0_1_a_prism | TokenOwner$ You | LegacyImage$ c 0 1 a prism | SpellDescription$ Create a 0/1 colorless Prism artifact creature token. +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ c_0_1_a_prism | TokenOwner$ You | LegacyImage$ c 0 1 a prism vis | SpellDescription$ Create a 0/1 colorless Prism artifact creature token. A:AB$ Mana | Cost$ Sac<1/Prism.token/Prism token> | Produced$ Any | SpellDescription$ Add one mana of any color. SVar:Picture:http://www.wizards.com/global/images/magic/general/diamond_kaleidoscope.jpg Oracle:{3}, {T}: Create a 0/1 colorless Prism artifact creature token.\nSacrifice a Prism token: Add one mana of any color. diff --git a/forge-gui/res/cardsfolder/g/giant_caterpillar.txt b/forge-gui/res/cardsfolder/g/giant_caterpillar.txt index 5d72b123cb4..f15873eb571 100644 --- a/forge-gui/res/cardsfolder/g/giant_caterpillar.txt +++ b/forge-gui/res/cardsfolder/g/giant_caterpillar.txt @@ -3,7 +3,7 @@ ManaCost:3 G Types:Creature Insect PT:3/3 A:AB$ DelayedTrigger | Cost$ G Sac<1/CARDNAME> | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | SpellDescription$ Create a 1/1 green Insect creature token with flying named Butterfly at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ butterfly | TokenOwner$ You | LegacyImage$ butterfly +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ butterfly | TokenOwner$ You | LegacyImage$ butterfly vis AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/giant_caterpillar.jpg Oracle:{G}, Sacrifice Giant Caterpillar: Create a 1/1 green Insect creature token with flying named Butterfly at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/s/snake_basket.txt b/forge-gui/res/cardsfolder/s/snake_basket.txt index ecccb29834a..fb71adfdb4d 100644 --- a/forge-gui/res/cardsfolder/s/snake_basket.txt +++ b/forge-gui/res/cardsfolder/s/snake_basket.txt @@ -1,7 +1,7 @@ Name:Snake Basket ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ X Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ X | References$ X | TokenScript$ g_1_1_snake | LegacyImage$ g 1 1 snake | SorcerySpeed$ True | SpellDescription$ Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ X Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ X | References$ X | TokenScript$ g_1_1_snake | LegacyImage$ g 1 1 snake zen | SorcerySpeed$ True | SpellDescription$ Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/snake_basket.jpg Oracle:{X}, Sacrifice Snake Basket: Create X 1/1 green Snake creature tokens. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 5ba01ea5724..41f6c7f148e 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -86,12 +86,13 @@ b_x_x_vampire.jpg https://downloads.cardforge.org/images/to bg_1_1_worm.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm.jpg br_3_1_graveborn_haste_csp.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_csp.jpg br_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental.jpg +butterfly_vis.jpg https://downloads.cardforge.org/images/tokens/butterfly_vis.jpg c_0_0_construct.jpg https://downloads.cardforge.org/images/tokens/c_0_0_construct.jpg c_0_1_eldrazi_spawn.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn.jpg c_0_1_eldrazi_spawn2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn2.jpg c_0_1_eldrazi_spawn3.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn3.jpg c_0_1_pest.jpg https://downloads.cardforge.org/images/tokens/c_0_1_pest.jpg -c_0_1_a_prism.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism.jpg +c_0_1_a_prism_vis.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism_vis.jpg c_0_2_a_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender_mir.jpg c_10_10_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi.jpg c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg @@ -149,7 +150,6 @@ g_0_1_plant_ogw.jpg https://downloads.cardforge.org/image g_0_1_plant_pca.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pca.jpg g_0_1_sheep.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep.jpg g_0_1_sheep_tsp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsp.jpg -g_1_1_butterfly.jpg https://downloads.cardforge.org/images/tokens/g_1_1_butterfly.jpg g_1_1_cat_mir.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat_mir.jpg g_1_1_elf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf.jpg g_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior.jpg @@ -194,7 +194,6 @@ g_1_1_saproling_tsb.jpg https://downloads.cardforge.org/images/to g_1_1_saproling_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ust.jpg g_1_1_saproling2_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_ust.jpg g_1_1_saproling_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_vma.jpg -g_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake.jpg g_1_1_snake_akh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_akh.jpg g_1_1_snake_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_c15.jpg g_1_1_snake_chk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_chk.jpg From 1faea987082b5ba57a9181fe233c838c3005ea6a Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 20:54:04 -0600 Subject: [PATCH 68/76] Finalize VAN series 1 --- forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt | 2 +- forge-gui/res/lists/token-images.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt b/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt index 5a253d51f8d..fdd6c06f618 100644 --- a/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt +++ b/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt @@ -2,6 +2,6 @@ Name:Sliver Queen, Brood Mother ManaCost:no cost Types:Vanguard HandLifeModifier:+0/+8 -A:AB$ Token | ActivationZone$ Command | Cost$ 3 | TokenAmount$ 1 | TokenName$ Sliver | TokenTypes$ Creature,Sliver | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Sliver creature token. +A:AB$ Token | ActivationZone$ Command | Cost$ 3 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | LegacyImage$ c 1 1 sliver leg | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Sliver creature token. SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Sliver Queen, Brood Mother.full.jpg Oracle:Hand +0, life +8\n{3}: Create a 1/1 colorless Sliver creature token. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 41f6c7f148e..64f886f4dfd 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -110,7 +110,7 @@ c_1_1_myr_som.jpg https://downloads.cardforge.org/images/to c_1_1_pentavite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_pentavite.jpg c_1_1_sand.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sand.jpg c_1_1_shapeshifter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter.jpg -c_1_1_sliver.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver.jpg +c_1_1_sliver_lgn.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_lgn.jpg c_1_1_sliver_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m14.jpg c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver2_m14.jpg c_1_1_sliver_m15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m15.jpg From 53443855b1c724595d287a39c191fd1c16690789 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 21:17:46 -0600 Subject: [PATCH 69/76] Finalize WTH --- forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt | 2 +- forge-gui/res/lists/token-images.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt index 1e290ba032a..ccee1b04630 100644 --- a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt +++ b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt @@ -6,7 +6,7 @@ T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ SVar:RepeatPayment:DB$ RepeatEach | RepeatPlayers$ Player | StartingWithActivator$ True | RepeatSubAbility$ DBPay | StackDescription$ When CARDNAME dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. SVar:DBPay:DB$ ChooseNumber | Defined$ Player.IsRemembered | ChooseAnyNumber$ True | ListTitle$ Pay Any Mana | AILogic$ MaxForAnyController | SubAbility$ DBToken # TODO: ideally the tokens should be created simultaneously after all the players have finished paying mana, but that's difficult to implement. -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ Player.IsRemembered | LegacyImage$ g_1_1_squirrel | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 squirrel ugl | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X SVar:X:Count$ChosenNumber SVar:Picture:http://www.wizards.com/global/images/magic/general/liege_of_the_hollows.jpg Oracle:When Liege of the Hollows dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. \ No newline at end of file diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 64f886f4dfd..07deb888f3d 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -202,7 +202,7 @@ g_1_1_snake_mm2.jpg https://downloads.cardforge.org/image g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg g_1_1_spike.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike.jpg g_1_1_splinter_flying_cum_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum_all.jpg -g_1_1_squirrel.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel.jpg +g_1_1_squirrel_ugl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ugl.jpg g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg g_1_1_squirrel_ody.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ody.jpg g_1_1_squirrel_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ust.jpg From 7a68cc871f9a54d4327b2b4301a0db807965742b Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 21:57:45 -0600 Subject: [PATCH 70/76] Finalize TMP --- forge-gui/res/cardsfolder/f/field_of_souls.txt | 2 +- forge-gui/res/cardsfolder/m/mongrel_pack.txt | 2 +- forge-gui/res/cardsfolder/p/pegasus_refuge.txt | 2 +- forge-gui/res/cardsfolder/s/sarcomancy.txt | 2 +- forge-gui/res/cardsfolder/s/spirit_mirror.txt | 2 +- forge-gui/res/cardsfolder/v/verdant_force.txt | 2 +- forge-gui/res/lists/token-images.txt | 6 +++--- ...warrior.txt => g_x_x_treefolk_warrior_total_forests.txt} | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) rename forge-gui/res/tokenscripts/{g_x_x_treefolk_warrior.txt => g_x_x_treefolk_warrior_total_forests.txt} (68%) diff --git a/forge-gui/res/cardsfolder/f/field_of_souls.txt b/forge-gui/res/cardsfolder/f/field_of_souls.txt index e018dafe58f..43a6f5bc876 100644 --- a/forge-gui/res/cardsfolder/f/field_of_souls.txt +++ b/forge-gui/res/cardsfolder/f/field_of_souls.txt @@ -2,7 +2,7 @@ Name:Field of Souls ManaCost:2 W W Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+YouOwn | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying ddk +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying pls DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/field_of_souls.jpg Oracle:Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/m/mongrel_pack.txt b/forge-gui/res/cardsfolder/m/mongrel_pack.txt index 54ae2a8cf90..3e8d2b8b997 100644 --- a/forge-gui/res/cardsfolder/m/mongrel_pack.txt +++ b/forge-gui/res/cardsfolder/m/mongrel_pack.txt @@ -3,6 +3,6 @@ ManaCost:3 G Types:Creature Hound PT:4/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | Phase$ BeginCombat->EndCombat | TriggerDescription$ When CARDNAME dies during combat, create four 1/1 green Hound creature tokens. -SVar:TrigToken:DB$Token | ActivationPhases$ BeginCombat->EndCombat | TokenAmount$ 4 | TokenScript$ g_1_1_hound | TokenOwner$ You | LegacyImage$ g 1 1 hound +SVar:TrigToken:DB$Token | ActivationPhases$ BeginCombat->EndCombat | TokenAmount$ 4 | TokenScript$ g_1_1_hound | TokenOwner$ You | LegacyImage$ g 1 1 hound tmp SVar:Picture:http://www.wizards.com/global/images/magic/general/mongrel_pack.jpg Oracle:When Mongrel Pack dies during combat, create four 1/1 green Hound creature tokens. diff --git a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt index ef07501e90b..f98a3a95c1a 100644 --- a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt +++ b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt @@ -1,7 +1,7 @@ Name:Pegasus Refuge ManaCost:3 W Types:Enchantment -A:AB$ Token | Cost$ 2 Discard<1/Card> | LegacyImage$ w 1 1 pegasus flying | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 2 Discard<1/Card> | LegacyImage$ w 1 1 pegasus flying ugl | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:Random SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/pegasus_refuge.jpg diff --git a/forge-gui/res/cardsfolder/s/sarcomancy.txt b/forge-gui/res/cardsfolder/s/sarcomancy.txt index 7b19e30e8f6..dd86100a752 100644 --- a/forge-gui/res/cardsfolder/s/sarcomancy.txt +++ b/forge-gui/res/cardsfolder/s/sarcomancy.txt @@ -2,7 +2,7 @@ Name:Sarcomancy ManaCost:B Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie ugl | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Zombie | PresentCompare$ EQ0 | Execute$ TrigNoZombies | TriggerDescription$ At the beginning of your upkeep, if there are no Zombies on the battlefield, CARDNAME deals 1 damage to you. SVar:TrigNoZombies:DB$DealDamage | NumDmg$ 1 | Defined$ You SVar:BuffedBy:Zombie diff --git a/forge-gui/res/cardsfolder/s/spirit_mirror.txt b/forge-gui/res/cardsfolder/s/spirit_mirror.txt index 6f4858eb124..1dcfad35dab 100644 --- a/forge-gui/res/cardsfolder/s/spirit_mirror.txt +++ b/forge-gui/res/cardsfolder/s/spirit_mirror.txt @@ -2,7 +2,7 @@ Name:Spirit Mirror ManaCost:2 W W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Reflection.token | PresentCompare$ EQ0 | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if there are no Reflection tokens on the battlefield, create a 2/2 white Reflection creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_reflection | TokenOwner$ You | LegacyImage$ w 2 2 reflection | TokenSVars$ ReflectionSac +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_reflection | TokenOwner$ You | LegacyImage$ w 2 2 reflection vma | TokenSVars$ ReflectionSac A:AB$ Destroy | Cost$ 0 | ValidTgts$ Reflection | TgtPrompt$ Select target Reflection | AILogic$ Pactivator | SpellDescription$ Destroy target Reflection. SVar:ReflectionSac:SVar:SacMe:2 SVar:Picture:http://www.wizards.com/global/images/magic/general/spirit_mirror.jpg diff --git a/forge-gui/res/cardsfolder/v/verdant_force.txt b/forge-gui/res/cardsfolder/v/verdant_force.txt index c17eab7204c..541a2b44f52 100644 --- a/forge-gui/res/cardsfolder/v/verdant_force.txt +++ b/forge-gui/res/cardsfolder/v/verdant_force.txt @@ -3,7 +3,7 @@ ManaCost:5 G G G Types:Creature Elemental PT:7/7 T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling 10E +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_force.jpg Oracle:At the beginning of each upkeep, create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 07deb888f3d..5bbed15a9d4 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -142,7 +142,7 @@ c_gold.jpg https://downloads.cardforge.org/images/to c_x_x_horror.jpg https://downloads.cardforge.org/images/tokens/c_x_x_horror.jpg c_x_x_riptide_replicator.jpg https://downloads.cardforge.org/images/tokens/c_x_x_riptide_replicator.jpg c_x_y_twin.jpg https://downloads.cardforge.org/images/tokens/c_x_y_twin.jpg -carnivore.jpg https://downloads.cardforge.org/images/tokens/carnivore.jpg +carnivore_ema.jpg https://downloads.cardforge.org/images/tokens/carnivore_ema.jpg g_0_1_plant.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant.jpg g_0_1_plant_ddp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddp.jpg g_0_1_plant_ddr.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddr.jpg @@ -155,7 +155,7 @@ g_1_1_elf.jpg https://downloads.cardforge.org/images/to g_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior.jpg g_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_shm.jpg g_1_1_hippo_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_all.jpg -g_1_1_hound.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hound.jpg +g_1_1_hound_tmp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hound_tmp.jpg g_1_1_insect.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect.jpg g_1_1_insect_deathtouch.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_deathtouch.jpg g_1_1_insect_infect.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_infect.jpg @@ -488,7 +488,7 @@ w_2_2_knight_vigilance2_dom.jpg https://downloads.cardforg w_2_2_knight_vigilance_ori.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_ori.jpg w_2_2_knight_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_rtr.jpg w_2_2_knight_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_rtr.jpg -w_2_2_reflection.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection.jpg +w_2_2_reflection_vma.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection_vma.jpg w_3_3_bird.jpg https://downloads.cardforge.org/images/tokens/w_3_3_bird.jpg w_3_3_spirit.jpg https://downloads.cardforge.org/images/tokens/w_3_3_spirit.jpg w_4_4_angel.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel.jpg diff --git a/forge-gui/res/tokenscripts/g_x_x_treefolk_warrior.txt b/forge-gui/res/tokenscripts/g_x_x_treefolk_warrior_total_forests.txt similarity index 68% rename from forge-gui/res/tokenscripts/g_x_x_treefolk_warrior.txt rename to forge-gui/res/tokenscripts/g_x_x_treefolk_warrior_total_forests.txt index 0332f619efd..f7306c11a14 100644 --- a/forge-gui/res/tokenscripts/g_x_x_treefolk_warrior.txt +++ b/forge-gui/res/tokenscripts/g_x_x_treefolk_warrior_total_forests.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Creature Treefolk Warrior Colors:green PT:*/* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAMEs power and toughness are each equal to the number of Forests you control. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of Forests you control. SVar:X:Count$Valid Forest.YouCtrl SVar:BuffedBy:Forest Oracle:CARDNAMEs power and toughness are each equal to the number of Forests you control. From c43542cbe4c7a929c6d8f988bac2921c25623154 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Sat, 12 Jan 2019 23:25:16 -0600 Subject: [PATCH 71/76] Finalize STH --- forge-gui/res/cardsfolder/h/hornet_cannon.txt | 2 +- forge-gui/res/cardsfolder/l/lab_rats.txt | 2 +- forge-gui/res/cardsfolder/m/mogg_infestation.txt | 2 +- forge-gui/res/cardsfolder/s/sliver_queen.txt | 2 +- forge-gui/res/cardsfolder/s/spike_breeder.txt | 2 +- forge-gui/res/cardsfolder/v/volraths_laboratory.txt | 2 +- forge-gui/res/lists/token-images.txt | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/forge-gui/res/cardsfolder/h/hornet_cannon.txt b/forge-gui/res/cardsfolder/h/hornet_cannon.txt index 7d9a2d0d434..7d2d37a4a1b 100644 --- a/forge-gui/res/cardsfolder/h/hornet_cannon.txt +++ b/forge-gui/res/cardsfolder/h/hornet_cannon.txt @@ -1,7 +1,7 @@ Name:Hornet Cannon ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | TokenOwner$ You | LegacyImage$ hornet_dde | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | TokenOwner$ You | LegacyImage$ hornet dde | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_cannon.jpg Oracle:{3}, {T}: Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/l/lab_rats.txt b/forge-gui/res/cardsfolder/l/lab_rats.txt index b6fa6736a4e..e10c4f4e89b 100644 --- a/forge-gui/res/cardsfolder/l/lab_rats.txt +++ b/forge-gui/res/cardsfolder/l/lab_rats.txt @@ -1,7 +1,7 @@ Name:Lab Rats ManaCost:B Types:Sorcery -A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b_1_1_rat | SpellDescription$ Create a 1/1 black Rat creature token. +A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b 1 1 rat shm | SpellDescription$ Create a 1/1 black Rat creature token. K:Buyback:4 SVar:Picture:http://www.wizards.com/global/images/magic/general/lab_rats.jpg Oracle:Buyback {4} (You may pay an additional {4} as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 black Rat creature token. diff --git a/forge-gui/res/cardsfolder/m/mogg_infestation.txt b/forge-gui/res/cardsfolder/m/mogg_infestation.txt index 24d74d0c0ee..dfd1843a008 100644 --- a/forge-gui/res/cardsfolder/m/mogg_infestation.txt +++ b/forge-gui/res/cardsfolder/m/mogg_infestation.txt @@ -2,7 +2,7 @@ Name:Mogg Infestation ManaCost:3 R R Types:Sorcery A:SP$ DestroyAll | Cost$ 3 R R | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | ValidDescription$ all creatures targeted player controls | RememberDestroyed$ True | SubAbility$ DBTokenInfestation | SpellDescription$ Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. -SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ Targeted +SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin ugl SVar:X:Remembered$Amount.Twice SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_infestation.jpg Oracle:Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/s/sliver_queen.txt b/forge-gui/res/cardsfolder/s/sliver_queen.txt index fb352a4e160..e7e62524421 100644 --- a/forge-gui/res/cardsfolder/s/sliver_queen.txt +++ b/forge-gui/res/cardsfolder/s/sliver_queen.txt @@ -2,7 +2,7 @@ Name:Sliver Queen ManaCost:W U B R G Types:Legendary Creature Sliver PT:7/7 -A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c_1_1_sliver | SpellDescription$ Create a 1/1 colorless Sliver creature token. +A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c 1 1 sliver lgn | SpellDescription$ Create a 1/1 colorless Sliver creature token. DeckHints:Type$Sliver DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg diff --git a/forge-gui/res/cardsfolder/s/spike_breeder.txt b/forge-gui/res/cardsfolder/s/spike_breeder.txt index c04950fef99..6c719c35fbc 100644 --- a/forge-gui/res/cardsfolder/s/spike_breeder.txt +++ b/forge-gui/res/cardsfolder/s/spike_breeder.txt @@ -4,7 +4,7 @@ Types:Creature Spike PT:0/0 K:etbCounter:P1P1:3 A:AB$ PutCounter | Cost$ 2 SubCounter<1/P1P1> | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | AILogic$ MoveCounter.IsCounterUser | SpellDescription$ Put a +1/+1 counter on target creature. -A:AB$ Token | Cost$ 2 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ g_1_1_spike | TokenOwner$ You | LegacyImage$ g_1_1_spike | SpellDescription$ Create a 1/1 green Spike creature token. +A:AB$ Token | Cost$ 2 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ g_1_1_spike | TokenOwner$ You | LegacyImage$ g_1_1_spike_sth | SpellDescription$ Create a 1/1 green Spike creature token. DeckHas:Ability$Token & Ability$Counter SVar:Picture:http://www.wizards.com/global/images/magic/general/spike_breeder.jpg Oracle:Spike Breeder enters the battlefield with three +1/+1 counters on it.\n{2}, Remove a +1/+1 counter from Spike Breeder: Put a +1/+1 counter on target creature.\n{2}, Remove a +1/+1 counter from Spike Breeder: Create a 1/1 green Spike creature token. diff --git a/forge-gui/res/cardsfolder/v/volraths_laboratory.txt b/forge-gui/res/cardsfolder/v/volraths_laboratory.txt index e6c62f5cd1f..d866025f341 100644 --- a/forge-gui/res/cardsfolder/v/volraths_laboratory.txt +++ b/forge-gui/res/cardsfolder/v/volraths_laboratory.txt @@ -4,7 +4,7 @@ Types:Artifact K:ETBReplacement:Other:ChooseColor SVar:ChooseColor:DB$ ChooseColor | Defined$ You | SubAbility$ ChooseCT | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color and a creature type. SVar:ChooseCT:DB$ ChooseType | Defined$ You | AILogic$ MostProminentInComputerDeck | Type$ Creature -A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenName$ ChosenType | TokenTypes$ Creature,ChosenType | TokenOwner$ You | TokenColors$ ChosenColor | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ c 2 2 volraths laboratory | SpellDescription$ Create a 2/2 creature token of the chosen color and type. +A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenName$ ChosenType | TokenTypes$ Creature,ChosenType | TokenOwner$ You | TokenColors$ ChosenColor | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ volrath's laboratory sth | SpellDescription$ Create a 2/2 creature token of the chosen color and type. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/volraths_laboratory.jpg Oracle:As Volrath's Laboratory enters the battlefield, choose a color and a creature type.\n{5}, {T}: Create a 2/2 creature token of the chosen color and type. diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index 5bbed15a9d4..d96790ca8df 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -17,7 +17,6 @@ b_1_1_festering_goblin.jpg https://downloads.cardforge.org/images/to b_1_1_goblin_rogue.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue.jpg b_1_1_harpy.jpg https://downloads.cardforge.org/images/tokens/b_1_1_harpy.jpg b_1_1_minion.jpg https://downloads.cardforge.org/images/tokens/b_1_1_minion.jpg -b_1_1_rat.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat.jpg b_1_1_rat_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_c17.jpg b_1_1_rat_gtc.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_gtc.jpg b_1_1_rat_shm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_shm.jpg @@ -121,7 +120,7 @@ c_1_1_triskelavite.jpg https://downloads.cardforge.org/images/to c_2_2_assembly_worker.jpg https://downloads.cardforge.org/images/tokens/c_2_2_assembly_worker.jpg c_2_2_pincher.jpg https://downloads.cardforge.org/images/tokens/c_2_2_pincher.jpg c_2_2_spawn.jpg https://downloads.cardforge.org/images/tokens/c_2_2_spawn.jpg -c_2_2_volraths_laboratory.jpg https://downloads.cardforge.org/images/tokens/c_2_2_volraths_laboratory.jpg +volrath's_laboratory_sth.jpg https://downloads.cardforge.org/images/tokens/volrath%27s_laboratory_sth.jpg c_2_2_wirefly.jpg https://downloads.cardforge.org/images/tokens/c_2_2_wirefly.jpg c_3_3_a_wurm_deathtouch.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch.jpg c_3_3_a_wurm_deathtouch_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_c14.jpg @@ -200,7 +199,7 @@ g_1_1_snake_chk.jpg https://downloads.cardforge.org/images/to g_1_1_snake_ktk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_ktk.jpg g_1_1_snake_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mm2.jpg g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg -g_1_1_spike.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike.jpg +g_1_1_spike_sth.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike_sth.jpg g_1_1_splinter_flying_cum_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum_all.jpg g_1_1_squirrel_ugl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ugl.jpg g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg @@ -289,7 +288,7 @@ gw_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/to gw_2_2_voja.jpg https://downloads.cardforge.org/images/tokens/gw_2_2_voja.jpg gw_8_8_elemental_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_rtr.jpg gw_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental.jpg -hornet.jpg https://downloads.cardforge.org/images/tokens/hornet.jpg +hornet_dde.jpg https://downloads.cardforge.org/images/tokens/hornet_dde.jpg kelp_hml.jpg https://downloads.cardforge.org/images/tokens/kelp_hml.jpg lightning_rager.jpg https://downloads.cardforge.org/images/tokens/lightning_rager.jpg minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg @@ -313,6 +312,7 @@ r_1_1_goblin_rav.jpg https://downloads.cardforge.org/images/to r_1_1_goblin_rtr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rtr.jpg r_1_1_goblin_som.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_som.jpg r_1_1_goblin_tsp.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tsp.jpg +r_1_1_goblin_ugl.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ugl.jpg r_1_1_goblin_scout.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout.jpg r_1_1_goblin_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste.jpg r_1_1_goblin_scout_mountainwalk_mir.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk_mir.jpg From 751900b3765adb27af2ffbe19b7e0b115d1c9b70 Mon Sep 17 00:00:00 2001 From: Rob Schnautz Date: Thu, 7 Feb 2019 01:05:18 +0000 Subject: [PATCH 72/76] Relocate two files that were misplaced --- b_x_x_minion.txt => forge-gui/res/tokenscripts/b_x_x_minion.txt | 2 +- .../res/tokenscripts/w_1_1_soldier.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename b_x_x_minion.txt => forge-gui/res/tokenscripts/b_x_x_minion.txt (89%) rename w_1_1_soldier.txt => forge-gui/res/tokenscripts/w_1_1_soldier.txt (90%) diff --git a/b_x_x_minion.txt b/forge-gui/res/tokenscripts/b_x_x_minion.txt similarity index 89% rename from b_x_x_minion.txt rename to forge-gui/res/tokenscripts/b_x_x_minion.txt index 4103864eb8b..a13435b4efc 100644 --- a/b_x_x_minion.txt +++ b/forge-gui/res/tokenscripts/b_x_x_minion.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Minion PT:*/* Colors:black -Oracle: \ No newline at end of file +Oracle: diff --git a/w_1_1_soldier.txt b/forge-gui/res/tokenscripts/w_1_1_soldier.txt similarity index 90% rename from w_1_1_soldier.txt rename to forge-gui/res/tokenscripts/w_1_1_soldier.txt index 2965f84d632..1226bf902ab 100644 --- a/w_1_1_soldier.txt +++ b/forge-gui/res/tokenscripts/w_1_1_soldier.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Soldier Colors:white PT:1/1 -Oracle: \ No newline at end of file +Oracle: From 508ea4d3d56428ff44db8f9c934398a8dccc01f4 Mon Sep 17 00:00:00 2001 From: schnautzr Date: Thu, 21 Feb 2019 17:16:15 -0600 Subject: [PATCH 73/76] Convert cards to use new tokenscript format, minor fixes --- .../res/cardsfolder/a/abhorrent_overlord.txt | 2 +- .../cardsfolder/a/abstruse_interference.txt | 3 +- .../res/cardsfolder/a/abzan_ascendancy.txt | 2 +- .../res/cardsfolder/a/acorn_catapult.txt | 4 +- forge-gui/res/cardsfolder/a/acorn_harvest.txt | 2 +- .../res/cardsfolder/a/advent_of_the_wurm.txt | 2 +- .../res/cardsfolder/a/adverse_conditions.txt | 3 +- .../res/cardsfolder/a/aerie_worshippers.txt | 2 +- forge-gui/res/cardsfolder/a/aether_chaser.txt | 2 +- forge-gui/res/cardsfolder/a/aether_herder.txt | 2 +- .../res/cardsfolder/a/aether_inspector.txt | 2 +- .../res/cardsfolder/a/aether_mutation.txt | 2 +- .../res/cardsfolder/a/aether_poisoner.txt | 2 +- .../res/cardsfolder/a/aether_swooper.txt | 2 +- forge-gui/res/cardsfolder/a/afterlife.txt | 2 +- .../a/ajani_adversary_of_tyrants.txt | 2 +- .../a/ajani_caller_of_the_pride.txt | 2 +- .../res/cardsfolder/a/ajani_goldmane.txt | 4 +- forge-gui/res/cardsfolder/a/ajanis_chosen.txt | 2 +- .../res/cardsfolder/a/ajanis_last_stand.txt | 4 +- .../res/cardsfolder/a/akoum_stonewaker.txt | 2 +- .../res/cardsfolder/a/akroan_crusader.txt | 2 +- forge-gui/res/cardsfolder/a/akroan_horse.txt | 2 +- forge-gui/res/cardsfolder/a/alive_well.txt | 2 +- .../res/cardsfolder/a/alliance_of_arms.txt | 2 +- .../cardsfolder/a/allied_reinforcements.txt | 2 +- .../res/cardsfolder/a/ambassador_oak.txt | 2 +- .../res/cardsfolder/a/angelic_accord.txt | 2 +- forge-gui/res/cardsfolder/a/angelic_favor.txt | 2 +- .../res/cardsfolder/a/animation_module.txt | 2 +- forge-gui/res/cardsfolder/a/ant_queen.txt | 2 +- .../res/cardsfolder/a/aquatic_incursion.txt | 2 +- .../res/cardsfolder/a/arachnogenesis.txt | 2 +- .../res/cardsfolder/a/archdemon_of_unx.txt | 2 +- .../a/architect_of_the_untamed.txt | 2 +- ...rlinn_kord_arlinn_embraced_by_the_moon.txt | 2 +- forge-gui/res/cardsfolder/a/armada_wurm.txt | 2 +- .../res/cardsfolder/a/army_of_the_damned.txt | 2 +- .../res/cardsfolder/a/artifact_mutation.txt | 2 +- .../a/aryel_knight_of_windgrace.txt | 2 +- .../res/cardsfolder/a/aspiring_aeronaut.txt | 2 +- .../res/cardsfolder/a/assault_battery.txt | 2 +- .../res/cardsfolder/a/assemble_the_legion.txt | 2 +- .../a/assemble_the_rank_and_vile.txt | 2 +- .../res/cardsfolder/a/attended_knight.txt | 2 +- forge-gui/res/cardsfolder/a/aura_mutation.txt | 2 +- .../res/cardsfolder/a/avacyns_collar.txt | 2 +- .../res/cardsfolder/a/aviation_pioneer.txt | 2 +- .../cardsfolder/a/awaken_the_sky_tyrant.txt | 2 +- .../res/cardsfolder/a/awakening_zone.txt | 3 +- forge-gui/res/cardsfolder/b/baffling_end.txt | 2 +- forge-gui/res/cardsfolder/b/baku_altar.txt | 2 +- .../res/cardsfolder/b/balduvian_dead.txt | 2 +- .../res/cardsfolder/b/baloth_cage_trap.txt | 4 +- .../res/cardsfolder/b/bant_sojourners.txt | 2 +- .../res/cardsfolder/b/baru_fist_of_krosa.txt | 2 +- .../res/cardsfolder/b/battle_screech.txt | 2 +- .../res/cardsfolder/b/beacon_of_creation.txt | 2 +- .../res/cardsfolder/b/bears_companion.txt | 2 +- forge-gui/res/cardsfolder/b/bearscape.txt | 2 +- forge-gui/res/cardsfolder/b/beast_attack.txt | 2 +- forge-gui/res/cardsfolder/b/beast_within.txt | 2 +- forge-gui/res/cardsfolder/b/beck_call.txt | 2 +- .../res/cardsfolder/b/beckon_apparition.txt | 2 +- .../res/cardsfolder/b/beetleback_chief.txt | 2 +- forge-gui/res/cardsfolder/b/belfry_spirit.txt | 2 +- .../res/cardsfolder/b/benalish_commander.txt | 2 +- .../res/cardsfolder/b/benevolent_offering.txt | 2 +- forge-gui/res/cardsfolder/b/benthicore.txt | 2 +- .../res/cardsfolder/b/bestial_menace.txt | 6 +- forge-gui/res/cardsfolder/b/birthing_hulk.txt | 3 +- forge-gui/res/cardsfolder/b/bitterblossom.txt | 2 +- forge-gui/res/cardsfolder/b/blade_splicer.txt | 2 +- .../res/cardsfolder/b/blaring_recruiter.txt | 2 +- .../res/cardsfolder/b/blaze_commando.txt | 2 +- forge-gui/res/cardsfolder/b/blight_herder.txt | 3 +- forge-gui/res/cardsfolder/b/blisterpod.txt | 3 +- .../b/bloodline_keeper_lord_of_lineage.txt | 4 +- forge-gui/res/cardsfolder/b/boggart_mob.txt | 2 +- .../res/cardsfolder/b/bramble_elemental.txt | 2 +- forge-gui/res/cardsfolder/b/brasss_bounty.txt | 3 +- .../res/cardsfolder/b/brazen_freebooter.txt | 3 +- .../cardsfolder/b/breya_etherium_shaper.txt | 2 +- .../res/cardsfolder/b/briarbridge_patrol.txt | 3 +- .../res/cardsfolder/b/bridge_from_below.txt | 2 +- .../cardsfolder/b/brimaz_king_of_oreskos.txt | 2 +- forge-gui/res/cardsfolder/b/brindle_shoat.txt | 2 +- .../b/bringer_of_the_green_dawn.txt | 2 +- .../res/cardsfolder/b/brood_birthing.txt | 3 +- forge-gui/res/cardsfolder/b/brood_butcher.txt | 3 +- forge-gui/res/cardsfolder/b/brood_keeper.txt | 2 +- forge-gui/res/cardsfolder/b/brood_monitor.txt | 3 +- forge-gui/res/cardsfolder/b/brood_sliver.txt | 2 +- .../res/cardsfolder/b/broodhatch_nantuko.txt | 2 +- .../res/cardsfolder/b/broodmate_dragon.txt | 2 +- .../budoka_gardener_dokai_weaver_of_life.txt | 2 +- forge-gui/res/cardsfolder/b/bygone_bishop.txt | 3 +- forge-gui/res/cardsfolder/b/byway_courier.txt | 3 +- .../cardsfolder/c/call_of_the_conclave.txt | 2 +- .../res/cardsfolder/c/call_of_the_herd.txt | 2 +- .../cardsfolder/c/call_of_the_nightwing.txt | 2 +- .../res/cardsfolder/c/call_the_bloodline.txt | 2 +- .../res/cardsfolder/c/call_the_cavalry.txt | 2 +- .../res/cardsfolder/c/call_the_scions.txt | 3 +- .../res/cardsfolder/c/call_the_skybreaker.txt | 2 +- .../res/cardsfolder/c/call_to_the_feast.txt | 2 +- .../res/cardsfolder/c/caller_of_the_claw.txt | 2 +- .../cardsfolder/c/captain_lannery_storm.txt | 3 +- .../cardsfolder/c/captain_of_the_watch.txt | 2 +- forge-gui/res/cardsfolder/c/captains_call.txt | 2 +- .../res/cardsfolder/c/captains_claws.txt | 2 +- .../res/cardsfolder/c/carrier_thrall.txt | 3 +- forge-gui/res/cardsfolder/c/carrion_call.txt | 2 +- .../cardsfolder/c/cartouche_of_solidarity.txt | 2 +- .../res/cardsfolder/c/catacomb_sifter.txt | 3 +- forge-gui/res/cardsfolder/c/cellar_door.txt | 2 +- .../res/cardsfolder/c/cemetery_reaper.txt | 2 +- .../res/cardsfolder/c/cenns_enlistment.txt | 2 +- forge-gui/res/cardsfolder/c/centaur_glade.txt | 2 +- .../res/cardsfolder/c/centaurs_herald.txt | 2 +- .../res/cardsfolder/c/chainers_torment.txt | 2 +- .../cardsfolder/c/chancellor_of_the_forge.txt | 4 +- .../res/cardsfolder/c/chandra_flamecaller.txt | 2 +- forge-gui/res/cardsfolder/c/chasm_skulker.txt | 2 +- .../cardsfolder/c/chatter_of_the_squirrel.txt | 2 +- .../res/cardsfolder/c/cloudgoat_ranger.txt | 2 +- forge-gui/res/cardsfolder/c/cloudseeder.txt | 2 +- forge-gui/res/cardsfolder/c/cobra_trap.txt | 2 +- .../cardsfolder/c/cogworkers_puzzleknot.txt | 4 +- .../cardsfolder/c/commanders_authority.txt | 4 +- .../res/cardsfolder/c/confirm_suspicions.txt | 7 +- .../cardsfolder/c/confront_the_unknown.txt | 5 +- .../res/cardsfolder/c/conquerors_pledge.txt | 2 +- .../res/cardsfolder/c/contract_killing.txt | 3 +- .../res/cardsfolder/c/conversion_chamber.txt | 2 +- forge-gui/res/cardsfolder/c/coral_barrier.txt | 2 +- forge-gui/res/cardsfolder/c/corpsehatch.txt | 3 +- forge-gui/res/cardsfolder/c/corpseweft.txt | 2 +- .../c/countless_gears_renegade.txt | 2 +- .../res/cardsfolder/c/coursers_accord.txt | 2 +- .../cardsfolder/c/cradle_of_the_accursed.txt | 2 +- .../res/cardsfolder/c/crawling_sensation.txt | 2 +- .../res/cardsfolder/c/creakwood_liege.txt | 2 +- .../res/cardsfolder/c/crested_herdcaller.txt | 2 +- .../res/cardsfolder/c/crested_sunmare.txt | 2 +- forge-gui/res/cardsfolder/c/crib_swap.txt | 2 +- .../res/cardsfolder/c/crush_of_tentacles.txt | 2 +- .../res/cardsfolder/c/crush_of_wurms.txt | 2 +- forge-gui/res/cardsfolder/c/cryptbreaker.txt | 2 +- .../cardsfolder/c/cult_of_the_waxing_moon.txt | 2 +- .../cardsfolder/c/curse_of_disturbance.txt | 2 +- .../res/cardsfolder/c/curse_of_opulence.txt | 3 +- .../cardsfolder/c/curse_of_shallow_graves.txt | 2 +- .../res/cardsfolder/c/curse_of_the_swine.txt | 2 +- .../res/cardsfolder/c/custodi_soulbinders.txt | 2 +- .../res/cardsfolder/d/dance_with_devils.txt | 4 +- .../d/daretti_ingenious_iconoclast.txt | 2 +- .../cardsfolder/d/darien_king_of_kjeldor.txt | 2 +- ...g_sleuth_bearer_of_overwhelming_truths.txt | 3 +- forge-gui/res/cardsfolder/d/dark_depths.txt | 2 +- .../res/cardsfolder/d/dark_salvation.txt | 2 +- .../res/cardsfolder/d/dauntless_cathar.txt | 2 +- .../res/cardsfolder/d/daxos_the_returned.txt | 4 +- .../res/cardsfolder/d/day_of_the_dragons.txt | 2 +- .../res/cardsfolder/d/deadeye_plunderers.txt | 3 +- forge-gui/res/cardsfolder/d/deadly_grub.txt | 2 +- .../res/cardsfolder/d/death_by_dragons.txt | 2 +- .../res/cardsfolder/d/death_mutation.txt | 2 +- .../res/cardsfolder/d/deathbloom_thallid.txt | 2 +- .../res/cardsfolder/d/deathpact_angel.txt | 3 +- .../res/cardsfolder/d/deathspore_thallid.txt | 2 +- .../res/cardsfolder/d/decree_of_justice.txt | 4 +- .../res/cardsfolder/d/deeproot_waters.txt | 2 +- .../res/cardsfolder/d/delight_in_the_hunt.txt | 2 +- .../res/cardsfolder/d/demonic_rising.txt | 2 +- .../res/cardsfolder/d/deploy_to_the_front.txt | 2 +- .../res/cardsfolder/d/depths_of_desire.txt | 3 +- .../res/cardsfolder/d/deranged_hermit.txt | 2 +- .../cardsfolder/d/descend_upon_the_sinful.txt | 2 +- .../cardsfolder/d/descent_of_the_dragons.txt | 2 +- .../res/cardsfolder/d/desecrated_tomb.txt | 2 +- .../res/cardsfolder/d/desolation_twin.txt | 2 +- .../res/cardsfolder/d/desperate_sentry.txt | 2 +- .../res/cardsfolder/d/devastating_summons.txt | 2 +- .../res/cardsfolder/d/devils_playground.txt | 4 +- .../res/cardsfolder/d/devout_invocation.txt | 2 +- .../res/cardsfolder/d/din_of_the_fireherd.txt | 2 +- .../res/cardsfolder/d/dire_fleet_hoarder.txt | 3 +- .../res/cardsfolder/d/diregraf_colossus.txt | 2 +- .../docent_of_perfection_final_iteration.txt | 4 +- .../res/cardsfolder/d/doomed_dissenter.txt | 2 +- .../res/cardsfolder/d/doomed_traveler.txt | 2 +- forge-gui/res/cardsfolder/d/dovescape.txt | 2 +- .../d/dowsing_dagger_lost_vale.txt | 2 +- .../res/cardsfolder/d/draconic_disciple.txt | 2 +- .../res/cardsfolder/d/dragon_broodmother.txt | 2 +- forge-gui/res/cardsfolder/d/dragon_egg.txt | 2 +- forge-gui/res/cardsfolder/d/dragon_fodder.txt | 2 +- forge-gui/res/cardsfolder/d/dragon_roost.txt | 2 +- .../res/cardsfolder/d/dragon_whisperer.txt | 2 +- .../res/cardsfolder/d/dragonlair_spider.txt | 2 +- .../cardsfolder/d/dragonmaster_outcast.txt | 2 +- forge-gui/res/cardsfolder/d/drake_haven.txt | 2 +- forge-gui/res/cardsfolder/d/dranas_chosen.txt | 2 +- forge-gui/res/cardsfolder/d/dread_drone.txt | 3 +- forge-gui/res/cardsfolder/d/dread_summons.txt | 2 +- .../res/cardsfolder/d/dreampod_druid.txt | 2 +- .../cardsfolder/d/dripping_tongue_zubera.txt | 2 +- .../res/cardsfolder/d/drogskol_cavalry.txt | 2 +- .../res/cardsfolder/d/drowner_of_hope.txt | 3 +- .../res/cardsfolder/d/drownyard_explorers.txt | 3 +- .../res/cardsfolder/d/druid_of_horns.txt | 4 +- .../res/cardsfolder/d/druidic_satchel.txt | 2 +- forge-gui/res/cardsfolder/d/druids_call.txt | 2 +- .../cardsfolder/d/drunau_corpse_trawler.txt | 2 +- .../res/cardsfolder/d/dune_brood_nephilim.txt | 2 +- .../res/cardsfolder/d/dunes_of_the_dead.txt | 2 +- forge-gui/res/cardsfolder/d/dwynens_elite.txt | 2 +- forge-gui/res/cardsfolder/e/edgar_markov.txt | 2 +- .../cardsfolder/e/efficient_construction.txt | 2 +- .../res/cardsfolder/e/eldrazi_skyspawner.txt | 3 +- .../res/cardsfolder/e/elemental_appeal.txt | 2 +- .../res/cardsfolder/e/elemental_mastery.txt | 2 +- .../cardsfolder/e/elenda_the_dusk_rose.txt | 2 +- .../res/cardsfolder/e/elephant_ambush.txt | 2 +- .../res/cardsfolder/e/elephant_guide.txt | 2 +- .../res/cardsfolder/e/elephant_resurgence.txt | 4 +- .../res/cardsfolder/e/elgaud_inquisitor.txt | 2 +- .../cardsfolder/e/elspeth_knight_errant.txt | 2 +- .../cardsfolder/e/elspeth_suns_champion.txt | 2 +- forge-gui/res/cardsfolder/e/elspeth_tirel.txt | 2 +- .../res/cardsfolder/e/elvish_promenade.txt | 2 +- forge-gui/res/cardsfolder/e/emeria_angel.txt | 2 +- .../e/emissary_of_the_sleepless.txt | 2 +- .../res/cardsfolder/e/empty_the_pits.txt | 2 +- .../res/cardsfolder/e/empty_the_warrens.txt | 2 +- .../res/cardsfolder/e/emrakuls_evangel.txt | 2 +- .../res/cardsfolder/e/emrakuls_hatcher.txt | 3 +- .../e/endless_ranks_of_the_dead.txt | 2 +- forge-gui/res/cardsfolder/e/endless_swarm.txt | 2 +- .../e/endrek_sahr_master_breeder.txt | 2 +- .../res/cardsfolder/e/enlightened_maniac.txt | 2 +- ...t_maneuver.txt => entrapment_maneuver.txt} | 2 +- .../res/cardsfolder/e/entreat_the_angels.txt | 2 +- .../res/cardsfolder/e/erdwal_illuminator.txt | 3 +- .../res/cardsfolder/e/erhnam_djinn_avatar.txt | 2 +- forge-gui/res/cardsfolder/e/essence_feed.txt | 3 +- .../res/cardsfolder/e/evangel_of_heliod.txt | 2 +- forge-gui/res/cardsfolder/e/even_the_odds.txt | 2 +- .../cardsfolder/e/evil_comes_to_fruition.txt | 4 +- .../cardsfolder/e/experimental_aviator.txt | 2 +- forge-gui/res/cardsfolder/e/expose_evil.txt | 3 +- .../extricator_of_sin_extricator_of_flesh.txt | 4 +- .../res/cardsfolder/e/eyeless_watcher.txt | 3 +- .../res/cardsfolder/e/eyes_in_the_skies.txt | 2 +- .../res/cardsfolder/e/eyes_of_the_wisent.txt | 2 +- .../res/cardsfolder/e/ezuris_predation.txt | 2 +- .../cardsfolder/f/fable_of_wolf_and_owl.txt | 4 +- .../res/cardsfolder/f/fated_intervention.txt | 2 +- .../cardsfolder/f/fathom_fleet_captain.txt | 2 +- .../res/cardsfolder/f/feast_or_famine.txt | 2 +- forge-gui/res/cardsfolder/f/feed_the_pack.txt | 2 +- .../res/cardsfolder/f/feral_incarnation.txt | 2 +- .../res/cardsfolder/f/feral_lightning.txt | 2 +- .../res/cardsfolder/f/fertile_imagination.txt | 2 +- .../res/cardsfolder/f/feudkillers_verdict.txt | 2 +- .../res/cardsfolder/f/field_of_souls.txt | 2 +- .../res/cardsfolder/f/filigree_crawler.txt | 2 +- forge-gui/res/cardsfolder/f/firecat_blitz.txt | 2 +- .../res/cardsfolder/f/first_response.txt | 2 +- .../res/cardsfolder/f/fists_of_ironwood.txt | 2 +- forge-gui/res/cardsfolder/f/flamewright.txt | 2 +- forge-gui/res/cardsfolder/f/flash_foliage.txt | 2 +- .../res/cardsfolder/f/fleeting_memories.txt | 3 +- forge-gui/res/cardsfolder/f/flesh_carver.txt | 2 +- .../cardsfolder/f/flourishing_defenses.txt | 2 +- .../res/cardsfolder/f/flurry_of_horns.txt | 2 +- .../res/cardsfolder/f/flurry_of_wings.txt | 2 +- .../cardsfolder/f/for_each_of_you_a_gift.txt | 2 +- .../res/cardsfolder/f/forbidden_orchard.txt | 2 +- .../res/cardsfolder/f/forlorn_pseudamma.txt | 2 +- forge-gui/res/cardsfolder/f/foul_emissary.txt | 2 +- .../cardsfolder/f/foundry_of_the_consuls.txt | 2 +- forge-gui/res/cardsfolder/f/fresh_meat.txt | 2 +- .../f/freyalise_llanowars_fury.txt | 3 +- forge-gui/res/cardsfolder/f/from_beyond.txt | 3 +- .../f/from_under_the_floorboards.txt | 2 +- forge-gui/res/cardsfolder/f/funeral_pyre.txt | 2 +- .../res/cardsfolder/f/fungal_infection.txt | 2 +- forge-gui/res/cardsfolder/f/fungal_plots.txt | 2 +- .../res/cardsfolder/f/fungal_sprouting.txt | 2 +- .../res/cardsfolder/g/gallant_cavalry.txt | 2 +- .../cardsfolder/g/gallows_at_willow_hill.txt | 2 +- .../res/cardsfolder/g/gargoyle_castle.txt | 2 +- .../cardsfolder/g/garruk_apex_predator.txt | 2 +- .../cardsfolder/g/garruk_primal_hunter.txt | 4 +- ...rruk_relentless_garruk_the_veil_cursed.txt | 4 +- .../res/cardsfolder/g/garruk_the_slayer.txt | 12 + .../res/cardsfolder/g/garruk_wildspeaker.txt | 2 +- .../cardsfolder/g/gather_the_townsfolk.txt | 2 +- .../res/cardsfolder/g/geist_honored_monk.txt | 2 +- .../cardsfolder/g/geist_of_saint_traft.txt | 2 +- forge-gui/res/cardsfolder/g/geist_snatch.txt | 2 +- .../res/cardsfolder/g/gelatinous_genesis.txt | 2 +- forge-gui/res/cardsfolder/g/gemini_engine.txt | 2 +- .../res/cardsfolder/g/genesis_chamber.txt | 2 +- .../cardsfolder/g/ghave_guru_of_spores.txt | 2 +- .../cardsfolder/g/ghirapur_gearcrafter.txt | 2 +- .../res/cardsfolder/g/ghoulcaller_gisa.txt | 2 +- .../cardsfolder/g/ghoulcallers_accomplice.txt | 2 +- forge-gui/res/cardsfolder/g/giantbaiting.txt | 2 +- .../cardsfolder/g/gideon_ally_of_zendikar.txt | 2 +- .../res/cardsfolder/g/gideons_phalanx.txt | 2 +- forge-gui/res/cardsfolder/g/gild.txt | 3 +- .../res/cardsfolder/g/gilt_leaf_ambush.txt | 2 +- forge-gui/res/cardsfolder/g/gisas_bidding.txt | 2 +- .../res/cardsfolder/g/gleaming_barrier.txt | 3 +- ...e_artisan.txt => glint_sleeve_artisan.txt} | 0 .../res/cardsfolder/g/gloomwidows_feast.txt | 2 +- .../res/cardsfolder/g/goblin_assault.txt | 2 +- .../res/cardsfolder/g/goblin_kaboomist.txt | 3 +- .../res/cardsfolder/g/goblin_marshal.txt | 2 +- .../res/cardsfolder/g/goblin_offensive.txt | 2 +- .../res/cardsfolder/g/goblin_rabblemaster.txt | 2 +- .../res/cardsfolder/g/goblin_spymaster.txt | 3 +- .../res/cardsfolder/g/goblin_trenches.txt | 2 +- forge-gui/res/cardsfolder/g/goblinslide.txt | 2 +- ...ed_general.txt => god_favored_general.txt} | 2 +- .../g/gods_eye_gate_to_the_reikai.txt | 2 +- forge-gui/res/cardsfolder/g/godsire.txt | 2 +- .../res/cardsfolder/g/golden_guardian.txt | 2 +- forge-gui/res/cardsfolder/g/goldmeadow.txt | 4 +- .../res/cardsfolder/g/goldmeadow_lookout.txt | 3 +- forge-gui/res/cardsfolder/g/golem_foundry.txt | 2 +- .../res/cardsfolder/g/golgari_germination.txt | 2 +- forge-gui/res/cardsfolder/g/gone_missing.txt | 3 +- forge-gui/res/cardsfolder/g/graf_harvest.txt | 2 +- forge-gui/res/cardsfolder/g/grand_ossuary.txt | 2 +- .../res/cardsfolder/g/grave_birthing.txt | 3 +- forge-gui/res/cardsfolder/g/grave_titan.txt | 2 +- .../res/cardsfolder/g/graveyard_marshal.txt | 2 +- .../res/cardsfolder/g/greener_pastures.txt | 2 +- .../res/cardsfolder/g/gremlin_infestation.txt | 2 +- .../res/cardsfolder/g/grenzos_rebuttal.txt | 2 +- forge-gui/res/cardsfolder/g/griffin_guide.txt | 2 +- .../res/cardsfolder/g/grip_of_phyresis.txt | 2 +- .../res/cardsfolder/g/grixis_slavedriver.txt | 2 +- forge-gui/res/cardsfolder/g/grizzly_fate.txt | 2 +- .../cardsfolder/g/grove_of_the_guardian.txt | 2 +- .../res/cardsfolder/g/grovetender_druids.txt | 2 +- forge-gui/res/cardsfolder/g/growth_spasm.txt | 3 +- .../cardsfolder/g/guardian_of_cloverdell.txt | 2 +- forge-gui/res/cardsfolder/g/gutter_grime.txt | 4 +- .../res/cardsfolder/g/gwyllion_hedge_mage.txt | 2 +- .../cardsfolder/h/hallowed_spiritkeeper.txt | 2 +- .../res/cardsfolder/h/hammer_of_purphoros.txt | 2 +- .../res/cardsfolder/h/hangarback_walker.txt | 2 +- ...tlements_hanweir_the_writhing_township.txt | 2 +- .../res/cardsfolder/h/hanweir_garrison.txt | 2 +- ...r_militia_captain_westvale_cult_leader.txt | 2 +- .../h/hapatra_vizier_of_poisons.txt | 2 +- forge-gui/res/cardsfolder/h/haunted_angel.txt | 2 +- forge-gui/res/cardsfolder/h/haunted_dead.txt | 2 +- .../res/cardsfolder/h/havengul_runebinder.txt | 2 +- .../res/cardsfolder/h/hearthcage_giant.txt | 2 +- .../res/cardsfolder/h/heartless_pillage.txt | 3 +- .../h/hedron_fields_of_agadeem.txt | 2 +- .../cardsfolder/h/heliod_god_of_the_sun.txt | 2 +- .../res/cardsfolder/h/hellion_crucible.txt | 2 +- .../res/cardsfolder/h/hellion_eruption.txt | 2 +- .../res/cardsfolder/h/helm_of_kaldra.txt | 2 +- .../res/cardsfolder/h/herald_of_anafenza.txt | 2 +- .../res/cardsfolder/h/hero_of_bladehold.txt | 2 +- .../cardsfolder/h/heroic_reinforcements.txt | 2 +- .../res/cardsfolder/h/hidden_stockpile.txt | 2 +- .../res/cardsfolder/h/history_of_benalia.txt | 2 +- .../res/cardsfolder/h/hive_stirrings.txt | 2 +- .../res/cardsfolder/h/honden_of_lifes_web.txt | 2 +- forge-gui/res/cardsfolder/h/hooded_hydra.txt | 2 +- .../cardsfolder/h/hoofprints_of_the_stag.txt | 2 +- .../res/cardsfolder/h/hordeling_outburst.txt | 2 +- .../res/cardsfolder/h/horncallers_chant.txt | 2 +- forge-gui/res/cardsfolder/h/hornet_cannon.txt | 2 +- forge-gui/res/cardsfolder/h/hornet_nest.txt | 2 +- forge-gui/res/cardsfolder/h/hornet_queen.txt | 2 +- forge-gui/res/cardsfolder/h/hornswoggle.txt | 3 +- forge-gui/res/cardsfolder/h/hostility.txt | 2 +- forge-gui/res/cardsfolder/h/hour_of_need.txt | 2 +- .../res/cardsfolder/h/hour_of_promise.txt | 2 +- .../cardsfolder/h/howl_of_the_night_pack.txt | 2 +- .../res/cardsfolder/h/huatli_warrior_poet.txt | 2 +- .../res/cardsfolder/h/humble_the_brute.txt | 3 +- forge-gui/res/cardsfolder/h/hungry_lynx.txt | 2 +- forge-gui/res/cardsfolder/h/hunted_dragon.txt | 2 +- forge-gui/res/cardsfolder/h/hunted_horror.txt | 2 +- .../res/cardsfolder/h/hunted_lammasu.txt | 2 +- .../res/cardsfolder/h/hunted_phantasm.txt | 2 +- forge-gui/res/cardsfolder/h/hunted_troll.txt | 2 +- forge-gui/res/cardsfolder/h/hunting_pack.txt | 2 +- forge-gui/res/cardsfolder/h/hunting_triad.txt | 2 +- ...ster_of_the_fells_ravager_of_the_fells.txt | 2 +- .../res/cardsfolder/h/hydra_broodmaster.txt | 2 +- .../i/ib_halfheart_goblin_tactician.txt | 2 +- forge-gui/res/cardsfolder/i/icatian_crier.txt | 2 +- .../res/cardsfolder/i/imperious_perfect.txt | 2 +- .../res/cardsfolder/i/increasing_devotion.txt | 2 +- .../res/cardsfolder/i/incubator_drone.txt | 3 +- .../res/cardsfolder/i/inexorable_blob.txt | 2 +- .../res/cardsfolder/i/infernal_genesis.txt | 2 +- .../res/cardsfolder/i/infested_roothold.txt | 2 +- .../i/invocation_of_saint_traft.txt | 2 +- ...,_grafwidow.txt => ishkanah_grafwidow.txt} | 2 +- .../cardsfolder/i/it_of_the_horrid_swarm.txt | 2 +- .../cardsfolder/j/jace_cunning_castaway.txt | 5 +- .../res/cardsfolder/j/jaces_scrutiny.txt | 3 +- forge-gui/res/cardsfolder/j/jade_mage.txt | 2 +- .../cardsfolder/j/jedit_ojanen_of_efrava.txt | 2 +- forge-gui/res/cardsfolder/j/jiang_yanggu.txt | 2 +- .../res/cardsfolder/j/join_the_ranks.txt | 2 +- .../cardsfolder/j/josu_vess_lich_knight.txt | 2 +- .../res/cardsfolder/j/jotun_owl_keeper.txt | 2 +- forge-gui/res/cardsfolder/j/jund.txt | 2 +- .../res/cardsfolder/j/jund_battlemage.txt | 2 +- .../res/cardsfolder/j/jungleborn_pioneer.txt | 2 +- .../k/kalitas_bloodchief_of_ghet.txt | 2 +- .../cardsfolder/k/kalitas_traitor_of_ghet.txt | 2 +- .../res/cardsfolder/k/kalonian_twingrove.txt | 4 +- .../res/cardsfolder/k/kamahls_summons.txt | 2 +- .../cardsfolder/k/kari_zev_skyship_raider.txt | 2 +- .../res/cardsfolder/k/karn_scion_of_urza.txt | 4 +- .../res/cardsfolder/k/kathari_bomber.txt | 2 +- .../res/cardsfolder/k/kazandu_tuskcaller.txt | 4 +- .../k/kazuul_tyrant_of_the_cliffs.txt | 2 +- .../cardsfolder/k/keeper_of_the_beasts.txt | 2 +- .../res/cardsfolder/k/kemba_kha_regent.txt | 2 +- .../res/cardsfolder/k/kessig_cagebreakers.txt | 2 +- forge-gui/res/cardsfolder/k/kher_keep.txt | 2 +- .../res/cardsfolder/k/kin_tree_invocation.txt | 2 +- .../k/king_macar_the_gold_cursed.txt | 3 +- .../cardsfolder/k/kinsbaile_borderguard.txt | 2 +- .../k/kiora_master_of_the_depths.txt | 2 +- .../cardsfolder/k/kiora_the_crashing_wave.txt | 2 +- forge-gui/res/cardsfolder/k/kirtars_wrath.txt | 2 +- .../res/cardsfolder/k/kjeldoran_outpost.txt | 2 +- .../cardsfolder/k/knight_captain_of_eos.txt | 2 +- forge-gui/res/cardsfolder/k/knight_watch.txt | 2 +- .../res/cardsfolder/k/knightly_valor.txt | 2 +- .../res/cardsfolder/k/korozda_guildmage.txt | 2 +- .../res/cardsfolder/k/kozileks_predator.txt | 3 +- .../res/cardsfolder/k/krenko_mob_boss.txt | 2 +- .../res/cardsfolder/k/krenkos_command.txt | 2 +- .../res/cardsfolder/k/kuldotha_rebirth.txt | 2 +- forge-gui/res/cardsfolder/l/lab_rats.txt | 2 +- .../cardsfolder/l/lair_of_the_ashen_idol.txt | 2 +- forge-gui/res/cardsfolder/l/last_stand.txt | 2 +- .../cardsfolder/l/lathliss_dragon_queen.txt | 2 +- .../res/cardsfolder/l/launch_the_fleet.txt | 2 +- .../res/cardsfolder/l/leafdrake_roost.txt | 2 +- .../legions_landing_adanto_the_first_fort.txt | 4 +- .../cardsfolder/l/lena_selfless_champion.txt | 2 +- .../res/cardsfolder/l/leonin_warleader.txt | 2 +- .../res/cardsfolder/l/lich_lord_of_unx.txt | 2 +- .../cardsfolder/l/liege_of_the_hollows.txt | 2 +- .../l/lieutenants_of_the_guard.txt | 2 +- .../res/cardsfolder/l/lightning_coils.txt | 2 +- .../cardsfolder/l/liliana_deaths_majesty.txt | 2 +- .../l/liliana_heretical_healer.txt | 2 +- .../cardsfolder/l/liliana_the_last_hope.txt | 2 +- .../res/cardsfolder/l/lilianas_mastery.txt | 2 +- .../res/cardsfolder/l/lilianas_reaver.txt | 2 +- .../res/cardsfolder/l/lingering_souls.txt | 2 +- .../cardsfolder/l/linvala_the_preserver.txt | 2 +- forge-gui/res/cardsfolder/l/living_hive.txt | 2 +- .../res/cardsfolder/l/llanowar_mentor.txt | 3 +- .../l/look_skyward_and_despair.txt | 2 +- .../res/cardsfolder/l/lullmage_mentor.txt | 2 +- .../res/cardsfolder/l/luminarch_ascension.txt | 2 +- .../res/cardsfolder/l/luminous_angel.txt | 2 +- .../cardsfolder/l/lys_alana_huntmaster.txt | 2 +- .../res/cardsfolder/m/maalfeld_twins.txt | 2 +- .../res/cardsfolder/m/magnifying_glass.txt | 3 +- forge-gui/res/cardsfolder/m/make_mischief.txt | 4 +- .../cardsfolder/m/marath_will_of_the_wild.txt | 2 +- .../res/cardsfolder/m/march_of_souls.txt | 2 +- .../res/cardsfolder/m/mardu_ascendancy.txt | 2 +- forge-gui/res/cardsfolder/m/mardu_charm.txt | 2 +- .../res/cardsfolder/m/mardu_hordechief.txt | 2 +- .../res/cardsfolder/m/mardu_strike_leader.txt | 2 +- forge-gui/res/cardsfolder/m/marrow_gnawer.txt | 2 +- forge-gui/res/cardsfolder/m/marsh_flitter.txt | 2 +- forge-gui/res/cardsfolder/m/martial_coup.txt | 2 +- .../res/cardsfolder/m/martyr_of_dusk.txt | 2 +- .../cardsfolder/m/master_of_the_wild_hunt.txt | 2 +- .../res/cardsfolder/m/master_of_waves.txt | 4 +- .../res/cardsfolder/m/master_splicer.txt | 2 +- .../res/cardsfolder/m/master_trinketeer.txt | 2 +- forge-gui/res/cardsfolder/m/masters_call.txt | 2 +- forge-gui/res/cardsfolder/m/maul_splicer.txt | 2 +- .../res/cardsfolder/m/mausoleum_guard.txt | 2 +- .../res/cardsfolder/m/maverick_thopterist.txt | 2 +- .../m/mavren_fein_dusk_apostle.txt | 2 +- .../m/mayor_of_avabruck_howlpack_alpha.txt | 2 +- .../m/meloku_the_clouded_mirror.txt | 2 +- .../res/cardsfolder/m/memorial_to_glory.txt | 2 +- forge-gui/res/cardsfolder/m/mercy_killing.txt | 2 +- .../cardsfolder/m/metallurgic_summonings.txt | 2 +- forge-gui/res/cardsfolder/m/metrognome.txt | 2 +- .../res/cardsfolder/m/midnight_haunting.txt | 2 +- .../res/cardsfolder/m/midnight_ritual.txt | 2 +- .../res/cardsfolder/m/midsummer_revel.txt | 2 +- .../res/cardsfolder/m/migratory_route.txt | 2 +- .../res/cardsfolder/m/militias_pride.txt | 2 +- forge-gui/res/cardsfolder/m/miming_slime.txt | 2 +- .../cardsfolder/m/moan_of_the_unhallowed.txt | 2 +- forge-gui/res/cardsfolder/m/mobilization.txt | 2 +- forge-gui/res/cardsfolder/m/mogg_alarm.txt | 2 +- .../res/cardsfolder/m/mogg_infestation.txt | 2 +- .../res/cardsfolder/m/mogg_war_marshal.txt | 2 +- forge-gui/res/cardsfolder/m/molten_birth.txt | 2 +- .../res/cardsfolder/m/monastery_mentor.txt | 2 +- forge-gui/res/cardsfolder/m/monkey_cage.txt | 2 +- .../res/cardsfolder/m/moonsilver_spear.txt | 2 +- .../res/cardsfolder/m/moorland_haunt.txt | 2 +- forge-gui/res/cardsfolder/m/morbid_bloom.txt | 2 +- forge-gui/res/cardsfolder/m/mouth_feed.txt | 2 +- .../cardsfolder/m/murder_investigation.txt | 2 +- .../m/my_forces_are_innumerable.txt | 2 +- forge-gui/res/cardsfolder/m/mycologist.txt | 2 +- forge-gui/res/cardsfolder/m/mycoloth.txt | 2 +- .../res/cardsfolder/m/myr_battlesphere.txt | 2 +- forge-gui/res/cardsfolder/m/myr_incubator.txt | 2 +- forge-gui/res/cardsfolder/m/myr_matrix.txt | 2 +- forge-gui/res/cardsfolder/m/myr_sire.txt | 2 +- forge-gui/res/cardsfolder/m/myr_turbine.txt | 2 +- forge-gui/res/cardsfolder/m/myrsmith.txt | 2 +- .../res/cardsfolder/m/mystic_genesis.txt | 2 +- .../cardsfolder/n/nahiri_the_lithomancer.txt | 5 +- .../n/najeela_the_blade_blossom.txt | 2 +- .../res/cardsfolder/n/nantuko_shrine.txt | 2 +- .../cardsfolder/n/nath_of_the_gilt_leaf.txt | 2 +- .../cardsfolder/n/nature_shields_its_own.txt | 2 +- .../res/cardsfolder/n/nearheath_chaplain.txt | 2 +- forge-gui/res/cardsfolder/n/necrogenesis.txt | 2 +- .../cardsfolder/n/necromancers_covenant.txt | 2 +- .../cardsfolder/n/necromancers_stockpile.txt | 2 +- .../res/cardsfolder/n/necromaster_dragon.txt | 2 +- .../cardsfolder/n/nemata_grove_guardian.txt | 2 +- forge-gui/res/cardsfolder/n/nest_invader.txt | 3 +- .../res/cardsfolder/n/nest_of_scarabs.txt | 2 +- forge-gui/res/cardsfolder/n/nested_ghoul.txt | 2 +- forge-gui/res/cardsfolder/n/never_return.txt | 2 +- .../res/cardsfolder/n/nissa_vastwood_seer.txt | 2 +- .../cardsfolder/n/nissa_voice_of_zendikar.txt | 2 +- .../res/cardsfolder/n/nomads_assembly.txt | 2 +- forge-gui/res/cardsfolder/n/noosegraf_mob.txt | 2 +- forge-gui/res/cardsfolder/n/not_forgotten.txt | 2 +- .../res/cardsfolder/n/notorious_throng.txt | 2 +- .../res/cardsfolder/n/nuisance_engine.txt | 2 +- forge-gui/res/cardsfolder/n/null_caller.txt | 2 +- forge-gui/res/cardsfolder/n/nut_collector.txt | 2 +- .../res/cardsfolder/o/oath_of_gideon.txt | 4 +- .../res/cardsfolder/o/oath_of_liliana.txt | 2 +- .../o/ob_nixilis_of_the_black_oath.txt | 2 +- forge-gui/res/cardsfolder/o/ogre_slumlord.txt | 2 +- .../res/cardsfolder/o/ojutais_summons.txt | 2 +- .../res/cardsfolder/o/oketra_the_true.txt | 2 +- .../res/cardsfolder/o/oketras_monument.txt | 2 +- .../cardsfolder/o/omnath_locus_of_rage.txt | 2 +- .../res/cardsfolder/o/one_dozen_eyes.txt | 4 +- .../cardsfolder/o/ongoing_investigation.txt | 5 +- .../cardsfolder/o/oona_queen_of_the_fae.txt | 2 +- forge-gui/res/cardsfolder/o/ooze_flux.txt | 2 +- forge-gui/res/cardsfolder/o/ooze_garden.txt | 2 +- .../res/cardsfolder/o/open_the_graves.txt | 2 +- forge-gui/res/cardsfolder/o/ophiomancer.txt | 2 +- .../res/cardsfolder/o/ordered_migration.txt | 2 +- .../res/cardsfolder/o/origin_spellbomb.txt | 2 +- forge-gui/res/cardsfolder/o/ornitharch.txt | 2 +- ...rochi_eggwatcher_shidako_broodmistress.txt | 2 +- .../res/cardsfolder/o/orochi_hatchery.txt | 2 +- .../cardsfolder/o/otherworldly_outburst.txt | 2 +- .../res/cardsfolder/o/overgrown_armasaur.txt | 2 +- .../cardsfolder/o/overseer_of_the_damned.txt | 2 +- forge-gui/res/cardsfolder/o/ovinomancer.txt | 2 +- .../o/oviya_pashiri_sage_lifecrafter.txt | 4 +- .../o/oyobi_who_split_the_heavens.txt | 2 +- forge-gui/res/cardsfolder/p/pack_guardian.txt | 2 +- .../res/cardsfolder/p/pact_of_the_titan.txt | 2 +- .../p/paladin_of_the_bloodstained.txt | 2 +- .../res/cardsfolder/p/pallid_mycoderm.txt | 2 +- .../res/cardsfolder/p/parasitic_implant.txt | 2 +- forge-gui/res/cardsfolder/p/patagia_viper.txt | 2 +- .../res/cardsfolder/p/patrol_signaler.txt | 2 +- .../res/cardsfolder/p/pawn_of_ulamog.txt | 3 +- .../res/cardsfolder/p/pegasus_refuge.txt | 2 +- .../res/cardsfolder/p/pegasus_stampede.txt | 2 +- forge-gui/res/cardsfolder/p/pentavus.txt | 2 +- .../res/cardsfolder/p/penumbra_bobcat.txt | 2 +- forge-gui/res/cardsfolder/p/penumbra_kavu.txt | 2 +- .../res/cardsfolder/p/penumbra_spider.txt | 2 +- forge-gui/res/cardsfolder/p/penumbra_wurm.txt | 2 +- .../p/pharika_god_of_affliction.txt | 2 +- .../res/cardsfolder/p/pheres_band_raiders.txt | 2 +- .../res/cardsfolder/p/phyrexian_processor.txt | 2 +- .../res/cardsfolder/p/phyrexian_rebirth.txt | 2 +- .../res/cardsfolder/p/phyrexian_swarmlord.txt | 2 +- .../cardsfolder/p/pia_and_kiran_nalaar.txt | 2 +- forge-gui/res/cardsfolder/p/pia_nalaar.txt | 2 +- .../res/cardsfolder/p/pirates_pillage.txt | 3 +- forge-gui/res/cardsfolder/p/pirates_prize.txt | 3 +- .../res/cardsfolder/p/pitiless_plunderer.txt | 3 +- .../res/cardsfolder/p/pollenbright_wings.txt | 2 +- forge-gui/res/cardsfolder/p/pongify.txt | 2 +- .../res/cardsfolder/p/precinct_captain.txt | 2 +- .../res/cardsfolder/p/precursor_golem.txt | 2 +- .../res/cardsfolder/p/predators_howl.txt | 2 +- .../res/cardsfolder/p/predatory_advantage.txt | 2 +- .../res/cardsfolder/p/presence_of_gond.txt | 2 +- .../res/cardsfolder/p/press_for_answers.txt | 3 +- .../res/cardsfolder/p/pride_of_the_clouds.txt | 2 +- .../res/cardsfolder/p/pride_sovereign.txt | 2 +- .../p/priest_of_the_blood_rite.txt | 2 +- .../res/cardsfolder/p/primeval_bounty.txt | 2 +- .../res/cardsfolder/p/promise_of_bunrei.txt | 2 +- .../res/cardsfolder/p/promise_of_power.txt | 2 +- .../res/cardsfolder/p/prosperous_pirates.txt | 3 +- .../p/prossh_skyraider_of_kher.txt | 2 +- .../res/cardsfolder/p/prowess_of_the_fair.txt | 2 +- forge-gui/res/cardsfolder/p/prying_blade.txt | 3 +- .../res/cardsfolder/p/psychotrope_thallid.txt | 2 +- .../res/cardsfolder/p/pulse_of_the_tangle.txt | 2 +- .../res/cardsfolder/p/puppet_conjurer.txt | 2 +- .../res/cardsfolder/p/pure_reflection.txt | 2 +- .../res/cardsfolder/q/queen_marchesa.txt | 2 +- .../res/cardsfolder/q/queens_commission.txt | 2 +- .../cardsfolder/q/quest_for_the_gravelord.txt | 2 +- .../cardsfolder/q/questing_phelddagrif.txt | 2 +- .../res/cardsfolder/r/raise_the_alarm.txt | 2 +- .../res/cardsfolder/r/raised_by_wolves.txt | 2 +- .../res/cardsfolder/r/rakdos_guildmage.txt | 2 +- forge-gui/res/cardsfolder/r/rakka_mar.txt | 2 +- .../cardsfolder/r/rakshasa_gravecaller.txt | 2 +- .../res/cardsfolder/r/rally_the_horde.txt | 2 +- .../res/cardsfolder/r/rampaging_baloths.txt | 2 +- forge-gui/res/cardsfolder/r/rapacious_one.txt | 5 +- .../res/cardsfolder/r/rapid_hybridization.txt | 2 +- .../res/cardsfolder/r/raptor_hatchling.txt | 4 +- .../res/cardsfolder/r/reach_of_branches.txt | 2 +- .../res/cardsfolder/r/reap_the_seagraf.txt | 2 +- .../r/rebellion_of_the_flamekin.txt | 6 +- forge-gui/res/cardsfolder/r/reef_worm.txt | 2 +- .../res/cardsfolder/r/regal_bloodlord.txt | 2 +- forge-gui/res/cardsfolder/r/regal_caracal.txt | 2 +- .../res/cardsfolder/r/regisaur_alpha.txt | 2 +- .../res/cardsfolder/r/regna_the_redeemer.txt | 2 +- .../res/cardsfolder/r/reign_of_the_pit.txt | 2 +- .../res/cardsfolder/r/rekindling_phoenix.txt | 6 +- .../cardsfolder/r/release_the_gremlins.txt | 2 +- .../res/cardsfolder/r/renegades_getaway.txt | 2 +- .../res/cardsfolder/r/renowned_weaver.txt | 2 +- .../res/cardsfolder/r/repel_intruders.txt | 2 +- forge-gui/res/cardsfolder/r/requiem_angel.txt | 2 +- .../cardsfolder/r/research_development.txt | 2 +- .../res/cardsfolder/r/resplendent_angel.txt | 2 +- .../res/cardsfolder/r/retreat_to_emeria.txt | 2 +- .../res/cardsfolder/r/revel_in_riches.txt | 3 +- .../cardsfolder/r/revel_of_the_fallen_god.txt | 2 +- .../res/cardsfolder/r/rhonass_last_stand.txt | 2 +- .../res/cardsfolder/r/rhys_the_redeemed.txt | 2 +- .../res/cardsfolder/r/riftmarked_knight.txt | 2 +- .../cardsfolder/r/righteous_confluence.txt | 2 +- .../res/cardsfolder/r/rise_from_the_tides.txt | 2 +- .../res/cardsfolder/r/rise_of_eagles.txt | 2 +- .../cardsfolder/r/rise_of_the_hobgoblins.txt | 2 +- .../res/cardsfolder/r/rite_of_belzenlok.txt | 9 +- .../r/rite_of_the_raging_storm.txt | 2 +- .../res/cardsfolder/r/rite_of_the_serpent.txt | 2 +- .../res/cardsfolder/r/rith_the_awakener.txt | 2 +- forge-gui/res/cardsfolder/r/riths_charm.txt | 2 +- .../cardsfolder/r/ritual_of_the_returned.txt | 2 +- .../res/cardsfolder/r/roar_of_the_wurm.txt | 2 +- forge-gui/res/cardsfolder/r/roc_egg.txt | 2 +- forge-gui/res/cardsfolder/r/root_out.txt | 3 +- .../res/cardsfolder/r/roots_of_all_evil.txt | 2 +- .../res/cardsfolder/r/rotlung_reanimator.txt | 2 +- .../cardsfolder/r/rotted_ones_lay_siege.txt | 2 +- .../res/cardsfolder/r/rousing_of_souls.txt | 2 +- forge-gui/res/cardsfolder/r/rukh_egg.txt | 2 +- .../res/cardsfolder/r/ruthless_knave.txt | 3 +- forge-gui/res/cardsfolder/s/saber_ants.txt | 2 +- forge-gui/res/cardsfolder/s/sacred_mesa.txt | 2 +- .../cardsfolder/s/sai_master_thopterist.txt | 2 +- .../res/cardsfolder/s/sailor_of_means.txt | 3 +- .../res/cardsfolder/s/sanctifier_of_souls.txt | 2 +- .../res/cardsfolder/s/sandsteppe_outcast.txt | 2 +- .../cardsfolder/s/sandwurm_convergence.txt | 2 +- .../res/cardsfolder/s/saproling_burst.txt | 2 +- .../res/cardsfolder/s/saproling_cluster.txt | 2 +- .../cardsfolder/s/saproling_infestation.txt | 2 +- .../res/cardsfolder/s/saproling_migration.txt | 2 +- .../res/cardsfolder/s/saproling_symbiosis.txt | 2 +- forge-gui/res/cardsfolder/s/sarcomancy.txt | 2 +- .../res/cardsfolder/s/sarkhan_fireblood.txt | 2 +- .../res/cardsfolder/s/sarkhan_the_mad.txt | 2 +- .../res/cardsfolder/s/sarkhan_unbroken.txt | 2 +- forge-gui/res/cardsfolder/s/sarkhan_vol.txt | 2 +- .../s/sarpadian_empires_vol_vii.txt | 10 +- .../res/cardsfolder/s/satyr_nyx_smith.txt | 2 +- .../res/cardsfolder/s/savage_conception.txt | 2 +- .../res/cardsfolder/s/savage_thallid.txt | 2 +- .../res/cardsfolder/s/scatter_the_seeds.txt | 2 +- .../res/cardsfolder/s/scion_of_vitu_ghazi.txt | 2 +- .../res/cardsfolder/s/scion_summoner.txt | 3 +- .../res/cardsfolder/s/secure_the_wastes.txt | 2 +- .../res/cardsfolder/s/security_blockade.txt | 2 +- .../res/cardsfolder/s/security_detail.txt | 2 +- forge-gui/res/cardsfolder/s/seed_guardian.txt | 2 +- forge-gui/res/cardsfolder/s/seed_spark.txt | 2 +- forge-gui/res/cardsfolder/s/seed_the_land.txt | 2 +- .../res/cardsfolder/s/seize_the_soul.txt | 2 +- .../res/cardsfolder/s/sekki_seasons_guide.txt | 2 +- .../res/cardsfolder/s/sekkuar_deathkeeper.txt | 2 +- .../res/cardsfolder/s/selesnya_charm.txt | 2 +- .../res/cardsfolder/s/selesnya_evangel.txt | 2 +- .../res/cardsfolder/s/selesnya_guildmage.txt | 2 +- .../res/cardsfolder/s/seller_of_songbirds.txt | 2 +- .../res/cardsfolder/s/selvalas_charge.txt | 2 +- .../res/cardsfolder/s/sengir_autocrat.txt | 2 +- .../res/cardsfolder/s/sengir_nosferatu.txt | 3 +- .../res/cardsfolder/s/sensor_splicer.txt | 2 +- .../res/cardsfolder/s/sentinel_dispatch.txt | 2 +- .../res/cardsfolder/s/sergeant_at_arms.txt | 2 +- .../res/cardsfolder/s/servo_exhibition.txt | 2 +- .../res/cardsfolder/s/servo_schematic.txt | 2 +- forge-gui/res/cardsfolder/s/shamble_back.txt | 2 +- .../res/cardsfolder/s/sharding_sphinx.txt | 2 +- forge-gui/res/cardsfolder/s/shiv.txt | 2 +- .../s/shrill_howler_howling_chorus.txt | 2 +- .../cardsfolder/s/shrine_of_loyal_legions.txt | 2 +- .../res/cardsfolder/s/sidisi_brood_tyrant.txt | 2 +- .../cardsfolder/s/siege_gang_commander.txt | 2 +- .../res/cardsfolder/s/sifter_of_skulls.txt | 3 +- .../cardsfolder/s/sigarda_herons_grace.txt | 2 +- .../s/sigil_of_the_empty_throne.txt | 2 +- .../s/sigiled_sword_of_valeron.txt | 2 +- .../res/cardsfolder/s/silverfur_partisan.txt | 2 +- .../res/cardsfolder/s/skeletal_vampire.txt | 4 +- forge-gui/res/cardsfolder/s/skeletonize.txt | 3 +- .../res/cardsfolder/s/skirk_ridge_exhumer.txt | 4 +- .../cardsfolder/s/skirsdag_high_priest.txt | 2 +- .../res/cardsfolder/s/skittering_invasion.txt | 3 +- .../res/cardsfolder/s/skyline_despot.txt | 2 +- .../res/cardsfolder/s/skywise_teachings.txt | 2 +- forge-gui/res/cardsfolder/s/slayers_plate.txt | 2 +- forge-gui/res/cardsfolder/s/slime_molding.txt | 2 +- .../cardsfolder/s/slimefoot_the_stowaway.txt | 2 +- forge-gui/res/cardsfolder/s/sliver_hive.txt | 2 +- forge-gui/res/cardsfolder/s/sliver_queen.txt | 2 +- .../s/sliver_queen_brood_mother.txt | 2 +- forge-gui/res/cardsfolder/s/sliversmith.txt | 2 +- .../res/cardsfolder/s/sly_requisitioner.txt | 2 +- forge-gui/res/cardsfolder/s/snake_pit.txt | 2 +- .../res/cardsfolder/s/sorin_grim_nemesis.txt | 2 +- .../cardsfolder/s/sorin_lord_of_innistrad.txt | 2 +- .../cardsfolder/s/sorin_solemn_visitor.txt | 2 +- .../res/cardsfolder/s/sosukes_summons.txt | 2 +- .../res/cardsfolder/s/soul_of_zendikar.txt | 4 +- .../res/cardsfolder/s/soul_separator.txt | 2 +- .../res/cardsfolder/s/sound_the_call.txt | 4 +- forge-gui/res/cardsfolder/s/sparkspitter.txt | 2 +- forge-gui/res/cardsfolder/s/spawning_bed.txt | 3 +- .../res/cardsfolder/s/spawning_breath.txt | 3 +- .../res/cardsfolder/s/spawning_grounds.txt | 2 +- forge-gui/res/cardsfolder/s/spawning_pit.txt | 2 +- .../res/cardsfolder/s/spawnsire_of_ulamog.txt | 3 +- .../res/cardsfolder/s/spectral_procession.txt | 2 +- .../res/cardsfolder/s/spectral_reserves.txt | 2 +- forge-gui/res/cardsfolder/s/spell_swindle.txt | 3 +- .../res/cardsfolder/s/spider_spawning.txt | 2 +- forge-gui/res/cardsfolder/s/spirit_bonds.txt | 2 +- forge-gui/res/cardsfolder/s/spirit_cairn.txt | 2 +- forge-gui/res/cardsfolder/s/spirit_mirror.txt | 2 +- .../res/cardsfolder/s/spiritual_visit.txt | 2 +- .../res/cardsfolder/s/spoils_of_blood.txt | 2 +- .../cardsfolder/s/spontaneous_generation.txt | 2 +- forge-gui/res/cardsfolder/s/spore_burst.txt | 2 +- forge-gui/res/cardsfolder/s/spore_swarm.txt | 2 +- forge-gui/res/cardsfolder/s/sporemound.txt | 2 +- .../res/cardsfolder/s/sporesower_thallid.txt | 2 +- forge-gui/res/cardsfolder/s/sporogenesis.txt | 2 +- .../res/cardsfolder/s/sporoloth_ancient.txt | 2 +- .../res/cardsfolder/s/springjack_pasture.txt | 2 +- .../res/cardsfolder/s/springjack_shepherd.txt | 2 +- forge-gui/res/cardsfolder/s/sprout_swarm.txt | 2 +- .../res/cardsfolder/s/sprouting_thrinax.txt | 2 +- .../res/cardsfolder/s/squires_devotion.txt | 2 +- forge-gui/res/cardsfolder/s/squirrel_nest.txt | 2 +- .../res/cardsfolder/s/squirrel_wrangler.txt | 2 +- .../res/cardsfolder/s/srams_expertise.txt | 2 +- forge-gui/res/cardsfolder/s/start_finish.txt | 2 +- .../res/cardsfolder/s/stir_the_sands.txt | 4 +- .../res/cardsfolder/s/stitcher_geralf.txt | 2 +- .../cardsfolder/s/stitchers_apprentice.txt | 2 +- .../res/cardsfolder/s/stone_idol_trap.txt | 2 +- .../cardsfolder/s/stonybrook_schoolmaster.txt | 2 +- forge-gui/res/cardsfolder/s/storm_herd.txt | 2 +- .../s/storm_the_vault_vault_of_catlacan.txt | 5 +- .../res/cardsfolder/s/stormfront_riders.txt | 2 +- .../res/cardsfolder/s/strength_of_arms.txt | 2 +- .../cardsfolder/s/subterranean_tremors.txt | 2 +- .../res/cardsfolder/s/summon_the_school.txt | 4 +- .../res/cardsfolder/s/summoners_bane.txt | 2 +- .../res/cardsfolder/s/summoning_station.txt | 2 +- .../res/cardsfolder/s/sunhome_guildmage.txt | 2 +- .../cardsfolder/s/sunspire_gatekeepers.txt | 2 +- .../res/cardsfolder/s/supply_caravan.txt | 2 +- forge-gui/res/cardsfolder/s/supply_demand.txt | 2 +- .../res/cardsfolder/s/survive_the_night.txt | 3 +- forge-gui/res/cardsfolder/s/swan_song.txt | 2 +- .../cardsfolder/s/sword_of_body_and_mind.txt | 2 +- .../res/cardsfolder/s/sylvan_offering.txt | 4 +- .../res/cardsfolder/s/symbiotic_beast.txt | 2 +- forge-gui/res/cardsfolder/s/symbiotic_elf.txt | 2 +- .../res/cardsfolder/s/symbiotic_wurm.txt | 2 +- forge-gui/res/cardsfolder/s/syphon_flesh.txt | 2 +- forge-gui/res/cardsfolder/t/take_up_arms.txt | 2 +- .../cardsfolder/t/talrand_sky_summoner.txt | 2 +- .../res/cardsfolder/t/talrands_invocation.txt | 2 +- .../res/cardsfolder/t/tamiyos_journal.txt | 5 +- .../res/cardsfolder/t/tana_the_bloodsower.txt | 2 +- .../t/tatsumasa_the_dragons_fang.txt | 2 +- .../cardsfolder/t/tempt_with_vengeance.txt | 6 +- .../res/cardsfolder/t/tendershoot_dryad.txt | 2 +- forge-gui/res/cardsfolder/t/terastodon.txt | 2 +- .../cardsfolder/t/teysa_envoy_of_ghosts.txt | 2 +- .../res/cardsfolder/t/teysa_orzhov_scion.txt | 2 +- .../t/teysa_orzhov_scion_avatar.txt | 2 +- .../t/tezzeret_artifice_master.txt | 2 +- .../cardsfolder/t/tezzeret_the_schemer.txt | 3 +- .../res/cardsfolder/t/thallid_germinator.txt | 2 +- .../cardsfolder/t/thallid_shell_dweller.txt | 2 +- .../res/cardsfolder/t/thatcher_revolt.txt | 2 +- .../res/cardsfolder/t/the_fourth_sphere.txt | 2 +- forge-gui/res/cardsfolder/t/the_hive.txt | 2 +- .../cardsfolder/t/the_iron_guardian_stirs.txt | 2 +- .../res/cardsfolder/t/the_locust_god.txt | 2 +- .../res/cardsfolder/t/thelonite_hermit.txt | 2 +- .../res/cardsfolder/t/there_is_no_refuge.txt | 2 +- .../res/cardsfolder/t/thopter_assembly.txt | 2 +- .../res/cardsfolder/t/thopter_engineer.txt | 2 +- .../res/cardsfolder/t/thopter_foundry.txt | 2 +- .../res/cardsfolder/t/thopter_spy_network.txt | 2 +- .../res/cardsfolder/t/thopter_squadron.txt | 2 +- .../res/cardsfolder/t/thorn_lieutenant.txt | 2 +- .../res/cardsfolder/t/thraben_doomsayer.txt | 2 +- .../res/cardsfolder/t/thraben_inspector.txt | 3 +- .../cardsfolder/t/thraben_standard_bearer.txt | 2 +- forge-gui/res/cardsfolder/t/thragtusk.txt | 2 +- .../res/cardsfolder/t/throne_of_empires.txt | 2 +- forge-gui/res/cardsfolder/t/thunderheads.txt | 2 +- .../cardsfolder/t/thundering_spineback.txt | 2 +- forge-gui/res/cardsfolder/t/tidal_wave.txt | 2 +- .../res/cardsfolder/t/tilonallis_summoner.txt | 2 +- .../cardsfolder/t/timely_reinforcements.txt | 2 +- .../res/cardsfolder/t/tireless_tracker.txt | 3 +- forge-gui/res/cardsfolder/t/titan_forge.txt | 2 +- .../t/titania_protector_of_argoth.txt | 2 +- .../res/cardsfolder/t/tolsimir_wolfblood.txt | 2 +- forge-gui/res/cardsfolder/t/tomb_of_urami.txt | 2 +- .../res/cardsfolder/t/tooth_and_claw.txt | 2 +- forge-gui/res/cardsfolder/t/trading_post.txt | 2 +- .../res/cardsfolder/t/trail_of_evidence.txt | 3 +- forge-gui/res/cardsfolder/t/transluminant.txt | 2 +- .../cardsfolder/t/transmogrifying_wand.txt | 2 +- .../t/treasure_map_treasure_cove.txt | 3 +- .../res/cardsfolder/t/trial_of_strength.txt | 2 +- .../cardsfolder/t/trigon_of_infestation.txt | 2 +- .../res/cardsfolder/t/triplicate_spirits.txt | 2 +- forge-gui/res/cardsfolder/t/triskelavus.txt | 3 +- .../res/cardsfolder/t/trostanis_summoner.txt | 6 +- .../res/cardsfolder/t/trove_of_temptation.txt | 5 +- .../res/cardsfolder/t/tukatongue_thallid.txt | 2 +- .../res/cardsfolder/t/tuktuk_the_explorer.txt | 2 +- .../res/cardsfolder/t/turntimber_ranger.txt | 2 +- .../res/cardsfolder/t/twilight_drover.txt | 2 +- .../cardsfolder/u/ulasht_the_hate_seed.txt | 2 +- .../res/cardsfolder/u/ulvenwald_mysteries.txt | 5 +- .../res/cardsfolder/u/undead_alchemist.txt | 2 +- .../res/cardsfolder/u/undead_servant.txt | 2 +- forge-gui/res/cardsfolder/u/unified_front.txt | 2 +- .../u/unscythe_killer_of_kings.txt | 2 +- .../res/cardsfolder/u/urbis_protector.txt | 2 +- forge-gui/res/cardsfolder/u/urzas_factory.txt | 2 +- forge-gui/res/cardsfolder/u/utopia_mycon.txt | 2 +- .../res/cardsfolder/u/utvara_hellkite.txt | 2 +- .../v/valduk_keeper_of_the_flame.txt | 2 +- .../res/cardsfolder/v/vanguard_of_brimaz.txt | 2 +- .../res/cardsfolder/v/verdant_embrace.txt | 2 +- forge-gui/res/cardsfolder/v/verdant_force.txt | 2 +- .../cardsfolder/v/verdeloth_the_ancient.txt | 2 +- .../res/cardsfolder/v/verix_bladewing.txt | 2 +- .../res/cardsfolder/v/vessel_of_ephemera.txt | 2 +- forge-gui/res/cardsfolder/v/vile_rebirth.txt | 2 +- forge-gui/res/cardsfolder/v/vile_redeemer.txt | 3 +- forge-gui/res/cardsfolder/v/violet_pall.txt | 2 +- forge-gui/res/cardsfolder/v/vital_splicer.txt | 2 +- .../res/cardsfolder/v/vitality_charm.txt | 2 +- .../res/cardsfolder/v/vitaspore_thallid.txt | 2 +- .../cardsfolder/v/vitu_ghazi_guildmage.txt | 2 +- .../v/vitu_ghazi_the_city_tree.txt | 2 +- .../res/cardsfolder/v/voice_of_resurgence.txt | 4 +- .../cardsfolder/v/voice_of_the_provinces.txt | 2 +- .../res/cardsfolder/v/voice_of_the_woods.txt | 2 +- .../res/cardsfolder/v/void_attendant.txt | 3 +- .../res/cardsfolder/v/volraths_laboratory.txt | 2 +- .../res/cardsfolder/v/vraska_relic_seeker.txt | 5 +- .../res/cardsfolder/v/vraska_the_unseen.txt | 5 +- forge-gui/res/cardsfolder/w/wakedancer.txt | 2 +- .../res/cardsfolder/w/walker_of_the_grove.txt | 2 +- .../cardsfolder/w/wand_of_the_elements.txt | 4 +- .../res/cardsfolder/w/wanted_scoundrels.txt | 3 +- .../res/cardsfolder/w/warbreak_trumpeter.txt | 2 +- forge-gui/res/cardsfolder/w/warping_wail.txt | 3 +- .../res/cardsfolder/w/warren_weirding.txt | 2 +- .../cardsfolder/w/wasitora_nekoru_queen.txt | 4 +- forge-gui/res/cardsfolder/w/waste_not.txt | 2 +- forge-gui/res/cardsfolder/w/waylay.txt | 2 +- .../res/cardsfolder/w/weirding_shaman.txt | 2 +- forge-gui/res/cardsfolder/w/weirding_wood.txt | 3 +- ...estvale_abbey_ormendahl_profane_prince.txt | 2 +- .../res/cardsfolder/w/wharf_infiltrator.txt | 2 +- forge-gui/res/cardsfolder/w/whirler_rogue.txt | 2 +- .../res/cardsfolder/w/whirler_virtuoso.txt | 2 +- forge-gui/res/cardsfolder/w/whirlermaker.txt | 2 +- .../res/cardsfolder/w/white_suns_zenith.txt | 2 +- forge-gui/res/cardsfolder/w/wily_goblin.txt | 3 +- forge-gui/res/cardsfolder/w/wing_splicer.txt | 2 +- forge-gui/res/cardsfolder/w/wingmate_roc.txt | 2 +- forge-gui/res/cardsfolder/w/wirefly_hive.txt | 2 +- .../res/cardsfolder/w/wirewood_hivemaster.txt | 2 +- .../res/cardsfolder/w/wolf_skull_shaman.txt | 2 +- .../res/cardsfolder/w/wolfbriar_elemental.txt | 2 +- .../res/cardsfolder/w/wolfcallers_howl.txt | 2 +- forge-gui/res/cardsfolder/w/wolfkin_bond.txt | 2 +- .../res/cardsfolder/w/words_of_wilding.txt | 2 +- .../res/cardsfolder/w/worldspine_wurm.txt | 2 +- forge-gui/res/cardsfolder/w/worm_harvest.txt | 2 +- .../cardsfolder/w/wrens_run_packmaster.txt | 2 +- forge-gui/res/cardsfolder/w/wurmcalling.txt | 2 +- .../res/cardsfolder/w/wurmcoil_engine.txt | 4 +- .../res/cardsfolder/w/wurmweaver_coil.txt | 2 +- .../res/cardsfolder/x/xathrid_necromancer.txt | 2 +- .../res/cardsfolder/x/xenagos_the_reveler.txt | 2 +- .../res/cardsfolder/y/yavimaya_sapherd.txt | 2 +- .../res/cardsfolder/y/young_pyromancer.txt | 2 +- .../z/zektar_shrine_expedition.txt | 2 +- .../res/cardsfolder/z/zendikars_roil.txt | 2 +- .../res/cardsfolder/z/zombie_infestation.txt | 2 +- forge-gui/res/editions/Amonkhet.txt | 15 - forge-gui/res/editions/Avacyn Restored.txt | 2 + forge-gui/res/editions/Born of the Gods.txt | 1 + forge-gui/res/editions/Commander.txt | 1 + forge-gui/res/editions/Dark Ascension.txt | 1 + forge-gui/res/editions/Dragon's Maze.txt | 3 + .../editions/Duel Decks Elves vs. Goblins.txt | 4 +- forge-gui/res/editions/Fate Reforged.txt | 1 + .../res/editions/From the Vault Transform.txt | 1 + forge-gui/res/editions/Gatecrash.txt | 2 + .../res/editions/Hour of Devastation.txt | 9 - forge-gui/res/editions/Ixalan.txt | 2 +- forge-gui/res/editions/Journey into Nyx.txt | 2 + forge-gui/res/editions/Khans of Tarkir.txt | 1 + forge-gui/res/editions/Magic 2013.txt | 1 + forge-gui/res/editions/Magic 2014.txt | 1 + forge-gui/res/editions/Magic 2015.txt | 1 + forge-gui/res/editions/Planechase 2012.txt | 4 + forge-gui/res/editions/Return to Ravnica.txt | 2 + forge-gui/res/editions/Rivals of Ixalan.txt | 2 +- forge-gui/res/editions/Stronghold.txt | 3 +- forge-gui/res/editions/Theros.txt | 1 + forge-gui/res/lists/token-images.txt | 1816 ++++++++++++----- .../tokenscripts/ashaya_the_awoken_world.txt | 6 + forge-gui/res/tokenscripts/b_0_0_germ.txt | 6 + forge-gui/res/tokenscripts/b_0_1_cleric.txt | 6 + forge-gui/res/tokenscripts/b_0_1_insect.txt | 2 +- .../b_1_1_assassin_deathtouch_haste.txt | 8 + .../tokenscripts/b_1_1_assassin_lose_con.txt | 9 + .../b_1_1_faerie_rogue_flying.txt | 7 + .../res/tokenscripts/b_1_1_goblin_rogue.txt | 6 + .../res/tokenscripts/b_1_1_harpy_flying.txt | 7 + forge-gui/res/tokenscripts/b_1_1_insect.txt | 6 + forge-gui/res/tokenscripts/b_1_1_minion.txt | 6 + .../res/tokenscripts/b_1_1_rat_deathtouch.txt | 7 + .../tokenscripts/b_1_1_snake_deathtouch.txt | 7 + forge-gui/res/tokenscripts/b_1_1_thrull.txt | 6 + forge-gui/res/tokenscripts/b_1_1_vampire.txt | 6 + .../tokenscripts/b_1_1_vampire_lifelink.txt | 7 + .../b_1_2_bat_flying_nosferatu.txt | 8 + forge-gui/res/tokenscripts/b_2_1_cat.txt | 6 + forge-gui/res/tokenscripts/b_2_1_warrior.txt | 6 + forge-gui/res/tokenscripts/b_2_2_e_zombie.txt | 6 + .../res/tokenscripts/b_2_2_pirate_menace.txt | 7 + .../res/tokenscripts/b_2_2_vampire_flying.txt | 7 + .../tokenscripts/b_2_2_zombie_designated.txt | 7 + .../b_2_2_zombie_knight_menace.txt | 7 + .../res/tokenscripts/b_2_4_spider_reach.txt | 7 + .../res/tokenscripts/b_3_3_angel_flying.txt | 7 + .../tokenscripts/b_3_3_beast_deathtouch.txt | 7 + forge-gui/res/tokenscripts/b_3_3_horror.txt | 6 + .../tokenscripts/b_3_3_horror_designated.txt | 7 + forge-gui/res/tokenscripts/b_3_3_kavu.txt | 6 + forge-gui/res/tokenscripts/b_4_4_horror.txt | 6 + .../res/tokenscripts/b_5_5_demon_flying.txt | 7 + .../res/tokenscripts/b_5_5_zombie_giant.txt | 6 + .../b_6_6_demon_flying_trample_aristocrat.txt | 13 + .../res/tokenscripts/b_6_6_wurm_trample.txt | 7 + .../res/tokenscripts/b_x_x_demon_flying.txt | 7 + forge-gui/res/tokenscripts/b_x_x_horror.txt | 6 + .../tokenscripts/b_x_x_nightmare_horror.txt | 6 + forge-gui/res/tokenscripts/b_x_x_vampire.txt | 6 + forge-gui/res/tokenscripts/b_x_x_zombie.txt | 6 + .../res/tokenscripts/b_x_x_zombie_horror.txt | 6 + .../bg_1_1_e_snake_deathtouch.txt | 7 + forge-gui/res/tokenscripts/bg_1_1_worm.txt | 6 + .../tokenscripts/bg_x_x_spirit_warrior.txt | 6 + .../res/tokenscripts/br_5_5_elemental.txt | 6 + .../brg_3_3_cat_dragon_flying.txt | 7 + .../c_0_0_a_construct_total_artifacts.txt | 7 + .../tokenscripts/c_0_1_eldrazi_spawn_sac.txt | 6 + .../res/tokenscripts/c_10_10_eldrazi.txt | 5 + .../c_1_1_a_construct_defender.txt | 6 + forge-gui/res/tokenscripts/c_1_1_a_myr.txt | 5 + .../tokenscripts/c_1_1_a_pentavite_flying.txt | 6 + forge-gui/res/tokenscripts/c_1_1_a_servo.txt | 5 + .../c_1_1_a_triskelavite_flying_ammo.txt | 7 + .../tokenscripts/c_1_1_eldrazi_scion_sac.txt | 6 + forge-gui/res/tokenscripts/c_1_1_sand.txt | 5 + .../c_1_1_shapeshifter_changeling.txt | 6 + forge-gui/res/tokenscripts/c_1_1_spirit.txt | 5 + .../tokenscripts/c_2_2_a_assembly_worker.txt | 5 + forge-gui/res/tokenscripts/c_2_2_a_spawn.txt | 5 + forge-gui/res/tokenscripts/c_2_2_pincher.txt | 5 + .../res/tokenscripts/c_3_2_eldrazi_horror.txt | 5 + forge-gui/res/tokenscripts/c_3_3_a_golem.txt | 5 + .../res/tokenscripts/c_3_3_e_a_golem.txt | 5 + .../tokenscripts/c_3_4_a_gargoyle_flying.txt | 6 + forge-gui/res/tokenscripts/c_4_4_a_golem.txt | 5 + forge-gui/res/tokenscripts/c_4_6_a_golem.txt | 5 + .../c_6_12_a_construct_trample.txt | 6 + forge-gui/res/tokenscripts/c_6_6_a_beast.txt | 5 + .../c_7_7_eldrazi_annihilator.txt | 6 + forge-gui/res/tokenscripts/c_9_9_a_golem.txt | 5 + forge-gui/res/tokenscripts/c_a_clue_draw.txt | 5 + .../res/tokenscripts/c_a_treasure_sac.txt | 2 +- .../res/tokenscripts/c_x_x_a_construct.txt | 5 + forge-gui/res/tokenscripts/c_x_x_a_horror.txt | 5 + forge-gui/res/tokenscripts/cloud_sprite.txt | 9 + forge-gui/res/tokenscripts/etherium_cell.txt | 5 + .../res/tokenscripts/festering_goblin.txt | 8 + .../res/tokenscripts/g_0_2_plant_defender.txt | 7 + .../res/tokenscripts/g_1_1_elf_druid_g.txt | 7 + .../res/tokenscripts/g_1_1_elf_warrior.txt | 6 + forge-gui/res/tokenscripts/g_1_1_hippo.txt | 2 +- forge-gui/res/tokenscripts/g_1_1_insect.txt | 6 + .../g_1_1_insect_flying_deathtouch.txt | 8 + .../res/tokenscripts/g_1_1_insect_infect.txt | 7 + forge-gui/res/tokenscripts/g_1_1_plant.txt | 6 + forge-gui/res/tokenscripts/g_1_1_snake.txt | 2 +- .../tokenscripts/g_1_1_snake_deathtouch.txt | 7 + .../g_1_1_wolf_sound_the_call.txt | 8 + .../res/tokenscripts/g_1_2_spider_reach.txt | 7 + .../res/tokenscripts/g_1_3_e_spider_reach.txt | 7 + forge-gui/res/tokenscripts/g_2_2_bear.txt | 6 + forge-gui/res/tokenscripts/g_2_2_boar.txt | 6 + forge-gui/res/tokenscripts/g_2_2_lizard.txt | 6 + forge-gui/res/tokenscripts/g_2_2_monkey.txt | 6 + .../res/tokenscripts/g_2_2_ooze_mitotic.txt | 2 +- forge-gui/res/tokenscripts/g_2_2_wolf.txt | 6 + .../tokenscripts/g_2_5_treefolk_shaman.txt | 6 + forge-gui/res/tokenscripts/g_3_3_ape.txt | 6 + forge-gui/res/tokenscripts/g_3_3_boar.txt | 6 + forge-gui/res/tokenscripts/g_3_3_centaur.txt | 2 +- .../tokenscripts/g_3_3_dinosaur_trample.txt | 7 + .../res/tokenscripts/g_3_3_e_centaur.txt | 6 + .../res/tokenscripts/g_3_3_elemental.txt | 6 + forge-gui/res/tokenscripts/g_3_3_elephant.txt | 6 + .../res/tokenscripts/g_3_3_frog_lizard.txt | 6 +- forge-gui/res/tokenscripts/g_3_3_hippo.txt | 6 + forge-gui/res/tokenscripts/g_3_3_ooze.txt | 6 + forge-gui/res/tokenscripts/g_4_2_beast.txt | 6 + forge-gui/res/tokenscripts/g_4_4_bear.txt | 6 + forge-gui/res/tokenscripts/g_4_4_beast.txt | 6 + .../res/tokenscripts/g_4_4_elemental.txt | 6 + .../res/tokenscripts/g_4_4_rhino_trample.txt | 7 + .../res/tokenscripts/g_5_3_elemental.txt | 6 + forge-gui/res/tokenscripts/g_5_4_snake.txt | 6 + forge-gui/res/tokenscripts/g_5_5_beast.txt | 6 + .../res/tokenscripts/g_5_5_beast_trample.txt | 7 + forge-gui/res/tokenscripts/g_5_5_wurm.txt | 6 + .../res/tokenscripts/g_5_5_wurm_trample.txt | 7 + .../res/tokenscripts/g_6_1_insect_shroud.txt | 7 + forge-gui/res/tokenscripts/g_6_6_wurm.txt | 6 + .../tokenscripts/g_7_7_elemental_trample.txt | 7 + .../res/tokenscripts/g_x_x_elemental.txt | 6 + .../g_x_x_elephant_resurgence.txt | 8 + forge-gui/res/tokenscripts/g_x_x_hydra.txt | 6 + forge-gui/res/tokenscripts/g_x_x_ooze.txt | 6 + .../tokenscripts/g_x_x_ooze_gutter_grime.txt | 8 + .../tokenscripts/g_x_x_saproling_burst.txt | 6 + forge-gui/res/tokenscripts/g_x_x_treefolk.txt | 6 + forge-gui/res/tokenscripts/g_x_x_wurm.txt | 6 + forge-gui/res/tokenscripts/gold.txt | 5 + .../res/tokenscripts/goldmeadow_harrier.txt | 8 + forge-gui/res/tokenscripts/gu_1_1_snake.txt | 6 + .../res/tokenscripts/gu_2_2_drake_flying.txt | 7 + .../res/tokenscripts/gw_1_1_elf_warrior.txt | 6 + ...ce.txt => gw_2_2_elf_knight_vigilance.txt} | 0 .../gw_8_8_elemental_vigilance.txt | 7 + .../gw_x_x_elemental_total_creatures.txt | 8 + forge-gui/res/tokenscripts/kaldra.txt | 5 + .../res/tokenscripts/karox_bladewing.txt | 7 + .../res/tokenscripts/kobolds_of_kher_keep.txt | 6 + forge-gui/res/tokenscripts/land_mine.txt | 5 + .../res/tokenscripts/lightning_rager.txt | 6 +- forge-gui/res/tokenscripts/llanowar_elves.txt | 7 + forge-gui/res/tokenscripts/marit_lage.txt | 8 + .../res/tokenscripts/metallic_sliver.txt | 5 + forge-gui/res/tokenscripts/mowu.txt | 6 + .../r_0_1_elemental_rekindling_phoenix.txt | 10 + .../res/tokenscripts/r_1_1_devil_burn.txt | 8 + .../tokenscripts/r_1_1_goblin_all_attack.txt | 7 + .../res/tokenscripts/r_1_1_goblin_haste.txt | 7 + .../res/tokenscripts/r_1_1_goblin_noblock.txt | 7 + forge-gui/res/tokenscripts/r_1_1_human.txt | 6 + .../res/tokenscripts/r_1_1_human_haste.txt | 7 + .../res/tokenscripts/r_1_1_soldier_haste.txt | 7 + forge-gui/res/tokenscripts/r_1_1_warrior.txt | 6 + forge-gui/res/tokenscripts/r_2_2_gremlin.txt | 6 + .../res/tokenscripts/r_2_3_minotaur_haste.txt | 7 + .../tokenscripts/r_3_1_e_elemental_haste.txt | 7 + .../res/tokenscripts/r_3_1_elemental.txt | 6 + .../tokenscripts/r_3_1_elemental_shaman.txt | 6 + .../r_3_1_elemental_shaman_haste.txt | 7 + .../res/tokenscripts/r_3_3_elemental.txt | 6 + forge-gui/res/tokenscripts/r_3_3_ogre.txt | 6 + .../res/tokenscripts/r_4_4_dragon_flying.txt | 7 + forge-gui/res/tokenscripts/r_4_4_giant.txt | 6 + forge-gui/res/tokenscripts/r_4_4_hellion.txt | 6 + .../res/tokenscripts/r_4_4_hellion_haste.txt | 7 + forge-gui/res/tokenscripts/r_4_4_ogre.txt | 6 + .../res/tokenscripts/r_6_6_dragon_flying.txt | 7 + forge-gui/res/tokenscripts/r_8_8_lizard.txt | 6 + .../res/tokenscripts/r_x_x_elemental.txt | 6 + forge-gui/res/tokenscripts/ragavan.txt | 2 +- .../rg_1_1_dragon_flying_devour.txt | 8 + .../tokenscripts/rg_1_1_goblin_warrior.txt | 6 + .../res/tokenscripts/rg_2_2_satyr_haste.txt | 7 + .../res/tokenscripts/rg_5_5_elemental.txt | 6 + forge-gui/res/tokenscripts/rgw_8_8_beast.txt | 6 + .../tokenscripts/rw_1_1_goblin_soldier.txt | 6 + .../res/tokenscripts/rw_1_1_soldier_haste.txt | 7 + .../res/tokenscripts/stoneforged_blade.txt | 8 + .../res/tokenscripts/tuktuk_the_returned.txt | 5 + forge-gui/res/tokenscripts/twin.txt | 5 + .../res/tokenscripts/u_0_1_a_homunculus.txt | 6 + .../res/tokenscripts/u_1_0_elemental.txt | 6 + .../tokenscripts/u_1_1_a_thopter_flying.txt | 7 + .../res/tokenscripts/u_1_1_bird_flying.txt | 7 + .../res/tokenscripts/u_1_1_faerie_flying.txt | 7 + .../res/tokenscripts/u_1_1_human_wizard.txt | 6 + .../tokenscripts/u_1_1_illusion_flying.txt | 7 + forge-gui/res/tokenscripts/u_1_1_merfolk.txt | 6 + .../tokenscripts/u_1_1_merfolk_hexproof.txt | 7 + .../res/tokenscripts/u_1_1_merfolk_wizard.txt | 6 + .../res/tokenscripts/u_1_1_spirit_flying.txt | 7 + .../tokenscripts/u_1_1_squid_islandwalk.txt | 7 + .../res/tokenscripts/u_2_2_bird_flying.txt | 7 + .../tokenscripts/u_2_2_djinn_monk_flying.txt | 7 + .../res/tokenscripts/u_2_2_drake_flying.txt | 7 + .../res/tokenscripts/u_2_2_e_bird_flying.txt | 7 + .../tokenscripts/u_2_2_elemental_flying.txt | 7 + .../res/tokenscripts/u_2_2_homunculus.txt | 6 + forge-gui/res/tokenscripts/u_2_2_illusion.txt | 6 + .../tokenscripts/u_2_2_illusion_illusory.txt | 9 + .../tokenscripts/u_3_3_fish_hatches_whale.txt | 2 +- .../res/tokenscripts/u_4_4_sphinx_flying.txt | 7 + .../u_5_5_dragon_spirit_flying.txt | 7 + .../u_6_6_whale_hatches_kraken.txt | 2 +- forge-gui/res/tokenscripts/u_8_8_octopus.txt | 6 + .../{u_x_x_orb.txt => u_x_x_orb_flying.txt} | 2 +- forge-gui/res/tokenscripts/u_x_x_zombie.txt | 6 + .../ub_1_1_faerie_rogue_flying.txt | 7 + .../res/tokenscripts/ub_1_1_horror_flying.txt | 7 + .../res/tokenscripts/ub_1_1_zombie_wizard.txt | 6 + .../ur_1_1_insect_flying_haste.txt | 8 + .../tokenscripts/ur_5_5_elemental_flying.txt | 7 + forge-gui/res/tokenscripts/urami.txt | 7 + forge-gui/res/tokenscripts/w_0_1_goat.txt | 6 + .../res/tokenscripts/w_1_1_bird_flying.txt | 7 + .../w_1_1_bird_soldier_flying.txt | 7 + .../res/tokenscripts/w_1_1_cat_lifelink.txt | 7 + .../w_1_1_cat_soldier_vigilance.txt | 7 + .../res/tokenscripts/w_1_1_e_soldier.txt | 6 + .../res/tokenscripts/w_1_1_human_soldier.txt | 6 + .../tokenscripts/w_1_1_kithkin_soldier.txt | 6 + forge-gui/res/tokenscripts/w_1_1_kor_ally.txt | 6 + .../res/tokenscripts/w_1_1_kor_soldier.txt | 6 + .../res/tokenscripts/w_1_1_monk_prowess.txt | 7 + .../res/tokenscripts/w_1_1_soldier_ally.txt | 6 + .../tokenscripts/w_1_1_soldier_lifelink.txt | 2 +- .../tokenscripts/w_1_1_vampire_lifelink.txt | 7 + forge-gui/res/tokenscripts/w_1_1_warrior.txt | 6 + .../tokenscripts/w_1_1_warrior_vigilance.txt | 7 + .../tokenscripts/w_1_2_soldier_defender.txt | 7 + forge-gui/res/tokenscripts/w_2_1_e_cleric.txt | 6 + forge-gui/res/tokenscripts/w_2_2_cat.txt | 6 + .../res/tokenscripts/w_2_2_griffin_flying.txt | 7 + .../res/tokenscripts/w_2_2_knight_ally.txt | 6 + .../w_2_2_knight_first_strike.txt | 7 + forge-gui/res/tokenscripts/w_2_4_ox.txt | 6 + .../res/tokenscripts/w_3_3_angel_flying.txt | 7 + .../res/tokenscripts/w_3_3_bird_flying.txt | 7 + .../res/tokenscripts/w_3_3_spirit_flying.txt | 7 + .../res/tokenscripts/w_3_4_bird_flying.txt | 7 + .../res/tokenscripts/w_4_4_avatar_flying.txt | 7 + .../tokenscripts/w_4_4_elemental_flying.txt | 7 + .../res/tokenscripts/w_5_5_giant_warrior.txt | 6 + forge-gui/res/tokenscripts/w_5_5_horse.txt | 6 + .../tokenscripts/w_x_x_avatar_life_total.txt | 8 + .../res/tokenscripts/w_x_x_reflection.txt | 6 + .../tokenscripts/wb_1_1_cleric_deathpact.txt | 7 + .../res/tokenscripts/wb_1_1_human_cleric.txt | 6 + .../wb_x_x_e_spirit_experience.txt | 8 + forge-gui/res/tokenscripts/wirefly.txt | 6 + .../res/tokenscripts/wu_1_1_bird_flying.txt | 7 + 1235 files changed, 3886 insertions(+), 1748 deletions(-) rename forge-gui/res/cardsfolder/e/{entrampent_maneuver.txt => entrapment_maneuver.txt} (74%) create mode 100644 forge-gui/res/cardsfolder/g/garruk_the_slayer.txt rename forge-gui/res/cardsfolder/g/{glint-sleeve_artisan.txt => glint_sleeve_artisan.txt} (100%) rename forge-gui/res/cardsfolder/g/{god_favoured_general.txt => god_favored_general.txt} (71%) rename forge-gui/res/cardsfolder/i/{ishkanah,_grafwidow.txt => ishkanah_grafwidow.txt} (82%) create mode 100644 forge-gui/res/tokenscripts/ashaya_the_awoken_world.txt create mode 100644 forge-gui/res/tokenscripts/b_0_0_germ.txt create mode 100644 forge-gui/res/tokenscripts/b_0_1_cleric.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_assassin_deathtouch_haste.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_assassin_lose_con.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_faerie_rogue_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_goblin_rogue.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_harpy_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_insect.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_minion.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_rat_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_snake_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_thrull.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_vampire.txt create mode 100644 forge-gui/res/tokenscripts/b_1_1_vampire_lifelink.txt create mode 100644 forge-gui/res/tokenscripts/b_1_2_bat_flying_nosferatu.txt create mode 100644 forge-gui/res/tokenscripts/b_2_1_cat.txt create mode 100644 forge-gui/res/tokenscripts/b_2_1_warrior.txt create mode 100644 forge-gui/res/tokenscripts/b_2_2_e_zombie.txt create mode 100644 forge-gui/res/tokenscripts/b_2_2_pirate_menace.txt create mode 100644 forge-gui/res/tokenscripts/b_2_2_vampire_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_2_2_zombie_designated.txt create mode 100644 forge-gui/res/tokenscripts/b_2_2_zombie_knight_menace.txt create mode 100644 forge-gui/res/tokenscripts/b_2_4_spider_reach.txt create mode 100644 forge-gui/res/tokenscripts/b_3_3_angel_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_3_3_beast_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/b_3_3_horror.txt create mode 100644 forge-gui/res/tokenscripts/b_3_3_horror_designated.txt create mode 100644 forge-gui/res/tokenscripts/b_3_3_kavu.txt create mode 100644 forge-gui/res/tokenscripts/b_4_4_horror.txt create mode 100644 forge-gui/res/tokenscripts/b_5_5_demon_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_5_5_zombie_giant.txt create mode 100644 forge-gui/res/tokenscripts/b_6_6_demon_flying_trample_aristocrat.txt create mode 100644 forge-gui/res/tokenscripts/b_6_6_wurm_trample.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_demon_flying.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_horror.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_nightmare_horror.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_vampire.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_zombie.txt create mode 100644 forge-gui/res/tokenscripts/b_x_x_zombie_horror.txt create mode 100644 forge-gui/res/tokenscripts/bg_1_1_e_snake_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/bg_1_1_worm.txt create mode 100644 forge-gui/res/tokenscripts/bg_x_x_spirit_warrior.txt create mode 100644 forge-gui/res/tokenscripts/br_5_5_elemental.txt create mode 100644 forge-gui/res/tokenscripts/brg_3_3_cat_dragon_flying.txt create mode 100644 forge-gui/res/tokenscripts/c_0_0_a_construct_total_artifacts.txt create mode 100644 forge-gui/res/tokenscripts/c_0_1_eldrazi_spawn_sac.txt create mode 100644 forge-gui/res/tokenscripts/c_10_10_eldrazi.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_construct_defender.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_myr.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_pentavite_flying.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_servo.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_a_triskelavite_flying_ammo.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_eldrazi_scion_sac.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_sand.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_shapeshifter_changeling.txt create mode 100644 forge-gui/res/tokenscripts/c_1_1_spirit.txt create mode 100644 forge-gui/res/tokenscripts/c_2_2_a_assembly_worker.txt create mode 100644 forge-gui/res/tokenscripts/c_2_2_a_spawn.txt create mode 100644 forge-gui/res/tokenscripts/c_2_2_pincher.txt create mode 100644 forge-gui/res/tokenscripts/c_3_2_eldrazi_horror.txt create mode 100644 forge-gui/res/tokenscripts/c_3_3_a_golem.txt create mode 100644 forge-gui/res/tokenscripts/c_3_3_e_a_golem.txt create mode 100644 forge-gui/res/tokenscripts/c_3_4_a_gargoyle_flying.txt create mode 100644 forge-gui/res/tokenscripts/c_4_4_a_golem.txt create mode 100644 forge-gui/res/tokenscripts/c_4_6_a_golem.txt create mode 100644 forge-gui/res/tokenscripts/c_6_12_a_construct_trample.txt create mode 100644 forge-gui/res/tokenscripts/c_6_6_a_beast.txt create mode 100644 forge-gui/res/tokenscripts/c_7_7_eldrazi_annihilator.txt create mode 100644 forge-gui/res/tokenscripts/c_9_9_a_golem.txt create mode 100644 forge-gui/res/tokenscripts/c_a_clue_draw.txt create mode 100644 forge-gui/res/tokenscripts/c_x_x_a_construct.txt create mode 100644 forge-gui/res/tokenscripts/c_x_x_a_horror.txt create mode 100644 forge-gui/res/tokenscripts/cloud_sprite.txt create mode 100644 forge-gui/res/tokenscripts/etherium_cell.txt create mode 100644 forge-gui/res/tokenscripts/festering_goblin.txt create mode 100644 forge-gui/res/tokenscripts/g_0_2_plant_defender.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_elf_druid_g.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_elf_warrior.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_insect.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_insect_flying_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_insect_infect.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_plant.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_snake_deathtouch.txt create mode 100644 forge-gui/res/tokenscripts/g_1_1_wolf_sound_the_call.txt create mode 100644 forge-gui/res/tokenscripts/g_1_2_spider_reach.txt create mode 100644 forge-gui/res/tokenscripts/g_1_3_e_spider_reach.txt create mode 100644 forge-gui/res/tokenscripts/g_2_2_bear.txt create mode 100644 forge-gui/res/tokenscripts/g_2_2_boar.txt create mode 100644 forge-gui/res/tokenscripts/g_2_2_lizard.txt create mode 100644 forge-gui/res/tokenscripts/g_2_2_monkey.txt create mode 100644 forge-gui/res/tokenscripts/g_2_2_wolf.txt create mode 100644 forge-gui/res/tokenscripts/g_2_5_treefolk_shaman.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_ape.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_boar.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_e_centaur.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_elemental.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_elephant.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_hippo.txt create mode 100644 forge-gui/res/tokenscripts/g_3_3_ooze.txt create mode 100644 forge-gui/res/tokenscripts/g_4_2_beast.txt create mode 100644 forge-gui/res/tokenscripts/g_4_4_bear.txt create mode 100644 forge-gui/res/tokenscripts/g_4_4_beast.txt create mode 100644 forge-gui/res/tokenscripts/g_4_4_elemental.txt create mode 100644 forge-gui/res/tokenscripts/g_4_4_rhino_trample.txt create mode 100644 forge-gui/res/tokenscripts/g_5_3_elemental.txt create mode 100644 forge-gui/res/tokenscripts/g_5_4_snake.txt create mode 100644 forge-gui/res/tokenscripts/g_5_5_beast.txt create mode 100644 forge-gui/res/tokenscripts/g_5_5_beast_trample.txt create mode 100644 forge-gui/res/tokenscripts/g_5_5_wurm.txt create mode 100644 forge-gui/res/tokenscripts/g_5_5_wurm_trample.txt create mode 100644 forge-gui/res/tokenscripts/g_6_1_insect_shroud.txt create mode 100644 forge-gui/res/tokenscripts/g_6_6_wurm.txt create mode 100644 forge-gui/res/tokenscripts/g_7_7_elemental_trample.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_elemental.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_elephant_resurgence.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_hydra.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_ooze.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_saproling_burst.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_treefolk.txt create mode 100644 forge-gui/res/tokenscripts/g_x_x_wurm.txt create mode 100644 forge-gui/res/tokenscripts/gold.txt create mode 100644 forge-gui/res/tokenscripts/goldmeadow_harrier.txt create mode 100644 forge-gui/res/tokenscripts/gu_1_1_snake.txt create mode 100644 forge-gui/res/tokenscripts/gu_2_2_drake_flying.txt create mode 100644 forge-gui/res/tokenscripts/gw_1_1_elf_warrior.txt rename forge-gui/res/tokenscripts/{wg_2_2_elf_knight_vigilance.txt => gw_2_2_elf_knight_vigilance.txt} (100%) create mode 100644 forge-gui/res/tokenscripts/gw_8_8_elemental_vigilance.txt create mode 100644 forge-gui/res/tokenscripts/gw_x_x_elemental_total_creatures.txt create mode 100644 forge-gui/res/tokenscripts/kaldra.txt create mode 100644 forge-gui/res/tokenscripts/karox_bladewing.txt create mode 100644 forge-gui/res/tokenscripts/kobolds_of_kher_keep.txt create mode 100644 forge-gui/res/tokenscripts/land_mine.txt create mode 100644 forge-gui/res/tokenscripts/llanowar_elves.txt create mode 100644 forge-gui/res/tokenscripts/marit_lage.txt create mode 100644 forge-gui/res/tokenscripts/metallic_sliver.txt create mode 100644 forge-gui/res/tokenscripts/mowu.txt create mode 100644 forge-gui/res/tokenscripts/r_0_1_elemental_rekindling_phoenix.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_devil_burn.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_goblin_all_attack.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_goblin_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_goblin_noblock.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_human.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_human_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_soldier_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_1_1_warrior.txt create mode 100644 forge-gui/res/tokenscripts/r_2_2_gremlin.txt create mode 100644 forge-gui/res/tokenscripts/r_2_3_minotaur_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_3_1_e_elemental_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_3_1_elemental.txt create mode 100644 forge-gui/res/tokenscripts/r_3_1_elemental_shaman.txt create mode 100644 forge-gui/res/tokenscripts/r_3_1_elemental_shaman_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_3_3_elemental.txt create mode 100644 forge-gui/res/tokenscripts/r_3_3_ogre.txt create mode 100644 forge-gui/res/tokenscripts/r_4_4_dragon_flying.txt create mode 100644 forge-gui/res/tokenscripts/r_4_4_giant.txt create mode 100644 forge-gui/res/tokenscripts/r_4_4_hellion.txt create mode 100644 forge-gui/res/tokenscripts/r_4_4_hellion_haste.txt create mode 100644 forge-gui/res/tokenscripts/r_4_4_ogre.txt create mode 100644 forge-gui/res/tokenscripts/r_6_6_dragon_flying.txt create mode 100644 forge-gui/res/tokenscripts/r_8_8_lizard.txt create mode 100644 forge-gui/res/tokenscripts/r_x_x_elemental.txt create mode 100644 forge-gui/res/tokenscripts/rg_1_1_dragon_flying_devour.txt create mode 100644 forge-gui/res/tokenscripts/rg_1_1_goblin_warrior.txt create mode 100644 forge-gui/res/tokenscripts/rg_2_2_satyr_haste.txt create mode 100644 forge-gui/res/tokenscripts/rg_5_5_elemental.txt create mode 100644 forge-gui/res/tokenscripts/rgw_8_8_beast.txt create mode 100644 forge-gui/res/tokenscripts/rw_1_1_goblin_soldier.txt create mode 100644 forge-gui/res/tokenscripts/rw_1_1_soldier_haste.txt create mode 100644 forge-gui/res/tokenscripts/stoneforged_blade.txt create mode 100644 forge-gui/res/tokenscripts/tuktuk_the_returned.txt create mode 100644 forge-gui/res/tokenscripts/twin.txt create mode 100644 forge-gui/res/tokenscripts/u_0_1_a_homunculus.txt create mode 100644 forge-gui/res/tokenscripts/u_1_0_elemental.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_a_thopter_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_faerie_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_human_wizard.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_illusion_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_merfolk.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_merfolk_hexproof.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_merfolk_wizard.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_spirit_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_1_1_squid_islandwalk.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_djinn_monk_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_drake_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_e_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_elemental_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_homunculus.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_illusion.txt create mode 100644 forge-gui/res/tokenscripts/u_2_2_illusion_illusory.txt create mode 100644 forge-gui/res/tokenscripts/u_4_4_sphinx_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_5_5_dragon_spirit_flying.txt create mode 100644 forge-gui/res/tokenscripts/u_8_8_octopus.txt rename forge-gui/res/tokenscripts/{u_x_x_orb.txt => u_x_x_orb_flying.txt} (83%) create mode 100644 forge-gui/res/tokenscripts/u_x_x_zombie.txt create mode 100644 forge-gui/res/tokenscripts/ub_1_1_faerie_rogue_flying.txt create mode 100644 forge-gui/res/tokenscripts/ub_1_1_horror_flying.txt create mode 100644 forge-gui/res/tokenscripts/ub_1_1_zombie_wizard.txt create mode 100644 forge-gui/res/tokenscripts/ur_1_1_insect_flying_haste.txt create mode 100644 forge-gui/res/tokenscripts/ur_5_5_elemental_flying.txt create mode 100644 forge-gui/res/tokenscripts/urami.txt create mode 100644 forge-gui/res/tokenscripts/w_0_1_goat.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_bird_soldier_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_cat_lifelink.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_cat_soldier_vigilance.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_e_soldier.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_human_soldier.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_kithkin_soldier.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_kor_ally.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_kor_soldier.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_monk_prowess.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_soldier_ally.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_vampire_lifelink.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_warrior.txt create mode 100644 forge-gui/res/tokenscripts/w_1_1_warrior_vigilance.txt create mode 100644 forge-gui/res/tokenscripts/w_1_2_soldier_defender.txt create mode 100644 forge-gui/res/tokenscripts/w_2_1_e_cleric.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_cat.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_griffin_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_knight_ally.txt create mode 100644 forge-gui/res/tokenscripts/w_2_2_knight_first_strike.txt create mode 100644 forge-gui/res/tokenscripts/w_2_4_ox.txt create mode 100644 forge-gui/res/tokenscripts/w_3_3_angel_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_3_3_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_3_3_spirit_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_3_4_bird_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_4_4_avatar_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_4_4_elemental_flying.txt create mode 100644 forge-gui/res/tokenscripts/w_5_5_giant_warrior.txt create mode 100644 forge-gui/res/tokenscripts/w_5_5_horse.txt create mode 100644 forge-gui/res/tokenscripts/w_x_x_avatar_life_total.txt create mode 100644 forge-gui/res/tokenscripts/w_x_x_reflection.txt create mode 100644 forge-gui/res/tokenscripts/wb_1_1_cleric_deathpact.txt create mode 100644 forge-gui/res/tokenscripts/wb_1_1_human_cleric.txt create mode 100644 forge-gui/res/tokenscripts/wb_x_x_e_spirit_experience.txt create mode 100644 forge-gui/res/tokenscripts/wirefly.txt create mode 100644 forge-gui/res/tokenscripts/wu_1_1_bird_flying.txt diff --git a/forge-gui/res/cardsfolder/a/abhorrent_overlord.txt b/forge-gui/res/cardsfolder/a/abhorrent_overlord.txt index 3826aa963db..b81362c5e31 100644 --- a/forge-gui/res/cardsfolder/a/abhorrent_overlord.txt +++ b/forge-gui/res/cardsfolder/a/abhorrent_overlord.txt @@ -4,7 +4,7 @@ Types:Creature Demon PT:6/6 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 1/1 black Harpy creature tokens with flying equal to your devotion to black. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Harpy | TokenTypes$ Creature,Harpy | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ b_1_1_harpy +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ b_1_1_harpy_flying | TokenOwner$ You | LegacyImage$ b 1 1 harpy flying ths SVar:X:Count$Devotion.Black T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a creature. SVar:TrigSac:DB$ Sacrifice | Defined$ You | SacValid$ Creature | SacMessage$ Creature diff --git a/forge-gui/res/cardsfolder/a/abstruse_interference.txt b/forge-gui/res/cardsfolder/a/abstruse_interference.txt index 8174cc86aa1..0af2f545ec5 100644 --- a/forge-gui/res/cardsfolder/a/abstruse_interference.txt +++ b/forge-gui/res/cardsfolder/a/abstruse_interference.txt @@ -3,8 +3,7 @@ ManaCost:2 U Types:Instant K:Devoid A:SP$ Counter | Cost$ 2 U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | UnlessCost$ 1 | SubAbility$ DBToken | SpellDescription$ Counter target spell unless its controller pays {1}. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 eldrazi scion ogw | TokenAltImages$ c_1_1_eldrazi_scion2_ogw,c_1_1_eldrazi_scion3_ogw,c_1_1_eldrazi_scion4_ogw,c_1_1_eldrazi_scion5_ogw,c_1_1_eldrazi_scion6_ogw | TokenAbilities$ ABMana | SpellDescription$ You create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." ({C} represents colorless mana.) -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw | SpellDescription$ You create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." ({C} represents colorless mana.) DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/abstruse_interference.jpg diff --git a/forge-gui/res/cardsfolder/a/abzan_ascendancy.txt b/forge-gui/res/cardsfolder/a/abzan_ascendancy.txt index 5239fc8a01b..64b7b2a56dd 100644 --- a/forge-gui/res/cardsfolder/a/abzan_ascendancy.txt +++ b/forge-gui/res/cardsfolder/a/abzan_ascendancy.txt @@ -4,7 +4,7 @@ Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPutCounters | TriggerDescription$ When CARDNAME enters the battlefield, put a +1/+1 counter on each creature you control. SVar:TrigPutCounters:DB$ PutCounterAll | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit KTK | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying ktk SVar:PlayMain1:TRUE SVar:NeedsToPlay:Creature.YouCtrl DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/a/acorn_catapult.txt b/forge-gui/res/cardsfolder/a/acorn_catapult.txt index ef2a6b60793..fda98892e17 100644 --- a/forge-gui/res/cardsfolder/a/acorn_catapult.txt +++ b/forge-gui/res/cardsfolder/a/acorn_catapult.txt @@ -2,8 +2,8 @@ Name:Acorn Catapult ManaCost:4 Types:Artifact A:AB$ DealDamage | Cost$ 1 T | NumDmg$ 1 | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | SubAbility$ SquirrelTokenCtrl | SpellDescription$ CARDNAME deals 1 damage to any target. That permanent's controller or that player creates a 1/1 green Squirrel creature token. -SVar:SquirrelTokenCtrl:DB$ Token | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ Targeted | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ SquirrelTokenPlayer | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ EQ0 | TokenImage$ g_1_1_squirrel_ody -SVar:SquirrelTokenPlayer:DB$ Token | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ GE1 | TokenImage$ g_1_1_squirrel_ody +SVar:SquirrelTokenCtrl:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_squirrel | TokenOwner$ Targeted | SubAbility$ SquirrelTokenPlayer | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ EQ0 | LegacyImage$ g 1 1 squirrel cmd +SVar:SquirrelTokenPlayer:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_squirrel | TokenOwner$ TargetedController | ConditionDefined$ Targeted | ConditionPresent$ Card.Creature | ConditionCompare$ GE1 | LegacyImage$ g 1 1 squirrel cmd AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/acorn_catapult.jpg Oracle:{1}, {T}: Acorn Catapult deals 1 damage to any target. That permanent's controller or that player creates a 1/1 green Squirrel creature token. diff --git a/forge-gui/res/cardsfolder/a/acorn_harvest.txt b/forge-gui/res/cardsfolder/a/acorn_harvest.txt index c4fe60fb54d..8daa2dedee6 100644 --- a/forge-gui/res/cardsfolder/a/acorn_harvest.txt +++ b/forge-gui/res/cardsfolder/a/acorn_harvest.txt @@ -2,6 +2,6 @@ Name:Acorn Harvest ManaCost:3 G Types:Sorcery K:Flashback:1 G PayLife<3> -A:SP$ Token | Cost$ 3 G | TokenAmount$ 2 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 green Squirrel creature tokens. | TokenImage$ g_1_1_squirrel_ody +A:SP$ Token | Cost$ 3 G | TokenAmount$ 2 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | SpellDescription$ Create two 1/1 green Squirrel creature tokens. | LegacyImage$ g 1 1 squirrel tor SVar:Picture:http://www.wizards.com/global/images/magic/general/acorn_harvest.jpg Oracle:Create two 1/1 green Squirrel creature tokens.\nFlashback—{1}{G}, Pay 3 life. (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt b/forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt index a02285aaf18..83a1cd8ef0f 100644 --- a/forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt +++ b/forge-gui/res/cardsfolder/a/advent_of_the_wurm.txt @@ -1,7 +1,7 @@ Name:Advent of the Wurm ManaCost:1 G G W Types:Instant -A:SP$ Token | Cost$ 1 G G W | TokenImage$ g 5 5 wurm | TokenName$ Wurm | TokenAmount$ 1 | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Trample | SpellDescription$ Create a 5/5 green Wurm creature token with trample. +A:SP$ Token | Cost$ 1 G G W | LegacyImage$ g 5 5 wurm trample dgm | TokenScript$ g_5_5_wurm_trample | TokenOwner$ You | SpellDescription$ Create a 5/5 green Wurm creature token with trample. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/advent_of_the_wurm.jpg Oracle:Create a 5/5 green Wurm creature token with trample. diff --git a/forge-gui/res/cardsfolder/a/adverse_conditions.txt b/forge-gui/res/cardsfolder/a/adverse_conditions.txt index e9526c18f81..69f97389af9 100644 --- a/forge-gui/res/cardsfolder/a/adverse_conditions.txt +++ b/forge-gui/res/cardsfolder/a/adverse_conditions.txt @@ -4,8 +4,7 @@ Types:Instant K:Devoid A:SP$ Tap | Cost$ 3 U | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | ValidTgts$ Creature | SubAbility$ TrigPump | SpellDescription$ Tap up to two target creatures. SVar:TrigPump:DB$Pump | Defined$ Targeted | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True | SubAbility$ DBToken | SpellDescription$ Those creatures don't untap during their controller's next untap step. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3 | TokenAbilities$ ABMana | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/adverse_conditions.jpg diff --git a/forge-gui/res/cardsfolder/a/aerie_worshippers.txt b/forge-gui/res/cardsfolder/a/aerie_worshippers.txt index 519efce1e98..4a05c13f6d8 100644 --- a/forge-gui/res/cardsfolder/a/aerie_worshippers.txt +++ b/forge-gui/res/cardsfolder/a/aerie_worshippers.txt @@ -3,6 +3,6 @@ ManaCost:3 U Types:Creature Human Cleric PT:2/4 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ GFGToken | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may pay {2}{U}. If you do, create a 2/2 blue Bird enchantment creature token with flying. -SVar:GFGToken:AB$ Token | Cost$ 2 U | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Enchantment,Creature,Bird | TokenOwner$ You | TokenColors$ Blue | TokenKeywords$ Flying | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ u 2 2 bird bng +SVar:GFGToken:AB$ Token | Cost$ 2 U | TokenAmount$ 1 | TokenScript$ u_2_2_e_bird_flying | TokenOwner$ You | LegacyImage$ u 2 2 e bird flying bng SVar:Picture:http://www.wizards.com/global/images/magic/general/aerie_worshippers.txt Oracle:Inspired — Whenever Aerie Worshippers becomes untapped, you may pay {2}{U}. If you do, create a 2/2 blue Bird enchantment creature token with flying. diff --git a/forge-gui/res/cardsfolder/a/aether_chaser.txt b/forge-gui/res/cardsfolder/a/aether_chaser.txt index ace65592a18..95def424f4b 100644 --- a/forge-gui/res/cardsfolder/a/aether_chaser.txt +++ b/forge-gui/res/cardsfolder/a/aether_chaser.txt @@ -6,7 +6,7 @@ K:First Strike T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E} (two energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 2 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_chaser.jpg Oracle:First strike\nWhen Aether Chaser enters the battlefield, you get {E}{E} (two energy counters).\nWhenever Aether Chaser attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/aether_herder.txt b/forge-gui/res/cardsfolder/a/aether_herder.txt index ab953b282eb..376af4070e1 100644 --- a/forge-gui/res/cardsfolder/a/aether_herder.txt +++ b/forge-gui/res/cardsfolder/a/aether_herder.txt @@ -5,7 +5,7 @@ PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E} (two energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 2 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_herder.jpg Oracle:When Aether Herder enters the battlefield, you get {E}{E} (two energy counters).\nWhenever Aether Herder attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/aether_inspector.txt b/forge-gui/res/cardsfolder/a/aether_inspector.txt index 690879c34e4..148388be2d4 100644 --- a/forge-gui/res/cardsfolder/a/aether_inspector.txt +++ b/forge-gui/res/cardsfolder/a/aether_inspector.txt @@ -6,7 +6,7 @@ K:Vigilance T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E} (two energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 2 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_inspector.jpg Oracle:Vigilance\nWhen Aether Inspector enters the battlefield, you get {E}{E} (two energy counters).\nWhenever Aether Inspector attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/aether_mutation.txt b/forge-gui/res/cardsfolder/a/aether_mutation.txt index e382eae65d6..0629e69dd1f 100644 --- a/forge-gui/res/cardsfolder/a/aether_mutation.txt +++ b/forge-gui/res/cardsfolder/a/aether_mutation.txt @@ -3,7 +3,7 @@ ManaCost:3 G U Types:Sorcery A:SP$ ChangeZone | Cost$ 3 G U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ TrigToken | SpellDescription$ Return target creature to its owner's hand. Create X 1/1 green Saproling creature tokens, where X is that creature's converted mana cost. #X will be the Converted Mana Cost of the target of Aether Mutation -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X | TokenImage$ g_1_1_saproling_inv +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | References$ X | LegacyImage$ g 1 1 saproling apc SVar:X:Targeted$CardManaCost DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_mutation.jpg diff --git a/forge-gui/res/cardsfolder/a/aether_poisoner.txt b/forge-gui/res/cardsfolder/a/aether_poisoner.txt index f7bd7ef317f..518456e04b2 100644 --- a/forge-gui/res/cardsfolder/a/aether_poisoner.txt +++ b/forge-gui/res/cardsfolder/a/aether_poisoner.txt @@ -6,7 +6,7 @@ K:Deathtouch T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E} (two energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 2 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_poisoner.jpg Oracle:Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)\nWhen Aether Poisoner enters the battlefield, you get {E}{E} (two energy counters).\nWhenever Aether Poisoner attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/aether_swooper.txt b/forge-gui/res/cardsfolder/a/aether_swooper.txt index 0ff3fe68f47..7c4fe332bee 100644 --- a/forge-gui/res/cardsfolder/a/aether_swooper.txt +++ b/forge-gui/res/cardsfolder/a/aether_swooper.txt @@ -6,7 +6,7 @@ K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E} (two energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 2 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ PayEnergy<2> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 servo aer SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/aether_swooper.jpg Oracle:Flying\nWhen Aether Swooper enters the battlefield, you get {E}{E} (two energy counters).\nWhenever Aether Swooper attacks, you may pay {E}{E}. If you do, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/afterlife.txt b/forge-gui/res/cardsfolder/a/afterlife.txt index 90995775f42..151e9805d4f 100644 --- a/forge-gui/res/cardsfolder/a/afterlife.txt +++ b/forge-gui/res/cardsfolder/a/afterlife.txt @@ -2,7 +2,7 @@ Name:Afterlife ManaCost:2 W Types:Instant A:SP$ Destroy | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target creature. It can't be regenerated. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying pls | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying mir | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/afterlife.jpg Oracle:Destroy target creature. It can't be regenerated. Its controller creates a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/a/ajani_adversary_of_tyrants.txt b/forge-gui/res/cardsfolder/a/ajani_adversary_of_tyrants.txt index f23bec84e60..968cc25fd9b 100644 --- a/forge-gui/res/cardsfolder/a/ajani_adversary_of_tyrants.txt +++ b/forge-gui/res/cardsfolder/a/ajani_adversary_of_tyrants.txt @@ -5,7 +5,7 @@ A:AB$ PutCounter | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | CounterTyp A:AB$ ChangeZone | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Card.Creature+cmcLE2+YouCtrl | TgtPrompt$ Select target creature card with converted mana cost 2 or less | SpellDescription$ Return target creature card with converted mana cost 2 or less from your graveyard to the battlefield. A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Ajani, Adversary of Tyrants | Image$ emblem_ajani_adversary_of_tyrants | Triggers$ EffPhase | SVars$ EmblemTrigToken | Duration$ Permanent | SpellDescription$ You get an emblem with "At the beginning of your end step, create three 1/1 white Cat creature tokens with lifelink." SVar:EffPhase:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | Execute$ EmblemTrigToken | TriggerDescription$ At the beginning of your end step, create three 1/1 white Cat creature tokens with lifelink. -SVar:EmblemTrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 3 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenTypes$ Cat,Creature | TokenKeywords$ Lifelink | TokenImage$ w 1 1 cat m19 +SVar:EmblemTrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 3 | TokenScript$ w_1_1_cat_lifelink | LegacyImage$ w 1 1 cat lifelink m19 DeckHas:Ability$Counters & Ability$Token Oracle:[+1]: Put a +1/+1 counter on each of up to two target creatures.\n[-2]: Return target creature card with converted mana cost 2 or less from your graveyard to the battlefield.\n[-7]: You get an emblem with "At the beginning of your end step, create three 1/1 white Cat creature tokens with lifelink." Loyalty:4 \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/ajani_caller_of_the_pride.txt b/forge-gui/res/cardsfolder/a/ajani_caller_of_the_pride.txt index 331eb690ebf..2165e9c9087 100644 --- a/forge-gui/res/cardsfolder/a/ajani_caller_of_the_pride.txt +++ b/forge-gui/res/cardsfolder/a/ajani_caller_of_the_pride.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Ajani Loyalty:4 A:AB$ PutCounter | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | CounterNum$ 1 | CounterType$ P1P1 | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Put a +1/+1 counter on up to one target creature. A:AB$ Pump | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Flying & Double Strike | SpellDescription$ Target creature gains flying and double strike until end of turn. -A:AB$ Token | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | TokenAmount$ X | References$ X | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ w 2 2 cat M13 | Ultimate$ True | SpellDescription$ Create X 2/2 white Cat creature tokens, where X is your life total. +A:AB$ Token | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | TokenAmount$ X | References$ X | TokenScript$ w_2_2_cat | TokenOwner$ You | LegacyImage$ w 2 2 cat m13 | Ultimate$ True | SpellDescription$ Create X 2/2 white Cat creature tokens, where X is your life total. SVar:X:Count$YourLifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/ajani_caller_of_the_pride.jpg Oracle:+1: Put a +1/+1 counter on up to one target creature.\n−3: Target creature gains flying and double strike until end of turn.\n−8: Create X 2/2 white Cat creature tokens, where X is your life total. diff --git a/forge-gui/res/cardsfolder/a/ajani_goldmane.txt b/forge-gui/res/cardsfolder/a/ajani_goldmane.txt index 32f6bbbca7e..30551c8784a 100644 --- a/forge-gui/res/cardsfolder/a/ajani_goldmane.txt +++ b/forge-gui/res/cardsfolder/a/ajani_goldmane.txt @@ -5,8 +5,6 @@ Loyalty:4 A:AB$ GainLife | Cost$ AddCounter<1/LOYALTY> | LifeAmount$ 2 | Planeswalker$ True | SpellDescription$ You gain 2 life. A:AB$ PutCounterAll | Cost$ SubCounter<1/LOYALTY> | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | Planeswalker$ True | SubAbility$ DBPumpAll | SpellDescription$ Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn. SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Vigilance -A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | TokenAmount$ 1 | TokenName$ Avatar | TokenTypes$ Creature,Avatar | TokenOwner$ You | TokenColors$ White | TokenPower$ X | TokenToughness$ X | TokenImage$ w n n avatar | TokenStaticAbilities$ Static | TokenSVars$ X | Planeswalker$ True | Ultimate$ True | References$ X | SpellDescription$ Create a white Avatar creature token. It has "This creature's power and toughness are each equal to your life total." -SVar:Static:Mode$ Continuous | SetPower$ X | SetToughness$ X | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to your life total. -SVar:X:Count$YourLifeTotal +A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | TokenAmount$ 1 | TokenScript$ w_x_x_avatar_life_total | TokenOwner$ You | LegacyImage$ w x x avatar life total lrw | Planeswalker$ True | Ultimate$ True | SpellDescription$ Create a white Avatar creature token. It has "This creature's power and toughness are each equal to your life total." SVar:Picture:http://www.wizards.com/global/images/magic/general/ajani_goldmane.jpg Oracle:+1: You gain 2 life.\n−1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.\n−6: Create a white Avatar creature token. It has "This creature's power and toughness are each equal to your life total." diff --git a/forge-gui/res/cardsfolder/a/ajanis_chosen.txt b/forge-gui/res/cardsfolder/a/ajanis_chosen.txt index 691bb8ce1a9..f700a055343 100644 --- a/forge-gui/res/cardsfolder/a/ajanis_chosen.txt +++ b/forge-gui/res/cardsfolder/a/ajanis_chosen.txt @@ -3,7 +3,7 @@ ManaCost:2 W W Types:Creature Cat Soldier PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Enchantment.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an enchantment enters the battlefield under your control, create a 2/2 white Cat creature token. If that enchantment is an Aura, you may attach it to the token. -SVar:TrigToken:DB$ Token | TokenImage$ w 2 2 cat m14 | TokenName$ Cat | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenTypes$ Creature,Cat | TokenAmount$ 1 | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBAttach +SVar:TrigToken:DB$ Token | LegacyImage$ w 2 2 cat m14 | TokenScript$ w_2_2_cat | TokenAmount$ 1 | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBAttach SVar:DBAttach:DB$ Attach | Object$ TriggeredCard | Defined$ Remembered | Optional$ True | ConditionDefined$ TriggeredCard | ConditionPresent$ Aura | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/ajanis_chosen.jpg diff --git a/forge-gui/res/cardsfolder/a/ajanis_last_stand.txt b/forge-gui/res/cardsfolder/a/ajanis_last_stand.txt index 24dc2c0bd80..de49bf76508 100644 --- a/forge-gui/res/cardsfolder/a/ajanis_last_stand.txt +++ b/forge-gui/res/cardsfolder/a/ajanis_last_stand.txt @@ -2,7 +2,7 @@ Name:Ajani's Last Stand ManaCost:2 W W Types:Enchantment T:Mode$ ChangesZone | ValidCard$ Creature.YouCtrl,Planeswalker.YouCtrl | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigDiesToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature or planeswalker you control dies, you may sacrifice CARDNAME. If you do, create a 4/4 white Avatar creature token with flying. -SVar:TrigDiesToken:AB$ Token | Cost$ Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 4 | TokenToughness$ 4 | TokenColors$ White | TokenTypes$ Avatar,Creature | TokenKeywords$ Flying | TokenImage$ w 4 4 avatar +SVar:TrigDiesToken:AB$ Token | Cost$ Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_4_4_avatar_flying | LegacyImage$ w 4 4 avatar flying m19 T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.OppCtrl | Execute$ TrigDiscardedToken | TriggerZones$ Battlefield | TriggerDescription$ When a spell or ability an opponent controls causes you to discard this card, if you control a Plains, create a 4/4 white Avatar creature token with flying. -SVar:TrigDiscardedToken:DB$ Token | ConditionPresent$ Plains.YouCtrl | ConditionCompare$ GE1 | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 4 | TokenToughness$ 4 | TokenColors$ White | TokenTypes$ Avatar,Creature | TokenKeywords$ Flying | TokenImage$ w 4 4 avatar +SVar:TrigDiscardedToken:DB$ Token | ConditionPresent$ Plains.YouCtrl | ConditionCompare$ GE1 | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_4_4_avatar_flying | LegacyImage$ w 4 4 avatar flying m19 Oracle:Whenever a creature or planeswalker you control dies, you may sacrifice Ajani's Last Stand. If you do, create a 4/4 white Avatar creature token with flying.\nWhen a spell or ability an opponent controls causes you to discard this card, if you control a Plains, create a 4/4 white Avatar creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/akoum_stonewaker.txt b/forge-gui/res/cardsfolder/a/akoum_stonewaker.txt index bf906968de9..0046a67d551 100644 --- a/forge-gui/res/cardsfolder/a/akoum_stonewaker.txt +++ b/forge-gui/res/cardsfolder/a/akoum_stonewaker.txt @@ -3,7 +3,7 @@ ManaCost:1 R Types:Creature Human Shaman PT:2/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, you may pay {2}{R}. If you do, create a 3/1 red Elemental creature token with trample and haste. Exile that token at the beginning of the next end step. -SVar:TrigToken:AB$Token | Cost$ 2 R | TokenScript$ r_3_1_elemental_trample_haste | AtEOT$ Exile +SVar:TrigToken:AB$Token | Cost$ 2 R | TokenScript$ r_3_1_elemental_trample_haste | LegacyImage$ r 3 1 elemental trample haste bfz AtEOT$ Exile DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/akoum_stonewaker.jpg Oracle:Landfall — Whenever a land enters the battlefield under your control, you may pay {2}{R}. If you do, create a 3/1 red Elemental creature token with trample and haste. Exile that token at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/a/akroan_crusader.txt b/forge-gui/res/cardsfolder/a/akroan_crusader.txt index a4129cf61a2..50b5d994ea9 100644 --- a/forge-gui/res/cardsfolder/a/akroan_crusader.txt +++ b/forge-gui/res/cardsfolder/a/akroan_crusader.txt @@ -3,6 +3,6 @@ ManaCost:R Types:Creature Human Soldier PT:1/1 T:Mode$ SpellCast | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Heroic — Whenever you cast a spell that targets CARDNAME, create a 1/1 red Soldier creature token with haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenKeywords$ Haste | TokenImage$ r_1_1_soldier +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_soldier_haste | TokenOwner$ You | LegacyImage$ r 1 1 soldier haste ths SVar:Picture:http://www.wizards.com/global/images/magic/general/akroan_crusader.jpg Oracle:Heroic — Whenever you cast a spell that targets Akroan Crusader, create a 1/1 red Soldier creature token with haste. diff --git a/forge-gui/res/cardsfolder/a/akroan_horse.txt b/forge-gui/res/cardsfolder/a/akroan_horse.txt index 0c74634537b..6c851e405e4 100644 --- a/forge-gui/res/cardsfolder/a/akroan_horse.txt +++ b/forge-gui/res/cardsfolder/a/akroan_horse.txt @@ -7,6 +7,6 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S SVar:TrigChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | ChoiceTitle$ Choose an opponent to give control to: | AILogic$ Curse | SubAbility$ DBDonate SVar:DBDonate:DB$ GainControl | Defined$ Self | NewController$ Player.Chosen T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, each opponent creates a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ Player.Opponent | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier ths +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ Player.Opponent | LegacyImage$ w 1 1 soldier ths SVar:Picture:http://www.wizards.com/global/images/magic/general/akroan_horse.jpg Oracle:Defender\nWhen Akroan Horse enters the battlefield, an opponent gains control of it.\nAt the beginning of your upkeep, each opponent creates a 1/1 white Soldier creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/alive_well.txt b/forge-gui/res/cardsfolder/a/alive_well.txt index a729071accc..690f89a8581 100644 --- a/forge-gui/res/cardsfolder/a/alive_well.txt +++ b/forge-gui/res/cardsfolder/a/alive_well.txt @@ -3,7 +3,7 @@ ManaCost:3 G AlternateMode: Split Types:Sorcery K:Fuse -A:SP$ Token | Cost$ 3 G | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | TokenAltImages$ g_3_3_centaur2_rtr | SpellDescription$ Create a 3/3 green Centaur creature token. +A:SP$ Token | Cost$ 3 G | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur dgm | SpellDescription$ Create a 3/3 green Centaur creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/alive_well.jpg Oracle:Create a 3/3 green Centaur creature token.\nFuse (You may cast one or both halves of this card from your hand.) diff --git a/forge-gui/res/cardsfolder/a/alliance_of_arms.txt b/forge-gui/res/cardsfolder/a/alliance_of_arms.txt index f5039266c68..38bc29c4af4 100644 --- a/forge-gui/res/cardsfolder/a/alliance_of_arms.txt +++ b/forge-gui/res/cardsfolder/a/alliance_of_arms.txt @@ -4,7 +4,7 @@ Types:Sorcery A:SP$ RepeatEach | Cost$ W | RepeatPlayers$ Player | StartingWithActivator$ True | RepeatSubAbility$ DBPay | SubAbility$ DBToken | StackDescription$ SpellDescription | SpellDescription$ Join forces — Starting with you, each player may pay any amount of mana. Each player creates X 1/1 white Soldier creature tokens, where X is the total amount of mana paid this way. SVar:DBPay:DB$ ChooseNumber | Defined$ Player.IsRemembered | ChooseAnyNumber$ True | ListTitle$ Pay Any Mana | SubAbility$ DBStore SVar:DBStore:DB$ StoreSVar | SVar$ JoinForcesAmount | Type$ CountSVar | Expression$ JoinForcesAmount/Plus.X | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | UnlessAI$ OnlyOwn | References$ X,JoinForcesAmount -SVar:DBToken:DB$ Token | TokenAmount$ JoinForcesAmount | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ Player | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ JoinForcesAmount | StackDescription$ None | TokenImage$ w_1_1_soldier_som +SVar:DBToken:DB$ Token | TokenAmount$ JoinForcesAmount | TokenScript$ w_1_1_soldier | TokenOwner$ Player | References$ JoinForcesAmount | StackDescription$ None | LegacyImage$ w 1 1 soldier cmd SVar:DBReset:DB$ StoreSVar | SVar$ JoinForcesAmount | Type$ Number | Expression$ 0 | References$ JoinForcesAmount SVar:X:Count$ChosenNumber SVar:JoinForcesAmount:Number$0 diff --git a/forge-gui/res/cardsfolder/a/allied_reinforcements.txt b/forge-gui/res/cardsfolder/a/allied_reinforcements.txt index 60d8b2aa65e..14f44cf5090 100644 --- a/forge-gui/res/cardsfolder/a/allied_reinforcements.txt +++ b/forge-gui/res/cardsfolder/a/allied_reinforcements.txt @@ -1,7 +1,7 @@ Name:Allied Reinforcements ManaCost:3 W Types:Sorcery -A:SP$ Token | Cost$ 3 W | TokenImage$ w 2 2 knight ally | TokenAmount$ 2 | TokenName$ Knight Ally | TokenTypes$ Creature,Knight,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create two 2/2 white Knight Ally creature tokens. +A:SP$ Token | Cost$ 3 W | LegacyImage$ w 2 2 knight ally ogw | TokenAmount$ 2 | TokenScript$ w_2_2_knight_ally | TokenOwner$ You | SpellDescription$ Create two 2/2 white Knight Ally creature tokens. DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/allied_reinforcements.jpg Oracle:Create two 2/2 white Knight Ally creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/ambassador_oak.txt b/forge-gui/res/cardsfolder/a/ambassador_oak.txt index 45beea87ec5..54902806612 100644 --- a/forge-gui/res/cardsfolder/a/ambassador_oak.txt +++ b/forge-gui/res/cardsfolder/a/ambassador_oak.txt @@ -3,6 +3,6 @@ ManaCost:3 G Types:Creature Treefolk Warrior PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g_1_1_elf_warrior_evg +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior mor SVar:Picture:http://www.wizards.com/global/images/magic/general/ambassador_oak.jpg Oracle:When Ambassador Oak enters the battlefield, create a 1/1 green Elf Warrior creature token. diff --git a/forge-gui/res/cardsfolder/a/angelic_accord.txt b/forge-gui/res/cardsfolder/a/angelic_accord.txt index 4cbafd02821..222b76c7c3d 100644 --- a/forge-gui/res/cardsfolder/a/angelic_accord.txt +++ b/forge-gui/res/cardsfolder/a/angelic_accord.txt @@ -2,7 +2,7 @@ Name:Angelic Accord ManaCost:3 W Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ YouLifeGained | SVarCompare$ GE4 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if you gained 4 or more life this turn, create a 4/4 white Angel creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ w 4 4 angel m14 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying m14 SVar:YouLifeGained:Count$LifeYouGainedThisTurn AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/angelic_accord.jpg diff --git a/forge-gui/res/cardsfolder/a/angelic_favor.txt b/forge-gui/res/cardsfolder/a/angelic_favor.txt index 0f7d24631f8..40f5bfbbc9b 100644 --- a/forge-gui/res/cardsfolder/a/angelic_favor.txt +++ b/forge-gui/res/cardsfolder/a/angelic_favor.txt @@ -1,7 +1,7 @@ Name:Angelic Favor ManaCost:3 W Types:Instant -A:SP$ Token | Cost$ 3 W | TokenScript$ w_4_4_angel_flying | AtEOT$ Exile | ActivationPhases$ BeginCombat->EndCombat | SpellDescription$ Cast CARDNAME only during combat. Create a 4/4 white Angel creature token with flying. Exile it at the beginning of the next end step. +A:SP$ Token | Cost$ 3 W | TokenScript$ w_4_4_angel_flying | LegacyImage$ w 4 4 angel flying nms | AtEOT$ Exile | ActivationPhases$ BeginCombat->EndCombat | SpellDescription$ Cast CARDNAME only during combat. Create a 4/4 white Angel creature token with flying. Exile it at the beginning of the next end step. SVar:AltCost:Cost$ tapXType<1/Creature> | IsPresent$ Plains.YouCtrl | Description$ If you control a Plains, you may tap an untapped creature you control rather than pay CARDNAME's mana cost. DeckHas:Ability$Token AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/a/animation_module.txt b/forge-gui/res/cardsfolder/a/animation_module.txt index 6f01e85cc5e..6744d3d0a37 100644 --- a/forge-gui/res/cardsfolder/a/animation_module.txt +++ b/forge-gui/res/cardsfolder/a/animation_module.txt @@ -2,7 +2,7 @@ Name:Animation Module ManaCost:1 Types:Artifact T:Mode$ CounterAddedOnce | ValidCard$ Permanent.YouCtrl | TriggerZones$ Battlefield | CounterType$ P1P1 | Execute$ TrigToken | TriggerDescription$ Whenever one or more +1/+1 counters are put on a permanent you control, you may pay {1}. If you do, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld A:AB$ PutCounter | Cost$ 3 T | ValidTgts$ Permanent,Player | TgtPrompt$ Select target player or permanent | CounterType$ ExistingCounter | CounterNum$ 1 | AILogic$ AlwaysAtOppEOT | SpellDescription$ Choose a counter on target permanent or player. Give that permanent or player another counter of that kind. DeckHints:Ability$Counters AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/a/ant_queen.txt b/forge-gui/res/cardsfolder/a/ant_queen.txt index be7a2a6b9d7..5f0f080ace3 100644 --- a/forge-gui/res/cardsfolder/a/ant_queen.txt +++ b/forge-gui/res/cardsfolder/a/ant_queen.txt @@ -2,6 +2,6 @@ Name:Ant Queen ManaCost:3 G G Types:Creature Insect PT:5/5 -A:AB$ Token | Cost$ 1 G | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect m10 | SpellDescription$ Create a 1/1 green Insect creature token. +A:AB$ Token | Cost$ 1 G | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect m10 | SpellDescription$ Create a 1/1 green Insect creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/ant_queen.jpg Oracle:{1}{G}: Create a 1/1 green Insect creature token. diff --git a/forge-gui/res/cardsfolder/a/aquatic_incursion.txt b/forge-gui/res/cardsfolder/a/aquatic_incursion.txt index ce1ca2dfdb5..4c849c6d88c 100644 --- a/forge-gui/res/cardsfolder/a/aquatic_incursion.txt +++ b/forge-gui/res/cardsfolder/a/aquatic_incursion.txt @@ -2,7 +2,7 @@ Name:Aquatic Incursion ManaCost:3 U Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 blue Merfolk creature tokens with hexproof. -SVar:TrigToken:DB$Token | TokenImage$ u 1 1 merfolk XLN | TokenName$ Merfolk | TokenColors$ Blue | TokenTypes$ Creature,Merfolk | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2 | TokenKeywords$ Hexproof +SVar:TrigToken:DB$Token | LegacyImage$ u 1 1 merfolk hexproof rix | TokenScript$ u_1_1_merfolk_hexproof | TokenOwner$ You A:AB$ Pump | Cost$ 3 U | ValidTgts$ Merfolk | TgtPrompt$ Select target Merfolk | KW$ HIDDEN Unblockable | SpellDescription$ Target Merfolk can't be blocked this turn. DeckHints:Type$Merfolk SVar:Picture:http://www.wizards.com/global/images/magic/general/aquatic_incursion.jpg diff --git a/forge-gui/res/cardsfolder/a/arachnogenesis.txt b/forge-gui/res/cardsfolder/a/arachnogenesis.txt index 7e355c4e722..c359c3d3988 100644 --- a/forge-gui/res/cardsfolder/a/arachnogenesis.txt +++ b/forge-gui/res/cardsfolder/a/arachnogenesis.txt @@ -1,7 +1,7 @@ Name:Arachnogenesis ManaCost:2 G Types:Instant -A:SP$ Token | Cost$ 2 G | TokenAmount$ X | TokenName$ Spider | TokenTypes$ Creature,Spider | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 2 | TokenKeywords$ Reach | SubAbility$ DBCurseNonSpiders | References$ X | SpellDescription$ Create X 1/2 green Spider creature tokens with reach, where X is the number of creatures attacking you. Prevent all combat damage that would be dealt this turn by non-Spider creatures. | TokenImage$ g_1_2_spider_isd +A:SP$ Token | Cost$ 2 G | TokenAmount$ X | TokenScript$ g_1_2_spider_reach | TokenOwner$ You | SubAbility$ DBCurseNonSpiders | References$ X | SpellDescription$ Create X 1/2 green Spider creature tokens with reach, where X is the number of creatures attacking you. Prevent all combat damage that would be dealt this turn by non-Spider creatures. | LegacyImage$ g_1_2_spider_reach_c15 SVar:DBCurseNonSpiders:DB$ Effect | Name$ Arachnogenesis Effect | ReplacementEffects$ Curse SVar:Curse:Event$ DamageDone | Prevent$ True | IsCombat$ True | ActiveZones$ Command | ValidSource$ Creature.nonSpider | Description$ Prevent all combat damage that would be dealt this turn by non-Spider creatures. SVar:X:Count$Valid Creature.attackingYou diff --git a/forge-gui/res/cardsfolder/a/archdemon_of_unx.txt b/forge-gui/res/cardsfolder/a/archdemon_of_unx.txt index 1146775b1b6..11f080bf2b9 100644 --- a/forge-gui/res/cardsfolder/a/archdemon_of_unx.txt +++ b/forge-gui/res/cardsfolder/a/archdemon_of_unx.txt @@ -6,7 +6,7 @@ K:Flying K:Trample T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a non-Zombie creature, then create a 2/2 black Zombie creature token. SVar:TrigSac:DB$ Sacrifice | Defined$ You | SacValid$ Creature.nonZombie | SacMessage$ non-Zombie Creature | SubAbility$ MakeToken -SVar:MakeToken:DB$ Token | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 | TokenImage$ b 2 2 zombie ALA +SVar:MakeToken:DB$ Token | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ b 2 2 zombie ala AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/archdemon_of_unx.jpg Oracle:Flying, trample\nAt the beginning of your upkeep, sacrifice a non-Zombie creature, then create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/a/architect_of_the_untamed.txt b/forge-gui/res/cardsfolder/a/architect_of_the_untamed.txt index bca7d60a746..ee63f33304d 100644 --- a/forge-gui/res/cardsfolder/a/architect_of_the_untamed.txt +++ b/forge-gui/res/cardsfolder/a/architect_of_the_untamed.txt @@ -4,6 +4,6 @@ Types:Creature Elf Artificer Druid PT:2/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Land.YouCtrl | Execute$ TrigEnergy | TriggerDescription$ Whenever a land enters the battlefield under your control, you get {E} (an energy counter). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 1 -A:AB$ Token | Cost$ PayEnergy<8> | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Artifact,Creature,Beast | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 6 | TokenToughness$ 6 | TokenImage$ c 6 6 beast | SpellDescription$ Create a 6/6 colorless Beast artifact creature token. +A:AB$ Token | Cost$ PayEnergy<8> | TokenAmount$ 1 | TokenScript$ c_6_6_a_beast | TokenOwner$ You | LegacyImage$ c 6 6 a beast kld | SpellDescription$ Create a 6/6 colorless Beast artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/architect_of_the_untamed.jpg Oracle:Whenever a land enters the battlefield under your control, you get {E} (an energy counter).\nPay {E}{E}{E}{E}{E}{E}{E}{E}: Create a 6/6 colorless Beast artifact creature token. diff --git a/forge-gui/res/cardsfolder/a/arlinn_kord_arlinn_embraced_by_the_moon.txt b/forge-gui/res/cardsfolder/a/arlinn_kord_arlinn_embraced_by_the_moon.txt index 4bac6f9cd3e..5b3fe9b8eb9 100644 --- a/forge-gui/res/cardsfolder/a/arlinn_kord_arlinn_embraced_by_the_moon.txt +++ b/forge-gui/res/cardsfolder/a/arlinn_kord_arlinn_embraced_by_the_moon.txt @@ -3,7 +3,7 @@ ManaCost:2 R G Types:Legendary Planeswalker Arlinn Loyalty:3 A:AB$ Pump | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | NumAtt$ +2 | NumDef$ +2 | KW$ Vigilance & Haste | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Until end of turn, up to one target creature gets +2/+2 and gains vigilance and haste. -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOI | Planeswalker$ True | SubAbility$ DBTransform | SpellDescription$ Create a 2/2 green Wolf creature token. Transform CARDNAME. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf soi | Planeswalker$ True | SubAbility$ DBTransform | SpellDescription$ Create a 2/2 green Wolf creature token. Transform CARDNAME. SVar:DBTransform:DB$ SetState | Defined$ Self | Mode$ Transform AlternateMode:DoubleFaced SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/a/armada_wurm.txt b/forge-gui/res/cardsfolder/a/armada_wurm.txt index b296c4de80c..943be55a8f1 100644 --- a/forge-gui/res/cardsfolder/a/armada_wurm.txt +++ b/forge-gui/res/cardsfolder/a/armada_wurm.txt @@ -4,6 +4,6 @@ Types:Creature Wurm PT:5/5 K:Trample T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 5/5 green Wurm creature token with trample. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Trample | TokenImage$ g 5 5 wurm +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_5_5_wurm_trample | TokenOwner$ TriggeredCardController | LegacyImage$ g 5 5 wurm trample rtr SVar:Picture:http://www.wizards.com/global/images/magic/general/armada_wurm.jpg Oracle:Trample\nWhen Armada Wurm enters the battlefield, create a 5/5 green Wurm creature token with trample. diff --git a/forge-gui/res/cardsfolder/a/army_of_the_damned.txt b/forge-gui/res/cardsfolder/a/army_of_the_damned.txt index de9f36a250f..1a836714540 100644 --- a/forge-gui/res/cardsfolder/a/army_of_the_damned.txt +++ b/forge-gui/res/cardsfolder/a/army_of_the_damned.txt @@ -2,6 +2,6 @@ Name:Army of the Damned ManaCost:5 B B B Types:Sorcery K:Flashback:7 B B B -A:SP$ Token | Cost$ 5 B B B | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | TokenAmount$ 13 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | TokenTapped$ True | SpellDescription$ Create thirteen tapped 2/2 black Zombie creature tokens. +A:SP$ Token | Cost$ 5 B B B | LegacyImage$ b 2 2 zombie isd | TokenAmount$ 13 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | SpellDescription$ Create thirteen tapped 2/2 black Zombie creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/army_of_the_damned.jpg Oracle:Create thirteen tapped 2/2 black Zombie creature tokens.\nFlashback {7}{B}{B}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/a/artifact_mutation.txt b/forge-gui/res/cardsfolder/a/artifact_mutation.txt index 4a7537836d4..0b61cef9bd6 100644 --- a/forge-gui/res/cardsfolder/a/artifact_mutation.txt +++ b/forge-gui/res/cardsfolder/a/artifact_mutation.txt @@ -3,7 +3,7 @@ ManaCost:R G Types:Instant A:SP$ Destroy | Cost$ R G | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | NoRegen$ True | SubAbility$ TrigToken | SpellDescription$ Destroy target artifact. It can't be regenerated. Create X 1/1 green Saproling creature tokens, where X is that artifact's converted mana cost. #X will be the Converted Mana Cost of the target of Mutation -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X | TokenImage$ g_1_1_saproling_inv +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | References$ X | LegacyImage$ g 1 1 saproling inv SVar:X:Targeted$CardManaCost DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/artifact_mutation.jpg diff --git a/forge-gui/res/cardsfolder/a/aryel_knight_of_windgrace.txt b/forge-gui/res/cardsfolder/a/aryel_knight_of_windgrace.txt index 20d58c628ae..19cc4074089 100644 --- a/forge-gui/res/cardsfolder/a/aryel_knight_of_windgrace.txt +++ b/forge-gui/res/cardsfolder/a/aryel_knight_of_windgrace.txt @@ -3,7 +3,7 @@ ManaCost:2 W B Types:Legendary Creature Human Knight PT:4/4 K:Vigilance -A:AB$ Token | Cost$ 2 W T | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight dom | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. +A:AB$ Token | Cost$ 2 W T | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance dom | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. A:AB$ Destroy | Cost$ B T tapXType | Announce$ X | ValidTgts$ Creature.powerLEX | TgtPrompt$ Select target creature with power X or less | References$ X | SpellDescription$ Destroy target creature with power X or less. SVar:X:XChoice DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/a/aspiring_aeronaut.txt b/forge-gui/res/cardsfolder/a/aspiring_aeronaut.txt index 2195735744c..98f9a089a18 100644 --- a/forge-gui/res/cardsfolder/a/aspiring_aeronaut.txt +++ b/forge-gui/res/cardsfolder/a/aspiring_aeronaut.txt @@ -4,7 +4,7 @@ Types:Creature Human Artificer PT:1/2 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/aspiring_aeronaut.jpg Oracle:Flying (This creature can't be blocked except by creatures with flying or reach.)\nWhen Aspiring Aeronaut enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. diff --git a/forge-gui/res/cardsfolder/a/assault_battery.txt b/forge-gui/res/cardsfolder/a/assault_battery.txt index b40acb6de45..f056399568d 100644 --- a/forge-gui/res/cardsfolder/a/assault_battery.txt +++ b/forge-gui/res/cardsfolder/a/assault_battery.txt @@ -11,5 +11,5 @@ ALTERNATE Name:Battery ManaCost:3 G Types:Sorcery -A:SP$ Token | Cost$ 3 G | TokenAmount$ 1 | TokenName$ Elephant| TokenTypes$ Creature,Elephant| TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant | SpellDescription$ Create a 3/3 green Elephant creature token. +A:SP$ Token | Cost$ 3 G | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant inv | SpellDescription$ Create a 3/3 green Elephant creature token. Oracle:Create a 3/3 green Elephant creature token. diff --git a/forge-gui/res/cardsfolder/a/assemble_the_legion.txt b/forge-gui/res/cardsfolder/a/assemble_the_legion.txt index 3a94965d9cb..a5b21a38ed7 100644 --- a/forge-gui/res/cardsfolder/a/assemble_the_legion.txt +++ b/forge-gui/res/cardsfolder/a/assemble_the_legion.txt @@ -3,7 +3,7 @@ ManaCost:3 R W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a muster counter on CARDNAME. Then create a 1/1 red and white Soldier creature token with haste for each muster counter on Assemble the Legion. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ MUSTER | CounterNum$ 1 | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste | References$ X +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ rw_1_1_soldier_haste | TokenOwner$ You | LegacyImage$ rw 1 1 soldier haste gtc | References$ X SVar:X:Count$CardCounters.MUSTER DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/assemble_the_legion.jpg diff --git a/forge-gui/res/cardsfolder/a/assemble_the_rank_and_vile.txt b/forge-gui/res/cardsfolder/a/assemble_the_rank_and_vile.txt index 1cd588a1d0b..93d65bbb889 100644 --- a/forge-gui/res/cardsfolder/a/assemble_the_rank_and_vile.txt +++ b/forge-gui/res/cardsfolder/a/assemble_the_rank_and_vile.txt @@ -4,7 +4,7 @@ Types:Conspiracy K:Hidden agenda S:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.NamedCard+YouCtrl | EffectZone$ Battlefield | AddTrigger$ AtRaVDie | AddSVar$ AtRaVZombie | Description$ Creatures you control with the chosen name have "When this creature dies, you may pay {B}. If you do, put a 2/2 black Zombie creature token onto the battlefield tapped." SVar:AtRaVDie:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ AtRaVZombie | TriggerDescription$ When this creature dies, you may pay {B}. If you do, put a 2/2 black Zombie creature token onto the battlefield tapped. -SVar:AtRaVZombie:AB$ Token | Cost$ B | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | TokenImage$ b 2 2 zombie CN2 +SVar:AtRaVZombie:AB$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | LegacyImage$ b 2 2 zombie cn2 SVar:AgendaLogic:BestCreatureInComputerDeck SVar:Picture:http://www.wizards.com/global/images/magic/general/assemble_the_rank_and_vile.jpg Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly choose a card name. You may turn this conspiracy face up any time and reveal that name.)\nCreatures you control with the chosen name have "When this creature dies, you may pay {B}. If you do, create a tapped 2/2 black Zombie creature token." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/attended_knight.txt b/forge-gui/res/cardsfolder/a/attended_knight.txt index 27fdc7d4e5d..ec136c461c1 100644 --- a/forge-gui/res/cardsfolder/a/attended_knight.txt +++ b/forge-gui/res/cardsfolder/a/attended_knight.txt @@ -4,6 +4,6 @@ Types:Creature Human Knight PT:2/2 K:First Strike T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier m13 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m13 SVar:Picture:http://www.wizards.com/global/images/magic/general/attended_knight.jpg Oracle:First strike\nWhen Attended Knight enters the battlefield, create a 1/1 white Soldier creature token. diff --git a/forge-gui/res/cardsfolder/a/aura_mutation.txt b/forge-gui/res/cardsfolder/a/aura_mutation.txt index 568579f8855..1fe993089ff 100644 --- a/forge-gui/res/cardsfolder/a/aura_mutation.txt +++ b/forge-gui/res/cardsfolder/a/aura_mutation.txt @@ -3,7 +3,7 @@ ManaCost:G W Types:Instant A:SP$ Destroy | Cost$ G W | ValidTgts$ Enchantment | TgtPrompt$ Select target enchantment | SubAbility$ TrigToken | SpellDescription$ Destroy target enchantment. Create X 1/1 green Saproling creature tokens, where X is that enchantment's converted mana cost. #X will be the Converted Mana Cost of the target of Mutation -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X | TokenImage$ g_1_1_saproling_inv +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | References$ X | LegacyImage$ g 1 1 saproling inv SVar:X:Targeted$CardManaCost DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/aura_mutation.jpg diff --git a/forge-gui/res/cardsfolder/a/avacyns_collar.txt b/forge-gui/res/cardsfolder/a/avacyns_collar.txt index df0f0b4224a..ea718e1053c 100644 --- a/forge-gui/res/cardsfolder/a/avacyns_collar.txt +++ b/forge-gui/res/cardsfolder/a/avacyns_collar.txt @@ -4,7 +4,7 @@ Types:Artifact Equipment K:Equip:2 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | AddKeyword$ Vigilance | Description$ Equipped creature gets +1/+0 and has vigilance. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.AttachedBy+Human | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature dies, if it was a Human, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying dka | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You DeckHints:Type$Human DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/avacyns_collar.jpg diff --git a/forge-gui/res/cardsfolder/a/aviation_pioneer.txt b/forge-gui/res/cardsfolder/a/aviation_pioneer.txt index 1b4d94fdd32..be5b78168bf 100644 --- a/forge-gui/res/cardsfolder/a/aviation_pioneer.txt +++ b/forge-gui/res/cardsfolder/a/aviation_pioneer.txt @@ -2,7 +2,7 @@ Name:Aviation Pioneer ManaCost:2 U Types:Creature Human Artificer T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Colorless | TokenName$ Thopter | TokenTypes$ Thopter,Artifact,Creature | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | LegacyImage$ c 1 1 a thopter flying m19 DeckHas:Ability$Token Oracle:When Aviation Pioneer enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. PT:1/2 \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/awaken_the_sky_tyrant.txt b/forge-gui/res/cardsfolder/a/awaken_the_sky_tyrant.txt index b05e7b79071..1fee4333d93 100644 --- a/forge-gui/res/cardsfolder/a/awaken_the_sky_tyrant.txt +++ b/forge-gui/res/cardsfolder/a/awaken_the_sky_tyrant.txt @@ -3,7 +3,7 @@ ManaCost:3 R Types:Enchantment T:Mode$ DamageDone | ValidSource$ Card.OppCtrl | ValidTarget$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ When a source an opponent controls deals damage to you, sacrifice CARDNAME. If you do, create a 5/5 red Dragon creature token with flying. SVar:TrigSac:DB$ Sacrifice | SacValid$ Self | RememberSacrificed$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | TokenImage$ r_5_5_dragon_c15 | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying c15 | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/awaken_the_sky_tyrant.jpg diff --git a/forge-gui/res/cardsfolder/a/awakening_zone.txt b/forge-gui/res/cardsfolder/a/awakening_zone.txt index 606f9f89c96..d795eac4f14 100644 --- a/forge-gui/res/cardsfolder/a/awakening_zone.txt +++ b/forge-gui/res/cardsfolder/a/awakening_zone.txt @@ -2,8 +2,7 @@ Name:Awakening Zone ManaCost:2 G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn | TokenAltImages$ c_0_1_eldrazi_spawn2,c_0_1_eldrazi_spawn3 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/awakening_zone.jpg diff --git a/forge-gui/res/cardsfolder/b/baffling_end.txt b/forge-gui/res/cardsfolder/b/baffling_end.txt index 254fba52ea8..a7355c9ec3f 100644 --- a/forge-gui/res/cardsfolder/b/baffling_end.txt +++ b/forge-gui/res/cardsfolder/b/baffling_end.txt @@ -4,6 +4,6 @@ Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, exile target creature an opponent controls with converted mana cost 3 or less. SVar:TrigChangeZone:DB$ ChangeZone | ValidTgts$ Creature.OppCtrl+cmcLE3 | TgtPrompt$ Select target creature an opponent controls with converted mana cost 3 or less | Origin$ Battlefield | Destination$ Exile T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, target opponent creates a 3/3 green Dinosaur creature token with trample. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dinosaur | TokenTypes$ Creature,Dinosaur | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_dinosaur_trample | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ g 3 3 dinosaur trample rix SVar:Picture:http://www.wizards.com/global/images/magic/general/baffling_end.jpg Oracle:When Baffling End enters the battlefield, exile target creature an opponent controls with converted mana cost 3 or less.\nWhen Baffling End leaves the battlefield, target opponent creates a 3/3 green Dinosaur creature token with trample. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/b/baku_altar.txt b/forge-gui/res/cardsfolder/b/baku_altar.txt index 245efa85b5e..9245035b768 100644 --- a/forge-gui/res/cardsfolder/b/baku_altar.txt +++ b/forge-gui/res/cardsfolder/b/baku_altar.txt @@ -2,7 +2,7 @@ Name:Baku Altar ManaCost:2 Types:Artifact T:Mode$ SpellCast | ValidCard$ Spirit,Arcane | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, you may put a ki counter on CARDNAME. -A:AB$ Token | Cost$ 2 T SubCounter<1/KI> | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Spirit creature token. +A:AB$ Token | Cost$ 2 T SubCounter<1/KI> | TokenAmount$ 1 | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit bok | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Spirit creature token. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ KI | CounterNum$ 1 AI:RemoveDeck:Random DeckHints:Type$Spirit|Arcane diff --git a/forge-gui/res/cardsfolder/b/balduvian_dead.txt b/forge-gui/res/cardsfolder/b/balduvian_dead.txt index ae72a8bc3c2..e79338d8702 100644 --- a/forge-gui/res/cardsfolder/b/balduvian_dead.txt +++ b/forge-gui/res/cardsfolder/b/balduvian_dead.txt @@ -2,6 +2,6 @@ Name:Balduvian Dead ManaCost:3 B Types:Creature Zombie PT:2/3 -A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ br_3_1_graveborn_haste | TokenOwner$ You | LegacyImage$ br 3 1 graveborn haste csp | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. +A:AB$ Token | Cost$ 2 R ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ br_3_1_graveborn_haste | TokenOwner$ You | LegacyImage$ br 3 1 graveborn haste all | AtEOT$ Sacrifice | SpellDescription$ Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. SVar:Picture:http://www.wizards.com/global/images/magic/general/balduvian_dead.jpg Oracle:{2}{R}, Exile a creature card from your graveyard: Create a 3/1 black and red Graveborn creature token with haste. Sacrifice it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/b/baloth_cage_trap.txt b/forge-gui/res/cardsfolder/b/baloth_cage_trap.txt index 569c81a1a7b..f27a9775f00 100644 --- a/forge-gui/res/cardsfolder/b/baloth_cage_trap.txt +++ b/forge-gui/res/cardsfolder/b/baloth_cage_trap.txt @@ -1,8 +1,8 @@ Name:Baloth Cage Trap ManaCost:3 G G Types:Instant Trap -A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenName$ Beast | TokenOwner$ You | TokenTypes$ Creature,Beast | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ g 4 4 beast ZEN | SpellDescription$ Create a 4/4 green Beast creature token. -A:SP$ Token | Cost$ 1 G | CheckSVar$ ArtifactsEntered | TokenAmount$ 1 | TokenName$ Beast | TokenOwner$ You | TokenTypes$ Creature,Beast | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ g 4 4 beast ZEN | SpellDescription$ If an opponent had an artifact enter the battlefield under their control this turn, you may pay {1}{G} rather than pay Baloth Cage Trap's mana cost. +A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast zen | SpellDescription$ Create a 4/4 green Beast creature token. +A:SP$ Token | Cost$ 1 G | CheckSVar$ ArtifactsEntered | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast zen | SpellDescription$ If an opponent had an artifact enter the battlefield under their control this turn, you may pay {1}{G} rather than pay Baloth Cage Trap's mana cost. SVar:ArtifactsEntered:Count$ThisTurnEntered_Battlefield_Artifact.OppCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/baloth_cage_trap.jpg Oracle:If an opponent had an artifact enter the battlefield under their control this turn, you may pay {1}{G} rather than pay Baloth Cage Trap's mana cost.\nCreate a 4/4 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/b/bant_sojourners.txt b/forge-gui/res/cardsfolder/b/bant_sojourners.txt index 209a9dc9855..2c53d45b060 100644 --- a/forge-gui/res/cardsfolder/b/bant_sojourners.txt +++ b/forge-gui/res/cardsfolder/b/bant_sojourners.txt @@ -5,6 +5,6 @@ PT:2/4 K:Cycling:2 W T:Mode$ Cycled | ValidCard$ Card.Self | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When you cycle CARDNAME or it dies, you may create a 1/1 white Soldier creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | OptionalDecider$ You | Secondary$ True | TriggerDescription$ When you cycle CARDNAME or it dies, you may create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier arb SVar:Picture:http://www.wizards.com/global/images/magic/general/bant_sojourners.jpg Oracle:When you cycle Bant Sojourners or it dies, you may create a 1/1 white Soldier creature token.\nCycling {2}{W} ({2}{W}, Discard this card: Draw a card.) diff --git a/forge-gui/res/cardsfolder/b/baru_fist_of_krosa.txt b/forge-gui/res/cardsfolder/b/baru_fist_of_krosa.txt index 696de3301ac..31bef4d886f 100644 --- a/forge-gui/res/cardsfolder/b/baru_fist_of_krosa.txt +++ b/forge-gui/res/cardsfolder/b/baru_fist_of_krosa.txt @@ -3,7 +3,7 @@ ManaCost:3 G G Types:Legendary Creature Human Druid PT:4/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Forest | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a Forest enters the battlefield, green creatures you control get +1/+1 and gain trample until end of turn. -A:AB$ Token | Cost$ Discard<1/Card.namedBaru, Fist of Krosa> | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | CostDesc$ Grandeur — Discard another card named CARDNAME: | References$ X | SpellDescription$ Create an X/X green Wurm creature token, where X is the number of lands you control. +A:AB$ Token | Cost$ Discard<1/Card.namedBaru, Fist of Krosa> | TokenAmount$ 1 | TokenScript$ g_x_x_wurm | TokenOwner$ You | LegacyImage$ g x x wurm fut | TokenPower$ X | TokenToughness$ X | CostDesc$ Grandeur — Discard another card named CARDNAME: | References$ X | SpellDescription$ Create an X/X green Wurm creature token, where X is the number of lands you control. SVar:X:Count$Valid Land.YouCtrl SVar:TrigPump:DB$PumpAll | ValidCards$ Creature.Green+YouCtrl | NumAtt$ +1 | NumDef$ +1 | KW$ Trample SVar:BuffedBy:Forest diff --git a/forge-gui/res/cardsfolder/b/battle_screech.txt b/forge-gui/res/cardsfolder/b/battle_screech.txt index 2ac5684cab9..0f1be67f164 100644 --- a/forge-gui/res/cardsfolder/b/battle_screech.txt +++ b/forge-gui/res/cardsfolder/b/battle_screech.txt @@ -2,6 +2,6 @@ Name:Battle Screech ManaCost:2 W W Types:Sorcery K:Flashback:tapXType<3/Creature.White/white creature> -A:SP$ Token | Cost$ 2 W W | TokenImage$ w 1 1 bird | TokenOwner$ You | TokenAmount$ 2 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create two 1/1 white Bird creature tokens with flying. +A:SP$ Token | Cost$ 2 W W | LegacyImage$ w 1 1 bird flying jud | TokenOwner$ You | TokenAmount$ 2 | TokenScript$ w_1_1_bird_flying | SpellDescription$ Create two 1/1 white Bird creature tokens with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/battle_screech.jpg Oracle:Create two 1/1 white Bird creature tokens with flying.\nFlashback—Tap three untapped white creatures you control. (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/b/beacon_of_creation.txt b/forge-gui/res/cardsfolder/b/beacon_of_creation.txt index e6167302a9b..7eff8b9b07e 100644 --- a/forge-gui/res/cardsfolder/b/beacon_of_creation.txt +++ b/forge-gui/res/cardsfolder/b/beacon_of_creation.txt @@ -1,7 +1,7 @@ Name:Beacon of Creation ManaCost:3 G Types:Sorcery -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBShuffle | References$ X | SpellDescription$ Create a 1/1 green Insect creature token for each Forest you control. Shuffle CARDNAME into its owner's library. | TokenImage$ g_1_1_insect_mrd +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenScript$ g_1_1_insect | TokenOwner$ You | SubAbility$ DBShuffle | References$ X | SpellDescription$ Create a 1/1 green Insect creature token for each Forest you control. Shuffle CARDNAME into its owner's library. | LegacyImage$ g 1 1 insect 5dn SVar:DBShuffle:DB$ChangeZone | Origin$ Stack | Destination$ Library | Shuffle$ True SVar:X:Count$TypeYouCtrl.Forest SVar:Picture:http://www.wizards.com/global/images/magic/general/beacon_of_creation.jpg diff --git a/forge-gui/res/cardsfolder/b/bears_companion.txt b/forge-gui/res/cardsfolder/b/bears_companion.txt index c3669594d35..f3d42df38f8 100644 --- a/forge-gui/res/cardsfolder/b/bears_companion.txt +++ b/forge-gui/res/cardsfolder/b/bears_companion.txt @@ -3,6 +3,6 @@ ManaCost:2 G U R Types:Creature Human Warrior PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 4/4 green Bear creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bear | TokenTypes$ Creature,Bear | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_4_4_bear | TokenOwner$ You | LegacyImage$ g 4 4 bear ktk SVar:Picture:http://www.wizards.com/global/images/magic/general/bears_companion.jpg Oracle:When Bear's Companion enters the battlefield, create a 4/4 green Bear creature token. diff --git a/forge-gui/res/cardsfolder/b/bearscape.txt b/forge-gui/res/cardsfolder/b/bearscape.txt index 63c3e79f79a..89fad5f4ee9 100644 --- a/forge-gui/res/cardsfolder/b/bearscape.txt +++ b/forge-gui/res/cardsfolder/b/bearscape.txt @@ -1,7 +1,7 @@ Name:Bearscape ManaCost:1 G G Types:Enchantment -A:AB$ Token | Cost$ 1 G ExileFromGrave<2/Card> | TokenAmount$ 1 | TokenName$ Bear | TokenTypes$ Creature,Bear | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 |SpellDescription$ Create a 2/2 green Bear creature token. +A:AB$ Token | Cost$ 1 G ExileFromGrave<2/Card> | TokenAmount$ 1 | TokenScript$ g_2_2_bear | TokenOwner$ You | LegacyImage$ g 2 2 bear ody |SpellDescription$ Create a 2/2 green Bear creature token. SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/bearscape.jpg Oracle:{1}{G}, Exile two cards from your graveyard: Create a 2/2 green Bear creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/b/beast_attack.txt b/forge-gui/res/cardsfolder/b/beast_attack.txt index 440a969246a..e8a405efd9d 100644 --- a/forge-gui/res/cardsfolder/b/beast_attack.txt +++ b/forge-gui/res/cardsfolder/b/beast_attack.txt @@ -2,6 +2,6 @@ Name:Beast Attack ManaCost:2 G G G Types:Instant K:Flashback:2 G G G -A:SP$ Token | Cost$ 2 G G G | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenColors$ Green | TokenOwner$ You | TokenPower$ 4 | TokenToughness$ 4 | SpellDescription$ Create a 4/4 green Beast creature token. +A:SP$ Token | Cost$ 2 G G G | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast ody | SpellDescription$ Create a 4/4 green Beast creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/beast_attack.jpg Oracle:Create a 4/4 green Beast creature token.\nFlashback {2}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/b/beast_within.txt b/forge-gui/res/cardsfolder/b/beast_within.txt index ec64dff73e6..96c1b17dea8 100644 --- a/forge-gui/res/cardsfolder/b/beast_within.txt +++ b/forge-gui/res/cardsfolder/b/beast_within.txt @@ -2,7 +2,7 @@ Name:Beast Within ManaCost:2 G Types:Instant A:SP$ Destroy | Cost$ 2 G | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | AITgts$ Card.cmcGE4 | SubAbility$ DBToken | SpellDescription$ Destroy target permanent. Its controller creates a 3/3 green Beast creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast NPH +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ TargetedController | LegacyImage$ g 3 3 beast nph AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/beast_within.jpg Oracle:Destroy target permanent. Its controller creates a 3/3 green Beast creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/b/beck_call.txt b/forge-gui/res/cardsfolder/b/beck_call.txt index f65b92f6013..f4e7b7698f4 100644 --- a/forge-gui/res/cardsfolder/b/beck_call.txt +++ b/forge-gui/res/cardsfolder/b/beck_call.txt @@ -14,5 +14,5 @@ ALTERNATE Name:Call ManaCost:4 W U Types:Sorcery -A:SP$ Token | Cost$ 4 W U | TokenImage$ w 1 1 bird dgm | TokenAmount$ 4 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create four 1/1 white Bird creature tokens with flying. +A:SP$ Token | Cost$ 4 W U | LegacyImage$ w 1 1 bird flying dgm | TokenAmount$ 4 | TokenScript$ w_1_1_bird_flying | TokenOwner$ You | SpellDescription$ Create four 1/1 white Bird creature tokens with flying. Oracle:Create four 1/1 white Bird creature tokens with flying.\nFuse (You may cast one or both halves of this card from your hand.) diff --git a/forge-gui/res/cardsfolder/b/beckon_apparition.txt b/forge-gui/res/cardsfolder/b/beckon_apparition.txt index 6ecacef78de..494223327f3 100644 --- a/forge-gui/res/cardsfolder/b/beckon_apparition.txt +++ b/forge-gui/res/cardsfolder/b/beckon_apparition.txt @@ -2,7 +2,7 @@ Name:Beckon Apparition ManaCost:WB Types:Instant A:SP$ ChangeZone | Cost$ WB | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | SubAbility$ DBToken | SpellDescription$ Exile target card from a graveyard. Create a 1/1 white and black Spirit creature token with flying. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White,Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ wb 1 1 spirit +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ wb 1 1 spirit flying | TokenOwner$ You | LegacyImage$ wb 1 1 spirit eve DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/beckon_apparition.jpg Oracle:Exile target card from a graveyard. Create a 1/1 white and black Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/b/beetleback_chief.txt b/forge-gui/res/cardsfolder/b/beetleback_chief.txt index 84796857ba3..eeda3716601 100644 --- a/forge-gui/res/cardsfolder/b/beetleback_chief.txt +++ b/forge-gui/res/cardsfolder/b/beetleback_chief.txt @@ -3,6 +3,6 @@ ManaCost:2 R R Types:Creature Goblin Warrior PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin ddn | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin pc2 | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/beetleback_chief.jpg Oracle:When Beetleback Chief enters the battlefield, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/b/belfry_spirit.txt b/forge-gui/res/cardsfolder/b/belfry_spirit.txt index 9f8693e8877..251bcbe7d59 100644 --- a/forge-gui/res/cardsfolder/b/belfry_spirit.txt +++ b/forge-gui/res/cardsfolder/b/belfry_spirit.txt @@ -4,7 +4,7 @@ Types:Creature Spirit PT:1/1 K:Flying K:Haunt:TrigToken -SVar:TrigToken:DB$Token | TokenImage$ b 1 1 bat | TokenName$ Bat | TokenColors$ Black | TokenTypes$ Creature,Bat | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenOwner$ You | TokenAmount$ 2 | SpellDescription$ Create two 1/1 black Bat creature tokens with flying. +SVar:TrigToken:DB$Token | LegacyImage$ b 1 1 bat flying gpt | TokenScript$ b_1_1_bat_flying | TokenOwner$ You | TokenAmount$ 2 | SpellDescription$ Create two 1/1 black Bat creature tokens with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/belfry_spirit.jpg Oracle:Flying\nHaunt (When this creature dies, exile it haunting target creature.)\nWhen Belfry Spirit enters the battlefield or the creature it haunts dies, create two 1/1 black Bat creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/b/benalish_commander.txt b/forge-gui/res/cardsfolder/b/benalish_commander.txt index 96b9f6cf616..56c9379c7f8 100644 --- a/forge-gui/res/cardsfolder/b/benalish_commander.txt +++ b/forge-gui/res/cardsfolder/b/benalish_commander.txt @@ -6,7 +6,7 @@ PT:*/* S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ Y | SetToughness$ Y | References$ Y | Description$ CARDNAME's power and toughness are each equal to the number of Soldiers you control. K:Suspend:X:XCantBe0 X W W T:Mode$ CounterRemoved | ValidCard$ Card.Self | TriggerZones$ Exile | CounterType$ TIME | Execute$ TrigToken | TriggerDescription$ Whenever a time counter is removed from CARDNAME while it's exiled, create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier PLC +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier plc SVar:X:Count$xPaid SVar:Y:Count$Valid Soldier.YouCtrl SVar:NoZeroToughnessAI:True diff --git a/forge-gui/res/cardsfolder/b/benevolent_offering.txt b/forge-gui/res/cardsfolder/b/benevolent_offering.txt index fa017bdcfeb..a54e78646c9 100644 --- a/forge-gui/res/cardsfolder/b/benevolent_offering.txt +++ b/forge-gui/res/cardsfolder/b/benevolent_offering.txt @@ -2,7 +2,7 @@ Name:Benevolent Offering ManaCost:3 W Types:Instant A:SP$ ChoosePlayer | Cost$ 3 W | Defined$ You | Choices$ Player.Opponent | SubAbility$ DBToken | SpellDescription$ Choose an opponent. You and that player each create three 1/1 white Spirit creature tokens with flying. Choose an opponent. You gain 2 life for each creature you control and that player gains 2 life for each creature they control. -SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ ChosenAndYou | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit C14 | TokenKeywords$ Flying | SubAbility$ DBChoose +SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ ChosenAndYou | LegacyImage$ w 1 1 spirit flying c14 | SubAbility$ DBChoose SVar:DBChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | SubAbility$ DBGainLifeYou SVar:DBGainLifeYou:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X | SubAbility$ DBGainLifeOpp SVar:DBGainLifeOpp:DB$ GainLife | Defined$ ChosenPlayer | LifeAmount$ Y | References$ Y diff --git a/forge-gui/res/cardsfolder/b/benthicore.txt b/forge-gui/res/cardsfolder/b/benthicore.txt index 24f98216882..4c294e458da 100644 --- a/forge-gui/res/cardsfolder/b/benthicore.txt +++ b/forge-gui/res/cardsfolder/b/benthicore.txt @@ -3,7 +3,7 @@ ManaCost:6 U Types:Creature Elemental PT:5/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 blue Merfolk Wizard creature tokens. -SVar:TrigToken:DB$Token | TokenImage$ u 1 1 merfolk wizard | TokenAmount$ 2 | TokenName$ Merfolk Wizard | TokenTypes$ Creature,Merfolk,Wizard | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 blue Merfolk Wizard creature tokens. +SVar:TrigToken:DB$Token | LegacyImage$ u 1 1 merfolk wizard lrw | TokenAmount$ 2 | TokenScript$ u_1_1_merfolk_wizard | TokenOwner$ You | SpellDescription$ Create two 1/1 blue Merfolk Wizard creature tokens. A:AB$ Untap | Cost$ tapXType<2/Merfolk> | SubAbility$ GainShroud | SpellDescription$ Untap CARDNAME. SVar:GainShroud:DB$Pump | Defined$ Self | KW$ Shroud | SpellDescription$ CARDNAME gains shroud until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/benthicore.jpg diff --git a/forge-gui/res/cardsfolder/b/bestial_menace.txt b/forge-gui/res/cardsfolder/b/bestial_menace.txt index 9371004e152..499ecddc706 100644 --- a/forge-gui/res/cardsfolder/b/bestial_menace.txt +++ b/forge-gui/res/cardsfolder/b/bestial_menace.txt @@ -1,8 +1,8 @@ Name:Bestial Menace ManaCost:3 G G Types:Sorcery -A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBWolfToken | SpellDescription$ Create a 1/1 green Snake creature token, -SVar:DBWolfToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ZEN | SubAbility$ DBElephantToken | SpellDescription$ a 2/2 green Wolf creature token, -SVar:DBElephantToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant WWK | SpellDescription$ and a 3/3 green Elephant creature token. +A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ | SubAbility$ DBWolfToken | SpellDescription$ Create a 1/1 green Snake creature token, +SVar:DBWolfToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf wwk | SubAbility$ DBElephantToken | SpellDescription$ a 2/2 green Wolf creature token, +SVar:DBElephantToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant wwk | SpellDescription$ and a 3/3 green Elephant creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/bestial_menace.jpg Oracle:Create a 1/1 green Snake creature token, a 2/2 green Wolf creature token, and a 3/3 green Elephant creature token. diff --git a/forge-gui/res/cardsfolder/b/birthing_hulk.txt b/forge-gui/res/cardsfolder/b/birthing_hulk.txt index 21214f3efd1..6192ed3f48c 100644 --- a/forge-gui/res/cardsfolder/b/birthing_hulk.txt +++ b/forge-gui/res/cardsfolder/b/birthing_hulk.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone PT:5/4 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." ({C} represents colorless mana.) -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw A:AB$ Regenerate | Cost$ 1 C | SpellDescription$ Regenerate CARDNAME. DeckNeeds:Ability$Mana.Colorless DeckHints:Type$Eldrazi diff --git a/forge-gui/res/cardsfolder/b/bitterblossom.txt b/forge-gui/res/cardsfolder/b/bitterblossom.txt index 98e7496336e..8c9e233f27a 100644 --- a/forge-gui/res/cardsfolder/b/bitterblossom.txt +++ b/forge-gui/res/cardsfolder/b/bitterblossom.txt @@ -2,7 +2,7 @@ Name:Bitterblossom ManaCost:1 B Types:Tribal Enchantment Faerie T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You |TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you lose 1 life and create a 1/1 black Faerie Rogue creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Faerie Rogue | TokenTypes$ Creature,Faerie,Rogue | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ DB +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_1_1_faerie_rogue_flying | TokenOwner$ You | LegacyImage$ b 1 1 faerie rogue flying mor | SubAbility$ DB SVar:DB:DB$LoseLife | LifeAmount$ 1 SVar:AICastPreference:NeverCastIfLifeBelow$ 4 SVar:Picture:http://www.wizards.com/global/images/magic/general/bitterblossom.jpg diff --git a/forge-gui/res/cardsfolder/b/blade_splicer.txt b/forge-gui/res/cardsfolder/b/blade_splicer.txt index cebff57f06b..2f6a97e4da0 100644 --- a/forge-gui/res/cardsfolder/b/blade_splicer.txt +++ b/forge-gui/res/cardsfolder/b/blade_splicer.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Human Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 colorless Golem artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph S:Mode$ Continuous | Affected$ Creature.Golem+YouCtrl | AddKeyword$ First Strike | Description$ Golem creatures you control have first strike. SVar:Picture:http://www.wizards.com/global/images/magic/general/blade_splicer.jpg Oracle:When Blade Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.\nGolem creatures you control have first strike. diff --git a/forge-gui/res/cardsfolder/b/blaring_recruiter.txt b/forge-gui/res/cardsfolder/b/blaring_recruiter.txt index df78ee8b8ae..7ce487acac9 100644 --- a/forge-gui/res/cardsfolder/b/blaring_recruiter.txt +++ b/forge-gui/res/cardsfolder/b/blaring_recruiter.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Elf Warrior PT:2/2 K:Partner:Blaring Captain -A:AB$ Token | Cost$ 2 W | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 warrior BBD | SpellDescription$ Create a 1/1 white Warrior creature token. +A:AB$ Token | Cost$ 2 W | TokenAmount$ 1 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior bbd | SpellDescription$ Create a 1/1 white Warrior creature token. DeckHints:Name$Blaring Captain DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/blaring_recruiter.jpg diff --git a/forge-gui/res/cardsfolder/b/blaze_commando.txt b/forge-gui/res/cardsfolder/b/blaze_commando.txt index 9bf6941d24b..cfa67b6e928 100644 --- a/forge-gui/res/cardsfolder/b/blaze_commando.txt +++ b/forge-gui/res/cardsfolder/b/blaze_commando.txt @@ -3,7 +3,7 @@ ManaCost:3 R W Types:Creature Minotaur Soldier PT:5/3 T:Mode$ DamageDoneOnce | ValidSource$ Instant.YouCtrl,Sorcery.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an instant or sorcery spell you control deals damage, create two 1/1 red and white Soldier creature tokens with haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ rw_1_1_soldier_haste | TokenOwner$ You | LegacyImage$ rw 1 1 soldier haste dgm DeckHas:Ability$Token DeckHints:Type$Instant|Sorcery SVar:Picture:http://www.wizards.com/global/images/magic/general/blaze_commando.jpg diff --git a/forge-gui/res/cardsfolder/b/blight_herder.txt b/forge-gui/res/cardsfolder/b/blight_herder.txt index de33544b426..d2f93c14e5f 100644 --- a/forge-gui/res/cardsfolder/b/blight_herder.txt +++ b/forge-gui/res/cardsfolder/b/blight_herder.txt @@ -3,8 +3,7 @@ ManaCost:5 Types:Creature Eldrazi Processor PT:4/5 T:Mode$ SpellCast | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When you cast CARDNAME, you may put two cards your opponents own from exile into their owners' graveyards. If you do, create three 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:AB$ Token | Cost$ ExiledMoveToGrave<2/Card.OppOwn/cards your opponents own> | TokenAmount$ 3 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:AB$ Token | Cost$ ExiledMoveToGrave<2/Card.OppOwn/cards your opponents own> | TokenAmount$ 3 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz DeckHints:Keyword$Ingest & Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/blight_herder.jpg diff --git a/forge-gui/res/cardsfolder/b/blisterpod.txt b/forge-gui/res/cardsfolder/b/blisterpod.txt index eddbc230226..f612d9e7ebf 100644 --- a/forge-gui/res/cardsfolder/b/blisterpod.txt +++ b/forge-gui/res/cardsfolder/b/blisterpod.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone K:Devoid PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz SVar:SacMe:1 DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/b/bloodline_keeper_lord_of_lineage.txt b/forge-gui/res/cardsfolder/b/bloodline_keeper_lord_of_lineage.txt index b218d855d8a..108bc3dbf63 100644 --- a/forge-gui/res/cardsfolder/b/bloodline_keeper_lord_of_lineage.txt +++ b/forge-gui/res/cardsfolder/b/bloodline_keeper_lord_of_lineage.txt @@ -3,7 +3,7 @@ ManaCost:2 B B Types:Creature Vampire PT:3/3 K:Flying -A:AB$Token | Cost$ T | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Vampire | TokenColors$ Black | TokenImage$ b 2 2 vampire | TokenTypes$ Creature,Vampire | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SpellDescription$ Create a 2/2 black Vampire creature token with flying. +A:AB$Token | Cost$ T | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ b_2_2_vampire_flying | LegacyImage$ b 2 2 vampire flying isd | SpellDescription$ Create a 2/2 black Vampire creature token with flying. A:AB$SetState | Cost$ B | Defined$ Self | IsPresent$ Card.Vampire+YouCtrl | PresentCompare$ GE5 | Mode$ Transform | SpellDescription$ Transform CARDNAME.Activate this ability only if you control five or more Vampires. SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodline_keeper.jpg AlternateMode:DoubleFaced @@ -18,6 +18,6 @@ Types:Creature Vampire PT:5/5 K:Flying S:Mode$ Continuous | Affected$ Creature.Vampire+Other+YouCtrl | AddPower$ 2 | AddToughness$ 2 | Description$ Other Vampire creatures you control get +2/+2. -A:AB$Token | Cost$ T | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Vampire | TokenColors$ Black | TokenImage$ b 2 2 vampire | TokenTypes$ Creature,Vampire | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SpellDescription$ Create a 2/2 black Vampire creature token with flying. +A:AB$Token | Cost$ T | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ b_2_2_vampire_flying | LegacyImage$ b 2 2 vampire flying isd | SpellDescription$ Create a 2/2 black Vampire creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/lord_of_lineage.jpg Oracle:Flying\nOther Vampire creatures you control get +2/+2.\n{T}: Create a 2/2 black Vampire creature token with flying. diff --git a/forge-gui/res/cardsfolder/b/boggart_mob.txt b/forge-gui/res/cardsfolder/b/boggart_mob.txt index cdfc7bd0058..a2c04bb2040 100644 --- a/forge-gui/res/cardsfolder/b/boggart_mob.txt +++ b/forge-gui/res/cardsfolder/b/boggart_mob.txt @@ -4,7 +4,7 @@ Types:Creature Goblin Warrior PT:5/5 K:Champion:Goblin T:Mode$ DamageDone | ValidSource$ Goblin.YouCtrl | TriggerZones$ Battlefield | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever a Goblin you control deals combat damage to a player, you may create a 1/1 black Goblin Rogue creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Goblin Rogue | TokenTypes$ Creature,Goblin,Rogue | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_1_1_goblin_rogue | TokenOwner$ You | LegacyImage$ b 1 1 goblin rogue lrw AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/boggart_mob.jpg Oracle:Champion a Goblin (When this enters the battlefield, sacrifice it unless you exile another Goblin you control. When this leaves the battlefield, that card returns to the battlefield.)\nWhenever a Goblin you control deals combat damage to a player, you may create a 1/1 black Goblin Rogue creature token. diff --git a/forge-gui/res/cardsfolder/b/bramble_elemental.txt b/forge-gui/res/cardsfolder/b/bramble_elemental.txt index 585c7617749..e861b53ee3b 100644 --- a/forge-gui/res/cardsfolder/b/bramble_elemental.txt +++ b/forge-gui/res/cardsfolder/b/bramble_elemental.txt @@ -3,7 +3,7 @@ ManaCost:3 G G Types:Creature Elemental PT:4/4 T:Mode$ Attached | ValidSource$ Aura | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an Aura becomes attached to CARDNAME, create two 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenOwner$ TriggeredTargetController | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenOwner$ TriggeredTargetController | TokenScript$ g_1_1_saproling | LegacyImage$ g 1 1 saproling rav SVar:EnchantMe:Multiple DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/bramble_elemental.jpg diff --git a/forge-gui/res/cardsfolder/b/brasss_bounty.txt b/forge-gui/res/cardsfolder/b/brasss_bounty.txt index e865c0b964c..9030bff3086 100644 --- a/forge-gui/res/cardsfolder/b/brasss_bounty.txt +++ b/forge-gui/res/cardsfolder/b/brasss_bounty.txt @@ -1,8 +1,7 @@ Name:Brass's Bounty ManaCost:6 R Types:Sorcery -A:SP$ Token | Cost$ 6 R | TokenAmount$ X | References$ X | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana | SpellDescription$ For each land you control, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +A:SP$ Token | Cost$ 6 R | TokenAmount$ X | References$ X | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix | SpellDescription$ For each land you control, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." SVar:X:Count$TypeYouCtrl.Land DeckHas:Ability$Token Oracle:For each land you control, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/b/brazen_freebooter.txt b/forge-gui/res/cardsfolder/b/brazen_freebooter.txt index 645f2b9dc73..c90c02238c6 100644 --- a/forge-gui/res/cardsfolder/b/brazen_freebooter.txt +++ b/forge-gui/res/cardsfolder/b/brazen_freebooter.txt @@ -3,8 +3,7 @@ ManaCost:3 R Types:Creature Human Pirate PT:3/3 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ DBToken | TriggerDescription$ When CARDNAME enters the battlefield, create a colorless Treasure artifact token with "{T}, sacrifice this artifact: Add one mana of any color." -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix SVar:Picture:http://www.wizards.com/global/images/magic/general/brazen_freebooter.jpg DeckHas:Ability$Token Oracle:When Brazen Freebooter enters the battlefield, create a colorless Treasure artifact token with "{T}, sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/b/breya_etherium_shaper.txt b/forge-gui/res/cardsfolder/b/breya_etherium_shaper.txt index 9338f67bc15..78a86979540 100644 --- a/forge-gui/res/cardsfolder/b/breya_etherium_shaper.txt +++ b/forge-gui/res/cardsfolder/b/breya_etherium_shaper.txt @@ -3,7 +3,7 @@ ManaCost:W U B R Types:Legendary Artifact Creature Human PT:4/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 blue Thopter artifact creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ u 1 1 thopter C16 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ u_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ u 1 1 a thopter flying c16 A:AB$ Charm | Cost$ 2 Sac<2/Artifact> | Choices$ DBDealDamage,DBPump,DBGainLife | Defined$ You SVar:DBDealDamage:DB$ DealDamage | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target player or planeswalker. SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -4 | NumDef$ -4 | IsCurse$ True | SpellDescription$ Target creature gets -4/-4 until end of turn diff --git a/forge-gui/res/cardsfolder/b/briarbridge_patrol.txt b/forge-gui/res/cardsfolder/b/briarbridge_patrol.txt index 65b8343859d..70ff1aa4e6a 100644 --- a/forge-gui/res/cardsfolder/b/briarbridge_patrol.txt +++ b/forge-gui/res/cardsfolder/b/briarbridge_patrol.txt @@ -5,8 +5,7 @@ PT:3/3 # Two pronged handling of investigation portion T:Mode$ DamageDone | ValidSource$ Card.Self | CombatDamage$ False | ValidTarget$ Creature | TriggerZones$ Battlefield | OncePerEffect$ True | Execute$ TrigToken | TriggerDescription$ Whenever Briarbridge Patrol deals damage to one or more creatures, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") T:Mode$ DamageDealtOnce | CombatDamage$ True | ValidSource$ Card.Self | ValidTarget$ Creature | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever Briarbridge Patrol deals damage to one or more creatures, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi # Trigger on Accumulated Clues T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ ClueResearch | SVarCompare$ GE3 | Execute$ TrigCheatCreature | TriggerDescription$ At the beginning of each end step, if you sacrificed three or more Clues this turn, you may put a creature card from your hand onto the battlefield. SVar:TrigCheatCreature:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature | ChangeNum$ 1 | SpellDescription$ You may put a creature card from your hand onto the battlefield. diff --git a/forge-gui/res/cardsfolder/b/bridge_from_below.txt b/forge-gui/res/cardsfolder/b/bridge_from_below.txt index 98fb16d5c00..4d4ba690340 100644 --- a/forge-gui/res/cardsfolder/b/bridge_from_below.txt +++ b/forge-gui/res/cardsfolder/b/bridge_from_below.txt @@ -3,7 +3,7 @@ ManaCost:B B B Types:Enchantment A:SP$ PermanentNoncreature | Cost$ B B B | AILogic$ DontCast T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+YouOwn | Execute$ TrigToken | TriggerZones$ Graveyard | TriggerDescription$ Whenever a nontoken creature is put into your graveyard from the battlefield, if CARDNAME is in your graveyard, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie fut T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Graveyard | ValidCard$ Creature.OppOwn | Execute$ TrigChange | TriggerDescription$ When a creature is put into an opponent's graveyard from the battlefield, if CARDNAME is in your graveyard, exile CARDNAME. SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/b/brimaz_king_of_oreskos.txt b/forge-gui/res/cardsfolder/b/brimaz_king_of_oreskos.txt index c119f976434..bbca485ecdf 100644 --- a/forge-gui/res/cardsfolder/b/brimaz_king_of_oreskos.txt +++ b/forge-gui/res/cardsfolder/b/brimaz_king_of_oreskos.txt @@ -6,7 +6,7 @@ K:Vigilance T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigTokenAttacking | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a 1/1 white Cat Soldier creature token with vigilance that's attacking. SVar:TrigTokenAttacking:DB$ Token | TokenAmount$ 1 | TokenName$ Cat Soldier | TokenTypes$ Creature,Cat,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenAttacking$ True T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | Execute$ TrigTokenBlocking | TriggerDescription$ Whenever CARDNAME blocks a creature, create a 1/1 white Cat Soldier creature token with vigilance that's blocking that creature. -SVar:TrigTokenBlocking:DB$ Token | TokenAmount$ 1 | TokenName$ Cat Soldier | TokenTypes$ Creature,Cat,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenBlocking$ TriggeredAttacker +SVar:TrigTokenBlocking:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_cat_soldier_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 cat soldier vigilance bng | TokenBlocking$ TriggeredAttacker SVar:HasAttackEffect:TRUE SVar:HasBlockEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/brimaz_king_of_oreskos.jpg diff --git a/forge-gui/res/cardsfolder/b/brindle_shoat.txt b/forge-gui/res/cardsfolder/b/brindle_shoat.txt index 24d032529a2..237fc5817c4 100644 --- a/forge-gui/res/cardsfolder/b/brindle_shoat.txt +++ b/forge-gui/res/cardsfolder/b/brindle_shoat.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Creature Boar PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 green Boar creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Boar | TokenTypes$ Creature,Boar | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_3_3_boar | TokenOwner$ TriggeredCardController | LegacyImage$ g 3 3 boar pc2 SVar:SacMe:4 SVar:Picture:http://www.wizards.com/global/images/magic/general/brindle_shoat.jpg Oracle:When Brindle Shoat dies, create a 3/3 green Boar creature token. diff --git a/forge-gui/res/cardsfolder/b/bringer_of_the_green_dawn.txt b/forge-gui/res/cardsfolder/b/bringer_of_the_green_dawn.txt index ecfd88ae496..beab47e2fa6 100644 --- a/forge-gui/res/cardsfolder/b/bringer_of_the_green_dawn.txt +++ b/forge-gui/res/cardsfolder/b/bringer_of_the_green_dawn.txt @@ -5,6 +5,6 @@ PT:5/5 K:Trample SVar:AltCost:Cost$ W U B R G | Description$ You may pay {W}{U}{B}{R}{G} rather than pay CARDNAME's mana cost. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 3/3 green Beast creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast 5dn SVar:Picture:http://www.wizards.com/global/images/magic/general/bringer_of_the_green_dawn.jpg Oracle:You may pay {W}{U}{B}{R}{G} rather than pay this spell's mana cost.\nTrample\nAt the beginning of your upkeep, you may create a 3/3 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/b/brood_birthing.txt b/forge-gui/res/cardsfolder/b/brood_birthing.txt index d83caa53b85..e61c256b2a0 100644 --- a/forge-gui/res/cardsfolder/b/brood_birthing.txt +++ b/forge-gui/res/cardsfolder/b/brood_birthing.txt @@ -1,8 +1,7 @@ Name:Brood Birthing ManaCost:1 R Types:Sorcery -A:SP$ Token | Cost$ 1 R | TokenAmount$ X | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenOwner$ You | TokenAbilities$ ABMana | References$ X,Y | SpellDescription$ If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." Otherwise, create one of those tokens. -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:SP$ Token | Cost$ 1 R | TokenAmount$ X | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe | References$ X,Y | SpellDescription$ If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." Otherwise, create one of those tokens. SVar:X:Count$Compare Y GE1.3.1 SVar:Y:Count$Valid Card.YouCtrl+Eldrazi+Spawn DeckHints:Type$Eldrazi diff --git a/forge-gui/res/cardsfolder/b/brood_butcher.txt b/forge-gui/res/cardsfolder/b/brood_butcher.txt index 710fdf6ffa4..b98e4039a2a 100644 --- a/forge-gui/res/cardsfolder/b/brood_butcher.txt +++ b/forge-gui/res/cardsfolder/b/brood_butcher.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone PT:3/3 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz A:AB$ Pump | Cost$ B G Sac<1/Creature> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SpellDescription$ Target creature gets -2/-2 until end of turn. DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/b/brood_keeper.txt b/forge-gui/res/cardsfolder/b/brood_keeper.txt index d2a5d38bd28..fd738cdd9a8 100644 --- a/forge-gui/res/cardsfolder/b/brood_keeper.txt +++ b/forge-gui/res/cardsfolder/b/brood_keeper.txt @@ -3,7 +3,7 @@ ManaCost:3 R Types:Creature Human Shaman PT:2/3 T:Mode$ Attached | ValidSource$ Aura | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an Aura becomes attached to CARDNAME, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon M15 | TokenScript$ r_2_2_dragon_flying_firebreathing +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon flying firebreathing m15 | TokenScript$ r_2_2_dragon_flying_firebreathing SVar:EnchantMe:Multiple SVar:Picture:http://www.wizards.com/global/images/magic/general/brood_keeper.jpg Oracle:Whenever an Aura becomes attached to Brood Keeper, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn." diff --git a/forge-gui/res/cardsfolder/b/brood_monitor.txt b/forge-gui/res/cardsfolder/b/brood_monitor.txt index 66e36b46b06..4d6d0d866c1 100644 --- a/forge-gui/res/cardsfolder/b/brood_monitor.txt +++ b/forge-gui/res/cardsfolder/b/brood_monitor.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone K:Devoid PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz DeckHas:Ability$Mana.Colorless SVar:Picture:http://www.wizards.com/global/images/magic/general/brood_monitor.jpg Oracle:Devoid (This card has no color.)\nWhen Brood Monitor enters the battlefield, create three 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." diff --git a/forge-gui/res/cardsfolder/b/brood_sliver.txt b/forge-gui/res/cardsfolder/b/brood_sliver.txt index 6a051fcbeb1..6583603380d 100644 --- a/forge-gui/res/cardsfolder/b/brood_sliver.txt +++ b/forge-gui/res/cardsfolder/b/brood_sliver.txt @@ -3,7 +3,7 @@ ManaCost:4 G Types:Creature Sliver PT:3/3 T:Mode$ DamageDone | ValidSource$ Sliver | ValidTarget$ Player | TriggerZones$ Battlefield | CombatDamage$ True | Execute$ TrigToken | OptionalDecider$ TriggeredSourceController | TriggerController$ TriggeredSourceController | TriggerDescription$ Whenever a Sliver deals combat damage to a player, its controller may create a 1/1 colorless Sliver creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenImage$ c 1 1 sliver | TokenName$ Sliver | TokenColors$ Colorless | TokenTypes$ Creature,Sliver | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ TriggeredSourceController +SVar:TrigToken:DB$Token | TokenAmount$ 1 | LegacyImage$ c 1 1 sliver lgn | TokenScript$ c_1_1_sliver | TokenOwner$ TriggeredSourceController SVar:PlayMain1:TRUE DeckHints:Type$Sliver DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/b/broodhatch_nantuko.txt b/forge-gui/res/cardsfolder/b/broodhatch_nantuko.txt index 0ba3bf02b79..96eb85f16b2 100644 --- a/forge-gui/res/cardsfolder/b/broodhatch_nantuko.txt +++ b/forge-gui/res/cardsfolder/b/broodhatch_nantuko.txt @@ -4,7 +4,7 @@ Types:Creature Insect Druid PT:1/1 K:Morph:2 G T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME is dealt damage, you may create that many 1/1 green Insect creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect ons | References$ X SVar:X:TriggerCount$DamageAmount SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/broodhatch_nantuko.jpg diff --git a/forge-gui/res/cardsfolder/b/broodmate_dragon.txt b/forge-gui/res/cardsfolder/b/broodmate_dragon.txt index 20a1039b5ce..6030a89585c 100644 --- a/forge-gui/res/cardsfolder/b/broodmate_dragon.txt +++ b/forge-gui/res/cardsfolder/b/broodmate_dragon.txt @@ -4,6 +4,6 @@ Types:Creature Dragon PT:4/4 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 4/4 red Dragon creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_4_4_dragon_flying | TokenOwner$ You | LegacyImage$ r 4 4 dragon flying ala SVar:Picture:http://www.wizards.com/global/images/magic/general/broodmate_dragon.jpg Oracle:Flying\nWhen Broodmate Dragon enters the battlefield, create a 4/4 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/b/budoka_gardener_dokai_weaver_of_life.txt b/forge-gui/res/cardsfolder/b/budoka_gardener_dokai_weaver_of_life.txt index ae10c36218a..f9feb724c73 100644 --- a/forge-gui/res/cardsfolder/b/budoka_gardener_dokai_weaver_of_life.txt +++ b/forge-gui/res/cardsfolder/b/budoka_gardener_dokai_weaver_of_life.txt @@ -15,7 +15,7 @@ ManaCost:1 G Colors:green Types:Legendary Creature Human Monk PT:3/3 -A:AB$Token | Cost$ 4 G G T | TokenAmount$ 1 | TokenName$ Elemental | TokenColors$ Green | TokenTypes$ Creature,Elemental | TokenPower$ X | TokenToughness$ X | TokenOwner$ You | SpellDescription$ Create an X/X green Elemental creature token, where X is the number of lands you control. +A:AB$Token | Cost$ 4 G G T | TokenAmount$ 1 | TokenScript$ g_x_x_elemental | LegacyImage$ g x x elemental chk | TokenOwner$ You | SpellDescription$ Create an X/X green Elemental creature token, where X is the number of lands you control. SVar:X:Count$Valid Land.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/dokai_weaver_of_life.jpg Oracle:{4}{G}{G}, {T}: Create an X/X green Elemental creature token, where X is the number of lands you control. diff --git a/forge-gui/res/cardsfolder/b/bygone_bishop.txt b/forge-gui/res/cardsfolder/b/bygone_bishop.txt index 5332d4aa6ea..ad0cb240636 100644 --- a/forge-gui/res/cardsfolder/b/bygone_bishop.txt +++ b/forge-gui/res/cardsfolder/b/bygone_bishop.txt @@ -4,7 +4,6 @@ Types:Creature Spirit Cleric PT:2/3 K:Flying T:Mode$ SpellCast | ValidCard$ Creature.cmcLE3 | ValidActivatingPlayer$ You | Execute$ DBToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell with converted mana cost 3 or less, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token Oracle:Flying\nWhenever you cast a creature spell with converted mana cost 3 or less, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/b/byway_courier.txt b/forge-gui/res/cardsfolder/b/byway_courier.txt index 3a845af539c..4c94ab97e04 100644 --- a/forge-gui/res/cardsfolder/b/byway_courier.txt +++ b/forge-gui/res/cardsfolder/b/byway_courier.txt @@ -3,8 +3,7 @@ ManaCost:2 G Types:Creature Human Scout PT:3/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/byway_courier.jpg Oracle:When Byway Courier dies, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/c/call_of_the_conclave.txt b/forge-gui/res/cardsfolder/c/call_of_the_conclave.txt index ae6583ff7e5..ba4c3c86a1c 100644 --- a/forge-gui/res/cardsfolder/c/call_of_the_conclave.txt +++ b/forge-gui/res/cardsfolder/c/call_of_the_conclave.txt @@ -1,7 +1,7 @@ Name:Call of the Conclave ManaCost:G W Types:Sorcery -A:SP$ Token | Cost$ G W | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. +A:SP$ Token | Cost$ G W | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/call_of_the_conclave.jpg Oracle:Create a 3/3 green Centaur creature token. diff --git a/forge-gui/res/cardsfolder/c/call_of_the_herd.txt b/forge-gui/res/cardsfolder/c/call_of_the_herd.txt index 15f60106307..f8def52f9ae 100644 --- a/forge-gui/res/cardsfolder/c/call_of_the_herd.txt +++ b/forge-gui/res/cardsfolder/c/call_of_the_herd.txt @@ -2,6 +2,6 @@ Name:Call of the Herd ManaCost:2 G Types:Sorcery K:Flashback:3 G -A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenOwner$ You | TokenImage$ g 3 3 elephant ODY | SpellDescription$ Create a 3/3 green Elephant creature token. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant ody | SpellDescription$ Create a 3/3 green Elephant creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/call_of_the_herd.jpg Oracle:Create a 3/3 green Elephant creature token.\nFlashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/c/call_of_the_nightwing.txt b/forge-gui/res/cardsfolder/c/call_of_the_nightwing.txt index 60082a52e55..bc008947dbb 100644 --- a/forge-gui/res/cardsfolder/c/call_of_the_nightwing.txt +++ b/forge-gui/res/cardsfolder/c/call_of_the_nightwing.txt @@ -2,7 +2,7 @@ Name:Call of the Nightwing ManaCost:2 U B Types:Sorcery K:Cipher -A:SP$ Token | Cost$ 2 U B | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Blue,Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ Cipher | SpellDescription$ Create a 1/1 blue and black Horror creature token with flying. +A:SP$ Token | Cost$ 2 U B | TokenAmount$ 1 | TokenScript$ ub_1_1_horror_flying | TokenOwner$ You | LegacyImage$ ub 1 1 horror flying gpt | SubAbility$ Cipher | SpellDescription$ Create a 1/1 blue and black Horror creature token with flying. SVar:Cipher:DB$ Encode | Defined$ Self DeckHas:Ability$Token DeckNeeds:Type$Creature diff --git a/forge-gui/res/cardsfolder/c/call_the_bloodline.txt b/forge-gui/res/cardsfolder/c/call_the_bloodline.txt index 1ebedb6df1b..2c6539779b5 100644 --- a/forge-gui/res/cardsfolder/c/call_the_bloodline.txt +++ b/forge-gui/res/cardsfolder/c/call_the_bloodline.txt @@ -1,6 +1,6 @@ Name:Call the Bloodline ManaCost:1 B Types:Enchantment -A:AB$ Token | Cost$ 1 Discard<1/Card> | ActivationLimit$ 1 | TokenAmount$ 1 | TokenName$ Vampire Knight | TokenTypes$ Creature,Vampire,Knight | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | SpellDescription$ Create a 1/1 black Vampire Knight creature token with lifelink. Activate this ability only once each turn. +A:AB$ Token | Cost$ 1 Discard<1/Card> | ActivationLimit$ 1 | TokenAmount$ 1 | TokenScript$ b_1_1_vampire_knight_lifelink | TokenOwner$ You | LegacyImage$ b 1 1 vampire knight lifelink soi | SpellDescription$ Create a 1/1 black Vampire Knight creature token with lifelink. Activate this ability only once each turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/call_the_bloodline.jpg Oracle:{1}, Discard a card: Create a 1/1 black Vampire Knight creature token with lifelink. Activate this ability only once each turn. diff --git a/forge-gui/res/cardsfolder/c/call_the_cavalry.txt b/forge-gui/res/cardsfolder/c/call_the_cavalry.txt index f8abb56efe7..ad91fdbf429 100644 --- a/forge-gui/res/cardsfolder/c/call_the_cavalry.txt +++ b/forge-gui/res/cardsfolder/c/call_the_cavalry.txt @@ -1,6 +1,6 @@ Name:Call the Cavalry ManaCost:3 W Types:Sorcery -A:SP$ Token | Cost$ 3 W | TokenAmount$ 2 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight dom | SpellDescription$ Create two 2/2 white Knight creature tokens with vigilance. +A:SP$ Token | Cost$ 3 W | TokenAmount$ 2 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance dom | SpellDescription$ Create two 2/2 white Knight creature tokens with vigilance. DeckHas:Ability$Token Oracle:Create two 2/2 white Knight creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/c/call_the_scions.txt b/forge-gui/res/cardsfolder/c/call_the_scions.txt index c374f952b5f..0dc2fa26e54 100644 --- a/forge-gui/res/cardsfolder/c/call_the_scions.txt +++ b/forge-gui/res/cardsfolder/c/call_the_scions.txt @@ -2,8 +2,7 @@ Name:Call the Scions ManaCost:2 G Types:Sorcery K:Devoid -A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana | SpellDescription$ Create two 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz | SpellDescription$ Create two 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/call_the_scions.jpg diff --git a/forge-gui/res/cardsfolder/c/call_the_skybreaker.txt b/forge-gui/res/cardsfolder/c/call_the_skybreaker.txt index d24fe14fd70..07f1edf91e7 100644 --- a/forge-gui/res/cardsfolder/c/call_the_skybreaker.txt +++ b/forge-gui/res/cardsfolder/c/call_the_skybreaker.txt @@ -2,6 +2,6 @@ Name:Call the Skybreaker ManaCost:5 UR UR Types:Sorcery K:Retrace -A:SP$ Token | Cost$ 5 UR UR | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Blue,Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | SpellDescription$ Create a 5/5 blue and red Elemental creature token with flying. +A:SP$ Token | Cost$ 5 UR UR | TokenAmount$ 1 | TokenScript$ ur_5_5_elemental_flying | TokenOwner$ You | LegacyImage$ ur 5 5 elemental flying eve | SpellDescription$ Create a 5/5 blue and red Elemental creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/call_the_skybreaker.jpg Oracle:Create a 5/5 blue and red Elemental creature token with flying.\nRetrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.) diff --git a/forge-gui/res/cardsfolder/c/call_to_the_feast.txt b/forge-gui/res/cardsfolder/c/call_to_the_feast.txt index c814d2f7db1..393558f18ee 100644 --- a/forge-gui/res/cardsfolder/c/call_to_the_feast.txt +++ b/forge-gui/res/cardsfolder/c/call_to_the_feast.txt @@ -1,7 +1,7 @@ Name:Call to the Feast ManaCost:2 W B Types:Sorcery -A:SP$ Token | Cost$ 2 W B | TokenAmount$ 3 | TokenName$ Vampire | TokenColors$ White | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 vampire | SpellDescription$ Create three 1/1 white Vampire creature tokens with lifelink. +A:SP$ Token | Cost$ 2 W B | TokenAmount$ 3 | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 vampire lifelink xln | SpellDescription$ Create three 1/1 white Vampire creature tokens with lifelink. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/call_to_the_feast.jpg Oracle:Create three 1/1 white Vampire creature tokens with lifelink. diff --git a/forge-gui/res/cardsfolder/c/caller_of_the_claw.txt b/forge-gui/res/cardsfolder/c/caller_of_the_claw.txt index d2a357950e7..487e9a2951b 100644 --- a/forge-gui/res/cardsfolder/c/caller_of_the_claw.txt +++ b/forge-gui/res/cardsfolder/c/caller_of_the_claw.txt @@ -4,7 +4,7 @@ Types:Creature Elf PT:2/2 K:Flash T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 green Bear creature token for each nontoken creature put into your graveyard from the battlefield this turn. -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenOwner$ You | TokenName$ Bear | TokenTypes$ Creature,Bear | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | References$ X +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenOwner$ You | TokenScript$ g_2_2_bear | LegacyImage$ g 2 2 bear lgn | References$ X SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.nonToken+YouCtrl SVar:Picture:http://resources.wizards.com/magic/cards/lgn/en-us/card42187.jpg Oracle:Flash\nWhen Caller of the Claw enters the battlefield, create a 2/2 green Bear creature token for each nontoken creature put into your graveyard from the battlefield this turn. diff --git a/forge-gui/res/cardsfolder/c/captain_lannery_storm.txt b/forge-gui/res/cardsfolder/c/captain_lannery_storm.txt index 75725e6bf11..879174d8c60 100644 --- a/forge-gui/res/cardsfolder/c/captain_lannery_storm.txt +++ b/forge-gui/res/cardsfolder/c/captain_lannery_storm.txt @@ -4,8 +4,7 @@ Types:Creature Legendary Human Pirate PT:2/2 K:Haste T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln T:Mode$ Sacrificed | ValidCard$ Treasure.YouCtrl | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a treasure, CARDNAME gets +1/+0 until end of turn. SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 1 | NumDef$ 0 SVar:Picture:http://media.wizards.com/2017/xln/en_P9FMMTi6df.png diff --git a/forge-gui/res/cardsfolder/c/captain_of_the_watch.txt b/forge-gui/res/cardsfolder/c/captain_of_the_watch.txt index 2008d70d876..3393f6d2772 100644 --- a/forge-gui/res/cardsfolder/c/captain_of_the_watch.txt +++ b/forge-gui/res/cardsfolder/c/captain_of_the_watch.txt @@ -5,7 +5,7 @@ PT:3/3 K:Vigilance S:Mode$ Continuous | Affected$ Creature.Soldier+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Vigilance | Description$ Other Soldier creatures you control get +1/+1 and have vigilance. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 white Soldier creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M10 +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m10 SVar:PlayMain1:TRUE DeckHints:Type$Soldier SVar:Picture:http://www.wizards.com/global/images/magic/general/captain_of_the_watch.jpg diff --git a/forge-gui/res/cardsfolder/c/captains_call.txt b/forge-gui/res/cardsfolder/c/captains_call.txt index 8579dfde772..9fc0a586bef 100644 --- a/forge-gui/res/cardsfolder/c/captains_call.txt +++ b/forge-gui/res/cardsfolder/c/captains_call.txt @@ -1,6 +1,6 @@ Name:Captain's Call ManaCost:3 W Types:Sorcery -A:SP$ Token | Cost$ 3 W | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M13 | SpellDescription$ Create three 1/1 white Soldier creature tokens. +A:SP$ Token | Cost$ 3 W | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m13 | SpellDescription$ Create three 1/1 white Soldier creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/captains_call.jpg Oracle:Create three 1/1 white Soldier creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/captains_claws.txt b/forge-gui/res/cardsfolder/c/captains_claws.txt index 037225eef27..7bd323b4d98 100644 --- a/forge-gui/res/cardsfolder/c/captains_claws.txt +++ b/forge-gui/res/cardsfolder/c/captains_claws.txt @@ -3,7 +3,7 @@ ManaCost:2 Types:Artifact Equipment S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | AddSVar$ AE | Description$ Equipped creature gets +1/+0. T:Mode$ Attacks | ValidCard$ Card.EquippedBy | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature attacks, create a 1/1 white Kor Ally creature token that's tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Kor Ally | TokenTypes$ Creature,Kor,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ w 1 1 kor ally +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_kor_ally | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ w 1 1 kor ally ogw K:Equip:1 SVar:AE:SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/captains_claws.jpg diff --git a/forge-gui/res/cardsfolder/c/carrier_thrall.txt b/forge-gui/res/cardsfolder/c/carrier_thrall.txt index 4fb44ffbf74..dd0ec67bb3e 100644 --- a/forge-gui/res/cardsfolder/c/carrier_thrall.txt +++ b/forge-gui/res/cardsfolder/c/carrier_thrall.txt @@ -3,8 +3,7 @@ ManaCost:1 B Types:Creature Vampire PT:2/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature. Add {C}." -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz SVar:SacMe:1 DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/c/carrion_call.txt b/forge-gui/res/cardsfolder/c/carrion_call.txt index 58c4e70f335..dcd6360f9a5 100644 --- a/forge-gui/res/cardsfolder/c/carrion_call.txt +++ b/forge-gui/res/cardsfolder/c/carrion_call.txt @@ -1,6 +1,6 @@ Name:Carrion Call ManaCost:3 G Types:Instant -A:SP$ Token | Cost$ 3 G | TokenImage$ g 1 1 insect infect | TokenAmount$ 2 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Infect | SpellDescription$ Create two 1/1 green Insect creature tokens with infect. +A:SP$ Token | Cost$ 3 G | LegacyImage$ g 1 1 insect infect som | TokenAmount$ 2 | TokenScript$ g_1_1_insect_infect | TokenOwner$ You | SpellDescription$ Create two 1/1 green Insect creature tokens with infect. SVar:Picture:http://www.wizards.com/global/images/magic/general/carrion_call.jpg Oracle:Create two 1/1 green Insect creature tokens with infect. (They deal damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.) diff --git a/forge-gui/res/cardsfolder/c/cartouche_of_solidarity.txt b/forge-gui/res/cardsfolder/c/cartouche_of_solidarity.txt index afbecce0b9e..db06ad5b74c 100644 --- a/forge-gui/res/cardsfolder/c/cartouche_of_solidarity.txt +++ b/forge-gui/res/cardsfolder/c/cartouche_of_solidarity.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura Cartouche K:Enchant creature you control A:SP$ Attach | Cost$ W | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Warrior creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ First Strike | Description$ Enchanted creature gets +1/+1 and has first strike. DeckHints:Name$Trial of Solidarity SVar:Picture:http://www.wizards.com/global/images/magic/general/cartouche_of_solidarity.jpg diff --git a/forge-gui/res/cardsfolder/c/catacomb_sifter.txt b/forge-gui/res/cardsfolder/c/catacomb_sifter.txt index c2bdc5c3422..8b658d99371 100644 --- a/forge-gui/res/cardsfolder/c/catacomb_sifter.txt +++ b/forge-gui/res/cardsfolder/c/catacomb_sifter.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone PT:2/3 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever another creature you control dies, scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.) SVar:TrigScry:DB$ Scry | ScryNum$ 1 DeckHints:Type$Eldrazi diff --git a/forge-gui/res/cardsfolder/c/cellar_door.txt b/forge-gui/res/cardsfolder/c/cellar_door.txt index 14377cb1353..2a0b0982396 100644 --- a/forge-gui/res/cardsfolder/c/cellar_door.txt +++ b/forge-gui/res/cardsfolder/c/cellar_door.txt @@ -2,7 +2,7 @@ Name:Cellar Door ManaCost:2 Types:Artifact A:AB$ Mill | Cost$ 3 T | NumCards$ 1 | ValidTgts$ Player | TgtPrompt$ Choose a player | FromBottom$ True | RememberMilled$ True | SubAbility$ DBToken | SpellDescription$ Target player puts the bottom card of their library into their graveyard. If it's a creature card, you create a 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Creature | ConditionCompare$ EQ1 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | LegacyImage$ b 2 2 zombie isd | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Creature | ConditionCompare$ EQ1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/cellar_door.jpg Oracle:{3}, {T}: Target player puts the bottom card of their library into their graveyard. If it's a creature card, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/c/cemetery_reaper.txt b/forge-gui/res/cardsfolder/c/cemetery_reaper.txt index 43306beaac0..3be1f9a30ab 100644 --- a/forge-gui/res/cardsfolder/c/cemetery_reaper.txt +++ b/forge-gui/res/cardsfolder/c/cemetery_reaper.txt @@ -4,7 +4,7 @@ Types:Creature Zombie PT:2/2 S:Mode$ Continuous | Affected$ Creature.Zombie+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Zombie creatures you control get +1/+1. A:AB$ ChangeZone | Cost$ 2 B T | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M10 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie m10 SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/cemetery_reaper.jpg Oracle:Other Zombie creatures you control get +1/+1.\n{2}{B}, {T}: Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/c/cenns_enlistment.txt b/forge-gui/res/cardsfolder/c/cenns_enlistment.txt index 6264929671e..866268dc141 100644 --- a/forge-gui/res/cardsfolder/c/cenns_enlistment.txt +++ b/forge-gui/res/cardsfolder/c/cenns_enlistment.txt @@ -2,6 +2,6 @@ Name:Cenn's Enlistment ManaCost:3 W Types:Sorcery K:Retrace -A:SP$ Token | Cost$ 3 W | TokenImage$ w 1 1 kithkin soldier SHM | TokenAmount$ 2 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 white Kithkin Soldier creature tokens. +A:SP$ Token | Cost$ 3 W | LegacyImage$ w 1 1 kithkin soldier eve | TokenAmount$ 2 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | SpellDescription$ Create two 1/1 white Kithkin Soldier creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/cenns_enlistment.jpg Oracle:Create two 1/1 white Kithkin Soldier creature tokens.\nRetrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.) diff --git a/forge-gui/res/cardsfolder/c/centaur_glade.txt b/forge-gui/res/cardsfolder/c/centaur_glade.txt index 8275b90edfc..b229139a792 100644 --- a/forge-gui/res/cardsfolder/c/centaur_glade.txt +++ b/forge-gui/res/cardsfolder/c/centaur_glade.txt @@ -1,7 +1,7 @@ Name:Centaur Glade ManaCost:3 G G Types:Enchantment -A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | SpellDescription$ Create a 3/3 green Centaur creature token. +A:AB$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ g_3_3_centaur | LegacyImage$ g 3 3 centaur ons | SpellDescription$ Create a 3/3 green Centaur creature token. SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/centaur_glade.jpg Oracle:{2}{G}{G}: Create a 3/3 green Centaur creature token. diff --git a/forge-gui/res/cardsfolder/c/centaurs_herald.txt b/forge-gui/res/cardsfolder/c/centaurs_herald.txt index bd004f4b776..5821895848f 100644 --- a/forge-gui/res/cardsfolder/c/centaurs_herald.txt +++ b/forge-gui/res/cardsfolder/c/centaurs_herald.txt @@ -2,6 +2,6 @@ Name:Centaur's Herald ManaCost:G Types:Creature Elf Scout PT:0/1 -A:AB$ Token | Cost$ 2 G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. +A:AB$ Token | Cost$ 2 G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/centaurs_herald.jpg Oracle:{2}{G}, Sacrifice Centaur's Herald: Create a 3/3 green Centaur creature token. diff --git a/forge-gui/res/cardsfolder/c/chainers_torment.txt b/forge-gui/res/cardsfolder/c/chainers_torment.txt index 1e6da059e4a..3309f754828 100644 --- a/forge-gui/res/cardsfolder/c/chainers_torment.txt +++ b/forge-gui/res/cardsfolder/c/chainers_torment.txt @@ -4,7 +4,7 @@ Types:Enchantment Saga K:Saga:3:DBDealDamage,DBDealDamage,DBToken SVar:DBDealDamage:DB$ DealDamage | Defined$ Player.Opponent | NumDmg$ 2 | SubAbility$ DBGainLife | SpellDescription$ CARDNAME deals 2 damage to each opponent and you gain 2 life. SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Nightmare Horror | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Nightmare,Horror | TokenColors$ Black | TokenImage$ b x x nightmare horror dom | RememberTokens$ True | SubAbility$ DBDamageYou | SpellDescription$ Create an X/X black Nightmare Horror creature token, where X is half your life total, rounded up. It deals X damage to you. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_x_x_nightmare_horror | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ b x x nightmare horror dom | RememberTokens$ True | SubAbility$ DBDamageYou | SpellDescription$ Create an X/X black Nightmare Horror creature token, where X is half your life total, rounded up. It deals X damage to you. SVar:DBDamageYou:DB$ DealDamage | Defined$ You | NumDmg$ X | References$ X | DamageSource$ Remembered | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$YourLifeTotal/HalfUp diff --git a/forge-gui/res/cardsfolder/c/chancellor_of_the_forge.txt b/forge-gui/res/cardsfolder/c/chancellor_of_the_forge.txt index 46bb75832c0..b30515ee173 100644 --- a/forge-gui/res/cardsfolder/c/chancellor_of_the_forge.txt +++ b/forge-gui/res/cardsfolder/c/chancellor_of_the_forge.txt @@ -3,13 +3,13 @@ ManaCost:4 R R R Types:Creature Giant PT:5/5 T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ EffMassToken | TriggerDescription$ When CARDNAME enters the battlefield, create X 1/1 red Goblin creature tokens with haste, where X is the number of creatures you control. -SVar:EffMassToken:DB$ Token | TokenAmount$ X | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin NPH | TokenKeywords$ Haste | References$ X +SVar:EffMassToken:DB$ Token | TokenAmount$ X | TokenOwner$ You | TokenScript$ r_1_1_goblin_haste | LegacyImage$ r 1 1 goblin haste nph | References$ X SVar:X:Count$Valid Creature.YouCtrl K:MayEffectFromOpeningHand:RevealCard SVar:RevealCard:DB$ Reveal | RevealDefined$ Self | SubAbility$ TokenOnUpkeep | SpellDescription$ You may reveal this card from your opening hand. If you do, at the beginning of the first upkeep, create a 1/1 red Goblin creature token with haste. SVar:TokenOnUpkeep:DB$ Effect | Triggers$ TrigToken | SVars$ EffToken,RemoveMe | Name$ Chancellor of the Forge effect | SpellDescription$ You may reveal this card from your opening hand. If you do, at the beginning of the first upkeep, create a 1/1 red Goblin creature token with haste. SVar:TrigToken:Mode$ Phase | Phase$ Upkeep | Execute$ EffToken | TriggerDescription$ At the beginning of the first upkeep, create a 1/1 red Goblin creature token with haste. -SVar:EffToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin NPH | TokenKeywords$ Haste | SubAbility$ RemoveMe +SVar:EffToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ r_1_1_goblin_haste | LegacyImage$ r 1 1 goblin haste nph | SubAbility$ RemoveMe SVar:RemoveMe:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/chancellor_of_the_forge.jpg diff --git a/forge-gui/res/cardsfolder/c/chandra_flamecaller.txt b/forge-gui/res/cardsfolder/c/chandra_flamecaller.txt index 02a0502f1c7..6b952c2cdff 100644 --- a/forge-gui/res/cardsfolder/c/chandra_flamecaller.txt +++ b/forge-gui/res/cardsfolder/c/chandra_flamecaller.txt @@ -2,7 +2,7 @@ Name:Chandra, Flamecaller ManaCost:4 R R Types:Legendary Planeswalker Chandra Loyalty:4 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 2 | TokenScript$ r_3_1_elemental_haste | AtEOT$ Exile | SpellDescription$ Create two 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 2 | TokenScript$ r_3_1_elemental_haste | LegacyImage$ r 3 1 elemental haste ogw | AtEOT$ Exile | SpellDescription$ Create two 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. A:AB$ Discard | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | Defined$ You | Mode$ Hand | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Discard all the cards in your hand, then draw that many cards plus one. SVar:DBDraw:DB$ Draw | NumCards$ Y | Defined$ You | SubAbility$ DBCleanup | SpellDescription$ Draw that many cards | References$ Y SVar:Y:Remembered$Amount.Plus.1 diff --git a/forge-gui/res/cardsfolder/c/chasm_skulker.txt b/forge-gui/res/cardsfolder/c/chasm_skulker.txt index c31203aeb9e..5c826772fa8 100644 --- a/forge-gui/res/cardsfolder/c/chasm_skulker.txt +++ b/forge-gui/res/cardsfolder/c/chasm_skulker.txt @@ -5,7 +5,7 @@ PT:1/1 T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever you draw a card, put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create X 1/1 blue Squid creature tokens with islandwalk, where X is the number of +1/+1 counters on CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Squid | TokenTypes$ Creature,Squid | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Islandwalk +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ u_1_1_squid_islandwalk | TokenOwner$ You | LegacyImage$ u 1 1 squid islandwalk m15 SVar:X:TriggeredCard$CardCounters.P1P1 SVar:Picture:http://www.wizards.com/global/images/magic/general/chasm_skulker.jpg Oracle:Whenever you draw a card, put a +1/+1 counter on Chasm Skulker.\nWhen Chasm Skulker dies, create X 1/1 blue Squid creature tokens with islandwalk, where X is the number of +1/+1 counters on Chasm Skulker. (They can't be blocked as long as defending player controls an Island.) diff --git a/forge-gui/res/cardsfolder/c/chatter_of_the_squirrel.txt b/forge-gui/res/cardsfolder/c/chatter_of_the_squirrel.txt index f5e76e894c4..89e1fc5be22 100644 --- a/forge-gui/res/cardsfolder/c/chatter_of_the_squirrel.txt +++ b/forge-gui/res/cardsfolder/c/chatter_of_the_squirrel.txt @@ -2,6 +2,6 @@ Name:Chatter of the Squirrel ManaCost:G Types:Sorcery K:Flashback:1 G -A:SP$ Token | Cost$ G | TokenAmount$ 1 | TokenName$ Squirrel | TokenColors$ Green | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Squirrel creature token. +A:SP$ Token | Cost$ G | TokenAmount$ 1 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel ody | SpellDescription$ Create a 1/1 green Squirrel creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/chatter_of_the_squirrel.jpg Oracle:Create a 1/1 green Squirrel creature token.\nFlashback {1}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/c/cloudgoat_ranger.txt b/forge-gui/res/cardsfolder/c/cloudgoat_ranger.txt index adc1ae7ff78..ee573bbb766 100644 --- a/forge-gui/res/cardsfolder/c/cloudgoat_ranger.txt +++ b/forge-gui/res/cardsfolder/c/cloudgoat_ranger.txt @@ -3,7 +3,7 @@ ManaCost:3 W W Types:Creature Giant Warrior PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 white Kithkin Soldier creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kithkin soldier lrw A:AB$ Pump | Cost$ tapXType<3/Kithkin> | Defined$ Self | NumAtt$ +2 | KW$ Flying | SpellDescription$ CARDNAME gets +2/+0 and gains flying until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/cloudgoat_ranger.jpg Oracle:When Cloudgoat Ranger enters the battlefield, create three 1/1 white Kithkin Soldier creature tokens.\nTap three untapped Kithkin you control: Cloudgoat Ranger gets +2/+0 and gains flying until end of turn. diff --git a/forge-gui/res/cardsfolder/c/cloudseeder.txt b/forge-gui/res/cardsfolder/c/cloudseeder.txt index 562a3932920..82f53b2e212 100644 --- a/forge-gui/res/cardsfolder/c/cloudseeder.txt +++ b/forge-gui/res/cardsfolder/c/cloudseeder.txt @@ -3,6 +3,6 @@ ManaCost:1 U Types:Creature Faerie Spellshaper PT:1/1 K:Flying -A:AB$ Token | Cost$ U T Discard<1/Card> | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Cloud Sprite | TokenTypes$ Creature,Faerie | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying<>CARDNAME can block only creatures with flying. | SpellDescription$ Create a 1/1 blue Faerie creature token named Cloud Sprite. It has flying and "Cloud Sprite can block only creatures with flying." +A:AB$ Token | Cost$ U T Discard<1/Card> | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ cloud_sprite | LegacyImage$ cloud sprite fut | SpellDescription$ Create a 1/1 blue Faerie creature token named Cloud Sprite. It has flying and "Cloud Sprite can block only creatures with flying." SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card130309.jpg Oracle:Flying\n{U}, {T}, Discard a card: Create a 1/1 blue Faerie creature token named Cloud Sprite. It has flying and "Cloud Sprite can block only creatures with flying." diff --git a/forge-gui/res/cardsfolder/c/cobra_trap.txt b/forge-gui/res/cardsfolder/c/cobra_trap.txt index 55700714305..af0e358ff94 100644 --- a/forge-gui/res/cardsfolder/c/cobra_trap.txt +++ b/forge-gui/res/cardsfolder/c/cobra_trap.txt @@ -7,6 +7,6 @@ T:Mode$ Phase | Phase$ Cleanup | Execute$ TrigReset | Static$ True SVar:TrigReset:DB$ StoreSVar | SVar$ SetTrap | Type$ Number | Expression$ 0 SVar:SetTrap:Number$0 SVar:AltCost:Cost$ G | CheckSVar$ SetTrap | SVarCompare$ GE1 | Description$ If a noncreature permanent under your control was destroyed this turn by a spell or ability an opponent controlled, you may pay {G} rather than pay CARDNAME's mana cost. -A:SP$ Token | Cost$ 4 G G | TokenAmount$ 4 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create four 1/1 green Snake creature tokens. +A:SP$ Token | Cost$ 4 G G | TokenAmount$ 4 | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ g 1 1 snake zen | SpellDescription$ Create four 1/1 green Snake creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/cobra_trap.jpg Oracle:If a noncreature permanent under your control was destroyed this turn by a spell or ability an opponent controlled, you may pay {G} rather than pay this spell's mana cost.\nCreate four 1/1 green Snake creature tokens. diff --git a/forge-gui/res/cardsfolder/c/cogworkers_puzzleknot.txt b/forge-gui/res/cardsfolder/c/cogworkers_puzzleknot.txt index e5ded3eebe9..489c3a4f7b6 100644 --- a/forge-gui/res/cardsfolder/c/cogworkers_puzzleknot.txt +++ b/forge-gui/res/cardsfolder/c/cogworkers_puzzleknot.txt @@ -2,7 +2,7 @@ Name:Cogworker's Puzzleknot ManaCost:2 Types:Artifact T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 -A:AB$ Token | Cost$ 1 W Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld +A:AB$ Token | Cost$ 1 W Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/cogworkers_puzzleknot.jpg Oracle:When Cogworker's Puzzleknot enters the battlefield, create a 1/1 colorless Servo artifact creature token.\n{1}{W}, Sacrifice Cogworker's Puzzleknot: Create a 1/1 colorless Servo artifact creature token. diff --git a/forge-gui/res/cardsfolder/c/commanders_authority.txt b/forge-gui/res/cardsfolder/c/commanders_authority.txt index 1980a2ca308..35804e533a2 100644 --- a/forge-gui/res/cardsfolder/c/commanders_authority.txt +++ b/forge-gui/res/cardsfolder/c/commanders_authority.txt @@ -1,10 +1,10 @@ Name:Commander's Authority ManaCost:4 W Types:Enchantment Aura -K:Enchant Creature +K:Enchant creature A:SP$ Attach | Cost$ 4 W | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddTrigger$ CommanderTrig | AddSVar$ CommanderToken | Description$ Enchanted creature has "At the beginning of your upkeep, create a 1/1 white Human creature token." SVar:CommanderTrig:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CommanderToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 white Human creature token. -SVar:CommanderToken:DB$Token | TokenAmount$ 1 | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenImage$ w 1 1 human avr +SVar:CommanderToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human avr SVar:Picture:http://www.wizards.com/global/images/magic/general/commanders_authority.jpg Oracle:Enchant creature\nEnchanted creature has "At the beginning of your upkeep, create a 1/1 white Human creature token." diff --git a/forge-gui/res/cardsfolder/c/confirm_suspicions.txt b/forge-gui/res/cardsfolder/c/confirm_suspicions.txt index 66d2c83cdcb..5267656a09d 100644 --- a/forge-gui/res/cardsfolder/c/confirm_suspicions.txt +++ b/forge-gui/res/cardsfolder/c/confirm_suspicions.txt @@ -2,10 +2,9 @@ Name:Confirm Suspicions ManaCost:3 U U Types:Instant A:SP$ Counter | Cost$ 3 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SubAbility$ DBToken1 | SpellDescription$ Counter target spell. Investigate three times. (To investigate, create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken1:DB$Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | SubAbility$ DBToken2 | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:DBToken2:DB$Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | SubAbility$ DBToken3 | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:DBToken3:DB$Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken1:DB$Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi | SubAbility$ DBToken2 +SVar:DBToken2:DB$Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi | SubAbility$ DBToken3 +SVar:DBToken3:DB$Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/confirm_suspicions.jpg Oracle:Counter target spell.\nInvestigate three times. (To investigate, create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/c/confront_the_unknown.txt b/forge-gui/res/cardsfolder/c/confront_the_unknown.txt index 75ecb3ac352..37ddd184d7d 100644 --- a/forge-gui/res/cardsfolder/c/confront_the_unknown.txt +++ b/forge-gui/res/cardsfolder/c/confront_the_unknown.txt @@ -1,10 +1,9 @@ Name:Confront the Unknown ManaCost:G Types:Instant -A:SP$ Token | Cost$ G | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw | SubAbility$ DBPump | SpellDescription$ Investigate, then target creature gets +1/+1 until end of turn for each Clue you control. (To investigate, create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") | StackDescription$ Investigate. +A:SP$ Token | Cost$ G | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi | SubAbility$ DBPump | SpellDescription$ Investigate, then target creature gets +1/+1 until end of turn for each Clue you control. (To investigate, create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") | StackDescription$ Investigate. SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ X | NumDef$ X | References$ X -SVar:X:Count$Valid Clue.YouCtrl -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:X:Count$Valid Clue.YouCtrl DeckHints:Ability$Investigate DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/carrion_call.jpg diff --git a/forge-gui/res/cardsfolder/c/conquerors_pledge.txt b/forge-gui/res/cardsfolder/c/conquerors_pledge.txt index 62c731fcdb6..cbe2349073b 100644 --- a/forge-gui/res/cardsfolder/c/conquerors_pledge.txt +++ b/forge-gui/res/cardsfolder/c/conquerors_pledge.txt @@ -2,7 +2,7 @@ Name:Conqueror's Pledge ManaCost:2 W W W Types:Sorcery K:Kicker:6 -A:SP$ Token | Cost$ 2 W W W | TokenAmount$ WasKicked | References$ WasKicked | TokenName$ Kor Soldier | TokenTypes$ Creature,Kor,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create six 1/1 white Kor Soldier creature tokens. If CARDNAME was kicked, create twelve of those tokens instead. +A:SP$ Token | Cost$ 2 W W W | TokenAmount$ WasKicked | References$ WasKicked | TokenScript$ w_1_1_kor_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kor soldier zen | SpellDescription$ Create six 1/1 white Kor Soldier creature tokens. If CARDNAME was kicked, create twelve of those tokens instead. SVar:WasKicked:Count$Kicked.12.6 SVar:Picture:http://www.wizards.com/global/images/magic/general/conquerors_pledge.jpg Oracle:Kicker {6} (You may pay an additional {6} as you cast this spell.)\nCreate six 1/1 white Kor Soldier creature tokens. If this spell was kicked, create twelve of those tokens instead. diff --git a/forge-gui/res/cardsfolder/c/contract_killing.txt b/forge-gui/res/cardsfolder/c/contract_killing.txt index 57d760b42bc..560ae2f816e 100644 --- a/forge-gui/res/cardsfolder/c/contract_killing.txt +++ b/forge-gui/res/cardsfolder/c/contract_killing.txt @@ -2,7 +2,6 @@ Name:Contract Killing ManaCost:3 B B Types:Sorcery A:SP$ Destroy | Cost$ 3 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBTreasure | SpellDescription$ Destroy target creature. Create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 2 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/contract_killing.jpg Oracle:Destroy target creature. Create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/conversion_chamber.txt b/forge-gui/res/cardsfolder/c/conversion_chamber.txt index 08f557837ba..3719e15e536 100644 --- a/forge-gui/res/cardsfolder/c/conversion_chamber.txt +++ b/forge-gui/res/cardsfolder/c/conversion_chamber.txt @@ -3,6 +3,6 @@ ManaCost:3 Types:Artifact A:AB$ ChangeZone | Cost$ 2 T | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Artifact | TgtPrompt$ Select target artifact card in a graveyard | SubAbility$ DBPutCounter | SpellDescription$ Exile target artifact card from a graveyard. Put a charge counter on CARDNAME. SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1 -A:AB$ Token | Cost$ 2 T SubCounter<1/CHARGE> | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH | TokenOwner$ You | SpellDescription$ Create a 3/3 colorless Golem artifact creature token. +A:AB$ Token | Cost$ 2 T SubCounter<1/CHARGE> | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | LegacyImage$ c 3 3 a golem nph | TokenOwner$ You | SpellDescription$ Create a 3/3 colorless Golem artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/conversion_chamber.jpg Oracle:{2}, {T}: Exile target artifact card from a graveyard. Put a charge counter on Conversion Chamber.\n{2}, {T}, Remove a charge counter from Conversion Chamber: Create a 3/3 colorless Golem artifact creature token. diff --git a/forge-gui/res/cardsfolder/c/coral_barrier.txt b/forge-gui/res/cardsfolder/c/coral_barrier.txt index 504cf00bb06..4260924fc45 100644 --- a/forge-gui/res/cardsfolder/c/coral_barrier.txt +++ b/forge-gui/res/cardsfolder/c/coral_barrier.txt @@ -4,6 +4,6 @@ Types:Creature Wall PT:1/3 K:Defender T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 blue Squid creature token with islandwalk. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Squid | TokenTypes$ Creature,Squid | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Islandwalk +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_squid_islandwalk | TokenOwner$ You | LegacyImage$ u 1 1 squid islandwalk m15 SVar:Picture:http://www.wizards.com/global/images/magic/general/coral_barrier.jpg Oracle:Defender (This creature can't attack.)\nWhen Coral Barrier enters the battlefield, create a 1/1 blue Squid creature token with islandwalk. (It can't be blocked as long as defending player controls an Island.) diff --git a/forge-gui/res/cardsfolder/c/corpsehatch.txt b/forge-gui/res/cardsfolder/c/corpsehatch.txt index 92d13ea2cf5..6691f17dc5c 100644 --- a/forge-gui/res/cardsfolder/c/corpsehatch.txt +++ b/forge-gui/res/cardsfolder/c/corpsehatch.txt @@ -2,8 +2,7 @@ Name:Corpsehatch ManaCost:3 B B Types:Sorcery A:SP$ Destroy | Cost$ 3 B B | ValidTgts$ Creature.nonBlack | TgtPrompt$ Choose target nonblack creature. | SubAbility$ DBToken | SpellDescription$ Destroy target nonblack creature. -SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 | SpellDescription$ Create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe | SpellDescription$ Create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/corpsehatch.jpg diff --git a/forge-gui/res/cardsfolder/c/corpseweft.txt b/forge-gui/res/cardsfolder/c/corpseweft.txt index feab5274eb3..8e75135e739 100644 --- a/forge-gui/res/cardsfolder/c/corpseweft.txt +++ b/forge-gui/res/cardsfolder/c/corpseweft.txt @@ -1,7 +1,7 @@ Name:Corpseweft ManaCost:2 B Types:Enchantment -A:AB$ Token | Announce$ X | XCantBe0$ True | Cost$ 1 B ExileFromGrave | TokenAmount$ 1 | TokenName$ Zombie Horror | TokenOwner$ You | TokenPower$ Y | TokenToughness$ Y | References$ Y | TokenTypes$ Creature,Zombie,Horror | TokenColors$ Black | TokenTapped$ True | TokenImage$ b x x zombie horror | SpellDescription$ Create a tapped X/X black Zombie Horror creature token, where X is twice the number of cards exiled this way. +A:AB$ Token | Announce$ X | XCantBe0$ True | Cost$ 1 B ExileFromGrave | TokenAmount$ 1 | TokenScript$ b_x_x_zombie_horror | TokenOwner$ You | TokenPower$ Y | TokenToughness$ Y | References$ Y | TokenTapped$ True | LegacyImage$ b x x zombie horror dtk | SpellDescription$ Create a tapped X/X black Zombie Horror creature token, where X is twice the number of cards exiled this way. SVar:Y:ExiledCards$Amount.Twice AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/corpseweft.jpg diff --git a/forge-gui/res/cardsfolder/c/countless_gears_renegade.txt b/forge-gui/res/cardsfolder/c/countless_gears_renegade.txt index 4a64c5dd5f6..6c55d204f42 100644 --- a/forge-gui/res/cardsfolder/c/countless_gears_renegade.txt +++ b/forge-gui/res/cardsfolder/c/countless_gears_renegade.txt @@ -3,6 +3,6 @@ ManaCost:1 W Types:Creature Dwarf Artificer PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | Revolt$ True | TriggerDescription$ Revolt — When CARDNAME enters the battlefield, if a permanent you controlled left the battlefield this turn, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:Picture:http://www.wizards.com/global/images/magic/general/countless_gears_renegade.jpg Oracle:Revolt — When Countless Gears Renegade enters the battlefield, if a permanent you controlled left the battlefield this turn, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/coursers_accord.txt b/forge-gui/res/cardsfolder/c/coursers_accord.txt index 96d5cf501f9..d7ad759277e 100644 --- a/forge-gui/res/cardsfolder/c/coursers_accord.txt +++ b/forge-gui/res/cardsfolder/c/coursers_accord.txt @@ -1,7 +1,7 @@ Name:Coursers' Accord ManaCost:4 G W Types:Sorcery -A:SP$ Token | Cost$ 4 G W | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | SubAbility$ DBCopy | SpellDescription$ Create a 3/3 green Centaur creature token, then populate. (Create a token that's a copy of a creature token you control.) +A:SP$ Token | Cost$ 4 G W | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur rtr | SubAbility$ DBCopy | SpellDescription$ Create a 3/3 green Centaur creature token, then populate. (Create a token that's a copy of a creature token you control.) SVar:DBCopy:DB$ CopyPermanent | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True DeckHas:Ability$Token DeckHints:Ability$Token diff --git a/forge-gui/res/cardsfolder/c/cradle_of_the_accursed.txt b/forge-gui/res/cardsfolder/c/cradle_of_the_accursed.txt index e7faa3db716..797ebd31872 100644 --- a/forge-gui/res/cardsfolder/c/cradle_of_the_accursed.txt +++ b/forge-gui/res/cardsfolder/c/cradle_of_the_accursed.txt @@ -2,7 +2,7 @@ Name:Cradle of the Accursed ManaCost:no cost Types:Land Desert A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 3 T Sac<1/CARDNAME> | SorcerySpeed$ True | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 3 T Sac<1/CARDNAME> | SorcerySpeed$ True | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie akh | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/cradle_of_the_accursed.jpg Oracle:{T}: Add {C}.\n{3}, {T}, Sacrifice Cradle of the Accursed: Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/crawling_sensation.txt b/forge-gui/res/cardsfolder/c/crawling_sensation.txt index 0856dd4fcc2..0136ebb0aa7 100644 --- a/forge-gui/res/cardsfolder/c/crawling_sensation.txt +++ b/forge-gui/res/cardsfolder/c/crawling_sensation.txt @@ -4,7 +4,7 @@ Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigMill | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may put the top two cards of your library into your graveyard. SVar:TrigMill:DB$Mill | NumCards$ 2 | Defined$ You T:Mode$ ChangesZone | ValidCard$ Land.YouOwn | Origin$ Any | Destination$ Graveyard | TriggerZones$ Battlefield | ActivationLimit$ 1 | Execute$ TrigToken | TriggerDescription$ Whenever one or more land cards are put into your graveyard from anywhere for the first time each turn, create a 1/1 green Insect creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect SOI +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect soi DeckHints:Ability$Delirium DeckHas:Ability$Graveyard SVar:Picture:http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=409957&type=card diff --git a/forge-gui/res/cardsfolder/c/creakwood_liege.txt b/forge-gui/res/cardsfolder/c/creakwood_liege.txt index 246d79b0172..f21eb0ddc84 100644 --- a/forge-gui/res/cardsfolder/c/creakwood_liege.txt +++ b/forge-gui/res/cardsfolder/c/creakwood_liege.txt @@ -5,7 +5,7 @@ PT:2/2 S:Mode$ Continuous | Affected$ Creature.Green+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other green creatures you control get +1/+1. S:Mode$ Continuous | Affected$ Creature.Black+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other black creatures you control get +1/+1. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 1/1 black and green Worm creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Worm | TokenTypes$ Creature,Worm | TokenOwner$ You | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ bg_1_1_worm | TokenOwner$ You | LegacyImage$ bg 1 1 worm eve SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/creakwood_liege.jpg Oracle:Other black creatures you control get +1/+1.\nOther green creatures you control get +1/+1.\nAt the beginning of your upkeep, you may create a 1/1 black and green Worm creature token. diff --git a/forge-gui/res/cardsfolder/c/crested_herdcaller.txt b/forge-gui/res/cardsfolder/c/crested_herdcaller.txt index 8ca8c93af40..a02dc3ea733 100644 --- a/forge-gui/res/cardsfolder/c/crested_herdcaller.txt +++ b/forge-gui/res/cardsfolder/c/crested_herdcaller.txt @@ -4,7 +4,7 @@ Types:Creature Dinosaur PT:3/3 K:Trample T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 green Dinosaur creature token with trample. -SVar:DBToken:DB$ Token | TokenOwner$ You | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | TokenAmount$ 1 +SVar:DBToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | LegacyImage$ g 3 3 dinosaur trample rix | TokenAmount$ 1 DeckHas:Ability$Token DeckHints:Type$Dinosaur SVar:Picture:http://www.wizards.com/global/images/magic/general/crested_herdcaller.jpg diff --git a/forge-gui/res/cardsfolder/c/crested_sunmare.txt b/forge-gui/res/cardsfolder/c/crested_sunmare.txt index 81db6da9aa8..ae2cde7f80b 100644 --- a/forge-gui/res/cardsfolder/c/crested_sunmare.txt +++ b/forge-gui/res/cardsfolder/c/crested_sunmare.txt @@ -6,7 +6,7 @@ S:Mode$ Continuous | Affected$ Creature.Horse+Other+YouCtrl | AddKeyword$ Indest SVar:PlayMain1:TRUE SVar:BuffedBy:Horse T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ YouLifeGained | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if you gained life this turn, create a 5/5 white Horse creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horse | TokenTypes$ Creature,Horse | TokenOwner$ You | TokenColors$ White | TokenPower$ 5 | TokenToughness$ 5 | TokenImage$ w 5 5 Horse +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_5_5_horse | TokenOwner$ You | LegacyImage$ w 5 5 horse e01 SVar:YouLifeGained:Count$LifeYouGainedThisTurn SVar:AIEvaluationModifier:70 DeckHints:Ability$LifeGain diff --git a/forge-gui/res/cardsfolder/c/crib_swap.txt b/forge-gui/res/cardsfolder/c/crib_swap.txt index 326380cc2e3..403548831d2 100644 --- a/forge-gui/res/cardsfolder/c/crib_swap.txt +++ b/forge-gui/res/cardsfolder/c/crib_swap.txt @@ -3,6 +3,6 @@ ManaCost:2 W Types:Tribal Instant Shapeshifter K:Changeling A:SP$ ChangeZone | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | IsCurse$ True | SubAbility$ DBToken | SpellDescription$ Exile target creature. Its controller creates a 1/1 colorless Shapeshifter creature token with changeling. -SVar:DBToken:DB$ Token | TokenImage$ c 1 1 shapeshifter | TokenColors$ Colorless | TokenAmount$ 1 | TokenName$ Shapeshifter | TokenTypes$ Creature,Shapeshifter | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Changeling | TokenOwner$ TargetedController +SVar:DBToken:DB$ Token | LegacyImage$ c 1 1 shapeshifter changeling lrw | TokenAmount$ 1 | TokenScript$ c_1_1_shapeshifter_changeling | TokenOwner$ TargetedController SVar:Picture:http://www.wizards.com/global/images/magic/general/crib_swap.jpg Oracle:Changeling (This card is every creature type.)\nExile target creature. Its controller creates a 1/1 colorless Shapeshifter creature token with changeling. diff --git a/forge-gui/res/cardsfolder/c/crush_of_tentacles.txt b/forge-gui/res/cardsfolder/c/crush_of_tentacles.txt index dae178afd4e..2c12f333b81 100644 --- a/forge-gui/res/cardsfolder/c/crush_of_tentacles.txt +++ b/forge-gui/res/cardsfolder/c/crush_of_tentacles.txt @@ -3,7 +3,7 @@ ManaCost:4 U U Types:Sorcery K:Surge:3 U U A:SP$ ChangeZoneAll | Cost$ 4 U U | ChangeType$ Permanent.nonLand | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return all nonland permanents to their owners' hands. If CARDNAME's surge cost was paid, create an 8/8 blue Octopus creature token. | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Octopus | TokenTypes$ Creature,Octopus | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 8 | TokenToughness$ 8 | Condition$ Surge +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_8_8_octopus | TokenOwner$ You | LegacyImage$ u 8 8 octopus ogw | Condition$ Surge AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/crush_of_tentacles.jpg Oracle:Surge {3}{U}{U} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nReturn all nonland permanents to their owners' hands. If Crush of Tentacles's surge cost was paid, create an 8/8 blue Octopus creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/crush_of_wurms.txt b/forge-gui/res/cardsfolder/c/crush_of_wurms.txt index 8cbe668819d..27d5253ba51 100644 --- a/forge-gui/res/cardsfolder/c/crush_of_wurms.txt +++ b/forge-gui/res/cardsfolder/c/crush_of_wurms.txt @@ -2,6 +2,6 @@ Name:Crush of Wurms ManaCost:6 G G G Types:Sorcery K:Flashback:9 G G G -A:SP$ Token | Cost$ 6 G G G | TokenAmount$ 3 | TokenName$ Wurm | TokenColors$ Green | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenPower$ 6 | TokenToughness$ 6 | SpellDescription$ Create three 6/6 green Wurm creature tokens. +A:SP$ Token | Cost$ 6 G G G | TokenAmount$ 3 | TokenScript$ g_6_6_wurm | TokenOwner$ You | LegacyImage$ g 6 6 wurm jud | SpellDescription$ Create three 6/6 green Wurm creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/crush_of_wurms.jpg Oracle:Create three 6/6 green Wurm creature tokens.\nFlashback {9}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/c/cryptbreaker.txt b/forge-gui/res/cardsfolder/c/cryptbreaker.txt index c30202794b2..dca3dee8312 100644 --- a/forge-gui/res/cardsfolder/c/cryptbreaker.txt +++ b/forge-gui/res/cardsfolder/c/cryptbreaker.txt @@ -2,7 +2,7 @@ Name:Cryptbreaker ManaCost:B Types:Creature Zombie PT:1/1 -A:AB$ Token | Cost$ 1 B T Discard<1/Card> | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 black Zombie creature token. +A:AB$ Token | Cost$ 1 B T Discard<1/Card> | LegacyImage$ b 2 2 zombie emn | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create a 2/2 black Zombie creature token. A:AB$ Draw | Cost$ tapXType<3/Zombie> | NumCards$ 1 | SpellDescription$ You draw a card and you lose 1 life. | SubAbility$ DBLoseLife SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1 SVar:AIPreference:DiscardCost$Card diff --git a/forge-gui/res/cardsfolder/c/cult_of_the_waxing_moon.txt b/forge-gui/res/cardsfolder/c/cult_of_the_waxing_moon.txt index cafcbd58231..baad4d08579 100644 --- a/forge-gui/res/cardsfolder/c/cult_of_the_waxing_moon.txt +++ b/forge-gui/res/cardsfolder/c/cult_of_the_waxing_moon.txt @@ -3,5 +3,5 @@ ManaCost:4 G Types:Creature Human Shaman PT:5/4 T:Mode$ Transformed | ValidCard$ Creature.YouCtrl+nonHuman | Execute$ Token | TriggerZones$ Battlefield | TriggerDescription$ Whenever a permanent you control transforms into a non-Human creature, create a 2/2 green Wolf creature token. -SVar:Token:DB$ Token | TokenOwner$ You | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOI | TokenAmount$ 1 +SVar:Token:DB$ Token | TokenOwner$ You | TokenScript$ g_2_2_wolf | LegacyImage$ g 2 2 wolf soi | TokenAmount$ 1 Oracle:Whenever a permanent you control transforms into a non-Human creature, create a 2/2 green Wolf creature token. diff --git a/forge-gui/res/cardsfolder/c/curse_of_disturbance.txt b/forge-gui/res/cardsfolder/c/curse_of_disturbance.txt index 32588364028..52c4e46b342 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_disturbance.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_disturbance.txt @@ -5,6 +5,6 @@ K:Enchant player A:SP$ Attach | Cost$ 2 B | ValidTgts$ Player | AILogic$ Curse T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigRepeat | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ TriggeredAttackingPlayerAndYou | RepeatSubAbility$ TrigToken -SVar:TrigToken:DB$ Token | TokenOwner$ Player.IsRemembered | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie C17 | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. +SVar:TrigToken:DB$ Token | TokenOwner$ Player.IsRemembered | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie c17 | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_vitality.jpg Oracle:Enchant player\nWhenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same. diff --git a/forge-gui/res/cardsfolder/c/curse_of_opulence.txt b/forge-gui/res/cardsfolder/c/curse_of_opulence.txt index 0720a65d58e..836a272f061 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_opulence.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_opulence.txt @@ -5,7 +5,6 @@ K:Enchant player A:SP$ Attach | Cost$ R | ValidTgts$ Player | AILogic$ Curse T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigRepeat | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." Each opponent attacking that player does the same. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ TriggeredAttackingPlayerAndYou | RepeatSubAbility$ TrigToken -SVar:TrigToken:DB$ Token | TokenName$ Gold | TokenTypes$ Artifact | TokenColors$ Colorless | TokenOwner$ Player.IsRemembered | TokenAmount$ 1 | TokenImage$ c gold C17 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenScript$ gold | TokenOwner$ Player.IsRemembered | TokenAmount$ 1 | LegacyImage$ gold c17 SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_vitality.jpg Oracle:Enchant player\nWhenever enchanted player is attacked, create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." Each opponent attacking that player does the same. diff --git a/forge-gui/res/cardsfolder/c/curse_of_shallow_graves.txt b/forge-gui/res/cardsfolder/c/curse_of_shallow_graves.txt index 50e781ff763..712f49f3fc5 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_shallow_graves.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_shallow_graves.txt @@ -4,6 +4,6 @@ Types:Enchantment Aura Curse K:Enchant player A:SP$ Attach | Cost$ 2 B | ValidTgts$ Player | AILogic$ Curse T:Mode$ AttackersDeclared | Execute$ TrigToken | TriggerZones$ Battlefield | AttackedTarget$ Player.EnchantedBy | OptionalDecider$ TriggeredAttackingPlayer | TriggerDescription$ Whenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenOwner$ TriggeredAttackingPlayer | TokenTapped$ True | TokenImage$ b 2 2 zombie | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenOwner$ TriggeredAttackingPlayer | TokenTapped$ True | LegacyImage$ b 2 2 zombie c13 | TokenScript$ b_2_2_zombie | TokenAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_shallow_graves.jpg Oracle:Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/c/curse_of_the_swine.txt b/forge-gui/res/cardsfolder/c/curse_of_the_swine.txt index f6da85582f8..b9ab2465065 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_the_swine.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_the_swine.txt @@ -3,7 +3,7 @@ ManaCost:X U U Types:Sorcery A:SP$ ChangeZone | Cost$ X U U | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | Origin$ Battlefield | Destination$ Exile | RememberLKI$ True | SubAbility$ DBToken | SpellDescription$ Exile X target creatures. For each creature exiled this way, its controller creates a 2/2 green Boar creature token. SVar:DBToken:DB$ RepeatEach | UseImprinted$ True | DefinedCards$ DirectRemembered | RepeatSubAbility$ TokenBoar | SubAbility$ DBCleanup -SVar:TokenBoar:DB$ Token | TokenAmount$ 1 | TokenName$ Boar | TokenTypes$ Creature,Boar | TokenOwner$ ImprintedController | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g_2_2_boar_ths +SVar:TokenBoar:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_boar | TokenOwner$ ImprintedController | LegacyImage$ g 2 2 boar ths SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Targeted$Amount SVar:MaxTgts:Count$Valid Creature diff --git a/forge-gui/res/cardsfolder/c/custodi_soulbinders.txt b/forge-gui/res/cardsfolder/c/custodi_soulbinders.txt index 2965791b860..0bae3f8695a 100644 --- a/forge-gui/res/cardsfolder/c/custodi_soulbinders.txt +++ b/forge-gui/res/cardsfolder/c/custodi_soulbinders.txt @@ -4,7 +4,7 @@ Types:Creature Human Cleric PT:0/0 K:etbCounter:P1P1:X:no Condition:CARDNAME enters the battlefield with X +1/+1 counters on it, where X is the number of other creatures on the battlefield. SVar:X:Count$Valid Creature.Other -A:AB$ Token | Cost$ 2 W SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w_1_1_spirit_CNS | SpellDescription$ Create a 1/1 white Spirit creature token with flying. +A:AB$ Token | Cost$ 2 W SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying cns | SpellDescription$ Create a 1/1 white Spirit creature token with flying. SVar:NeedsToPlayVar:X GE3 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/custodi_soulbinders.jpg diff --git a/forge-gui/res/cardsfolder/d/dance_with_devils.txt b/forge-gui/res/cardsfolder/d/dance_with_devils.txt index 8070f8c2d12..b0fead44ace 100644 --- a/forge-gui/res/cardsfolder/d/dance_with_devils.txt +++ b/forge-gui/res/cardsfolder/d/dance_with_devils.txt @@ -1,8 +1,6 @@ Name:Dance with Devils ManaCost:3 R Types:Instant -A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenName$ Devil | TokenTypes$ Creature,Devil | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenTriggers$ DiesTrigger | TokenSVars$ DevilTrigDamage | SpellDescription$ Create two 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." -SVar:DiesTrigger:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTrigDamage | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, it deals 1 damage to any target. -SVar:DevilTrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 +A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenScript$ r_1_1_devil_burn | TokenOwner$ You | LegacyImage$ r 1 1 devil burn soi | SpellDescription$ Create two 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." SVar:Picture:http://www.wizards.com/global/images/magic/general/dance_with_devils.jpg Oracle:Create two 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." diff --git a/forge-gui/res/cardsfolder/d/daretti_ingenious_iconoclast.txt b/forge-gui/res/cardsfolder/d/daretti_ingenious_iconoclast.txt index b9138f91e42..f332ccfcd84 100644 --- a/forge-gui/res/cardsfolder/d/daretti_ingenious_iconoclast.txt +++ b/forge-gui/res/cardsfolder/d/daretti_ingenious_iconoclast.txt @@ -2,7 +2,7 @@ Name:Daretti, Ingenious Iconoclast ManaCost:1 B R Types:Legendary Planeswalker Daretti Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Defender | TokenImage$ c 1 1 construct CN2 | SpellDescription$ Create a 1/1 colorless Construct artifact creature token with defender. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ c_1_1_a_construct_defender | TokenOwner$ You | LegacyImage$ c 1 1 a construct defender cn2 | SpellDescription$ Create a 1/1 colorless Construct artifact creature token with defender. A:AB$ Sacrifice | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | Defined$ You | Amount$ 1 | SacValid$ Artifact | RememberSacrificed$ True | Optional$ True | SubAbility$ DBDestroy | SpellDescription$ You may sacrifice an artifact. If you do, destroy target artifact or creature. | StackDescription$ SpellDescription SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact,Creature | TgtPrompt$ Select target artifact or creature | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/d/darien_king_of_kjeldor.txt b/forge-gui/res/cardsfolder/d/darien_king_of_kjeldor.txt index ac6b02d3f05..e26d03ee067 100644 --- a/forge-gui/res/cardsfolder/d/darien_king_of_kjeldor.txt +++ b/forge-gui/res/cardsfolder/d/darien_king_of_kjeldor.txt @@ -3,7 +3,7 @@ ManaCost:4 W W Types:Legendary Creature Human Soldier PT:3/3 T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ You | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever you're dealt damage, you may create that many 1/1 white Soldier creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier CSP | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier csp | References$ X SVar:X:TriggerCount$DamageAmount SVar:Picture:http://www.wizards.com/global/images/magic/general/darien_king_of_kjeldor.jpg Oracle:Whenever you're dealt damage, you may create that many 1/1 white Soldier creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/daring_sleuth_bearer_of_overwhelming_truths.txt b/forge-gui/res/cardsfolder/d/daring_sleuth_bearer_of_overwhelming_truths.txt index e276ee1ddf4..85ba00b4d78 100644 --- a/forge-gui/res/cardsfolder/d/daring_sleuth_bearer_of_overwhelming_truths.txt +++ b/forge-gui/res/cardsfolder/d/daring_sleuth_bearer_of_overwhelming_truths.txt @@ -19,8 +19,7 @@ Types:Creature Human Wizard PT:3/2 K:Prowess T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi SVar:Picture:http://www.wizards.com/global/images/magic/general/bearer_of_overwhelming_truths.jpg Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever Bearer of Overwhelming Truths deals combat damage to a player, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/d/dark_depths.txt b/forge-gui/res/cardsfolder/d/dark_depths.txt index 48c59db10a6..923bb8f20d4 100644 --- a/forge-gui/res/cardsfolder/d/dark_depths.txt +++ b/forge-gui/res/cardsfolder/d/dark_depths.txt @@ -5,7 +5,7 @@ K:etbCounter:ICE:10 A:AB$ RemoveCounter | Cost$ 3 | CounterType$ ICE | CounterNum$ 1 | SpellDescription$ Remove an ice counter from CARDNAME. T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_EQ0_ICE | Execute$ TrigSac | TriggerDescription$ When Dark Depths has no ice counters on it, sacrifice it. If you do, create a legendary 20/20 black Avatar creature token with flying and indestructible named Marit Lage. SVar:TrigSac:DB$ Sacrifice | RememberSacrificed$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Marit Lage | TokenTypes$ Creature,Avatar,Legendary | TokenOwner$ You | TokenColors$ Black | TokenPower$ 20 | TokenToughness$ 20 | TokenKeywords$ Flying<>Indestructible | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ marit_lage | TokenOwner$ You | LegacyImage$ marit lage v16 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/dark_depths.jpg Oracle:Dark Depths enters the battlefield with ten ice counters on it.\n{3}: Remove an ice counter from Dark Depths.\nWhen Dark Depths has no ice counters on it, sacrifice it. If you do, create a legendary 20/20 black Avatar creature token with flying and indestructible named Marit Lage. diff --git a/forge-gui/res/cardsfolder/d/dark_salvation.txt b/forge-gui/res/cardsfolder/d/dark_salvation.txt index 044cc468132..34aed90988b 100644 --- a/forge-gui/res/cardsfolder/d/dark_salvation.txt +++ b/forge-gui/res/cardsfolder/d/dark_salvation.txt @@ -1,7 +1,7 @@ Name:Dark Salvation ManaCost:X X B Types:Sorcery -A:SP$ Token | Cost$ X X B | ValidTgts$ Player | TgtPrompt$ Select target player. | TokenAmount$ X | References$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ TargetedPlayer | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN | SubAbility$ DBPump | StackDescription$ SpellDescription | SpellDescription$ Target player creates X 2/2 black Zombie creature tokens, then up to one target creature gets -1/-1 until end of turn for each Zombie that player controls. +A:SP$ Token | Cost$ X X B | ValidTgts$ Player | TgtPrompt$ Select target player. | TokenAmount$ X | References$ X | TokenScript$ b_2_2_zombie | TokenOwner$ TargetedPlayer | LegacyImage$ b 2 2 zombie emn | SubAbility$ DBPump | StackDescription$ SpellDescription | SpellDescription$ Target player creates X 2/2 black Zombie creature tokens, then up to one target creature gets -1/-1 until end of turn for each Zombie that player controls. SVar:DBPump:DB$ Pump | NumAtt$ -Y | NumDef$ -Y | References$ Y | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Select target creature. | IsCurse$ True SVar:X:Count$xPaid SVar:Y:Count$Valid Zombie.TargetedPlayerCtrl diff --git a/forge-gui/res/cardsfolder/d/dauntless_cathar.txt b/forge-gui/res/cardsfolder/d/dauntless_cathar.txt index ede75a1f2ec..38d118eba9f 100644 --- a/forge-gui/res/cardsfolder/d/dauntless_cathar.txt +++ b/forge-gui/res/cardsfolder/d/dauntless_cathar.txt @@ -2,7 +2,7 @@ Name:Dauntless Cathar ManaCost:2 W Types:Creature Human Soldier PT:3/2 -A:AB$ Token | Cost$ 1 W ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit SOI | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Spirit creature token with flying. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 1 W ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying soi | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Spirit creature token with flying. Activate this ability only any time you could cast a sorcery. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dauntless_cathar.jpg Oracle:{1}{W}, Exile Dauntless Cathar from your graveyard: Create a 1/1 white Spirit creature token with flying. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/cardsfolder/d/daxos_the_returned.txt b/forge-gui/res/cardsfolder/d/daxos_the_returned.txt index b6988de8daa..2dcbaf8fc94 100644 --- a/forge-gui/res/cardsfolder/d/daxos_the_returned.txt +++ b/forge-gui/res/cardsfolder/d/daxos_the_returned.txt @@ -4,9 +4,7 @@ Types:Legendary Creature Zombie Soldier PT:2/2 T:Mode$ SpellCast | ValidCard$ Enchantment | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast an enchantment spell, you get an experience counter. SVar:TrigPutCounter:DB$ PutCounter | Defined$ You | CounterType$ Experience | CounterNum$ 1 -A:AB$ Token | Cost$ 1 W B | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Enchantment,Spirit | TokenOwner$ You | TokenColors$ White,Black | TokenPower$ X | TokenToughness$ X | TokenImage$ wb n n spirit | TokenStaticAbilities$ Static | TokenSVars$ X | References$ X | SpellDescription$ Create a white and black Spirit enchantment creature token. It has "This creature's power and toughness are each equal to the number of experience counters you have." -SVar:Static:Mode$ Continuous | SetPower$ X | SetToughness$ X | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of experience counters you have. -SVar:X:Count$YourCountersExperience +A:AB$ Token | Cost$ 1 W B | TokenAmount$ 1 | TokenScript$ wb_x_x_e_spirit_experience | TokenOwner$ You | LegacyImage$ wb x x e spirit experience c15 | SpellDescription$ Create a white and black Spirit enchantment creature token. It has "This creature's power and toughness are each equal to the number of experience counters you have." SVar:BuffedBy:Enchantment SVar:Picture:http://www.wizards.com/global/images/magic/general/daxos_the_returned.jpg Oracle:Whenever you cast an enchantment spell, you get an experience counter.\n{1}{W}{B}: Create a white and black Spirit enchantment creature token. It has "This creature's power and toughness are each equal to the number of experience counters you have." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/day_of_the_dragons.txt b/forge-gui/res/cardsfolder/d/day_of_the_dragons.txt index ef32ce55532..d7e9d9c604a 100644 --- a/forge-gui/res/cardsfolder/d/day_of_the_dragons.txt +++ b/forge-gui/res/cardsfolder/d/day_of_the_dragons.txt @@ -5,7 +5,7 @@ T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefi T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigSacrifice | Secondary$ True | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control. SVar:TrigExile:DB$ChangeZoneAll | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | ForgetOtherRemembered$ True | ChangeType$ Creature.YouCtrl | SubAbility$ DBToken SVar:TrigSacrifice:DB$SacrificeAll | ValidCards$ Dragon.YouCtrl | SubAbility$ DBReturn -SVar:DBToken:DB$Token | TokenAmount$ X | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | References$ X +SVar:DBToken:DB$Token | TokenAmount$ X | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying scg | References$ X SVar:DBReturn:DB$ChangeZoneAll | Origin$ Exile | Destination$ Battlefield | ChangeType$ Card.IsRemembered SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/day_of_the_dragons.jpg diff --git a/forge-gui/res/cardsfolder/d/deadeye_plunderers.txt b/forge-gui/res/cardsfolder/d/deadeye_plunderers.txt index e808ce2ba68..3b70520f64e 100644 --- a/forge-gui/res/cardsfolder/d/deadeye_plunderers.txt +++ b/forge-gui/res/cardsfolder/d/deadeye_plunderers.txt @@ -3,8 +3,7 @@ ManaCost:3 U B Types:Creature Human Pirate PT:3/3 S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each artifact you control. -A:AB$ Token | Cost$ 2 U B | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3 | SpellDescription$ Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +A:AB$ Token | Cost$ 2 U B | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln | SpellDescription$ Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." SVar:X:Count$Valid Artifact.YouCtrl SVar:BuffedBy:Artifact DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/d/deadly_grub.txt b/forge-gui/res/cardsfolder/d/deadly_grub.txt index 1c0b114a9b5..8efc35e3a67 100644 --- a/forge-gui/res/cardsfolder/d/deadly_grub.txt +++ b/forge-gui/res/cardsfolder/d/deadly_grub.txt @@ -4,6 +4,6 @@ Types:Creature Insect PT:3/1 K:Vanishing:3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self+counters_EQ0_TIME | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, if it had no time counters on it, create a 6/1 green Insect creature token with shroud. (It can't be the target of spells or abilities.) -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 6 | TokenToughness$ 1 | TokenKeywords$ Shroud +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_6_1_insect_shroud | TokenOwner$ TriggeredCardController | LegacyImage$ g 6 1 insect shroud plc SVar:Picture:http://www.wizards.com/global/images/magic/general/deadly_grub.jpg Oracle:Vanishing 3 (This creature enters the battlefield with three time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)\nWhen Deadly Grub dies, if it had no time counters on it, create a 6/1 green Insect creature token with shroud. (It can't be the target of spells or abilities.) diff --git a/forge-gui/res/cardsfolder/d/death_by_dragons.txt b/forge-gui/res/cardsfolder/d/death_by_dragons.txt index ee37f00e24d..5571120ddc3 100644 --- a/forge-gui/res/cardsfolder/d/death_by_dragons.txt +++ b/forge-gui/res/cardsfolder/d/death_by_dragons.txt @@ -1,7 +1,7 @@ Name:Death by Dragons ManaCost:4 R R Types:Sorcery -A:SP$ Token | Cost$ 4 R R | ValidTgts$ Player | TgtPrompt$ Select target player who would not get a token | AITgts$ Opponent | RememberTargets$ True | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ Player.IsNotRemembered | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | StackDescription$ SpellDescription | SubAbility$ DBCleanup | SpellDescription$ Each player other than target player creates a 5/5 red Dragon creature token with flying. +A:SP$ Token | Cost$ 4 R R | ValidTgts$ Player | TgtPrompt$ Select target player to NOT create a token | AITgts$ Opponent | RememberTargets$ True | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ Player.IsNotRemembered | LegacyImage$ r 5 5 dragon flying cmd | StackDescription$ SpellDescription | SubAbility$ DBCleanup | SpellDescription$ Each player other than target player creates a 5/5 red Dragon creature token with flying. SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/death_by_dragons.jpg Oracle:Each player other than target player creates a 5/5 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/d/death_mutation.txt b/forge-gui/res/cardsfolder/d/death_mutation.txt index af4d6713c5d..8ee5b0ddf9e 100644 --- a/forge-gui/res/cardsfolder/d/death_mutation.txt +++ b/forge-gui/res/cardsfolder/d/death_mutation.txt @@ -3,7 +3,7 @@ ManaCost:6 B G Types:Sorcery A:SP$ Destroy | Cost$ 6 B G | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creature | NoRegen$ True | SubAbility$ TrigToken | References$ X | SpellDescription$ Destroy target nonblack creature. It can't be regenerated. Create X 1/1 green Saproling creature tokens, where X is that creature's converted mana cost. #X will be the Converted Mana Cost of the target of Mutation -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling apc SVar:X:Targeted$CardManaCost DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/death_mutation.jpg diff --git a/forge-gui/res/cardsfolder/d/deathbloom_thallid.txt b/forge-gui/res/cardsfolder/d/deathbloom_thallid.txt index 399f885e23e..0823c24fb3c 100644 --- a/forge-gui/res/cardsfolder/d/deathbloom_thallid.txt +++ b/forge-gui/res/cardsfolder/d/deathbloom_thallid.txt @@ -3,7 +3,7 @@ ManaCost:2 B Types:Creature Fungus PT:3/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling DOM +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 saproling dom SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/brindle_shoat.jpg diff --git a/forge-gui/res/cardsfolder/d/deathpact_angel.txt b/forge-gui/res/cardsfolder/d/deathpact_angel.txt index 2c658c6303b..624cc4c4c28 100644 --- a/forge-gui/res/cardsfolder/d/deathpact_angel.txt +++ b/forge-gui/res/cardsfolder/d/deathpact_angel.txt @@ -4,8 +4,7 @@ Types:Creature Angel PT:5/5 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white and black Cleric creature token. It has "{3}{W}{B}{B}, {T}, Sacrifice this creature: Return a card named Deathpact Angel from your graveyard to the battlefield." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Cleric | TokenTypes$ Creature,Cleric | TokenOwner$ You | TokenColors$ White,Black | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABDeathpact -SVar:ABDeathpact:AB$ ChangeZone | Cost$ 3 W B B T Sac<1/CARDNAME> | ChangeType$ Card.namedDeathpact Angel+YouOwn | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Battlefield | Hidden$ True | SpellDescription$ Return a card named Deathpact Angel from your graveyard to the battlefield. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ wb_1_1_cleric_deathpact | TokenOwner$ You | LegacyImage$ wb 1 1 cleric deathpact gtc SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/deathpact_angel.jpg Oracle:Flying\nWhen Deathpact Angel dies, create a 1/1 white and black Cleric creature token. It has "{3}{W}{B}{B}, {T}, Sacrifice this creature: Return a card named Deathpact Angel from your graveyard to the battlefield." diff --git a/forge-gui/res/cardsfolder/d/deathspore_thallid.txt b/forge-gui/res/cardsfolder/d/deathspore_thallid.txt index 2c4ddeffd3a..394f1447e86 100644 --- a/forge-gui/res/cardsfolder/d/deathspore_thallid.txt +++ b/forge-gui/res/cardsfolder/d/deathspore_thallid.txt @@ -4,7 +4,7 @@ Types:Creature Zombie Fungus PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Pump | Cost$ Sac<1/Saproling> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SpellDescription$ Target creature gets -1/-1 until end of turn. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/d/decree_of_justice.txt b/forge-gui/res/cardsfolder/d/decree_of_justice.txt index b111d7d9bd1..01602b0f2d8 100644 --- a/forge-gui/res/cardsfolder/d/decree_of_justice.txt +++ b/forge-gui/res/cardsfolder/d/decree_of_justice.txt @@ -2,9 +2,9 @@ Name:Decree of Justice ManaCost:X X 2 W W Types:Sorcery K:Cycling:2 W -A:SP$ Token | Cost$ X X 2 W W | TokenAmount$ X | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | References$ X | SpellDescription$ Create X 4/4 white Angel creature tokens with flying. +A:SP$ Token | Cost$ X X 2 W W | TokenAmount$ X | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying scg | References$ X | SpellDescription$ Create X 4/4 white Angel creature tokens with flying. T:Mode$ Cycled | ValidCard$ Card.Self | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When you cycle CARDNAME, you may pay {X}. If you do, create X 1/1 white Soldier creature tokens. -SVar:TrigToken:AB$ Token | Cost$ X | TokenAmount$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:AB$ Token | Cost$ X | TokenAmount$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier scg | References$ X SVar:X:Count$xPaid SVar:PlayMain1:ALWAYS AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/d/deeproot_waters.txt b/forge-gui/res/cardsfolder/d/deeproot_waters.txt index 294392fa8f6..b659c6584b8 100644 --- a/forge-gui/res/cardsfolder/d/deeproot_waters.txt +++ b/forge-gui/res/cardsfolder/d/deeproot_waters.txt @@ -2,7 +2,7 @@ Name:Deeproot Waters ManaCost:2 U Types:Enchantment T:Mode$ SpellCast | ValidCard$ Merfolk | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a Merfolk spell, create a 1/1 blue Merfolk creature token with hexproof. (A creature with hexproof can't be the target of spells or abilities your opponents control.) -SVar:TrigToken:DB$ Token | TokenImage$ u 1 1 merfolk XLN | TokenAmount$ 1 | TokenName$ Merfolk | TokenTypes$ Creature,Merfolk | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Hexproof +SVar:TrigToken:DB$ Token | LegacyImage$ u 1 1 merfolk hexproof xln | TokenAmount$ 1 | TokenScript$ u_1_1_merfolk_hexproof | TokenOwner$ You DeckHas:Ability$Token AI:RemoveDeck:Random DeckNeeds:Type$Merfolk diff --git a/forge-gui/res/cardsfolder/d/delight_in_the_hunt.txt b/forge-gui/res/cardsfolder/d/delight_in_the_hunt.txt index 0993ab88255..599fe65e9e7 100644 --- a/forge-gui/res/cardsfolder/d/delight_in_the_hunt.txt +++ b/forge-gui/res/cardsfolder/d/delight_in_the_hunt.txt @@ -2,7 +2,7 @@ Name:Delight in the Hunt ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ DBToken | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, create a 3/3 black Horror creature token and prevent all damage that would be dealt to creatures you control this turn. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 | SubAbility$ DBPrevent +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_3_3_horror | TokenOwner$ You | LegacyImage$ b 3 3 horror e01 | SubAbility$ DBPrevent SVar:DBPrevent:DB$ Effect | Name$ Delight in the Hunt Effect | ReplacementEffects$ RPrevent SVar:RPrevent:Event$ DamageDone | Prevent$ True | | ActiveZones$ Command | ValidTarget$ Creature.YouCtrl | Description$ Prevent all damage that would be dealt to creatures you control this turn. SVar:Picture:https://downloads.cardforge.org/images/cards/E01/Delight in the Hunt.full.jpg diff --git a/forge-gui/res/cardsfolder/d/demonic_rising.txt b/forge-gui/res/cardsfolder/d/demonic_rising.txt index 5a1f8682a38..04014024b4b 100644 --- a/forge-gui/res/cardsfolder/d/demonic_rising.txt +++ b/forge-gui/res/cardsfolder/d/demonic_rising.txt @@ -2,7 +2,7 @@ Name:Demonic Rising ManaCost:3 B B Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ EQ1 | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, if you control exactly one creature, create a 5/5 black Demon creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ b 5 5 demon | TokenAltImages$ b_5_5_demon_AVR | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ You | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ b 5 5 demon flying avr | TokenAmount$ 1 | TokenScript$ b_5_5_demon_flying | TokenOwner$ You SVar:X:Count$Valid Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/demonic_rising.jpg Oracle:At the beginning of your end step, if you control exactly one creature, create a 5/5 black Demon creature token with flying. diff --git a/forge-gui/res/cardsfolder/d/deploy_to_the_front.txt b/forge-gui/res/cardsfolder/d/deploy_to_the_front.txt index 7282e16c306..d48357e9c2f 100644 --- a/forge-gui/res/cardsfolder/d/deploy_to_the_front.txt +++ b/forge-gui/res/cardsfolder/d/deploy_to_the_front.txt @@ -1,7 +1,7 @@ Name:Deploy to the Front ManaCost:5 W W Types:Sorcery -A:SP$ Token | Cost$ 5 W W | TokenAmount$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ X | TokenImage$ w_1_1_soldier_c14 | SpellDescription$ Create X 1/1 white Soldier creature tokens, where X is the number of creatures on the battlefield. +A:SP$ Token | Cost$ 5 W W | TokenAmount$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | References$ X | LegacyImage$ w 1 1 soldier c14 | SpellDescription$ Create X 1/1 white Soldier creature tokens, where X is the number of creatures on the battlefield. SVar:X:Count$TypeOnBattlefield.Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/deploy_to_the_front.jpg Oracle:Create X 1/1 white Soldier creature tokens, where X is the number of creatures on the battlefield. diff --git a/forge-gui/res/cardsfolder/d/depths_of_desire.txt b/forge-gui/res/cardsfolder/d/depths_of_desire.txt index a5f3c8c98e5..2116276c69f 100644 --- a/forge-gui/res/cardsfolder/d/depths_of_desire.txt +++ b/forge-gui/res/cardsfolder/d/depths_of_desire.txt @@ -2,7 +2,6 @@ Name:Depths of Desire ManaCost:2 U Types:Instant A:SP$ ChangeZone | Cost$ 2 U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ DBTreasure | SpellDescription$ Return target creature to its owner's hand. Create a colorless Treasure token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/depths_of_desire.jpg Oracle:Return target creature to its owner's hand. Create a colorless Treasure token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/deranged_hermit.txt b/forge-gui/res/cardsfolder/d/deranged_hermit.txt index 590331f6a96..d5cc2f52d8f 100644 --- a/forge-gui/res/cardsfolder/d/deranged_hermit.txt +++ b/forge-gui/res/cardsfolder/d/deranged_hermit.txt @@ -5,7 +5,7 @@ PT:1/1 K:Echo:3 G G S:Mode$ Continuous | Affected$ Creature.Squirrel | AddPower$ 1 | AddToughness$ 1 | Description$ Squirrel creatures get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create four 1/1 green Squirrel creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel +SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel ulg SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_hermit.jpg Oracle:Echo {3}{G}{G} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Deranged Hermit enters the battlefield, create four 1/1 green Squirrel creature tokens.\nSquirrel creatures get +1/+1. diff --git a/forge-gui/res/cardsfolder/d/descend_upon_the_sinful.txt b/forge-gui/res/cardsfolder/d/descend_upon_the_sinful.txt index 9d54a50a07d..8eaab7a6251 100644 --- a/forge-gui/res/cardsfolder/d/descend_upon_the_sinful.txt +++ b/forge-gui/res/cardsfolder/d/descend_upon_the_sinful.txt @@ -2,7 +2,7 @@ Name:Descend upon the Sinful ManaCost:4 W W Types:Sorcery A:SP$ ChangeZoneAll | Cost$ 4 W W | ChangeType$ Creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBToken | SpellDescription$ Exile all creatures. Delirium — Create a 4/4 white Angel creature token with flying if there are four or more card types among cards in your graveyard. -SVar:DBToken:DB$ Token | Condition$ Delirium | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel SOI +SVar:DBToken:DB$ Token | Condition$ Delirium | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying soi DeckHints:Ability$Graveyard & Ability$Discard DeckHas:Ability$Delirium SVar:Picture:http://www.wizards.com/global/images/magic/general/descend_upon_the_sinful.jpg diff --git a/forge-gui/res/cardsfolder/d/descent_of_the_dragons.txt b/forge-gui/res/cardsfolder/d/descent_of_the_dragons.txt index 4e09696db7e..6e2832d7707 100644 --- a/forge-gui/res/cardsfolder/d/descent_of_the_dragons.txt +++ b/forge-gui/res/cardsfolder/d/descent_of_the_dragons.txt @@ -3,7 +3,7 @@ ManaCost:4 R R Types:Sorcery A:SP$ Destroy | Cost$ 4 R R | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ MaxTgts | References$ MaxTgts | RememberLKI$ True | SubAbility$ DBToken | SpellDescription$ Destroy any number of target creatures. For each creature destroyed this way, its controller creates a 4/4 red Dragon creature token with flying. SVar:DBToken:DB$ RepeatEach | UseImprinted$ True | DefinedCards$ DirectRemembered | RepeatSubAbility$ TokenDragon | SubAbility$ DBCleanup -SVar:TokenDragon:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ ImprintedController | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ r_4_4_dragon_dtk +SVar:TokenDragon:DB$ Token | TokenAmount$ 1 | TokenScript$ r_4_4_dragon_flying | TokenOwner$ ImprintedController | LegacyImage$ r 4 4 dragon flying dtk SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:MaxTgts:Count$Valid Creature AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/d/desecrated_tomb.txt b/forge-gui/res/cardsfolder/d/desecrated_tomb.txt index d5e17a434fd..85a6c5b18b9 100644 --- a/forge-gui/res/cardsfolder/d/desecrated_tomb.txt +++ b/forge-gui/res/cardsfolder/d/desecrated_tomb.txt @@ -2,7 +2,7 @@ Name:Desecrated Tomb ManaCost:3 Types:Artifact T:Mode$ ChangesZoneAll | Origin$ Graveyard | Destination$ Any | ValidCards$ Creature.YouOwn | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever one or more creature cards leave your graveyard, create a 1/1 black Bat creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_bat_flying | LegacyImage$ b 1 1 bat M19 | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_bat_flying | LegacyImage$ b 1 1 bat flying m19 | TokenOwner$ You DeckHints:Ability$Graveyard DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/desecrated_tomb.jpg diff --git a/forge-gui/res/cardsfolder/d/desolation_twin.txt b/forge-gui/res/cardsfolder/d/desolation_twin.txt index d0021892d22..27498d08131 100644 --- a/forge-gui/res/cardsfolder/d/desolation_twin.txt +++ b/forge-gui/res/cardsfolder/d/desolation_twin.txt @@ -3,6 +3,6 @@ ManaCost:10 Types:Creature Eldrazi PT:10/10 T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cast CARDNAME, create a 10/10 colorless Eldrazi creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi | TokenTypes$ Creature,Eldrazi | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 10 | TokenToughness$ 10 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_10_10_eldrazi | TokenOwner$ You | LegacyImage$ c 10 10 eldrazi bfz SVar:Picture:http://www.wizards.com/global/images/magic/general/desolation_twin.jpg Oracle:When you cast Desolation Twin, create a 10/10 colorless Eldrazi creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/desperate_sentry.txt b/forge-gui/res/cardsfolder/d/desperate_sentry.txt index 80e4430e34d..170fdc41066 100644 --- a/forge-gui/res/cardsfolder/d/desperate_sentry.txt +++ b/forge-gui/res/cardsfolder/d/desperate_sentry.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Human Soldier PT:1/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 3 | Condition$ Delirium | Description$ Delirium — CARDNAME gets +3/+0 as long as there are four or more card types among cards in your graveyard. DeckHints:Ability$Graveyard & Ability$Discard & Type$Eldrazi|Horror DeckHas:Ability$Token & Ability$Delirium diff --git a/forge-gui/res/cardsfolder/d/devastating_summons.txt b/forge-gui/res/cardsfolder/d/devastating_summons.txt index 539b01c9e87..aec78e18900 100644 --- a/forge-gui/res/cardsfolder/d/devastating_summons.txt +++ b/forge-gui/res/cardsfolder/d/devastating_summons.txt @@ -1,7 +1,7 @@ Name:Devastating Summons ManaCost:R Types:Sorcery -A:SP$ Token | Cost$ R Sac | TokenAmount$ 2 | TokenName$ Elemental | TokenImage$ r x x elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ ChosenX | TokenToughness$ ChosenX | References$ X | SpellDescription$ Create two X/X red Elemental creature tokens. +A:SP$ Token | Cost$ R Sac | TokenAmount$ 2 | TokenScript$ r_x_x_elemental | LegacyImage$ r x x elemental roe | TokenOwner$ You | TokenPower$ ChosenX | TokenToughness$ ChosenX | References$ X | SpellDescription$ Create two X/X red Elemental creature tokens. SVar:X:XChoice #ChosenX SVar created by Cost payment AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/d/devils_playground.txt b/forge-gui/res/cardsfolder/d/devils_playground.txt index 07d1515accd..b00ae9c091f 100644 --- a/forge-gui/res/cardsfolder/d/devils_playground.txt +++ b/forge-gui/res/cardsfolder/d/devils_playground.txt @@ -1,8 +1,6 @@ Name:Devils' Playground ManaCost:4 R R Types:Sorcery -A:SP$ Token | Cost$ 4 R R | TokenAmount$ 4 | TokenName$ Devil | TokenTypes$ Creature,Devil | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenTriggers$ DiesTrigger | TokenSVars$ DevilTrigDamage | SpellDescription$ Create four 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." -SVar:DiesTrigger:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTrigDamage | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, it deals 1 damage to any target. -SVar:DevilTrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 +A:SP$ Token | Cost$ 4 R R | TokenAmount$ 4 | TokenScript$ r_1_1_devil_burn | TokenOwner$ You | LegacyImage$ r 1 1 devil burn soi | SpellDescription$ Create four 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." SVar:Picture:http://www.wizards.com/global/images/magic/general/devils_playground.jpg Oracle:Create four 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target." diff --git a/forge-gui/res/cardsfolder/d/devout_invocation.txt b/forge-gui/res/cardsfolder/d/devout_invocation.txt index 87466089b4e..eefeacd3f48 100644 --- a/forge-gui/res/cardsfolder/d/devout_invocation.txt +++ b/forge-gui/res/cardsfolder/d/devout_invocation.txt @@ -3,7 +3,7 @@ ManaCost:6 W Types:Sorcery A:SP$ ChooseCard | Cost$ 6 W | Defined$ You | MinAmount$ 0 | Amount$ X | References$ X | Choices$ Creature.untapped+YouCtrl | ChoiceTitle$ Choose any number of untapped creatures you control | ChoiceZone$ Battlefield | RememberChosen$ True | SubAbility$ TrigTap | SpellDescription$ Tap any number of untapped creatures you control. Create a 4/4 white Angel creature token with flying for each creature tapped this way. SVar:TrigTap:DB$ Tap | Defined$ Remembered | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ Y | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ w 4 4 angel M14 | TokenKeywords$ Flying | References$ Y | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ Y | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying m14 | References$ Y | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$Valid Creature.YouCtrl SVar:Y:Remembered$Amount diff --git a/forge-gui/res/cardsfolder/d/din_of_the_fireherd.txt b/forge-gui/res/cardsfolder/d/din_of_the_fireherd.txt index 561df53ba9a..c725e97926e 100644 --- a/forge-gui/res/cardsfolder/d/din_of_the_fireherd.txt +++ b/forge-gui/res/cardsfolder/d/din_of_the_fireherd.txt @@ -1,7 +1,7 @@ Name:Din of the Fireherd ManaCost:5 BR BR BR Types:Sorcery -A:SP$ Token | Cost$ 5 BR BR BR | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Elemental | TokenColors$ Black,Red | TokenTypes$ Creature,Elemental | TokenPower$ 5 | TokenToughness$ 5 | SubAbility$ DBSac1 | SpellDescription$ Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature for each black creature you control, then sacrifices a land for each red creature you control. +A:SP$ Token | Cost$ 5 BR BR BR | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ br_5_5_elemental | LegacyImage$ br 5 5 elemental shm | SubAbility$ DBSac1 | SpellDescription$ Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature for each black creature you control, then sacrifices a land for each red creature you control. SVar:DBSac1:DB$ Sacrifice | SacValid$ Creature | ValidTgts$ Opponent | TgtPrompt$ Select target opponent to make sacrifices | Amount$ X | SubAbility$ DBSac2 | References$ X SVar:DBSac2:DB$ Sacrifice | SacValid$ Land | Defined$ Targeted | Amount$ Y | References$ Y SVar:X:Count$Valid Creature.Black+YouCtrl diff --git a/forge-gui/res/cardsfolder/d/dire_fleet_hoarder.txt b/forge-gui/res/cardsfolder/d/dire_fleet_hoarder.txt index 670d9496971..cc10da9a6e8 100644 --- a/forge-gui/res/cardsfolder/d/dire_fleet_hoarder.txt +++ b/forge-gui/res/cardsfolder/d/dire_fleet_hoarder.txt @@ -3,8 +3,7 @@ ManaCost:1 B Types:Creature Human Pirate PT:2/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dire_fleet_hoarder.jpg Oracle:When Dire Fleet Hoarder dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/d/diregraf_colossus.txt b/forge-gui/res/cardsfolder/d/diregraf_colossus.txt index 2866044e47f..2aca2db8371 100644 --- a/forge-gui/res/cardsfolder/d/diregraf_colossus.txt +++ b/forge-gui/res/cardsfolder/d/diregraf_colossus.txt @@ -5,7 +5,7 @@ PT:2/2 K:etbCounter:P1P1:X:no Condition:Diregraf Colossus enters the battlefield with a +1/+1 counter on it for each Zombie card in your graveyard. SVar:X:Count$LastStateGraveyard Zombie.YouCtrl T:Mode$ SpellCast | ValidCard$ Zombie | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a Zombie spell, create a tapped 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie SOI | TokenTapped$ True | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie soi | TokenTapped$ True | TokenOwner$ You SVar:BuffedBy:Zombie DeckHints:Type$Zombie SVar:Picture:http://www.wizards.com/global/images/magic/general/diregraf_colossus.jpg diff --git a/forge-gui/res/cardsfolder/d/docent_of_perfection_final_iteration.txt b/forge-gui/res/cardsfolder/d/docent_of_perfection_final_iteration.txt index 82d0b752d82..990ae42b618 100644 --- a/forge-gui/res/cardsfolder/d/docent_of_perfection_final_iteration.txt +++ b/forge-gui/res/cardsfolder/d/docent_of_perfection_final_iteration.txt @@ -4,7 +4,7 @@ Types:Creature Insect Horror PT:5/4 K:Flying T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. Then, if you control three or more Wizards, transform CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Human Wizard | TokenTypes$ Creature,Human,Wizard | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | SubAbility$ DBTransform +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_human_wizard | LegacyImage$ u 1 1 human wizard emn | TokenOwner$ You | SubAbility$ DBTransform SVar:DBTransform:DB$ SetState | Defined$ Self | ConditionPresent$ Card.Wizard+YouCtrl | ConditionCompare$ GE3 | Mode$ Transform SVar:BuffedBy:Instant,Sorcery DeckHints:Type$Wizard @@ -21,6 +21,6 @@ PT:6/5 K:Flying S:Mode$ Continuous | Affected$ Card.Wizard+YouCtrl | AddPower$ 2 | AddToughness$ 1 | AddKeyword$ Flying | Description$ Wizards you control get +2/+1 and have flying. T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Human Wizard | TokenTypes$ Creature,Human,Wizard | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_human_wizard | LegacyImage$ u 1 1 human wizard emn | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/final_iteration.jpg Oracle:Flying\nWizards you control get +2/+1 and have flying.\nWhenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/doomed_dissenter.txt b/forge-gui/res/cardsfolder/d/doomed_dissenter.txt index f9b99112712..4aeca106edf 100644 --- a/forge-gui/res/cardsfolder/d/doomed_dissenter.txt +++ b/forge-gui/res/cardsfolder/d/doomed_dissenter.txt @@ -3,7 +3,7 @@ ManaCost:1 B Types:Creature Human PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/2 Zombie creature token. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie AKH | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie akh | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You SVar:SacMe:2 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/doomed_dissenter.jpg diff --git a/forge-gui/res/cardsfolder/d/doomed_traveler.txt b/forge-gui/res/cardsfolder/d/doomed_traveler.txt index 2e98c80cb24..9af2faf46db 100644 --- a/forge-gui/res/cardsfolder/d/doomed_traveler.txt +++ b/forge-gui/res/cardsfolder/d/doomed_traveler.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Creature Human Soldier PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying isd | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You SVar:SacMe:2 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/doomed_traveler.jpg diff --git a/forge-gui/res/cardsfolder/d/dovescape.txt b/forge-gui/res/cardsfolder/d/dovescape.txt index 6c86cfe42a0..5d653a1b4ac 100644 --- a/forge-gui/res/cardsfolder/d/dovescape.txt +++ b/forge-gui/res/cardsfolder/d/dovescape.txt @@ -3,7 +3,7 @@ ManaCost:3 WU WU WU Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.nonCreature | TriggerZones$ Battlefield | Execute$ TrigCounter | TriggerDescription$ Whenever a player casts a noncreature spell, counter that spell. That player creates X 1/1 white and blue Bird creature tokens with flying, where X is the spell's converted mana cost. SVar:TrigCounter:DB$ Counter | Defined$ TriggeredSpellAbility | RememberCounteredCMC$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ TriggeredActivator | TokenColors$ White,Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ wu_1_1_bird_flying | TokenOwner$ TriggeredActivator | LegacyImage$ wu 1 1 bird flying dis | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$RememberedNumber SVar:Picture:http://www.wizards.com/global/images/magic/general/dovescape.jpg diff --git a/forge-gui/res/cardsfolder/d/dowsing_dagger_lost_vale.txt b/forge-gui/res/cardsfolder/d/dowsing_dagger_lost_vale.txt index 11de5b78671..47c16e8dceb 100644 --- a/forge-gui/res/cardsfolder/d/dowsing_dagger_lost_vale.txt +++ b/forge-gui/res/cardsfolder/d/dowsing_dagger_lost_vale.txt @@ -4,7 +4,7 @@ Types:Artifact Equipment K:Equip:2 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 1 | Description$ Equipped creature gets +2/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigOppToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates two 0/2 green Plant creature tokens with defender. -SVar:TrigOppToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 2 | TokenImage$ g 0 2 plant | TokenName$ Plant | TokenTypes$ Creature,Plant | TokenColors$ Green | TokenOwner$ Targeted | TokenPower$ 0 | TokenToughness$ 2 | TokenKeywords$ Defender +SVar:TrigOppToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 2 | LegacyImage$ g 0 2 plant defender xln | TokenScript$ g_0_2_plant_defender | TokenOwner$ Targeted T:Mode$ DamageDone | ValidSource$ Creature.EquippedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ DBTransform | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may transform CARDNAME. SVar:DBTransform:DB$ SetState | Defined$ Self | Mode$ Transform | Optional$ True AlternateMode:DoubleFaced diff --git a/forge-gui/res/cardsfolder/d/draconic_disciple.txt b/forge-gui/res/cardsfolder/d/draconic_disciple.txt index dad328424cd..82a11c8d683 100644 --- a/forge-gui/res/cardsfolder/d/draconic_disciple.txt +++ b/forge-gui/res/cardsfolder/d/draconic_disciple.txt @@ -3,7 +3,7 @@ ManaCost:1 R G Types:Creature Human Shaman PT:2/2 A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color. -A:AB$ Token | Cost$ 7 T Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | TokenImage$ r 5 5 dragon m19 | SpellDescription$ Create a 5/5 red Dragon creature token with flying. +A:AB$ Token | Cost$ 7 T Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying m19 | SpellDescription$ Create a 5/5 red Dragon creature token with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/draconic_disciple.jpg Oracle:{T}: Add one mana of any color.\n{7}, {T}, Sacrifice Draconic Disciple: Create a 5/5 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/d/dragon_broodmother.txt b/forge-gui/res/cardsfolder/d/dragon_broodmother.txt index 45d3438fc3e..ea5fc3d0945 100644 --- a/forge-gui/res/cardsfolder/d/dragon_broodmother.txt +++ b/forge-gui/res/cardsfolder/d/dragon_broodmother.txt @@ -4,6 +4,6 @@ Types:Creature Dragon PT:4/4 K:Flying T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 red and green Dragon creature token with flying and devour 2. (As the token enters the battlefield, you may sacrifice any number of creatures. It enters the battlefield with twice that many +1/+1 counters on it.) -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green,Red | TokenKeywords$ Flying<>Devour:2 | TokenImage$ rg 1 1 dragon +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ rg_1_1_dragon_flying_devour | TokenOwner$ You | LegacyImage$ rg 1 1 dragon flying devour arb SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_broodmother.jpg Oracle:Flying\nAt the beginning of each upkeep, create a 1/1 red and green Dragon creature token with flying and devour 2.(As the token enters the battlefield, you may sacrifice any number of creatures. It enters the battlefield with twice that many +1/+1 counters on it.) diff --git a/forge-gui/res/cardsfolder/d/dragon_egg.txt b/forge-gui/res/cardsfolder/d/dragon_egg.txt index 547e764ae7c..12428c22822 100644 --- a/forge-gui/res/cardsfolder/d/dragon_egg.txt +++ b/forge-gui/res/cardsfolder/d/dragon_egg.txt @@ -4,7 +4,7 @@ Types:Creature Dragon Egg PT:0/2 K:Defender T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn". -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon M14 | TokenScript$ r_2_2_dragon_flying_firebreathing +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon flying firebreathing m14 | TokenScript$ r_2_2_dragon_flying_firebreathing SVar:SacMe:4 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_egg.jpg diff --git a/forge-gui/res/cardsfolder/d/dragon_fodder.txt b/forge-gui/res/cardsfolder/d/dragon_fodder.txt index 76dcff909fb..8ef8604a3c3 100644 --- a/forge-gui/res/cardsfolder/d/dragon_fodder.txt +++ b/forge-gui/res/cardsfolder/d/dragon_fodder.txt @@ -1,6 +1,6 @@ Name:Dragon Fodder ManaCost:1 R Types:Sorcery -A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ALA | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ala | SpellDescription$ Create two 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_fodder.jpg Oracle:Create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/d/dragon_roost.txt b/forge-gui/res/cardsfolder/d/dragon_roost.txt index ed636ca0f0d..c09763cda21 100644 --- a/forge-gui/res/cardsfolder/d/dragon_roost.txt +++ b/forge-gui/res/cardsfolder/d/dragon_roost.txt @@ -1,7 +1,7 @@ Name:Dragon Roost ManaCost:4 R R Types:Enchantment -A:AB$ Token | Cost$ 5 R R | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | TokenImage$ r 5 5 dragon 10E | SpellDescription$ Create a 5/5 red Dragon creature token with flying. +A:AB$ Token | Cost$ 5 R R | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | LegacyImage$ r 5 5 dragon flying ons | SpellDescription$ Create a 5/5 red Dragon creature token with flying. SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_roost.jpg Oracle:{5}{R}{R}: Create a 5/5 red Dragon creature token with flying. (It can't be blocked except by creatures with flying or reach.) diff --git a/forge-gui/res/cardsfolder/d/dragon_whisperer.txt b/forge-gui/res/cardsfolder/d/dragon_whisperer.txt index 76f356037a9..3661767096b 100644 --- a/forge-gui/res/cardsfolder/d/dragon_whisperer.txt +++ b/forge-gui/res/cardsfolder/d/dragon_whisperer.txt @@ -4,7 +4,7 @@ Types:Creature Human Shaman PT:2/2 A:AB$ Pump | Cost$ R | KW$ Flying | Defined$ Self | SpellDescription$ CARDNAME gains flying until end of turn. A:AB$ Pump | Cost$ 1 R | NumAtt$ +1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn. -A:AB$ Token | Cost$ 4 R R | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ r 4 4 dragon DTK | CheckSVar$ FormidableTest | SVarCompare$ GE8 | References$ FormidableTest | PrecostDesc$ Formidable — | SpellDescription$ Create a 4/4 red Dragon creature token with flying. Activate this ability only if creatures you control have total power 8 or greater. +A:AB$ Token | Cost$ 4 R R | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_4_4_dragon_flying | LegacyImage$ r 4 4 dragon flying dtk | CheckSVar$ FormidableTest | SVarCompare$ GE8 | References$ FormidableTest | PrecostDesc$ Formidable — | SpellDescription$ Create a 4/4 red Dragon creature token with flying. Activate this ability only if creatures you control have total power 8 or greater. SVar:FormidableTest:Count$SumPower_Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/dragon_whisperer.jpg Oracle:{R}: Dragon Whisperer gains flying until end of turn.\n{1}{R}: Dragon Whisperer gets +1/+0 until end of turn.\nFormidable — {4}{R}{R}: Create a 4/4 red Dragon creature token with flying. Activate this ability only if creatures you control have total power 8 or greater. diff --git a/forge-gui/res/cardsfolder/d/dragonlair_spider.txt b/forge-gui/res/cardsfolder/d/dragonlair_spider.txt index 6bfc61a06c0..2dd7ec00390 100644 --- a/forge-gui/res/cardsfolder/d/dragonlair_spider.txt +++ b/forge-gui/res/cardsfolder/d/dragonlair_spider.txt @@ -4,6 +4,6 @@ Types:Creature Spider PT:5/6 K:Reach T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an opponent casts a spell, create a 1/1 green Insect creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect CN2 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect pc2 SVar:Picture:http://www.wizards.com/global/images/magic/general/dragonlair_spider.jpg Oracle:Reach\nWhenever an opponent casts a spell, create a 1/1 green Insect creature token. diff --git a/forge-gui/res/cardsfolder/d/dragonmaster_outcast.txt b/forge-gui/res/cardsfolder/d/dragonmaster_outcast.txt index 563ab43bae0..92644683fa2 100644 --- a/forge-gui/res/cardsfolder/d/dragonmaster_outcast.txt +++ b/forge-gui/res/cardsfolder/d/dragonmaster_outcast.txt @@ -3,6 +3,6 @@ ManaCost:R Types:Creature Human Shaman PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Land.YouCtrl | PresentCompare$ GE6| Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if you control six or more lands, create a 5/5 red Dragon creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenImage$ r 5 5 dragon WWK | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying wwk | TokenKeywords$ Flying SVar:Picture:http://www.wizards.com/global/images/magic/general/dragonmaster_outcast.jpg Oracle:At the beginning of your upkeep, if you control six or more lands, create a 5/5 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/d/drake_haven.txt b/forge-gui/res/cardsfolder/d/drake_haven.txt index 40fd487b344..a8b022cb66e 100644 --- a/forge-gui/res/cardsfolder/d/drake_haven.txt +++ b/forge-gui/res/cardsfolder/d/drake_haven.txt @@ -2,7 +2,7 @@ Name:Drake Haven ManaCost:2 U Types:Enchantment T:Mode$ Discarded | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cycle or discard a card, you may pay {1}. If you do, create a 2/2 blue Drake creature token with flying. -SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenName$ Drake | TokenTypes$ Creature,Drake | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | TokenImage$ u 2 2 drake AKH +SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenScript$ u_2_2_drake_flying | TokenOwner$ You | LegacyImage$ u 2 2 drake flying akh DeckHas:Ability$Token DeckHints:Ability$Discard SVar:Picture:http://www.wizards.com/global/images/magic/general/drake_haven.jpg diff --git a/forge-gui/res/cardsfolder/d/dranas_chosen.txt b/forge-gui/res/cardsfolder/d/dranas_chosen.txt index 7abcb3a3a6a..5a886314a86 100644 --- a/forge-gui/res/cardsfolder/d/dranas_chosen.txt +++ b/forge-gui/res/cardsfolder/d/dranas_chosen.txt @@ -2,7 +2,7 @@ Name:Drana's Chosen ManaCost:3 B Types:Creature Vampire Shaman Ally PT:2/2 -A:AB$Token | Cost$ T tapXType<1/Ally> | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Zombie | TokenColors$ Black | TokenImage$ b 2 2 zombie OGW | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | PrecostDesc$ Cohort — | SpellDescription$ Create a tapped 2/2 black Zombie creature token. +A:AB$Token | Cost$ T tapXType<1/Ally> | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie ogw | TokenTapped$ True | PrecostDesc$ Cohort — | SpellDescription$ Create a tapped 2/2 black Zombie creature token. DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/dranas_chosen.jpg Oracle:Cohort — {T}, Tap an untapped Ally you control: Create a tapped 2/2 black Zombie creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/dread_drone.txt b/forge-gui/res/cardsfolder/d/dread_drone.txt index 1c4d50d0842..064ddf17bf2 100644 --- a/forge-gui/res/cardsfolder/d/dread_drone.txt +++ b/forge-gui/res/cardsfolder/d/dread_drone.txt @@ -3,8 +3,7 @@ ManaCost:4 B Types:Creature Eldrazi Drone PT:4/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dread_drone.jpg diff --git a/forge-gui/res/cardsfolder/d/dread_summons.txt b/forge-gui/res/cardsfolder/d/dread_summons.txt index fea13768d1e..51e66e6015e 100644 --- a/forge-gui/res/cardsfolder/d/dread_summons.txt +++ b/forge-gui/res/cardsfolder/d/dread_summons.txt @@ -2,7 +2,7 @@ Name:Dread Summons ManaCost:X B B Types:Sorcery A:SP$ Mill | Cost$ X B B | NumCards$ X | References$ X | Defined$ Player | RememberMilled$ True | SubAbility$ DBToken | SpellDescription$ Each player puts the top X cards of their library into their graveyard. For each creature put into a graveyard this way, you create a tapped 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | TokenImage$ b_2_2_zombie_c15 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | LegacyImage$ b 2 2 zombie c15 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$xPaid SVar:Y:Count$ValidGraveyard Creature.IsRemembered diff --git a/forge-gui/res/cardsfolder/d/dreampod_druid.txt b/forge-gui/res/cardsfolder/d/dreampod_druid.txt index c206862117d..d4b03a17211 100644 --- a/forge-gui/res/cardsfolder/d/dreampod_druid.txt +++ b/forge-gui/res/cardsfolder/d/dreampod_druid.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Creature Human Druid PT:2/2 T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | IsPresent$ Card.Self+enchanted | TriggerDescription$ At the beginning of each upkeep, if CARDNAME is enchanted, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling pc2 SVar:EnchantMe:Once DeckHints:Type$Fungus DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/d/dripping_tongue_zubera.txt b/forge-gui/res/cardsfolder/d/dripping_tongue_zubera.txt index 48b4aa7bc00..9dfa986df1e 100644 --- a/forge-gui/res/cardsfolder/d/dripping_tongue_zubera.txt +++ b/forge-gui/res/cardsfolder/d/dripping_tongue_zubera.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Creature Zubera Spirit PT:1/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Spirit creature token for each Zubera that died this turn. -SVar:TrigToken:DB$Token | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Colorless | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenAmount$ X | References$ X +SVar:TrigToken:DB$Token | TokenOwner$ You | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit chk | TokenAmount$ X | References$ X SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Card.Zubera DeckHints:Type$Zubera SVar:Picture:http://resources.wizards.com/magic/cards/chk/en-us/card80511.jpg diff --git a/forge-gui/res/cardsfolder/d/drogskol_cavalry.txt b/forge-gui/res/cardsfolder/d/drogskol_cavalry.txt index fc2e57e5d32..82ca9990772 100644 --- a/forge-gui/res/cardsfolder/d/drogskol_cavalry.txt +++ b/forge-gui/res/cardsfolder/d/drogskol_cavalry.txt @@ -5,7 +5,7 @@ PT:4/4 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Spirit.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever another Spirit enters the battlefield under your control, you gain 2 life. SVar:TrigGainLife:DB$GainLife | Defined$ You | LifeAmount$ 2 -A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit SOI | SpellDescription$ Create a 1/1 white Spirit creature token with flying. +A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying soi | SpellDescription$ Create a 1/1 white Spirit creature token with flying. DeckHints:Type$Spirit DeckHas:Ability$Token & Ability$LifeGain SVar:Picture:Picture:http://www.wizards.com/global/images/magic/general/drogskol_cavalry.jpg diff --git a/forge-gui/res/cardsfolder/d/drowner_of_hope.txt b/forge-gui/res/cardsfolder/d/drowner_of_hope.txt index 7b30aa02b83..1a4ea933287 100644 --- a/forge-gui/res/cardsfolder/d/drowner_of_hope.txt +++ b/forge-gui/res/cardsfolder/d/drowner_of_hope.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi PT:5/5 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz A:AB$ Tap | Cost$ Sac<1/Card.Eldrazi+Scion> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature. | CostDesc$ Sacrifice an Eldrazi Scion: DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/d/drownyard_explorers.txt b/forge-gui/res/cardsfolder/d/drownyard_explorers.txt index c8b17b1ce83..65bb8f9b5ac 100644 --- a/forge-gui/res/cardsfolder/d/drownyard_explorers.txt +++ b/forge-gui/res/cardsfolder/d/drownyard_explorers.txt @@ -3,8 +3,7 @@ ManaCost:3 U Types:Creature Human Wizard PT:2/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/drownyard_explorers.jpg Oracle:When Drownyard Explorers enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/d/druid_of_horns.txt b/forge-gui/res/cardsfolder/d/druid_of_horns.txt index 317e127b407..43d164a5ac4 100644 --- a/forge-gui/res/cardsfolder/d/druid_of_horns.txt +++ b/forge-gui/res/cardsfolder/d/druid_of_horns.txt @@ -1,8 +1,8 @@ Name:Druid of Horns ManaCost:3 G Types:Creature Human Druid +PT:2/3 T:Mode$ SpellCast | ValidCard$ Aura | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast an Aura spell that targets CARDNAME, create a 3/3 green Beast creature token. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 3 | TokenToughness$ 3 | TokenColors$ Green | TokenName$ Beast | TokenTypes$ Beast,Creature | TokenImage$ g 3 3 beast m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ g_3_3_beast | LegacyImage$ g 3 3 beast m19 DeckHas:Ability$Token Oracle:Whenever you cast an Aura spell that targets Druid of Horns, create a 3/3 green Beast creature token. -PT:2/3 \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/druidic_satchel.txt b/forge-gui/res/cardsfolder/d/druidic_satchel.txt index c5182f82335..26e01c3eb28 100644 --- a/forge-gui/res/cardsfolder/d/druidic_satchel.txt +++ b/forge-gui/res/cardsfolder/d/druidic_satchel.txt @@ -2,7 +2,7 @@ Name:Druidic Satchel ManaCost:3 Types:Artifact A:AB$ Dig | Cost$ 2 T | DigNum$ 1 | DestinationZone$ Library | LibraryPosition$ 0 | LibraryPosition2$ 0 | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DBToken | SpellDescription$ Reveal the top card of your library. If it's a creature card, create a 1/1 green Saproling creature token. If it's a land card, put that card onto the battlefield under your control. If it's a noncreature, nonland card, you gain 2 life. -SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Creature | ConditionCompare$ EQ1 | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling M12 | SubAbility$ DBMove | StackDescription$ If it's a creature card, create a 1/1 green Saproling creature token. +SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Creature | ConditionCompare$ EQ1 | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling m12 | SubAbility$ DBMove | StackDescription$ If it's a creature card, create a 1/1 green Saproling creature token. SVar:DBMove:DB$ ChangeZone | ConditionDefined$ Remembered | ConditionPresent$ Card.Land | ConditionCompare$ EQ1 | Defined$ Remembered | Origin$ Library | Destination$ Battlefield | SubAbility$ DBGainLife | StackDescription$ If it's a land card, put that card onto the battlefield under your control. SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2 | ConditionDefined$ Remembered | ConditionPresent$ Card.nonLand+nonCreature | ConditionCompare$ EQ1 | SubAbility$ DBCleanup | StackDescription$ If it's a noncreature, nonland card, you gain 2 life. SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/d/druids_call.txt b/forge-gui/res/cardsfolder/d/druids_call.txt index 3445f6b9d8d..c431acf0c6d 100644 --- a/forge-gui/res/cardsfolder/d/druids_call.txt +++ b/forge-gui/res/cardsfolder/d/druids_call.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature | AILogic$ Pump T:Mode$ DamageDoneOnce | ValidTarget$ Card.AttachedBy | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever enchanted creature is dealt damage, its controller creates that many 1/1 green Squirrel creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ TriggeredTargetController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ TriggeredTargetController | LegacyImage$ g 1 1 squirrel ody | References$ X SVar:X:TriggerCount$DamageAmount SVar:Picture:http://www.wizards.com/global/images/magic/general/druids_call.jpg Oracle:Enchant creature\nWhenever enchanted creature is dealt damage, its controller creates that many 1/1 green Squirrel creature tokens. diff --git a/forge-gui/res/cardsfolder/d/drunau_corpse_trawler.txt b/forge-gui/res/cardsfolder/d/drunau_corpse_trawler.txt index 33506d237d5..cf350f949ed 100644 --- a/forge-gui/res/cardsfolder/d/drunau_corpse_trawler.txt +++ b/forge-gui/res/cardsfolder/d/drunau_corpse_trawler.txt @@ -3,7 +3,7 @@ ManaCost:3 U Types:Creature Zombie PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie SOI +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie soi A:AB$ Pump | Cost$ 2 B | ValidTgts$ Zombie | TgtPrompt$ Select target Zombie | KW$ Deathtouch | SpellDescription$ Target Zombie gains deathtouch until end of turn. DeckHints:Type$Zombie SVar:Picture:http://www.wizards.com/global/images/magic/general/drunau_corpse_trawler.jpg diff --git a/forge-gui/res/cardsfolder/d/dune_brood_nephilim.txt b/forge-gui/res/cardsfolder/d/dune_brood_nephilim.txt index 10fab1f861b..b2e13c02c6c 100644 --- a/forge-gui/res/cardsfolder/d/dune_brood_nephilim.txt +++ b/forge-gui/res/cardsfolder/d/dune_brood_nephilim.txt @@ -3,7 +3,7 @@ ManaCost:B R G W Types:Creature Nephilim PT:3/3 T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create a 1/1 colorless Sand creature token for each land you control. -SVar:TrigToken:DB$Token | TokenImage$ c 1 1 sand | TokenName$ Sand | TokenColors$ Colorless | TokenTypes$ Creature,Sand | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ X | References$ X +SVar:TrigToken:DB$Token | LegacyImage$ c 1 1 sand gpt | TokenScript$ c_1_1_sand | TokenOwner$ You | TokenAmount$ X | References$ X SVar:X:Count$Valid Land.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/dune_brood_nephilim.jpg Oracle:Whenever Dune-Brood Nephilim deals combat damage to a player, create a 1/1 colorless Sand creature token for each land you control. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/dunes_of_the_dead.txt b/forge-gui/res/cardsfolder/d/dunes_of_the_dead.txt index 37e3948f753..afb81e5e67b 100644 --- a/forge-gui/res/cardsfolder/d/dunes_of_the_dead.txt +++ b/forge-gui/res/cardsfolder/d/dunes_of_the_dead.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Land Desert A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ TriggeredCardController | LegacyImage$ b 2 2 zombie hou SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dunes_of_the_dead.jpg diff --git a/forge-gui/res/cardsfolder/d/dwynens_elite.txt b/forge-gui/res/cardsfolder/d/dwynens_elite.txt index 9bd296e9817..8ee53e46f1f 100644 --- a/forge-gui/res/cardsfolder/d/dwynens_elite.txt +++ b/forge-gui/res/cardsfolder/d/dwynens_elite.txt @@ -3,6 +3,6 @@ ManaCost:1 G Types:Creature Elf Warrior PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Card.YouCtrl+Other+Elf | PresentCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if you control another Elf, create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 elf warrior ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior ori SVar:Picture:http://www.wizards.com/global/images/magic/general/dwynens_elite.jpg Oracle:When Dwynen's Elite enters the battlefield, if you control another Elf, create a 1/1 green Elf Warrior creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/edgar_markov.txt b/forge-gui/res/cardsfolder/e/edgar_markov.txt index 4a28bc16246..d1840c98116 100644 --- a/forge-gui/res/cardsfolder/e/edgar_markov.txt +++ b/forge-gui/res/cardsfolder/e/edgar_markov.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Vampire Knight PT:4/4 T:Mode$ SpellCast | ValidCard$ Card.Vampire+Other | ValidActivatingPlayer$ You | TriggerZones$ Command | PresentZone$ Command | Execute$ TrigToken | TriggerDescription$ Eminence — Whenever you cast another Vampire spell, if Edgar Markov is in the command zone or on the battlefield, create a 1/1 black Vampire creature token. T:Mode$ SpellCast | ValidCard$ Card.Vampire+Other | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | PresentZone$ Battlefield | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Eminence — Whenever you cast another Vampire spell, if Edgar Markov is in the command zone or on the battlefield, create a 1/1 black Vampire creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenImage$ b 1 1 vampire C17 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_vampire | TokenOwner$ You | LegacyImage$ b 1 1 vampire c17 K:First Strike K:Haste T:Mode$ Attacks | ValidCard$ Creature.Self | Execute$ TrigPutCounterAll | TriggerDescription$ Whenever CARDNAME attacks, put a +1/+1 counter on each Vampire you control. diff --git a/forge-gui/res/cardsfolder/e/efficient_construction.txt b/forge-gui/res/cardsfolder/e/efficient_construction.txt index 4d6a0b45abf..1b07de653d3 100644 --- a/forge-gui/res/cardsfolder/e/efficient_construction.txt +++ b/forge-gui/res/cardsfolder/e/efficient_construction.txt @@ -2,7 +2,7 @@ Name:Efficient Construction ManaCost:3 U Types:Enchantment T:Mode$ SpellCast | ValidCard$ Artifact | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an artifact spell, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying aer SVar:BuffedBy:Artifact DeckHints:Type$Artifact SVar:Picture:http://www.wizards.com/global/images/magic/general/efficient_construction.jpg diff --git a/forge-gui/res/cardsfolder/e/eldrazi_skyspawner.txt b/forge-gui/res/cardsfolder/e/eldrazi_skyspawner.txt index 68d5d298e06..f0ed737fe6a 100644 --- a/forge-gui/res/cardsfolder/e/eldrazi_skyspawner.txt +++ b/forge-gui/res/cardsfolder/e/eldrazi_skyspawner.txt @@ -5,8 +5,7 @@ PT:2/1 K:Devoid K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/eldrazi_skyspawner.jpg diff --git a/forge-gui/res/cardsfolder/e/elemental_appeal.txt b/forge-gui/res/cardsfolder/e/elemental_appeal.txt index 35d1354a2eb..a8dacee0d3a 100644 --- a/forge-gui/res/cardsfolder/e/elemental_appeal.txt +++ b/forge-gui/res/cardsfolder/e/elemental_appeal.txt @@ -2,7 +2,7 @@ Name:Elemental Appeal ManaCost:R R R R Types:Sorcery K:Kicker:5 -A:SP$ Token | Cost$ R R R R | TokenScript$ r_7_1_elemental_trample_haste | RememberTokens$ True | AtEOT$ Exile | TokenOwner$ You | SubAbility$ KickerPump | SpellDescription$ Create a 7/1 red Elemental creature token with trample and haste. Exile it at the beginning of the next end step. If CARDNAME was kicked, that creature gets +7/+0 until end of turn. +A:SP$ Token | Cost$ R R R R | TokenScript$ r_7_1_elemental_trample_haste | LegacyImage$ r 7 1 elemental trample haste zen | RememberTokens$ True | AtEOT$ Exile | TokenOwner$ You | SubAbility$ KickerPump | SpellDescription$ Create a 7/1 red Elemental creature token with trample and haste. Exile it at the beginning of the next end step. If CARDNAME was kicked, that creature gets +7/+0 until end of turn. SVar:KickerPump:DB$ Pump | Defined$ Remembered | NumAtt$ +7 | Condition$ Kicked | ConditionDescription$ If it was kicked, | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/elemental_appeal.jpg diff --git a/forge-gui/res/cardsfolder/e/elemental_mastery.txt b/forge-gui/res/cardsfolder/e/elemental_mastery.txt index e3471167dd3..715f5c712c8 100644 --- a/forge-gui/res/cardsfolder/e/elemental_mastery.txt +++ b/forge-gui/res/cardsfolder/e/elemental_mastery.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 3 R | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Token | AddSVar$ ElementalMasteryCount | Description$ Enchanted creature has "{T}: Create X 1/1 red Elemental creature tokens with haste, where X is this creature's power. Exile them at the beginning of the next end step." -SVar:Token:AB$ Token | Cost$ T | TokenAmount$ ElementalMasteryCount | TokenScript$ r_1_1_elemental_haste | AtEOT$ Exile | References$ ElementalMasteryCount | SpellDescription$ Create X 1/1 red Elemental creature tokens with haste, where X is this creature's power. Exile them at the beginning of the next end step. +SVar:Token:AB$ Token | Cost$ T | TokenAmount$ ElementalMasteryCount | TokenScript$ r_1_1_elemental_haste | LegacyImage$ r 1 1 elemental haste shm | AtEOT$ Exile | References$ ElementalMasteryCount | SpellDescription$ Create X 1/1 red Elemental creature tokens with haste, where X is this creature's power. Exile them at the beginning of the next end step. SVar:ElementalMasteryCount:Count$CardPower SVar:NonStackingAttachEffect:True DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/e/elenda_the_dusk_rose.txt b/forge-gui/res/cardsfolder/e/elenda_the_dusk_rose.txt index d3e5a081d1d..3da62c718e5 100644 --- a/forge-gui/res/cardsfolder/e/elenda_the_dusk_rose.txt +++ b/forge-gui/res/cardsfolder/e/elenda_the_dusk_rose.txt @@ -6,7 +6,7 @@ K:Lifelink T:Mode$ ChangesZone | Origin$ Battlefield | ValidCard$ Creature.Other | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another creature dies, put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 | ConditionPresent$ Card.StrictlySelf T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create X 1/1 white Vampire creature tokens with lifelink, where X is Elenda's power. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenImage$ w 1 1 vampire | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_vampire_lifelink | LegacyImage$ w 1 1 vampire lifelink rix | TokenOwner$ You SVar:X:TriggeredCard$CardPower DeckHints:Type$Vampire SVar:Picture:http://www.wizards.com/global/images/magic/general/elenda_the_dusk_rose.jpg diff --git a/forge-gui/res/cardsfolder/e/elephant_ambush.txt b/forge-gui/res/cardsfolder/e/elephant_ambush.txt index 3fe7cb6e3d3..0f90c26ba93 100644 --- a/forge-gui/res/cardsfolder/e/elephant_ambush.txt +++ b/forge-gui/res/cardsfolder/e/elephant_ambush.txt @@ -2,6 +2,6 @@ Name:Elephant Ambush ManaCost:2 G G Types:Instant K:Flashback:6 G G -A:SP$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant ODY | SpellDescription$ Create a 3/3 green Elephant creature token. +A:SP$ Token | Cost$ 2 G G | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant ody | SpellDescription$ Create a 3/3 green Elephant creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/elephant_ambush.jpg Oracle:Create a 3/3 green Elephant creature token.\nFlashback {6}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/e/elephant_guide.txt b/forge-gui/res/cardsfolder/e/elephant_guide.txt index c7f7b08f92e..8afb5d05653 100644 --- a/forge-gui/res/cardsfolder/e/elephant_guide.txt +++ b/forge-gui/res/cardsfolder/e/elephant_guide.txt @@ -5,6 +5,6 @@ K:Enchant creature A:SP$ Attach | Cost$ 2 G | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddToughness$ 3 | Description$ Enchanted creature gets +3/+3. T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | TriggerDescription$ When enchanted creature dies, create a 3/3 green Elephant creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant jud SVar:Picture:http://www.wizards.com/global/images/magic/general/elephant_guide.jpg Oracle:Enchant creature\nEnchanted creature gets +3/+3.\nWhen enchanted creature dies, create a 3/3 green Elephant creature token. diff --git a/forge-gui/res/cardsfolder/e/elephant_resurgence.txt b/forge-gui/res/cardsfolder/e/elephant_resurgence.txt index 25ff8fafdce..2e63214f801 100644 --- a/forge-gui/res/cardsfolder/e/elephant_resurgence.txt +++ b/forge-gui/res/cardsfolder/e/elephant_resurgence.txt @@ -2,9 +2,7 @@ Name:Elephant Resurgence ManaCost:1 G Types:Sorcery A:SP$ RepeatEach | Cost$ 1 G | RepeatPlayers$ Player | RepeatSubAbility$ DBToken | SpellDescription$ Each player creates a green Elephant creature token. Those creatures have "This creature's power and toughness are each equal to the number of creature cards in its controller's graveyard." -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ Player.IsRemembered | TokenColors$ Green | TokenStaticAbilities$ Static | TokenSVars$ ResurgenceX | TokenImage$ g x x elephant | References$ ResurgenceX -SVar:Static:Mode$ Continuous | SetPower$ ResurgenceX | SetToughness$ ResurgenceX | EffectZone$ Battlefield | CharacteristicDefining$ True | Description$ CARDNAME's power and toughness are each equal to the number of creature cards in its controller's graveyard. | References$ ResurgenceX -SVar:ResurgenceX:Count$TypeInYourYard.Creature +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_elephant_resurgence | TokenOwner$ Player.IsRemembered | LegacyImage$ g x x elephant resurgence pcy SVar:NeedsToPlayVar:Z GE2 SVar:Z:SVar$Z1/Minus.Z2 SVar:Z1:Count$ValidGraveyard Creature.YouOwn diff --git a/forge-gui/res/cardsfolder/e/elgaud_inquisitor.txt b/forge-gui/res/cardsfolder/e/elgaud_inquisitor.txt index d57798187e7..b55259db56d 100644 --- a/forge-gui/res/cardsfolder/e/elgaud_inquisitor.txt +++ b/forge-gui/res/cardsfolder/e/elgaud_inquisitor.txt @@ -4,7 +4,7 @@ Types:Creature Human Cleric PT:2/2 K:Lifelink T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying dka | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You SVar:SacMe:1 DeckHas:Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/elgaud_inquisitor.jpg diff --git a/forge-gui/res/cardsfolder/e/elspeth_knight_errant.txt b/forge-gui/res/cardsfolder/e/elspeth_knight_errant.txt index 46fdc391bce..7f8255a7e7a 100644 --- a/forge-gui/res/cardsfolder/e/elspeth_knight_errant.txt +++ b/forge-gui/res/cardsfolder/e/elspeth_knight_errant.txt @@ -2,7 +2,7 @@ Name:Elspeth, Knight-Errant ManaCost:2 W W Types:Legendary Planeswalker Elspeth Loyalty:4 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenName$ Soldier | TokenColors$ White | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | Planeswalker$ True | TokenImage$ w 1 1 soldier ALA | SpellDescription$ Create a 1/1 white Soldier creature token. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | Planeswalker$ True | LegacyImage$ w 1 1 soldier ala | SpellDescription$ Create a 1/1 white Soldier creature token. A:AB$ Pump | Cost$ AddCounter<1/LOYALTY> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 3 | NumDef$ 3 | KW$ Flying | Planeswalker$ True | SpellDescription$ Target creature gets +3/+3 and gains flying until end of turn. A:AB$ Effect | Cost$ SubCounter<8/LOYALTY> | Name$ Emblem - Elspeth, Knight-Errant | Image$ emblem_elspeth_knight_errant | StaticAbilities$ STIndestructible | Planeswalker$ True | Ultimate$ True | Stackable$ False | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Artifacts, creatures, enchantments, and lands you control have indestructible." SVar:STIndestructible:Mode$ Continuous | EffectZone$ Command | Affected$ Artifact.YouCtrl,Creature.YouCtrl,Enchantment.YouCtrl,Land.YouCtrl | AffectedZone$ Battlefield | AddKeyword$ Indestructible | Description$ Artifacts, creatures, enchantments, and lands you control are indestructible. diff --git a/forge-gui/res/cardsfolder/e/elspeth_suns_champion.txt b/forge-gui/res/cardsfolder/e/elspeth_suns_champion.txt index a9ac01da5fb..a7693076135 100644 --- a/forge-gui/res/cardsfolder/e/elspeth_suns_champion.txt +++ b/forge-gui/res/cardsfolder/e/elspeth_suns_champion.txt @@ -2,7 +2,7 @@ Name:Elspeth, Sun's Champion ManaCost:4 W W Types:Legendary Planeswalker Elspeth Loyalty:4 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | Planeswalker$ True | TokenImage$ w_1_1_soldier2_ths | SpellDescription$ Create three 1/1 white Soldier creature tokens. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | Planeswalker$ True | LegacyImage$ w 1 1 soldier ths | SpellDescription$ Create three 1/1 white Soldier creature tokens. A:AB$ DestroyAll | Cost$ SubCounter<3/LOYALTY> | ValidCards$ Creature.powerGE4 | Planeswalker$ True | SpellDescription$ Destroy all creatures with power 4 or greater. A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Name$ Emblem - Elspeth, Sun's Champion | Image$ emblem_elspeth_suns_champion | StaticAbilities$ STFlying | Planeswalker$ True | Ultimate$ True | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Creatures you control get +2/+2 and have flying." SVar:STFlying:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.YouCtrl | AffectedZone$ Battlefield | AddKeyword$ Flying | AddPower$ 2 | AddToughness$ 2 | Description$ Creatures you control get +2/+2 and have flying. diff --git a/forge-gui/res/cardsfolder/e/elspeth_tirel.txt b/forge-gui/res/cardsfolder/e/elspeth_tirel.txt index d6d1fa17301..181eb58bb48 100644 --- a/forge-gui/res/cardsfolder/e/elspeth_tirel.txt +++ b/forge-gui/res/cardsfolder/e/elspeth_tirel.txt @@ -3,7 +3,7 @@ ManaCost:3 W W Types:Legendary Planeswalker Elspeth Loyalty:4 A:AB$ GainLife | Cost$ AddCounter<2/LOYALTY> | LifeAmount$ XLife | Planeswalker$ True | References$ XLife | SpellDescription$ You gain 1 life for each creature you control. -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier SOM | Planeswalker$ True | SpellDescription$ Create three 1/1 white Soldier creature tokens. +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier som | Planeswalker$ True | SpellDescription$ Create three 1/1 white Soldier creature tokens. A:AB$ DestroyAll | Cost$ SubCounter<5/LOYALTY> | ValidCards$ Permanent.nonLand+nonToken+Other | Planeswalker$ True | Ultimate$ True | SpellDescription$ Destroy all other permanents except for lands and tokens. SVar:XLife:Count$TypeYouCtrl.Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/elspeth_tirel.jpg diff --git a/forge-gui/res/cardsfolder/e/elvish_promenade.txt b/forge-gui/res/cardsfolder/e/elvish_promenade.txt index ea83bc81692..5158730f36c 100644 --- a/forge-gui/res/cardsfolder/e/elvish_promenade.txt +++ b/forge-gui/res/cardsfolder/e/elvish_promenade.txt @@ -1,7 +1,7 @@ Name:Elvish Promenade ManaCost:3 G Types:Tribal Sorcery Elf -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X | SpellDescription$ Create a 1/1 green Elf Warrior creature token for each Elf you control. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior lrw | References$ X | SpellDescription$ Create a 1/1 green Elf Warrior creature token for each Elf you control. SVar:X:Count$Valid Elf.YouCtrl AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/elvish_promenade.jpg diff --git a/forge-gui/res/cardsfolder/e/emeria_angel.txt b/forge-gui/res/cardsfolder/e/emeria_angel.txt index c13cb59de4d..b88ca67db5f 100644 --- a/forge-gui/res/cardsfolder/e/emeria_angel.txt +++ b/forge-gui/res/cardsfolder/e/emeria_angel.txt @@ -4,6 +4,6 @@ Types:Creature Angel PT:3/3 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, you may create a 1/1 white Bird creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_bird_flying | TokenOwner$ You | LegacyImage$ w 1 1 bird flying zen SVar:Picture:http://www.wizards.com/global/images/magic/general/emeria_angel.jpg Oracle:Flying\nLandfall — Whenever a land enters the battlefield under your control, you may create a 1/1 white Bird creature token with flying. diff --git a/forge-gui/res/cardsfolder/e/emissary_of_the_sleepless.txt b/forge-gui/res/cardsfolder/e/emissary_of_the_sleepless.txt index 114932f5a9d..73781a05e75 100644 --- a/forge-gui/res/cardsfolder/e/emissary_of_the_sleepless.txt +++ b/forge-gui/res/cardsfolder/e/emissary_of_the_sleepless.txt @@ -4,7 +4,7 @@ Types:Creature Spirit PT:2/4 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ Morbid | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if a creature died this turn, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit SOI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying soi SVar:Morbid:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/emissary_of_the_sleepless.jpg diff --git a/forge-gui/res/cardsfolder/e/empty_the_pits.txt b/forge-gui/res/cardsfolder/e/empty_the_pits.txt index 596efabcedb..df1524bbc8d 100644 --- a/forge-gui/res/cardsfolder/e/empty_the_pits.txt +++ b/forge-gui/res/cardsfolder/e/empty_the_pits.txt @@ -2,7 +2,7 @@ Name:Empty the Pits ManaCost:X X B B B B Types:Instant K:Delve -A:SP$ Token | Cost$ X X B B B B | TokenImage$ b 2 2 zombie KTK | TokenAmount$ X | References$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | TokenTapped$ True | SpellDescription$ Create X tapped 2/2 black Zombie creature tokens. +A:SP$ Token | Cost$ X X B B B B | LegacyImage$ b 2 2 zombie ktk | TokenAmount$ X | References$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | SpellDescription$ Create X tapped 2/2 black Zombie creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/empty_the_pits.jpg Oracle:Delve (Each card you exile from your graveyard while casting this spell pays for {1}.)\nCreate X tapped 2/2 black Zombie creature tokens. diff --git a/forge-gui/res/cardsfolder/e/empty_the_warrens.txt b/forge-gui/res/cardsfolder/e/empty_the_warrens.txt index 1092221fadf..f2e74318b45 100644 --- a/forge-gui/res/cardsfolder/e/empty_the_warrens.txt +++ b/forge-gui/res/cardsfolder/e/empty_the_warrens.txt @@ -1,7 +1,7 @@ Name:Empty the Warrens ManaCost:3 R Types:Sorcery -A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin mma | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 3 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin tsp | SpellDescription$ Create two 1/1 red Goblin creature tokens. K:Storm SVar:Picture:http://www.wizards.com/global/images/magic/general/empty_the_warrens.jpg Oracle:Create two 1/1 red Goblin creature tokens.\nStorm (When you cast this spell, copy it for each spell cast before it this turn.) diff --git a/forge-gui/res/cardsfolder/e/emrakuls_evangel.txt b/forge-gui/res/cardsfolder/e/emrakuls_evangel.txt index db8f16bed45..02c9c2f9cc6 100644 --- a/forge-gui/res/cardsfolder/e/emrakuls_evangel.txt +++ b/forge-gui/res/cardsfolder/e/emrakuls_evangel.txt @@ -2,7 +2,7 @@ Name:Emrakul's Evangel ManaCost:2 G Types:Creature Human Horror PT:3/2 -A:AB$ Token | Cost$ T Sac Sac<1/CARDNAME> | Announce$ X | TokenAmount$ Y | TokenName$ Eldrazi Horror | TokenColors$ Colorless | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenPower$ 3 | TokenToughness$ 2 | TokenImage$ c 3 2 eldrazi horror | References$ Y | SpellDescription$ Create a 3/2 colorless Eldrazi Horror creature token for each creature sacrificed this way. | CostDesc$ {T}, Sacrifice CARDNAME and any number of other non-Eldrazi creatures: +A:AB$ Token | Cost$ T Sac Sac<1/CARDNAME> | Announce$ X | TokenAmount$ Y | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn | References$ Y | SpellDescription$ Create a 3/2 colorless Eldrazi Horror creature token for each creature sacrificed this way. | CostDesc$ {T}, Sacrifice CARDNAME and any number of other non-Eldrazi creatures: SVar:Y:Sacrificed$Valid Creature SVar:X:XChoice DeckHints:Ability$Token & Type$Eldrazi|Horror diff --git a/forge-gui/res/cardsfolder/e/emrakuls_hatcher.txt b/forge-gui/res/cardsfolder/e/emrakuls_hatcher.txt index 19f07b24250..0c45e813798 100644 --- a/forge-gui/res/cardsfolder/e/emrakuls_hatcher.txt +++ b/forge-gui/res/cardsfolder/e/emrakuls_hatcher.txt @@ -3,8 +3,7 @@ ManaCost:4 R Types:Creature Eldrazi Drone PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn2 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/emrakuls_hatcher.jpg diff --git a/forge-gui/res/cardsfolder/e/endless_ranks_of_the_dead.txt b/forge-gui/res/cardsfolder/e/endless_ranks_of_the_dead.txt index cc8e262d955..ee13a5037e0 100644 --- a/forge-gui/res/cardsfolder/e/endless_ranks_of_the_dead.txt +++ b/forge-gui/res/cardsfolder/e/endless_ranks_of_the_dead.txt @@ -2,7 +2,7 @@ Name:Endless Ranks of the Dead ManaCost:2 B B Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create X 2/2 black Zombie creature tokens, where X is half the number of Zombies you control, rounded down. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | TokenAmount$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | References$ X +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie isd | TokenAmount$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | References$ X SVar:X:Count$Valid Creature.Zombie+YouCtrl/HalfDown AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/endless_ranks_of_the_dead.jpg diff --git a/forge-gui/res/cardsfolder/e/endless_swarm.txt b/forge-gui/res/cardsfolder/e/endless_swarm.txt index 3f74152b888..824d246fa76 100644 --- a/forge-gui/res/cardsfolder/e/endless_swarm.txt +++ b/forge-gui/res/cardsfolder/e/endless_swarm.txt @@ -2,7 +2,7 @@ Name:Endless Swarm ManaCost:5 G G G Types:Sorcery K:Epic -A:SP$ Token | Cost$ 5 G G G | TokenAmount$ X | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK | References$ X | SpellDescription$ Create a 1/1 green Snake creature token for each card in your hand. +A:SP$ Token | Cost$ 5 G G G | TokenAmount$ X | TokenName$ Snake | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ g 1 1 snake sok | References$ X | SpellDescription$ Create a 1/1 green Snake creature token for each card in your hand. SVar:X:Count$InYourHand #NOTE: The AI will not stop making land drops after casting this spell (so, random decks may also utilize manlands and other cards with activation cost already on the battlefield to the maximum effect) AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/e/endrek_sahr_master_breeder.txt b/forge-gui/res/cardsfolder/e/endrek_sahr_master_breeder.txt index 4e95d5dbb64..a005384cf96 100644 --- a/forge-gui/res/cardsfolder/e/endrek_sahr_master_breeder.txt +++ b/forge-gui/res/cardsfolder/e/endrek_sahr_master_breeder.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Human Wizard PT:2/2 T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, create X 1/1 black Thrull creature tokens, where X is that spell's converted mana cost. T:Mode$ Always | IsPresent$ Card.Thrull+YouCtrl | PresentCompare$ GE7 | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ When you control seven or more Thrulls, sacrifice CARDNAME. -SVar:TrigToken:DB$Token | TokenOwner$ You | TokenAmount$ X | TokenName$ Thrull | TokenTypes$ Creature,Thrull | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ b_1_1_thrull | LegacyImage$ b 1 1 thrull tsp | References$ X SVar:X:TriggerCount$CastSACMC SVar:TrigSac:DB$Sacrifice | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/endrek_sahr_master_breeder.jpg diff --git a/forge-gui/res/cardsfolder/e/enlightened_maniac.txt b/forge-gui/res/cardsfolder/e/enlightened_maniac.txt index 6aaed9c9498..53f42d846f2 100644 --- a/forge-gui/res/cardsfolder/e/enlightened_maniac.txt +++ b/forge-gui/res/cardsfolder/e/enlightened_maniac.txt @@ -3,7 +3,7 @@ ManaCost:3 U Types:Creature Human PT:0/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/enlightened_maniac.jpg Oracle:When Enlightened Maniac enters the battlefield, create a 3/2 colorless Eldrazi Horror creature token. diff --git a/forge-gui/res/cardsfolder/e/entrampent_maneuver.txt b/forge-gui/res/cardsfolder/e/entrapment_maneuver.txt similarity index 74% rename from forge-gui/res/cardsfolder/e/entrampent_maneuver.txt rename to forge-gui/res/cardsfolder/e/entrapment_maneuver.txt index e88be3cc2cb..978c6a69583 100644 --- a/forge-gui/res/cardsfolder/e/entrampent_maneuver.txt +++ b/forge-gui/res/cardsfolder/e/entrapment_maneuver.txt @@ -2,7 +2,7 @@ Name:Entrapment Maneuver ManaCost:3 W Types:Instant A:SP$ Sacrifice | Cost$ 3 W | ValidTgts$ Player | SacValid$ Creature.attacking | SacMessage$ attacking creature | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ Target player sacrifices an attacking creature. You create X 1/1 white Soldier creature tokens, where X is that creature's toughness. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenImage$ w 1 1 soldier C16 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier c16 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$CardToughness DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/e/entreat_the_angels.txt b/forge-gui/res/cardsfolder/e/entreat_the_angels.txt index c097371452b..919509b38f9 100644 --- a/forge-gui/res/cardsfolder/e/entreat_the_angels.txt +++ b/forge-gui/res/cardsfolder/e/entreat_the_angels.txt @@ -1,7 +1,7 @@ Name:Entreat the Angels ManaCost:X X W W W Types:Sorcery -A:SP$ Token | Cost$ X X W W W | TokenAmount$ X | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel avr | TokenAltImages$ w_4_4_angel2_AVR | References$ X | SpellDescription$ Create X 4/4 white Angel creature tokens with flying. +A:SP$ Token | Cost$ X X W W W | TokenAmount$ X | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying avr | References$ X | SpellDescription$ Create X 4/4 white Angel creature tokens with flying. K:Miracle:X W W SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/entreat_the_angels.jpg diff --git a/forge-gui/res/cardsfolder/e/erdwal_illuminator.txt b/forge-gui/res/cardsfolder/e/erdwal_illuminator.txt index ccee7071627..885dcd2b422 100644 --- a/forge-gui/res/cardsfolder/e/erdwal_illuminator.txt +++ b/forge-gui/res/cardsfolder/e/erdwal_illuminator.txt @@ -4,8 +4,7 @@ Types:Creature Spirit PT:1/3 K:Flying T:Mode$ Investigated | ValidPlayer$ You | TriggerZones$ Battlefield | OnlyFirst$ True | Execute$ TrigInvestigate | TriggerDescription$ Whenever you investigate for the first time each turn, investigate an additional time. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigInvestigate:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigInvestigate:DB$ Token | TokenAmount$ 1 | TokenTokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHints:Ability$Investigate DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/erdwal_illuminator.jpg diff --git a/forge-gui/res/cardsfolder/e/erhnam_djinn_avatar.txt b/forge-gui/res/cardsfolder/e/erhnam_djinn_avatar.txt index ef28d359e3a..b750c34cb07 100644 --- a/forge-gui/res/cardsfolder/e/erhnam_djinn_avatar.txt +++ b/forge-gui/res/cardsfolder/e/erhnam_djinn_avatar.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Vanguard HandLifeModifier:+0/+3 T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ DjinnisGift | TriggerZones$ Command | TriggerDescription$ Whenever you cast a creature spell, create a 1/1 green Saproling creature token. -SVar:DjinnisGift:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:DjinnisGift:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling van SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Erhnam Djinn Avatar1.full.jpg Oracle:Hand +0, life +3\nWhenever you cast a creature spell, create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/e/essence_feed.txt b/forge-gui/res/cardsfolder/e/essence_feed.txt index a98ed69d1bd..7c5b7ddb13c 100644 --- a/forge-gui/res/cardsfolder/e/essence_feed.txt +++ b/forge-gui/res/cardsfolder/e/essence_feed.txt @@ -3,8 +3,7 @@ ManaCost:5 B Types:Sorcery A:SP$ LoseLife | Cost$ 5 B | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 3 | SubAbility$ DBGainLife | SpellDescription$ Target player loses 3 life. You gain 3 life and create three 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 3 | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/essence_feed.jpg diff --git a/forge-gui/res/cardsfolder/e/evangel_of_heliod.txt b/forge-gui/res/cardsfolder/e/evangel_of_heliod.txt index b2628f70989..1a9b0c128ce 100644 --- a/forge-gui/res/cardsfolder/e/evangel_of_heliod.txt +++ b/forge-gui/res/cardsfolder/e/evangel_of_heliod.txt @@ -3,7 +3,7 @@ ManaCost:4 W W Types:Creature Human Cleric PT:1/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 1/1 white Soldier creature tokens equal to your devotion to white. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w_1_1_soldier2_ths +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier ths SVar:X:Count$Devotion.White SVar:Picture:http://www.wizards.com/global/images/magic/general/evangel_of_heliod.jpg Oracle:When Evangel of Heliod enters the battlefield, create a number of 1/1 white Soldier creature tokens equal to your devotion to white. (Each {W} in the mana costs of permanents you control counts toward your devotion to white.) diff --git a/forge-gui/res/cardsfolder/e/even_the_odds.txt b/forge-gui/res/cardsfolder/e/even_the_odds.txt index adeb3446c30..91dcbc63f49 100644 --- a/forge-gui/res/cardsfolder/e/even_the_odds.txt +++ b/forge-gui/res/cardsfolder/e/even_the_odds.txt @@ -1,7 +1,7 @@ Name:Even the Odds ManaCost:2 W Types:Instant -A:SP$ Token | Cost$ 2 W | IsPresent$ Creature.YouCtrl | PresentCompare$ LTX | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ X | TokenImage$ w 1 1 soldier PLC | SpellDescription$ Cast CARDNAME only if you control fewer creatures than each opponent. Create three 1/1 white Soldier creature tokens. +A:SP$ Token | Cost$ 2 W | IsPresent$ Creature.YouCtrl | PresentCompare$ LTX | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | References$ X | LegacyImage$ w 1 1 soldier fut | SpellDescription$ Cast CARDNAME only if you control fewer creatures than each opponent. Create three 1/1 white Soldier creature tokens. SVar:X:PlayerCountOpponents$LowestValid Creature.YouCtrl # The YouCtrl in the above count is relative to each player checked SVar:Picture:http://www.wizards.com/global/images/magic/general/even_the_odds.jpg diff --git a/forge-gui/res/cardsfolder/e/evil_comes_to_fruition.txt b/forge-gui/res/cardsfolder/e/evil_comes_to_fruition.txt index c8d56ec096e..0d58860f216 100644 --- a/forge-gui/res/cardsfolder/e/evil_comes_to_fruition.txt +++ b/forge-gui/res/cardsfolder/e/evil_comes_to_fruition.txt @@ -2,8 +2,8 @@ Name:Evil Comes to Fruition ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ NewEvil | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, put seven 0/1 green Plant creature tokens onto the battlefield. If you control ten or more lands, put seven 3/3 green Elemental creature tokens onto the battlefield instead. -SVar:NewEvil:DB$ Token | TokenAmount$ 7 | TokenName$ Plant | TokenTypes$ Creature,Plant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 1 | ConditionPresent$ Land.YouCtrl | ConditionCompare$ LT10 | SubAbility$ MatureEvil -SVar:MatureEvil:DB$ Token | TokenAmount$ 7 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | ConditionPresent$ Land.YouCtrl | ConditionCompare$ GE10 +SVar:NewEvil:DB$ Token | TokenAmount$ 7 | TokenScript$ g_0_1_plant | TokenOwner$ You | LegacyImage$ g 0 1 plant arc | ConditionPresent$ Land.YouCtrl | ConditionCompare$ LT10 | SubAbility$ MatureEvil +SVar:MatureEvil:DB$ Token | TokenAmount$ 7 | TokenScript$ g_3_3_elemental | TokenOwner$ You | LegacyImage$ g 3 3 elemental arc | ConditionPresent$ Land.YouCtrl | ConditionCompare$ GE10 SVar:X:Count$NumTypeYouCtrl.Land SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/Evil Comes to Fruition.full.jpg Oracle:When you set this scheme in motion, put seven 0/1 green Plant creature tokens onto the battlefield. If you control ten or more lands, put seven 3/3 green Elemental creature tokens onto the battlefield instead. diff --git a/forge-gui/res/cardsfolder/e/experimental_aviator.txt b/forge-gui/res/cardsfolder/e/experimental_aviator.txt index 457a2e2b467..0ac3879ef02 100644 --- a/forge-gui/res/cardsfolder/e/experimental_aviator.txt +++ b/forge-gui/res/cardsfolder/e/experimental_aviator.txt @@ -4,7 +4,7 @@ Types:Creature Human Artificer PT:0/3 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying kld DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/experimental_aviator.jpg Oracle:Flying\nWhen Experimental Aviator enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/e/expose_evil.txt b/forge-gui/res/cardsfolder/e/expose_evil.txt index 0eaf5d48d0d..b549e188a60 100644 --- a/forge-gui/res/cardsfolder/e/expose_evil.txt +++ b/forge-gui/res/cardsfolder/e/expose_evil.txt @@ -2,8 +2,7 @@ Name:Expose Evil ManaCost:1 W Types:Instant A:SP$ Tap | Cost$ 1 W | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Tap up to two target creatures. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/expose_evil.jpg Oracle:Tap up to two target creatures.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/e/extricator_of_sin_extricator_of_flesh.txt b/forge-gui/res/cardsfolder/e/extricator_of_sin_extricator_of_flesh.txt index 21930969dc6..98a10935baf 100644 --- a/forge-gui/res/cardsfolder/e/extricator_of_sin_extricator_of_flesh.txt +++ b/forge-gui/res/cardsfolder/e/extricator_of_sin_extricator_of_flesh.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Human Cleric PT:0/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, you may sacrifice another permanent. If you do, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:AB$ Token | Cost$ Sac<1/Permanent.Other/another permanent> | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:AB$ Token | Cost$ Sac<1/Permanent.Other/another permanent> | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Delirium$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ Delirium — At the beginning of your upkeep, if there are four or more card types among cards in your graveyard, transform CARDNAME. SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform SVar:AIPreference:SacCost$Creature.token @@ -20,7 +20,7 @@ ManaCost:no cost Types:Creature Eldrazi Horror PT:3/5 S:Mode$ Continuous | Affected$ Card.Eldrazi+YouCtrl | AddKeyword$ Vigilance | Description$ Eldrazi you control have vigilance. -A:AB$ Token | Cost$ 2 T Sac<1/Creature.nonEldrazi/non-Eldrazi creature> | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 | SpellDescription$ Create a 3/2 colorless Eldrazi Horror creature token. +A:AB$ Token | Cost$ 2 T Sac<1/Creature.nonEldrazi/non-Eldrazi creature> | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | LegacyImage$ c 3 2 eldrazi horror emn | SpellDescription$ Create a 3/2 colorless Eldrazi Horror creature token. SVar:AIPreference:SacCost$Creature.token SVar:Picture:http://www.wizards.com/global/images/magic/general/extricator_of_flesh.jpg Oracle:Eldrazi you control have vigilance.\n{2}, {T}, Sacrifice a non-Eldrazi creature: Create a 3/2 colorless Eldrazi Horror creature token. diff --git a/forge-gui/res/cardsfolder/e/eyeless_watcher.txt b/forge-gui/res/cardsfolder/e/eyeless_watcher.txt index d911dd0557f..383773cedb7 100644 --- a/forge-gui/res/cardsfolder/e/eyeless_watcher.txt +++ b/forge-gui/res/cardsfolder/e/eyeless_watcher.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone K:Devoid PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/eyeless_watcher.jpg diff --git a/forge-gui/res/cardsfolder/e/eyes_in_the_skies.txt b/forge-gui/res/cardsfolder/e/eyes_in_the_skies.txt index 010c8b00d5e..3750d3b19c4 100644 --- a/forge-gui/res/cardsfolder/e/eyes_in_the_skies.txt +++ b/forge-gui/res/cardsfolder/e/eyes_in_the_skies.txt @@ -1,7 +1,7 @@ Name:Eyes in the Skies ManaCost:3 W Types:Instant -A:SP$ Token | Cost$ 3 W | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 bird rtr | SubAbility$ DBCopy | SpellDescription$ Create a 1/1 white Bird creature token with flying, then populate. (Create a token that's a copy of a creature token you control.) +A:SP$ Token | Cost$ 3 W | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_1_1_bird_flying | LegacyImage$ w 1 1 bird flying rtr | SubAbility$ DBCopy | SpellDescription$ Create a 1/1 white Bird creature token with flying, then populate. (Create a token that's a copy of a creature token you control.) SVar:DBCopy:DB$ CopyPermanent | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True DeckHas:Ability$Token DeckHints:Ability$Token diff --git a/forge-gui/res/cardsfolder/e/eyes_of_the_wisent.txt b/forge-gui/res/cardsfolder/e/eyes_of_the_wisent.txt index fe2bbb29f23..bd534f4e00a 100644 --- a/forge-gui/res/cardsfolder/e/eyes_of_the_wisent.txt +++ b/forge-gui/res/cardsfolder/e/eyes_of_the_wisent.txt @@ -2,7 +2,7 @@ Name:Eyes of the Wisent ManaCost:1 G Types:Tribal Enchantment Elemental T:Mode$ SpellCast | ValidCard$ Card.Blue | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | PlayerTurn$ True | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Whenever an opponent casts a blue spell during your turn, you may create a 4/4 green Elemental creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_4_elemental | TokenOwner$ You | LegacyImage$ g 4 4 elemental lrw AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/eyes_of_the_wisent.jpg Oracle:Whenever an opponent casts a blue spell during your turn, you may create a 4/4 green Elemental creature token. diff --git a/forge-gui/res/cardsfolder/e/ezuris_predation.txt b/forge-gui/res/cardsfolder/e/ezuris_predation.txt index cdf2b775d07..8c2bb989ccc 100644 --- a/forge-gui/res/cardsfolder/e/ezuris_predation.txt +++ b/forge-gui/res/cardsfolder/e/ezuris_predation.txt @@ -2,7 +2,7 @@ Name:Ezuri's Predation ManaCost:5 G G G Types:Sorcery A:SP$ RepeatEach | Cost$ 5 G G G | RepeatCards$ Creature.OppCtrl | UseImprinted$ True | RepeatSubAbility$ DBToken | SpellDescription$ For each creature your opponents control, create a 4/4 green Beast creature token. Each of those Beasts fights a different one of those creatures. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast| TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ g 4 4 beast | RememberTokens$ True | SubAbility$ DBFight +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast c15 | RememberTokens$ True | SubAbility$ DBFight SVar:DBFight:DB$ Fight | Defined$ Imprinted | ExtraDefined$ Remembered | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:NeedsToPlay:Creature.OppCtrl+inZoneBattlefield+powerLE3 diff --git a/forge-gui/res/cardsfolder/f/fable_of_wolf_and_owl.txt b/forge-gui/res/cardsfolder/f/fable_of_wolf_and_owl.txt index 2b707a6815a..97da38a553e 100644 --- a/forge-gui/res/cardsfolder/f/fable_of_wolf_and_owl.txt +++ b/forge-gui/res/cardsfolder/f/fable_of_wolf_and_owl.txt @@ -3,8 +3,8 @@ ManaCost:3 GU GU GU Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.Green | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigWolf | TriggerDescription$ Whenever you cast a green spell, you may create a 2/2 green Wolf creature token. T:Mode$ SpellCast | ValidCard$ Card.Blue | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigBird | TriggerDescription$ Whenever you cast a blue spell, you may create a 1/1 blue Bird creature token with flying. -SVar:TrigWolf:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SHM -SVar:TrigBird:DB$ Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ u 1 1 bird EVE +SVar:TrigWolf:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf eve +SVar:TrigBird:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_bird_flying | TokenOwner$ You | LegacyImage$ u 1 1 bird flying eve SVar:BuffedBy:Card.Green,Card.Blue SVar:Picture:http://www.wizards.com/global/images/magic/general/fable_of_wolf_and_owl.jpg Oracle:Whenever you cast a green spell, you may create a 2/2 green Wolf creature token.\nWhenever you cast a blue spell, you may create a 1/1 blue Bird creature token with flying. diff --git a/forge-gui/res/cardsfolder/f/fated_intervention.txt b/forge-gui/res/cardsfolder/f/fated_intervention.txt index 3e1f9f5239b..7a9e85eecc2 100644 --- a/forge-gui/res/cardsfolder/f/fated_intervention.txt +++ b/forge-gui/res/cardsfolder/f/fated_intervention.txt @@ -1,7 +1,7 @@ Name:Fated Intervention ManaCost:2 G G G Types:Instant -A:SP$ Token | Cost$ 2 G G G | TokenAmount$ 2 | TokenName$ Centaur | TokenTypes$ Enchantment,Creature,Centaur | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur bng | SubAbility$ DBScry | SpellDescription$ Create two 3/3 green Centaur enchantment creature tokens. If it's your turn, scry 2. +A:SP$ Token | Cost$ 2 G G G | TokenAmount$ 2 | TokenScript$ g_3_3_e_centaur | LegacyImage$ g 3 3 e centaur bng | SubAbility$ DBScry | SpellDescription$ Create two 3/3 green Centaur enchantment creature tokens. If it's your turn, scry 2. SVar:DBScry:DB$ Scry | ScryNum$ 2 | ConditionPlayerTurn$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/fated_intervention.jpg Oracle:Create two 3/3 green Centaur enchantment creature tokens. If it's your turn, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.) diff --git a/forge-gui/res/cardsfolder/f/fathom_fleet_captain.txt b/forge-gui/res/cardsfolder/f/fathom_fleet_captain.txt index 3841096a189..cee2aac72d9 100644 --- a/forge-gui/res/cardsfolder/f/fathom_fleet_captain.txt +++ b/forge-gui/res/cardsfolder/f/fathom_fleet_captain.txt @@ -4,7 +4,7 @@ Types:Creature Human Pirate PT:2/1 K:Menace T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | IsPresent$ Creature.Pirate+Other+nonToken+YouCtrl | PresentCompare$ GE1 | TriggerDescription$ Whenever CARDNAME attacks, if you control another nontoken Pirate, you may pay {2}. If you do, create a 2/2 black Pirate creature token with menace. -SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenName$ Pirate | TokenTypes$ Creature,Pirate | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Menace +SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ b_2_2_pirate_menace | TokenOwner$ You | LegacyImage$ b 2 2 pirate menace xln SVar:Picture:http://www.wizards.com/global/images/magic/general/fathom_fleet_captain.jpg DeckHas:Ability$Token Oracle:Menace\nWhenever Fathom Fleet Captain attacks, if you control another nontoken Pirate, you may pay {2}. If you do, create a 2/2 black Pirate creature token with menace. diff --git a/forge-gui/res/cardsfolder/f/feast_or_famine.txt b/forge-gui/res/cardsfolder/f/feast_or_famine.txt index f48f30f35b7..290b9970c84 100644 --- a/forge-gui/res/cardsfolder/f/feast_or_famine.txt +++ b/forge-gui/res/cardsfolder/f/feast_or_famine.txt @@ -2,7 +2,7 @@ Name:Feast or Famine ManaCost:3 B Types:Instant A:SP$ Charm | Cost$ 3 B | Choices$ DBToken,DBDestroy -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ugl | SpellDescription$ Create a 2/2 black Zombie creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie all | SpellDescription$ Create a 2/2 black Zombie creature token. SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.nonBlack+nonArtifact | TgtPrompt$ Select target nonblack, nonartifact creature | NoRegen$ True | SpellDescription$ Destroy target nonartifact, nonblack creature and it can't be regenerated. SVar:Picture:http://www.wizards.com/global/images/magic/general/feast_or_famine.jpg Oracle:Choose one —\n• Create a 2/2 black Zombie creature token.\n• Destroy target nonartifact, nonblack creature. It can't be regenerated. diff --git a/forge-gui/res/cardsfolder/f/feed_the_pack.txt b/forge-gui/res/cardsfolder/f/feed_the_pack.txt index 248e44afc50..245106f561e 100644 --- a/forge-gui/res/cardsfolder/f/feed_the_pack.txt +++ b/forge-gui/res/cardsfolder/f/feed_the_pack.txt @@ -2,7 +2,7 @@ Name:Feed the Pack ManaCost:5 G Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, you may sacrifice a nontoken creature. If you do, create X 2/2 green Wolf creature tokens, where X is the sacrificed creature's toughness. -SVar:TrigToken:AB$ Token | Cost$ Sac<1/Creature.nonToken/nontoken creature> | TokenAmount$ X | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ISD | ConditionCheckSVar$ X | References$ X +SVar:TrigToken:AB$ Token | Cost$ Sac<1/Creature.nonToken/nontoken creature> | TokenAmount$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf dka | ConditionCheckSVar$ X | References$ X SVar:X:Sacrificed$CardToughness AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/feed_the_pack.jpg diff --git a/forge-gui/res/cardsfolder/f/feral_incarnation.txt b/forge-gui/res/cardsfolder/f/feral_incarnation.txt index 626cd75d87e..3dbbd4debef 100644 --- a/forge-gui/res/cardsfolder/f/feral_incarnation.txt +++ b/forge-gui/res/cardsfolder/f/feral_incarnation.txt @@ -2,6 +2,6 @@ Name:Feral Incarnation ManaCost:8 G Types:Sorcery K:Convoke -A:SP$ Token | Cost$ 8 G | TokenAmount$ 3 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast M15 | SpellDescription$ Create three 3/3 green Beast creature tokens. +A:SP$ Token | Cost$ 8 G | TokenAmount$ 3 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast m15 | SpellDescription$ Create three 3/3 green Beast creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/feral_incarnation.jpg Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nCreate three 3/3 green Beast creature tokens. diff --git a/forge-gui/res/cardsfolder/f/feral_lightning.txt b/forge-gui/res/cardsfolder/f/feral_lightning.txt index 0e4ede8e7f5..a676daadc31 100644 --- a/forge-gui/res/cardsfolder/f/feral_lightning.txt +++ b/forge-gui/res/cardsfolder/f/feral_lightning.txt @@ -1,7 +1,7 @@ Name:Feral Lightning ManaCost:3 R R R Types:Sorcery -A:SP$ Token | Cost$ 3 R R R | TokenAmount$ 3 | TokenScript$ r_3_1_elemental_haste | AtEOT$ Exile | SpellDescription$ Create three 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. +A:SP$ Token | Cost$ 3 R R R | TokenAmount$ 3 | TokenScript$ r_3_1_elemental_haste | LegacyImage$ r 3 1 elemental haste sok | AtEOT$ Exile | SpellDescription$ Create three 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. SVar:PlayMain1:TRUE SVar:Picture:http://resources.wizards.com/magic/cards/sok/en-us/card84373.jpg Oracle:Create three 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/f/fertile_imagination.txt b/forge-gui/res/cardsfolder/f/fertile_imagination.txt index aeafe8e9a14..b870e56f74d 100644 --- a/forge-gui/res/cardsfolder/f/fertile_imagination.txt +++ b/forge-gui/res/cardsfolder/f/fertile_imagination.txt @@ -3,7 +3,7 @@ ManaCost:2 G G Types:Sorcery A:SP$ ChooseType | Cost$ 2 G G | Defined$ You | Type$ Card | SubAbility$ DBReveal | SpellDescription$ Choose a card type. Target opponent reveals their hand. Create two 1/1 green Saproling creature tokens for each card of the chosen type revealed this way. SVar:DBReveal:DB$ RevealHand | RememberRevealed$ True | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | References$ X,Y | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dis | References$ X,Y | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:SVar$Y/Twice SVar:Y:Remembered$Valid Card.ChosenType diff --git a/forge-gui/res/cardsfolder/f/feudkillers_verdict.txt b/forge-gui/res/cardsfolder/f/feudkillers_verdict.txt index c775f299655..d3a0da09f2e 100644 --- a/forge-gui/res/cardsfolder/f/feudkillers_verdict.txt +++ b/forge-gui/res/cardsfolder/f/feudkillers_verdict.txt @@ -2,7 +2,7 @@ Name:Feudkiller's Verdict ManaCost:4 W W Types:Tribal Sorcery Giant A:SP$ GainLife | Cost$ 4 W W | Defined$ You | LifeAmount$ 10 | SubAbility$ Token | SpellDescription$ You gain 10 life. Then if you have more life than an opponent, create a 5/5 white Giant Warrior creature token. -SVar:Token:DB$ Token | ConditionLifeTotal$ You | ConditionLifeAmount$ GTX | TokenAmount$ 1 | TokenName$ Giant Warrior | TokenTypes$ Creature,Giant,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 5 | TokenToughness$ 5 | References$ X +SVar:Token:DB$ Token | ConditionLifeTotal$ You | ConditionLifeAmount$ GTX | TokenAmount$ 1 | TokenScript$ w_5_5_giant_warrior | TokenOwner$ You | LegacyImage$ w 5 5 giant warrior mor | References$ X SVar:X:PlayerCountOpponents$LowestLifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/feudkillers_verdict.jpg Oracle:You gain 10 life. Then if you have more life than an opponent, create a 5/5 white Giant Warrior creature token. diff --git a/forge-gui/res/cardsfolder/f/field_of_souls.txt b/forge-gui/res/cardsfolder/f/field_of_souls.txt index 43a6f5bc876..7d4404034d7 100644 --- a/forge-gui/res/cardsfolder/f/field_of_souls.txt +++ b/forge-gui/res/cardsfolder/f/field_of_souls.txt @@ -2,7 +2,7 @@ Name:Field of Souls ManaCost:2 W W Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+YouOwn | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying pls +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying tmp DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/field_of_souls.jpg Oracle:Whenever a nontoken creature is put into your graveyard from the battlefield, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/f/filigree_crawler.txt b/forge-gui/res/cardsfolder/f/filigree_crawler.txt index e64b99e1f39..61b449e5c90 100644 --- a/forge-gui/res/cardsfolder/f/filigree_crawler.txt +++ b/forge-gui/res/cardsfolder/f/filigree_crawler.txt @@ -3,7 +3,7 @@ ManaCost:4 Types:Artifact Creature Insect PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerController$ TriggeredCardController | Execute$ TrigToken | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying aer DeckHas:Ability$Token SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/filigree_crawler.jpg diff --git a/forge-gui/res/cardsfolder/f/firecat_blitz.txt b/forge-gui/res/cardsfolder/f/firecat_blitz.txt index 63fce0d20d9..4b19aaf779a 100644 --- a/forge-gui/res/cardsfolder/f/firecat_blitz.txt +++ b/forge-gui/res/cardsfolder/f/firecat_blitz.txt @@ -1,7 +1,7 @@ Name:Firecat Blitz ManaCost:X R R Types:Sorcery -A:SP$ Token | Cost$ X R R | TokenAmount$ X | TokenScript$ r_1_1_elemental_cat_haste | AtEOT$ Exile | References$ X | SpellDescription$ Create X 1/1 red Elemental Cat creature tokens with haste. Exile them at the beginning of the next end step. +A:SP$ Token | Cost$ X R R | TokenAmount$ X | TokenScript$ r_1_1_elemental_cat_haste | LegacyImage$ r 1 1 elemental cat haste jud | AtEOT$ Exile | References$ X | SpellDescription$ Create X 1/1 red Elemental Cat creature tokens with haste. Exile them at the beginning of the next end step. SVar:X:Count$xPaid #X Will get overwritten by Announce K:Flashback:R R Sac diff --git a/forge-gui/res/cardsfolder/f/first_response.txt b/forge-gui/res/cardsfolder/f/first_response.txt index 66d5b5fea31..648139feea9 100644 --- a/forge-gui/res/cardsfolder/f/first_response.txt +++ b/forge-gui/res/cardsfolder/f/first_response.txt @@ -2,7 +2,7 @@ Name:First Response ManaCost:3 W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | CheckSVar$ X | References$ X | SVarCompare$ GE1 | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, if you lost life last turn, create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M15 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m15 SVar:X:Count$Controller$LifeLostLastTurn SVar:Picture:http://www.wizards.com/global/images/magic/general/first_response.jpg Oracle:At the beginning of each upkeep, if you lost life last turn, create a 1/1 white Soldier creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/fists_of_ironwood.txt b/forge-gui/res/cardsfolder/f/fists_of_ironwood.txt index 6393d8a7bda..7b1ad722c49 100644 --- a/forge-gui/res/cardsfolder/f/fists_of_ironwood.txt +++ b/forge-gui/res/cardsfolder/f/fists_of_ironwood.txt @@ -5,7 +5,7 @@ K:Enchant creature A:SP$ Attach | Cost$ 1 G | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Trample | Description$ Enchanted creature has trample. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/fists_of_ironwood.jpg Oracle:Enchant creature\nWhen Fists of Ironwood enters the battlefield, create two 1/1 green Saproling creature tokens.\nEnchanted creature has trample. diff --git a/forge-gui/res/cardsfolder/f/flamewright.txt b/forge-gui/res/cardsfolder/f/flamewright.txt index 65f8e637c71..d0b141c6a6c 100644 --- a/forge-gui/res/cardsfolder/f/flamewright.txt +++ b/forge-gui/res/cardsfolder/f/flamewright.txt @@ -2,7 +2,7 @@ Name:Flamewright ManaCost:R W Types:Creature Human Artificer PT:1/1 -A:AB$ Token | Cost$ 1 T | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Defender | SpellDescription$ Create a 1/1 colorless Construct artifact creature token with defender. +A:AB$ Token | Cost$ 1 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_construct_defender | TokenOwner$ You | LegacyImage$ c 1 1 a construct defender cns | SpellDescription$ Create a 1/1 colorless Construct artifact creature token with defender. A:AB$ DealDamage | Cost$ T Sac<1/Creature.withDefender/creature with defender> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to any target. SVar:Picture:http://www.wizards.com/global/images/magic/general/flamewright.jpg Oracle:{1}, {T}: Create a 1/1 colorless Construct artifact creature token with defender.\n{T}, Sacrifice a creature with defender: Flamewright deals 1 damage to any target. diff --git a/forge-gui/res/cardsfolder/f/flash_foliage.txt b/forge-gui/res/cardsfolder/f/flash_foliage.txt index e8d14f30fb1..ee0cda48751 100644 --- a/forge-gui/res/cardsfolder/f/flash_foliage.txt +++ b/forge-gui/res/cardsfolder/f/flash_foliage.txt @@ -1,7 +1,7 @@ Name:Flash Foliage ManaCost:2 G Types:Instant -A:SP$ Token | Cost$ 2 G | ValidTgts$ Creature.attackingYou | TgtPrompt$ Select target creature attacking you | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenBlocking$ Targeted | ActivationPhases$ Declare Blockers->EndCombat | SubAbility$ DBDraw | StackDescription$ SpellDescription | SpellDescription$ Cast CARDNAME only during combat after blockers are declared. Create a 1/1 green Saproling creature token that's blocking target creature attacking you. Draw a card. +A:SP$ Token | Cost$ 2 G | ValidTgts$ Creature.attackingYou | TgtPrompt$ Select target creature attacking you | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dis | TokenBlocking$ Targeted | ActivationPhases$ Declare Blockers->EndCombat | SubAbility$ DBDraw | StackDescription$ SpellDescription | SpellDescription$ Cast CARDNAME only during combat after blockers are declared. Create a 1/1 green Saproling creature token that's blocking target creature attacking you. Draw a card. SVar:DBDraw:DB$ Draw | NumCards$ 1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/flash_foliage.jpg diff --git a/forge-gui/res/cardsfolder/f/fleeting_memories.txt b/forge-gui/res/cardsfolder/f/fleeting_memories.txt index 15587f24a21..25456abe3d7 100644 --- a/forge-gui/res/cardsfolder/f/fleeting_memories.txt +++ b/forge-gui/res/cardsfolder/f/fleeting_memories.txt @@ -2,8 +2,7 @@ Name:Fleeting Memories ManaCost:2 U Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi T:Mode$ Sacrificed | ValidCard$ Clue.YouCtrl | Execute$ TrigMill | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a Clue, target player puts the top three cards of their library into their graveyard. SVar:TrigMill:DB$ Mill | NumCards$ 3 | ValidTgts$ Player | TgtPrompt$ Select target player DeckHints:Ability$Investigate diff --git a/forge-gui/res/cardsfolder/f/flesh_carver.txt b/forge-gui/res/cardsfolder/f/flesh_carver.txt index 67bfc66f3c9..69ae6317373 100644 --- a/forge-gui/res/cardsfolder/f/flesh_carver.txt +++ b/forge-gui/res/cardsfolder/f/flesh_carver.txt @@ -5,7 +5,7 @@ PT:2/2 K:Intimidate A:AB$ PutCounter | Cost$ 1 B Sac<1/Creature.Other/another creature> | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ Put two +1/+1 counters on CARDNAME. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create an X/X black Horror creature token, where X is CARDNAME's power. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | References$ X | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ X | TokenToughness$ X +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | References$ X | TokenScript$ b_x_x_horror | TokenOwner$ You | LegacyImage$ b x x horror c14 | TokenPower$ X | TokenToughness$ X SVar:X:TriggeredCard$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/flesh_carver.jpg Oracle:Intimidate\n{1}{B}, Sacrifice another creature: Put two +1/+1 counters on Flesh Carver.\nWhen Flesh Carver dies, create an X/X black Horror creature token, where X is Flesh Carver's power. diff --git a/forge-gui/res/cardsfolder/f/flourishing_defenses.txt b/forge-gui/res/cardsfolder/f/flourishing_defenses.txt index 74de62fd2a0..43c71cfb85a 100644 --- a/forge-gui/res/cardsfolder/f/flourishing_defenses.txt +++ b/forge-gui/res/cardsfolder/f/flourishing_defenses.txt @@ -2,7 +2,7 @@ Name:Flourishing Defenses ManaCost:4 G Types:Enchantment T:Mode$ CounterAdded | ValidCard$ Creature | TriggerZones$ Battlefield | CounterType$ M1M1 | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Whenever a -1/-1 counter is put on a creature, create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 elf warrior SHM +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior shm AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/flourishing_defenses.jpg Oracle:Whenever a -1/-1 counter is put on a creature, you may create a 1/1 green Elf Warrior creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/flurry_of_horns.txt b/forge-gui/res/cardsfolder/f/flurry_of_horns.txt index 7b41b87a42b..ba1e39ad978 100644 --- a/forge-gui/res/cardsfolder/f/flurry_of_horns.txt +++ b/forge-gui/res/cardsfolder/f/flurry_of_horns.txt @@ -1,6 +1,6 @@ Name:Flurry of Horns ManaCost:4 R Types:Sorcery -A:SP$ Token | Cost$ 4 R | TokenAmount$ 2 | TokenName$ Minotaur | TokenTypes$ Creature,Minotaur | TokenOwner$ You | TokenColors$ Red | TokenPower$ 2 | TokenToughness$ 3 | TokenKeywords$ Haste | SpellDescription$ Create two 2/3 red Minotaur creature tokens with haste. +A:SP$ Token | Cost$ 4 R | TokenAmount$ 2 | TokenScript$ r_2_3_minotaur_haste | TokenOwner$ You | LegacyImage$ r 2 3 minotaur haste jou | SpellDescription$ Create two 2/3 red Minotaur creature tokens with haste. SVar:Picture:http://www.wizards.com/global/images/magic/general/flurry_of_horns.jpg Oracle:Create two 2/3 red Minotaur creature tokens with haste. diff --git a/forge-gui/res/cardsfolder/f/flurry_of_wings.txt b/forge-gui/res/cardsfolder/f/flurry_of_wings.txt index 08496f46a80..a33d2a26749 100644 --- a/forge-gui/res/cardsfolder/f/flurry_of_wings.txt +++ b/forge-gui/res/cardsfolder/f/flurry_of_wings.txt @@ -1,7 +1,7 @@ Name:Flurry of Wings ManaCost:G W U Types:Instant -A:SP$ Token | Cost$ G W U | TokenAmount$ X | TokenName$ Bird Soldier | TokenTypes$ Creature,Bird,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | References$ X | SpellDescription$ Create X 1/1 white Bird Soldier creature tokens with flying, where X is the number of attacking creatures. +A:SP$ Token | Cost$ G W U | TokenAmount$ X | TokenScript$ w_1_1_bird_soldier_flying | TokenOwner$ You | LegacyImage$ w 1 1 bird soldier flying arb | References$ X | SpellDescription$ Create X 1/1 white Bird Soldier creature tokens with flying, where X is the number of attacking creatures. SVar:X:Count$Valid Creature.attacking AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/flurry_of_wings.jpg diff --git a/forge-gui/res/cardsfolder/f/for_each_of_you_a_gift.txt b/forge-gui/res/cardsfolder/f/for_each_of_you_a_gift.txt index bd85d5e3d83..65277f2d2af 100644 --- a/forge-gui/res/cardsfolder/f/for_each_of_you_a_gift.txt +++ b/forge-gui/res/cardsfolder/f/for_each_of_you_a_gift.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TrigRepeat | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, for each opponent, create a 3/3 black Horror creature token that attacks that player each combat if able. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 | TokenHiddenKeywords$ CARDNAME attacks specific player each combat if able:Remembered | TokenRemembered$ Player.IsRemembered +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_3_3_horror_designated | TokenOwner$ You | LegacyImage$ b 3 3 horror designated e01 | TokenHiddenKeywords$ CARDNAME attacks specific player each combat if able:Remembered | TokenRemembered$ Player.IsRemembered SVar:Picture:https://downloads.cardforge.org/images/cards/E01/For Each of You, a Gift.full.jpg Oracle:When you set this scheme in motion, for each opponent, create a 3/3 black Horror creature token that attacks that player each combat if able. diff --git a/forge-gui/res/cardsfolder/f/forbidden_orchard.txt b/forge-gui/res/cardsfolder/f/forbidden_orchard.txt index d35cececfd0..730dfae9f0e 100644 --- a/forge-gui/res/cardsfolder/f/forbidden_orchard.txt +++ b/forge-gui/res/cardsfolder/f/forbidden_orchard.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color. T:Mode$ TapsForMana | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever you tap CARDNAME for mana, target opponent creates a 1/1 colorless Spirit creature token. -SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ Targeted +SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit chk | TokenOwner$ Targeted SVar:Picture:http://www.wizards.com/global/images/magic/general/forbidden_orchard.jpg Oracle:{T}: Add one mana of any color.\nWhenever you tap Forbidden Orchard for mana, target opponent creates a 1/1 colorless Spirit creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/forlorn_pseudamma.txt b/forge-gui/res/cardsfolder/f/forlorn_pseudamma.txt index a4985e94dec..daa2d306fe9 100644 --- a/forge-gui/res/cardsfolder/f/forlorn_pseudamma.txt +++ b/forge-gui/res/cardsfolder/f/forlorn_pseudamma.txt @@ -4,6 +4,6 @@ Types:Creature Zombie K:Intimidate PT:2/1 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ GFGToken | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may pay {2}{B}. If you do, create a 2/2 black Zombie enchantment creature token. -SVar:GFGToken:AB$ Token | Cost$ 2 B | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Enchantment,Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie bng +SVar:GFGToken:AB$ Token | Cost$ 2 B | TokenAmount$ 1 | TokenScript$ b_2_2_e_zombie | TokenOwner$ You | LegacyImage$ b 2 2 e zombie bng SVar:Picture:http://www.wizards.com/global/images/magic/general/forlorn_pseudamma.txt Oracle:Intimidate\nInspired — Whenever Forlorn Pseudamma becomes untapped, you may pay {2}{B}. If you do, create a 2/2 black Zombie enchantment creature token. diff --git a/forge-gui/res/cardsfolder/f/foul_emissary.txt b/forge-gui/res/cardsfolder/f/foul_emissary.txt index a88903c7461..240b9f438c0 100644 --- a/forge-gui/res/cardsfolder/f/foul_emissary.txt +++ b/forge-gui/res/cardsfolder/f/foul_emissary.txt @@ -5,7 +5,7 @@ PT:1/1 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerDescription$ When CARDNAME enters the battlefield, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order. SVar:TrigDig:DB$Dig | DigNum$ 4 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Creature T:Mode$ Sacrificed | ValidCard$ Card.Self | WhileKeyword$ Emerge | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When you sacrifice CARDNAME while casting a spell with emerge, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn DeckHints:Type$Eldrazi|Horror & Keyword$Emerge DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/foul_emissary.jpg diff --git a/forge-gui/res/cardsfolder/f/foundry_of_the_consuls.txt b/forge-gui/res/cardsfolder/f/foundry_of_the_consuls.txt index d269578c13e..0a4a946673c 100644 --- a/forge-gui/res/cardsfolder/f/foundry_of_the_consuls.txt +++ b/forge-gui/res/cardsfolder/f/foundry_of_the_consuls.txt @@ -2,7 +2,7 @@ Name:Foundry of the Consuls ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 5 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI | SpellDescription$ Create two 1/1 colorless Thopter artifact creature tokens with flying. +A:AB$ Token | Cost$ 5 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori | SpellDescription$ Create two 1/1 colorless Thopter artifact creature tokens with flying. DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/foundry_of_the_consul.jpg Oracle:{T}: Add {C}.\n{5}, {T}, Sacrifice Foundry of the Consul: Create two 1/1 colorless Thopter artifact creature tokens with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/fresh_meat.txt b/forge-gui/res/cardsfolder/f/fresh_meat.txt index 583193dc4c0..6861f9c360b 100644 --- a/forge-gui/res/cardsfolder/f/fresh_meat.txt +++ b/forge-gui/res/cardsfolder/f/fresh_meat.txt @@ -1,7 +1,7 @@ Name:Fresh Meat ManaCost:3 G Types:Instant -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenOwner$ You | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast NPH | References$ X | SpellDescription$ Create a 3/3 green Beast creature token for each creature put into your graveyard from the battlefield this turn. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenOwner$ You | TokenScript$ g_3_3_beast | LegacyImage$ g 3 3 beast nph | References$ X | SpellDescription$ Create a 3/3 green Beast creature token for each creature put into your graveyard from the battlefield this turn. SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.YouCtrl AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/fresh_meat.jpg diff --git a/forge-gui/res/cardsfolder/f/freyalise_llanowars_fury.txt b/forge-gui/res/cardsfolder/f/freyalise_llanowars_fury.txt index 4a7cd2258b1..d5eaf0b98eb 100644 --- a/forge-gui/res/cardsfolder/f/freyalise_llanowars_fury.txt +++ b/forge-gui/res/cardsfolder/f/freyalise_llanowars_fury.txt @@ -3,8 +3,7 @@ ManaCost:3 G G Types:Legendary Planeswalker Freyalise Loyalty:3 Text:CARDNAME can be your commander. -A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Elf Druid | TokenTypes$ Creature,Elf,Druid | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ DBMana | SpellDescription$ Create a 1/1 green Elf Druid creature token with "{T}: Add {G}." -SVar:DBMana:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. +A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_1_1_elf_druid_g | TokenOwner$ You | LegacyImage$ g 1 1 elf druid g c14 | SpellDescription$ Create a 1/1 green Elf Druid creature token with "{T}: Add {G}." A:AB$ Destroy | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. A:AB$ Draw | Cost$ SubCounter<6/LOYALTY> | NumCards$ X | Planeswalker$ True | Ultimate$ True | Defined$ You | References$ X | SpellDescription$ Draw a card for each green creature you control. SVar:X:Count$Valid Creature.Green+YouCtrl diff --git a/forge-gui/res/cardsfolder/f/from_beyond.txt b/forge-gui/res/cardsfolder/f/from_beyond.txt index 7143384f8f1..ec708f51548 100644 --- a/forge-gui/res/cardsfolder/f/from_beyond.txt +++ b/forge-gui/res/cardsfolder/f/from_beyond.txt @@ -3,8 +3,7 @@ ManaCost:3 G Types:Enchantment K:Devoid T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz A:AB$ ChangeZone | Cost$ 1 G Sac<1/CARDNAME> | Origin$ Library | Destination$ Hand | ChangeType$ Eldrazi | ChangeNum$ 1 | SpellDescription$ Search your library for an Eldrazi card, reveal it, put it into your hand, then shuffle your library. DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/f/from_under_the_floorboards.txt b/forge-gui/res/cardsfolder/f/from_under_the_floorboards.txt index 9029d09c389..6e112b57b26 100644 --- a/forge-gui/res/cardsfolder/f/from_under_the_floorboards.txt +++ b/forge-gui/res/cardsfolder/f/from_under_the_floorboards.txt @@ -2,7 +2,7 @@ Name:From Under the Floorboards ManaCost:3 B B Types:Sorcery K:Madness:X B B -A:SP$ Token | Cost$ 3 B B | TokenImage$ b 2 2 zombie SOI | TokenAmount$ Y | References$ X,Y | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | TokenTapped$ True | SubAbility$ DBGainLife | SpellDescription$ Create three tapped 2/2 black Zombie creature tokens and you gain 3 life. If CARDNAME's madness cost was paid, instead create X of those tokens and you gain X life. +A:SP$ Token | Cost$ 3 B B | LegacyImage$ b 2 2 zombie soi | TokenAmount$ Y | References$ X,Y | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | SubAbility$ DBGainLife | SpellDescription$ Create three tapped 2/2 black Zombie creature tokens and you gain 3 life. If CARDNAME's madness cost was paid, instead create X of those tokens and you gain X life. SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ Y | References$ Y SVar:X:Count$xPaid SVar:Y:Count$Madness.X.3 diff --git a/forge-gui/res/cardsfolder/f/funeral_pyre.txt b/forge-gui/res/cardsfolder/f/funeral_pyre.txt index 24b5d2fe659..6adbef91222 100644 --- a/forge-gui/res/cardsfolder/f/funeral_pyre.txt +++ b/forge-gui/res/cardsfolder/f/funeral_pyre.txt @@ -2,7 +2,7 @@ Name:Funeral Pyre ManaCost:W Types:Instant A:SP$ ChangeZone | Cost$ W | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | SubAbility$ DBToken | SpellDescription$ Exile target card from a graveyard. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ TargetedController | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Its owner creates a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying jud | SpellDescription$ Its owner creates a 1/1 white Spirit creature token with flying. AI:RemoveDeck:All DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/funeral_pyre.jpg diff --git a/forge-gui/res/cardsfolder/f/fungal_infection.txt b/forge-gui/res/cardsfolder/f/fungal_infection.txt index eafbe512a93..fd395939281 100644 --- a/forge-gui/res/cardsfolder/f/fungal_infection.txt +++ b/forge-gui/res/cardsfolder/f/fungal_infection.txt @@ -2,6 +2,6 @@ Name:Fungal Infection ManaCost:B Types:Instant A:SP$ Pump | Cost$ B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True | SubAbility$ DBSaproling | SpellDescription$ Target creature gets -1/-1 until end of turn. Create a 1/1 green Saproling creature token. -SVar:DBSaproling:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling DOM +SVar:DBSaproling:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dom DeckHas:Ability$Token Oracle:Target creature gets -1/-1 until end of turn. Create a 1/1 green Saproling creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/fungal_plots.txt b/forge-gui/res/cardsfolder/f/fungal_plots.txt index 4d10311ee28..bb67419f061 100644 --- a/forge-gui/res/cardsfolder/f/fungal_plots.txt +++ b/forge-gui/res/cardsfolder/f/fungal_plots.txt @@ -1,7 +1,7 @@ Name:Fungal Plots ManaCost:1 G Types:Enchantment -A:AB$ Token | Cost$ 1 G ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling DOM | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 G ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dom | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ GainLife | Cost$ Sac<2/Saproling> | Defined$ You | LifeAmount$ 2 | SubAbility$ DBDraw | SpellDescription$ Gain 2 life and draw a card. SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 SVar:AIPreference:ExileFromGraveCost$Creature.cmcGE1+inZoneGraveyard diff --git a/forge-gui/res/cardsfolder/f/fungal_sprouting.txt b/forge-gui/res/cardsfolder/f/fungal_sprouting.txt index 92673e14157..d3570ce0891 100644 --- a/forge-gui/res/cardsfolder/f/fungal_sprouting.txt +++ b/forge-gui/res/cardsfolder/f/fungal_sprouting.txt @@ -1,7 +1,7 @@ Name:Fungal Sprouting ManaCost:3 G Types:Sorcery -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling M13 | References$ X | SpellDescription$ Create X 1/1 green Saproling creature tokens, where X is the greatest power among creatures you control. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling m13 | References$ X | SpellDescription$ Create X 1/1 green Saproling creature tokens, where X is the greatest power among creatures you control. SVar:X:Count$GreatestPower_Creature.YouCtrl DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/fungal_sprouting.jpg diff --git a/forge-gui/res/cardsfolder/g/gallant_cavalry.txt b/forge-gui/res/cardsfolder/g/gallant_cavalry.txt index 1beb7b93083..09b771c22df 100644 --- a/forge-gui/res/cardsfolder/g/gallant_cavalry.txt +++ b/forge-gui/res/cardsfolder/g/gallant_cavalry.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Human Knight K:Vigilance T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 white Knight creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ White | TokenTypes$ Knight,Creature | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | LegacyImage$ w 2 2 knight vigilance m19 DeckHas:Ability$Token Oracle:Vigilance (Attacking doesn't cause this creature to tap.)\nWhen Gallant Cavalry enters the battlefield, create a 2/2 white Knight creature token with vigilance. PT:2/2 diff --git a/forge-gui/res/cardsfolder/g/gallows_at_willow_hill.txt b/forge-gui/res/cardsfolder/g/gallows_at_willow_hill.txt index c5c4f8a9b0a..dd07c1e7e58 100644 --- a/forge-gui/res/cardsfolder/g/gallows_at_willow_hill.txt +++ b/forge-gui/res/cardsfolder/g/gallows_at_willow_hill.txt @@ -2,7 +2,7 @@ Name:Gallows at Willow Hill ManaCost:3 Types:Artifact A:AB$ Destroy | Cost$ 3 T tapXType<3/Human> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ GhostToken | SpellDescription$ Destroy target creature. -SVar:GhostToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ TargetedController | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit avr | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. +SVar:GhostToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ TargetedController | LegacyImage$ w 1 1 spirit flying avr | SpellDescription$ Its controller creates a 1/1 white Spirit creature token with flying. DeckNeeds:Type$Human DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/gallows_at_willow_hill.jpg diff --git a/forge-gui/res/cardsfolder/g/gargoyle_castle.txt b/forge-gui/res/cardsfolder/g/gargoyle_castle.txt index 6f16b211407..997483519cf 100644 --- a/forge-gui/res/cardsfolder/g/gargoyle_castle.txt +++ b/forge-gui/res/cardsfolder/g/gargoyle_castle.txt @@ -2,6 +2,6 @@ Name:Gargoyle Castle ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 5 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Gargoyle | TokenTypes$ Artifact,Creature,Gargoyle | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 4 | TokenKeywords$ Flying | SpellDescription$ Create a 3/4 colorless Gargoyle artifact creature token with flying. +A:AB$ Token | Cost$ 5 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_3_4_a_gargoyle_flying | LegacyImage$ c 3 4 a gargoyle flying m10 | SpellDescription$ Create a 3/4 colorless Gargoyle artifact creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/gargoyle_castle.jpg Oracle:{T}: Add {C}.\n{5}, {T}, Sacrifice Gargoyle Castle: Create a 3/4 colorless Gargoyle artifact creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/garruk_apex_predator.txt b/forge-gui/res/cardsfolder/g/garruk_apex_predator.txt index 6a89157473d..91e02bb4b6b 100644 --- a/forge-gui/res/cardsfolder/g/garruk_apex_predator.txt +++ b/forge-gui/res/cardsfolder/g/garruk_apex_predator.txt @@ -3,7 +3,7 @@ ManaCost:5 B G Types:Legendary Planeswalker Garruk Loyalty:5 A:AB$ Destroy | Cost$ AddCounter<1/LOYALTY> | ValidTgts$ Planeswalker.Other | TgtPrompt$ Select another target planeswalker | Planeswalker$ True | SpellDescription$ Destroy another target planeswalker. -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Deathtouch | SpellDescription$ Create a 3/3 black Beast creature token with deathtouch. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ b_3_3_beast_deathtouch | TokenOwner$ You | LegacyImage$ b 3 3 beast deathtouch m15 | SpellDescription$ Create a 3/3 black Beast creature token with deathtouch. A:AB$ Destroy | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBGainLife | SpellDescription$ Destroy target creature. You gain life equal to its toughness. SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X SVar:X:TargetedLKI$CardToughness diff --git a/forge-gui/res/cardsfolder/g/garruk_primal_hunter.txt b/forge-gui/res/cardsfolder/g/garruk_primal_hunter.txt index 8030c0fa9e6..ec658e672f6 100644 --- a/forge-gui/res/cardsfolder/g/garruk_primal_hunter.txt +++ b/forge-gui/res/cardsfolder/g/garruk_primal_hunter.txt @@ -2,10 +2,10 @@ Name:Garruk, Primal Hunter ManaCost:2 G G G Types:Legendary Planeswalker Garruk Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast M12 | SpellDescription$ Create a 3/3 green Beast creature token. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast m12 | SpellDescription$ Create a 3/3 green Beast creature token. A:AB$ Draw | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Defined$ You | NumCards$ X | References$ X | SpellDescription$ Draw cards equal to the greatest power among creatures you control. SVar:X:Count$GreatestPower_Creature.YouCtrl -A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ Y | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenColors$ Green | TokenPower$ 6 | TokenToughness$ 6 | TokenImage$ g 6 6 wurm M12 | SpellDescription$ Create a 6/6 green Wurm creature for each land you control. +A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ Y | TokenScript$ g_6_6_wurm | TokenOwner$ You | LegacyImage$ g 6 6 wurm m12 | SpellDescription$ Create a 6/6 green Wurm creature for each land you control. SVar:Y:Count$Valid Land.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/garruk_primal_hunter.jpg Oracle:[+1]: Create a 3/3 green Beast creature token.\n[-3]: Draw cards equal to the greatest power among creatures you control.\n[-6]: Create a 6/6 green Wurm creature for each land you control. diff --git a/forge-gui/res/cardsfolder/g/garruk_relentless_garruk_the_veil_cursed.txt b/forge-gui/res/cardsfolder/g/garruk_relentless_garruk_the_veil_cursed.txt index 0f34efc2268..84f38ee8972 100644 --- a/forge-gui/res/cardsfolder/g/garruk_relentless_garruk_the_veil_cursed.txt +++ b/forge-gui/res/cardsfolder/g/garruk_relentless_garruk_the_veil_cursed.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Garruk Loyalty:3 T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_LE2_LOYALTY | Execute$ TrigTransform | TriggerDescription$ When CARDNAME has two or fewer loyalty counters on him, transform him. A:AB$ DealDamage | Cost$ AddCounter<0/LOYALTY> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 3 | SubAbility$ DamageThis | Planeswalker$ True | SpellDescription$ CARDNAME deals 3 damage to target creature. That creature deals damage equal to its power to him. -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ISD | Planeswalker$ True | References$ Y | SpellDescription$ Create a 2/2 green Wolf creature token. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf isd | Planeswalker$ True | References$ Y | SpellDescription$ Create a 2/2 green Wolf creature token. SVar:DamageThis:DB$ DealDamage | Defined$ Self | DamageSource$ Targeted | NumDmg$ Y | References$ Y SVar:Y:Targeted$CardPower SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform @@ -19,7 +19,7 @@ ManaCost:no cost Colors:green,black Types:Legendary Planeswalker Garruk Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenName$ Wolf | TokenImage$ b 1 1 wolf |TokenColors$ Black | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Deathtouch | Planeswalker$ True | SpellDescription$ Create a 1/1 black Wolf creature token with deathtouch. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenScript$ b_1_1_wolf_deathtouch | LegacyImage$ b 1 1 wolf deathtouch isd | TokenOwner$ You | Planeswalker$ True | SpellDescription$ Create a 1/1 black Wolf creature token with deathtouch. A:AB$ Sacrifice | Cost$ SubCounter<1/LOYALTY> | Defined$ You | SacValid$ Creature | SacMessage$ Creature | SubAbility$ DBSearch | Planeswalker$ True | RememberSacrificed$ True | SpellDescription$ Sacrifice a creature. If you do, search your library for a creature card, reveal it, put it into your hand, then shuffle your library. A:AB$ PumpAll | Cost$ SubCounter<3/LOYALTY> | ValidCards$ Creature.YouCtrl | KW$ Trample | NumAtt$ X | NumDef$ X | Planeswalker$ True | Ultimate$ True | References$ X | SpellDescription$ Creatures you control gain trample and get +X/+X until end of turn, where X is the number of creature cards in your graveyard. SVar:X:Count$TypeInYourYard.Creature diff --git a/forge-gui/res/cardsfolder/g/garruk_the_slayer.txt b/forge-gui/res/cardsfolder/g/garruk_the_slayer.txt new file mode 100644 index 00000000000..e4c41a36ae0 --- /dev/null +++ b/forge-gui/res/cardsfolder/g/garruk_the_slayer.txt @@ -0,0 +1,12 @@ +Name:Garruk the Slayer +ManaCost:no cost +Colors:black,green +Types:Legendary Planeswalker Garruk +Loyalty:20 +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | TokenScript$ g_2_2_wolf | LegacyImage$ g 2 2 wolf m15 | SpellDescription$ Create a 2/2 green Wolf creature token. +A:AB$ Pump | Cost$ AddCounter<4/LOYALTY> | Planeswalker$ True | NumAtt$ +1 | NumDef$ +0 | KW$ Deathtouch | TgtPrompt$ Select target Wolf creature | ValidTgts$ Creature.Wolf | SpellDescription$ Target Wolf creature gets +1/+0 and gains deathtouch until end of turn. +A:AB$ Destroy | Cost$ SubCounter<10/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBAddLoyalty | SpellDescription$ Destroy target creature. Put loyalty counters on CARDNAME equal to that creature's toughness. +SVar:DBAddLoyalty:DB$ PutCounter | Defined$ Self | CounterType$ LOYALTY | CounterNum$ X +SVar:X:TargetedLKI$CardToughness +A:AB$ DestroyAll | Cost$ SubCounter<25/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidCards$ Creature.YouDontCtrl | SpellDescription$ Destroy all creatures Garruk the Slayer doesn't control. +Oracle:[0]: Create a 2/2 green Wolf creature token.\n[+4]: Target Wolf creature gets 1/+0 and gains deathtouch until end of turn.\n[-10]: Destroy target creature. Put loyalty counters on Garruk the Slayer equal to that creature's toughness.\n[-25]: Destroy all creatures Garruk the Slayer doesn't control. diff --git a/forge-gui/res/cardsfolder/g/garruk_wildspeaker.txt b/forge-gui/res/cardsfolder/g/garruk_wildspeaker.txt index 16aa042b90f..cbf0e135952 100644 --- a/forge-gui/res/cardsfolder/g/garruk_wildspeaker.txt +++ b/forge-gui/res/cardsfolder/g/garruk_wildspeaker.txt @@ -3,7 +3,7 @@ ManaCost:2 G G Types:Legendary Planeswalker Garruk Loyalty:3 A:AB$ Untap | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidTgts$ Land | TgtPrompt$ Select target land | TargetMin$ 2 | TargetMax$ 2 | SpellDescription$ Untap two target lands. -A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast LRW | SpellDescription$ Create a 3/3 green Beast creature token. +A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast lrw | SpellDescription$ Create a 3/3 green Beast creature token. A:AB$ PumpAll | Cost$ SubCounter<4/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidCards$ Creature.YouCtrl | NumAtt$ +3 | NumDef$ +3 | KW$ Trample | SpellDescription$ Creatures you control get +3/+3 and gain trample until end of turn. SVar:Picture:http://resources.wizards.com/magic/cards/lrw/en/card140205.jpg Oracle:[+1]: Untap two target lands.\n[-1]: Create a 3/3 green Beast creature token.\n[-4]: Creatures you control get +3/+3 and gain trample until end of turn. diff --git a/forge-gui/res/cardsfolder/g/gather_the_townsfolk.txt b/forge-gui/res/cardsfolder/g/gather_the_townsfolk.txt index d955d14f750..4c1ea97941d 100644 --- a/forge-gui/res/cardsfolder/g/gather_the_townsfolk.txt +++ b/forge-gui/res/cardsfolder/g/gather_the_townsfolk.txt @@ -1,7 +1,7 @@ Name:Gather the Townsfolk ManaCost:1 W Types:Sorcery -A:SP$ Token | Cost$ 1 W | TokenAmount$ X | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ X | SpellDescription$ Create two 1/1 white Human creature tokens. Fateful hour — If you have 5 or less life, create five of those tokens instead. +A:SP$ Token | Cost$ 1 W | TokenAmount$ X | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human dka | References$ X | SpellDescription$ Create two 1/1 white Human creature tokens. Fateful hour — If you have 5 or less life, create five of those tokens instead. SVar:X:Count$FatefulHour.5.2 SVar:Picture:http://www.wizards.com/global/images/magic/general/gather_the_townsfolk.jpg Oracle:Create two 1/1 white Human creature tokens.\nFateful hour — If you have 5 or less life, create five of those tokens instead. diff --git a/forge-gui/res/cardsfolder/g/geist_honored_monk.txt b/forge-gui/res/cardsfolder/g/geist_honored_monk.txt index 8916b67128e..2e7f96b6b2c 100644 --- a/forge-gui/res/cardsfolder/g/geist_honored_monk.txt +++ b/forge-gui/res/cardsfolder/g/geist_honored_monk.txt @@ -5,7 +5,7 @@ PT:*/* K:Vigilance S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of creatures you control. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Spirit creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying isd | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You SVar:X:Count$Valid Creature.YouCtrl SVar:BuffedBy:Creature SVar:NoZeroToughnessAI:True diff --git a/forge-gui/res/cardsfolder/g/geist_of_saint_traft.txt b/forge-gui/res/cardsfolder/g/geist_of_saint_traft.txt index bf589a669b9..e169b975fd8 100644 --- a/forge-gui/res/cardsfolder/g/geist_of_saint_traft.txt +++ b/forge-gui/res/cardsfolder/g/geist_of_saint_traft.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Spirit Cleric PT:2/2 K:Hexproof T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a 4/4 white Angel creature token with flying that's tapped and attacking. Exile that token at end of combat. -SVar:TrigToken:DB$ Token | TokenScript$ w_4_4_angel_flying | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat +SVar:TrigToken:DB$ Token | TokenScript$ w_4_4_angel_flying | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat | LegacyImage$ w 4 4 angel flying isd SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/geist_of_saint_traft.jpg Oracle:Hexproof (This creature can't be the target of spells or abilities your opponents control.)\nWhenever Geist of Saint Traft attacks, create a 4/4 white Angel creature token with flying that's tapped and attacking. Exile that token at end of combat. diff --git a/forge-gui/res/cardsfolder/g/geist_snatch.txt b/forge-gui/res/cardsfolder/g/geist_snatch.txt index 75cf3a6ef12..ad53da62042 100644 --- a/forge-gui/res/cardsfolder/g/geist_snatch.txt +++ b/forge-gui/res/cardsfolder/g/geist_snatch.txt @@ -2,6 +2,6 @@ Name:Geist Snatch ManaCost:2 U U Types:Instant A:SP$ Counter | Cost$ 2 U U | TargetType$ Spell | TgtPrompt$ Select target Creature spell | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Counter target creature spell. Create a 1/1 blue Spirit creature token with flying. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ u 1 1 spirit flying avr SVar:Picture:http://www.wizards.com/global/images/magic/general/geist_snatch.jpg Oracle:Counter target creature spell. Create a 1/1 blue Spirit creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/gelatinous_genesis.txt b/forge-gui/res/cardsfolder/g/gelatinous_genesis.txt index 246b844e0cc..b2982afbe6d 100644 --- a/forge-gui/res/cardsfolder/g/gelatinous_genesis.txt +++ b/forge-gui/res/cardsfolder/g/gelatinous_genesis.txt @@ -1,7 +1,7 @@ Name:Gelatinous Genesis ManaCost:X X G Types:Sorcery -A:SP$ Token | Cost$ X X G | TokenImage$ g x x ooze ROE | TokenAmount$ X | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | References$ X | SpellDescription$ Create X X/X green Ooze creature tokens. +A:SP$ Token | Cost$ X X G | LegacyImage$ g x x ooze roe | TokenAmount$ X | TokenScript$ g_x_x_ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | SpellDescription$ Create X X/X green Ooze creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/gelatinous_genesis.jpg Oracle:Create X X/X green Ooze creature tokens. diff --git a/forge-gui/res/cardsfolder/g/gemini_engine.txt b/forge-gui/res/cardsfolder/g/gemini_engine.txt index 70e0c2953da..bccfcedf4b8 100644 --- a/forge-gui/res/cardsfolder/g/gemini_engine.txt +++ b/forge-gui/res/cardsfolder/g/gemini_engine.txt @@ -3,7 +3,7 @@ ManaCost:6 Types:Artifact Creature Construct PT:3/4 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a colorless Construct artifact creature token named Twin that's attacking. Its power is equal to CARDNAME's power and its toughness is equal to CARDNAME's toughness. Sacrifice the token at end of combat. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Twin | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ X | TokenToughness$ Y | TokenAttacking$ True | AtEOT$ SacrificeCombat | References$ X,Y +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ twin | TokenOwner$ You | LegacyImage$ twin dst | TokenPower$ X | TokenToughness$ Y | TokenAttacking$ True | AtEOT$ SacrificeCombat | References$ X,Y SVar:X:Count$CardPower SVar:Y:Count$CardToughness SVar:HasAttackEffect:TRUE diff --git a/forge-gui/res/cardsfolder/g/genesis_chamber.txt b/forge-gui/res/cardsfolder/g/genesis_chamber.txt index 16956992f98..0956d56998d 100644 --- a/forge-gui/res/cardsfolder/g/genesis_chamber.txt +++ b/forge-gui/res/cardsfolder/g/genesis_chamber.txt @@ -2,7 +2,7 @@ Name:Genesis Chamber ManaCost:2 Types:Artifact T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.nonToken | TriggerZones$ Battlefield | Execute$ TrigToken | IsPresent$ Card.Self+untapped | TriggerDescription$ Whenever a nontoken creature enters the battlefield, if CARDNAME is untapped, that creature's controller creates a 1/1 colorless Myr artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TriggeredCardController | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 Myr artifact creature token. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TriggeredCardController | TokenScript$ c_1_1_a_myr | LegacyImage$ c 1 1 a myr dst | SpellDescription$ Create a 1/1 Myr artifact creature token. AI:RemoveDeck:Random DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/genesis_chamber.jpg diff --git a/forge-gui/res/cardsfolder/g/ghave_guru_of_spores.txt b/forge-gui/res/cardsfolder/g/ghave_guru_of_spores.txt index 60777114562..15c60383e1d 100644 --- a/forge-gui/res/cardsfolder/g/ghave_guru_of_spores.txt +++ b/forge-gui/res/cardsfolder/g/ghave_guru_of_spores.txt @@ -3,7 +3,7 @@ ManaCost:2 B G W Types:Legendary Creature Fungus Shaman PT:0/0 K:etbCounter:P1P1:5 -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1/Creature.YouCtrl/Creature you Control> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1/Creature.YouCtrl/Creature you Control> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling cmd | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ PutCounter | Cost$ 1 Sac<1/Creature> | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on target creature. AI:RemoveDeck:All DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/g/ghirapur_gearcrafter.txt b/forge-gui/res/cardsfolder/g/ghirapur_gearcrafter.txt index 64d24f076bd..77e0fda0178 100644 --- a/forge-gui/res/cardsfolder/g/ghirapur_gearcrafter.txt +++ b/forge-gui/res/cardsfolder/g/ghirapur_gearcrafter.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Creature Human Artificer PT:2/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/ghirapur_gearcrafter.jpg Oracle:When Ghirapur Gearcrafter enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. (A creature with flying can't be blocked except by creatures with flying or reach.) diff --git a/forge-gui/res/cardsfolder/g/ghoulcaller_gisa.txt b/forge-gui/res/cardsfolder/g/ghoulcaller_gisa.txt index e2c5dfb57dc..22da7a8d17b 100644 --- a/forge-gui/res/cardsfolder/g/ghoulcaller_gisa.txt +++ b/forge-gui/res/cardsfolder/g/ghoulcaller_gisa.txt @@ -2,7 +2,7 @@ Name:Ghoulcaller Gisa ManaCost:3 B B Types:Legendary Creature Human Wizard PT:3/4 -A:AB$ Token | Cost$ B T Sac<1/Creature.Other/another creature> | TokenAmount$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie C14 | TokenColors$ Black | References$ X | SpellDescription$ Create X 2/2 black Zombie creature tokens, where X is the sacrificed creature's power. +A:AB$ Token | Cost$ B T Sac<1/Creature.Other/another creature> | TokenAmount$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie c14 | References$ X | SpellDescription$ Create X 2/2 black Zombie creature tokens, where X is the sacrificed creature's power. SVar:X:Sacrificed$CardPower AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/ghoulcaller_gisa.jpg diff --git a/forge-gui/res/cardsfolder/g/ghoulcallers_accomplice.txt b/forge-gui/res/cardsfolder/g/ghoulcallers_accomplice.txt index ba81b8b7130..8453958c426 100644 --- a/forge-gui/res/cardsfolder/g/ghoulcallers_accomplice.txt +++ b/forge-gui/res/cardsfolder/g/ghoulcallers_accomplice.txt @@ -2,6 +2,6 @@ Name:Ghoulcaller's Accomplice ManaCost:1 B Types:Creature Human Rogue PT:2/2 -A:AB$ Token | Cost$ 3 B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie SOI | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 3 B ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie soi | SpellDescription$ Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. SVar:Picture:http://www.wizards.com/global/images/magic/general/ghoulcallers_accomplice.jpg Oracle:{3}{B}, Exile Ghoulcaller's Accomplice from your graveyard: Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/cardsfolder/g/giantbaiting.txt b/forge-gui/res/cardsfolder/g/giantbaiting.txt index 90bbe8475fb..2465c50e87f 100644 --- a/forge-gui/res/cardsfolder/g/giantbaiting.txt +++ b/forge-gui/res/cardsfolder/g/giantbaiting.txt @@ -1,7 +1,7 @@ Name:Giantbaiting ManaCost:2 RG Types:Sorcery -A:SP$ Token | Cost$ 2 RG | TokenScript$ rg_4_4_giant_warrior_haste | AtEOT$ Exile | SpellDescription$ Create a 4/4 red and green Giant Warrior creature token with haste. Exile it at the beginning of the next end step. +A:SP$ Token | Cost$ 2 RG | TokenScript$ rg_4_4_giant_warrior_haste | AtEOT$ Exile | LegacyImage$ rg 4 4 giant warrior haste | SpellDescription$ Create a 4/4 red and green Giant Warrior creature token with haste. Exile it at the beginning of the next end step. K:Conspire DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/giantbaiting.jpg diff --git a/forge-gui/res/cardsfolder/g/gideon_ally_of_zendikar.txt b/forge-gui/res/cardsfolder/g/gideon_ally_of_zendikar.txt index fe52a3e8c24..15a2eadd4cd 100644 --- a/forge-gui/res/cardsfolder/g/gideon_ally_of_zendikar.txt +++ b/forge-gui/res/cardsfolder/g/gideon_ally_of_zendikar.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Gideon Loyalty:4 A:AB$ Animate | Cost$ AddCounter<1/LOYALTY> | Defined$ Self | Power$ 5 | Toughness$ 5 | Keywords$ Indestructible | Types$ Creature,Human,Soldier,Ally | SubAbility$ GideonPrevent | Planeswalker$ True | SpellDescription$ Until end of turn, CARDNAME becomes a 5/5 Human Soldier Ally creature with indestructible that is still a planeswalker. Prevent all damage that would be dealt to him this turn. SVar:GideonPrevent:DB$ Pump | Defined$ Self | KW$ Prevent all damage that would be dealt to CARDNAME. -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Knight Ally | TokenColors$ White | TokenTypes$ Creature,Knight,Ally | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | Planeswalker$ True | SpellDescription$ Create a 2/2 white Knight Ally creature token. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenScript$ w_2_2_knight_ally | TokenOwner$ You | LegacyImage$ w 2 2 knight ally bfz | Planeswalker$ True | SpellDescription$ Create a 2/2 white Knight Ally creature token. A:AB$ Effect | Cost$ SubCounter<4/LOYALTY> | Name$ Emblem - Gideon, Ally of Zendikar | StaticAbilities$ STPump | Planeswalker$ True | Ultimate$ True | Duration$ Permanent | AILogic$ NeedCreatures:3 | SpellDescription$ You get an emblem with "Creatures you control get +1/+1." SVar:STPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Creatures you control get +1/+1. SVar:Picture:http://www.wizards.com/global/images/magic/general/gideon_ally_of_zendikar.jpg diff --git a/forge-gui/res/cardsfolder/g/gideons_phalanx.txt b/forge-gui/res/cardsfolder/g/gideons_phalanx.txt index f8d3d94c14d..904d5e48ea6 100644 --- a/forge-gui/res/cardsfolder/g/gideons_phalanx.txt +++ b/forge-gui/res/cardsfolder/g/gideons_phalanx.txt @@ -1,7 +1,7 @@ Name:Gideon's Phalanx ManaCost:5 W W Types:Instant -A:SP$ Token | Cost$ 5 W W | TokenAmount$ 4 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight ori | SubAbility$ DBPumpAll | SpellDescription$ Create four 2/2 white Knight creature tokens with vigilance. Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, creatures you control gain indestructible until end of turn. +A:SP$ Token | Cost$ 5 W W | TokenAmount$ 4 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance ori | SubAbility$ DBPumpAll | SpellDescription$ Create four 2/2 white Knight creature tokens with vigilance. Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, creatures you control gain indestructible until end of turn. SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Indestructible | ConditionCheckSVar$ X | ConditionSVarCompare$ GE2 | References$ X SVar:X:Count$ValidGraveyard Instant.YouOwn,Sorcery.YouOwn SVar:Picture:http://www.wizards.com/global/images/magic/general/gideons_phalanx.jpg diff --git a/forge-gui/res/cardsfolder/g/gild.txt b/forge-gui/res/cardsfolder/g/gild.txt index 5d524cdd062..156e9abc0ba 100644 --- a/forge-gui/res/cardsfolder/g/gild.txt +++ b/forge-gui/res/cardsfolder/g/gild.txt @@ -2,7 +2,6 @@ Name:Gild ManaCost:3 B Types:Sorcery A:SP$ ChangeZone | Cost$ 3 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBToken | SpellDescription$ Exile target creature. Create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." -SVar:DBToken:DB$ Token | TokenName$ Gold | TokenTypes$ Artifact | TokenColors$ Colorless | TokenOwner$ You | TokenAmount$ 1 | TokenImage$ c gold | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:DBToken:DB$ Token | TokenScript$ gold | TokenOwner$ You | LegacyImage$ gold bng SVar:Picture:http://www.wizards.com/global/images/magic/general/gild.jpg Oracle:Exile target creature. Create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/g/gilt_leaf_ambush.txt b/forge-gui/res/cardsfolder/g/gilt_leaf_ambush.txt index f6d360b52a8..c8e6950b93b 100644 --- a/forge-gui/res/cardsfolder/g/gilt_leaf_ambush.txt +++ b/forge-gui/res/cardsfolder/g/gilt_leaf_ambush.txt @@ -1,7 +1,7 @@ Name:Gilt-Leaf Ambush ManaCost:2 G Types:Tribal Instant Elf -A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBClash | RememberTokens$ True | SpellDescription$ Create two 1/1 green Elf Warrior creature tokens. Clash with an opponent. If you win, those creatures gain deathtouch until end of turn. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior lrw | SubAbility$ DBClash | RememberTokens$ True | SpellDescription$ Create two 1/1 green Elf Warrior creature tokens. Clash with an opponent. If you win, those creatures gain deathtouch until end of turn. SVar:DBClash:DB$Clash | WinSubAbility$ AdditionalPump SVar:AdditionalPump:DB$PumpAll | ValidCards$ Creature.IsRemembered | KW$ Deathtouch | SubAbility$ DBCleanUp SVar:DBCleanUp:DB$Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/g/gisas_bidding.txt b/forge-gui/res/cardsfolder/g/gisas_bidding.txt index d0bd735480d..6c0e8da260a 100644 --- a/forge-gui/res/cardsfolder/g/gisas_bidding.txt +++ b/forge-gui/res/cardsfolder/g/gisas_bidding.txt @@ -1,7 +1,7 @@ Name:Gisa's Bidding ManaCost:2 B B Types:Sorcery -A:SP$ Token | Cost$ 2 B B | TokenImage$ b 2 2 zombie SOI | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create two 2/2 black Zombie creature tokens. +A:SP$ Token | Cost$ 2 B B | LegacyImage$ b 2 2 zombie soi | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create two 2/2 black Zombie creature tokens. K:Madness:2 B DeckHints:Ability$Discard SVar:Picture:http://www.wizards.com/global/images/magic/general/gisas_bidding.jpg diff --git a/forge-gui/res/cardsfolder/g/gleaming_barrier.txt b/forge-gui/res/cardsfolder/g/gleaming_barrier.txt index acba96c0cf9..6be3655a29d 100644 --- a/forge-gui/res/cardsfolder/g/gleaming_barrier.txt +++ b/forge-gui/res/cardsfolder/g/gleaming_barrier.txt @@ -4,8 +4,7 @@ Types:Artifact Creature Wall PT:0/4 K:Defender T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/gleaming_barrier.jpg Oracle:Defender\nWhen Gleaming Barrier dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/glint-sleeve_artisan.txt b/forge-gui/res/cardsfolder/g/glint_sleeve_artisan.txt similarity index 100% rename from forge-gui/res/cardsfolder/g/glint-sleeve_artisan.txt rename to forge-gui/res/cardsfolder/g/glint_sleeve_artisan.txt diff --git a/forge-gui/res/cardsfolder/g/gloomwidows_feast.txt b/forge-gui/res/cardsfolder/g/gloomwidows_feast.txt index a6cb4de7b82..e092e2ceb5a 100644 --- a/forge-gui/res/cardsfolder/g/gloomwidows_feast.txt +++ b/forge-gui/res/cardsfolder/g/gloomwidows_feast.txt @@ -2,6 +2,6 @@ Name:Gloomwidow's Feast ManaCost:3 G Types:Instant A:SP$ Destroy | Cost$ 3 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | SubAbility$ DBToken | SpellDescription$ Destroy target creature with flying. If that creature was blue or black, create a 1/2 green Spider creature token with reach. -SVar:DBToken:DB$Token | ConditionDefined$ Targeted | ConditionPresent$ Card.Blue,Card.Black | ConditionCompare$ EQ1 | TokenAmount$ 1 | TokenName$ Spider | TokenTypes$ Creature,Spider | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 2 | TokenKeywords$ Reach | ConditionDescription$ If that creature was blue or black, put a 1/2 green Spider creature token with reach onto the battlefield. +SVar:DBToken:DB$Token | ConditionDefined$ Targeted | ConditionPresent$ Card.Blue,Card.Black | ConditionCompare$ EQ1 | TokenAmount$ 1 | TokenScript$ g_1_2_spider_reach | TokenOwner$ You | LegacyImage$ g 1 2 spider reach shm | ConditionDescription$ If that creature was blue or black, put a 1/2 green Spider creature token with reach onto the battlefield. SVar:Picture:http://www.wizards.com/global/images/magic/general/gloomwidows_feast.jpg Oracle:Destroy target creature with flying. If that creature was blue or black, create a 1/2 green Spider creature token with reach. (It can block creatures with flying.) diff --git a/forge-gui/res/cardsfolder/g/goblin_assault.txt b/forge-gui/res/cardsfolder/g/goblin_assault.txt index bbbc3125a3d..fdbfa66e3a6 100644 --- a/forge-gui/res/cardsfolder/g/goblin_assault.txt +++ b/forge-gui/res/cardsfolder/g/goblin_assault.txt @@ -3,6 +3,6 @@ ManaCost:2 R Types:Enchantment S:Mode$ Continuous | Affected$ Creature.Goblin | AddHiddenKeyword$ CARDNAME attacks each combat if able. | Description$ Goblin creatures attack each combat if able. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin ALA | TokenKeywords$ Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin_haste | TokenOwner$ You | LegacyImage$ r 1 1 goblin haste ala SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_assault.jpg Oracle:At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste.\nGoblin creatures attack each combat if able. diff --git a/forge-gui/res/cardsfolder/g/goblin_kaboomist.txt b/forge-gui/res/cardsfolder/g/goblin_kaboomist.txt index e911aafd7c2..ebed671a838 100644 --- a/forge-gui/res/cardsfolder/g/goblin_kaboomist.txt +++ b/forge-gui/res/cardsfolder/g/goblin_kaboomist.txt @@ -3,8 +3,7 @@ ManaCost:1 R Types:Creature Goblin Warrior PT:1/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a colorless artifact token named Land Mine with "{R}, Sacrifice this artifact: This artifact deals 2 damage to target attacking creature without flying." Then flip a coin. If you lose the flip, CARDNAME deals 2 damage to itself. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Land Mine | TokenTypes$ Artifact | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c land_mine | TokenAbilities$ KaboomistMine | SubAbility$ DBFlip -SVar:KaboomistMine:AB$ DealDamage | Cost$ R Sac<1/CARDNAME> | ValidTgts$ Creature.attacking+withoutFlying | TgtPrompt$ Select target attacking creature without flying | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target attacking creature without flying. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ land_mine | TokenOwner$ You | LegacyImage$ land mine m15 | SubAbility$ DBFlip SVar:DBFlip:DB$ FlipACoin | Caller$ You | LoseSubAbility$ DmgSelf SVar:DmgSelf:DB$ DealDamage | Defined$ Self | NumDmg$ 2 SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_kaboomist.jpg diff --git a/forge-gui/res/cardsfolder/g/goblin_marshal.txt b/forge-gui/res/cardsfolder/g/goblin_marshal.txt index f99eb2a6494..382dc2ac15c 100644 --- a/forge-gui/res/cardsfolder/g/goblin_marshal.txt +++ b/forge-gui/res/cardsfolder/g/goblin_marshal.txt @@ -5,6 +5,6 @@ PT:3/3 K:Echo:4 R R T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin uds SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_marshal.jpg Oracle:Echo {4}{R}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Goblin Marshal enters the battlefield or dies, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblin_offensive.txt b/forge-gui/res/cardsfolder/g/goblin_offensive.txt index 539a7713ad3..d784e6343ff 100644 --- a/forge-gui/res/cardsfolder/g/goblin_offensive.txt +++ b/forge-gui/res/cardsfolder/g/goblin_offensive.txt @@ -1,7 +1,7 @@ Name:Goblin Offensive ManaCost:X 1 R R Types:Sorcery -A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r_1_1_goblin | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ X 1 R R | TokenAmount$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin usg | References$ X | SpellDescription$ Create X 1/1 red Goblin creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_offensive.jpg Oracle:Create X 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblin_rabblemaster.txt b/forge-gui/res/cardsfolder/g/goblin_rabblemaster.txt index 8873db9f827..e4b0a7bbbc1 100644 --- a/forge-gui/res/cardsfolder/g/goblin_rabblemaster.txt +++ b/forge-gui/res/cardsfolder/g/goblin_rabblemaster.txt @@ -4,7 +4,7 @@ Types:Creature Goblin Warrior PT:2/2 S:Mode$ Continuous | Affected$ Creature.Goblin+Other+YouCtrl | AddHiddenKeyword$ CARDNAME attacks each combat if able. | Description$ Other Goblin creatures you control attack each combat if able. T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on your turn, create a 1/1 red Goblin creature token with haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 goblin M15 | TokenKeywords$ Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ r_1_1_goblin_haste | LegacyImage$ r 1 1 goblin haste m15 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +1/+0 until end of turn for each other attacking Goblin. SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ X | References$ X SVar:X:Count$Valid Goblin.attacking+Other diff --git a/forge-gui/res/cardsfolder/g/goblin_spymaster.txt b/forge-gui/res/cardsfolder/g/goblin_spymaster.txt index 6010743fd7d..a34636fa923 100644 --- a/forge-gui/res/cardsfolder/g/goblin_spymaster.txt +++ b/forge-gui/res/cardsfolder/g/goblin_spymaster.txt @@ -4,8 +4,7 @@ Types:Creature Goblin Rogue PT:2/1 K:First Strike T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each opponent's end step, that player creates a 1/1 red Goblin creature token with "Creatures you control attack each combat if able." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ TriggeredPlayer | TokenPower$ 1 | TokenToughness$ 1 | TokenStaticAbilities$ STAttack | TokenColors$ Red | TokenImage$ r 1 1 goblin C16 -SVar:STAttack:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CARDNAME attacks each combat if able. | Description$ Creatures you control attack each combat if able. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin_all_attack | TokenOwner$ TriggeredPlayer | LegacyImage$ r 1 1 goblin all attack c16 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_spymaster.jpg Oracle:First strike \nAt the beginning of each opponent's end step, that player creates a 1/1 red Goblin creature token with "Creatures you control attack each combat if able." diff --git a/forge-gui/res/cardsfolder/g/goblin_trenches.txt b/forge-gui/res/cardsfolder/g/goblin_trenches.txt index 4d0c3a89cba..11e2cfbc030 100644 --- a/forge-gui/res/cardsfolder/g/goblin_trenches.txt +++ b/forge-gui/res/cardsfolder/g/goblin_trenches.txt @@ -1,7 +1,7 @@ Name:Goblin Trenches ManaCost:1 R W Types:Enchantment -A:AB$ Token | Cost$ 2 Sac<1/Land> | TokenAmount$ 2 | TokenName$ Goblin Soldier | TokenTypes$ Creature,Goblin,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 red and white Goblin Soldier creature tokens. +A:AB$ Token | Cost$ 2 Sac<1/Land> | TokenAmount$ 2 | TokenScript$ rw_1_1_goblin_soldier | TokenOwner$ You | LegacyImage$ rw 1 1 goblin soldier apc | SpellDescription$ Create two 1/1 red and white Goblin Soldier creature tokens. SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_trenches.jpg Oracle:{2}, Sacrifice a land: Create two 1/1 red and white Goblin Soldier creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblinslide.txt b/forge-gui/res/cardsfolder/g/goblinslide.txt index b9f88ee5720..a352601a8c4 100644 --- a/forge-gui/res/cardsfolder/g/goblinslide.txt +++ b/forge-gui/res/cardsfolder/g/goblinslide.txt @@ -2,7 +2,7 @@ Name:Goblinslide ManaCost:2 R Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an noncreature spell you may pay {1}. If you do, create a 1/1 red Goblin creature token with haste. -SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste | TokenImage$ r_1_1_goblin_ktk | TokenOwner$ You +SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenScript$ r_1_1_goblin_haste | LegacyImage$ r 1 1 goblin haste ktk | TokenOwner$ You SVar:BuffedBy:Card.nonCreature+nonLand SVar:Picture:http://www.wizards.com/global/images/magic/general/goblinslide.jpg Oracle:Whenever you cast a noncreature spell, you may pay {1}. If you do, create a 1/1 red Goblin creature token with haste. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/god_favoured_general.txt b/forge-gui/res/cardsfolder/g/god_favored_general.txt similarity index 71% rename from forge-gui/res/cardsfolder/g/god_favoured_general.txt rename to forge-gui/res/cardsfolder/g/god_favored_general.txt index 2037fc25dde..7baea21eebb 100644 --- a/forge-gui/res/cardsfolder/g/god_favoured_general.txt +++ b/forge-gui/res/cardsfolder/g/god_favored_general.txt @@ -3,6 +3,6 @@ ManaCost:1 W Types:Creature Human Soldier PT:1/1 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ GFGToken | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may pay {2}{W}. If you do, create two 1/1 white Soldier enchantment creature tokens. -SVar:GFGToken:AB$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Enchantment,Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier bng +SVar:GFGToken:AB$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ w_1_1_e_soldier | TokenOwner$ You | LegacyImage$ w 1 1 e soldier bng SVar:Picture:http://www.wizards.com/global/images/magic/general/god-favored_general.txt Oracle:Inspired — Whenever God-Favored General becomes untapped, you may pay {2}{W}. If you do, create two 1/1 white Soldier enchantment creature tokens. diff --git a/forge-gui/res/cardsfolder/g/gods_eye_gate_to_the_reikai.txt b/forge-gui/res/cardsfolder/g/gods_eye_gate_to_the_reikai.txt index 292383e2ab6..a262348c319 100644 --- a/forge-gui/res/cardsfolder/g/gods_eye_gate_to_the_reikai.txt +++ b/forge-gui/res/cardsfolder/g/gods_eye_gate_to_the_reikai.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Legendary Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, create a 1/1 colorless Spirit creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ TriggeredCardController +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit bok | TokenOwner$ TriggeredCardController SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/gods_eye_gate_to_the_reikai.jpg Oracle:{T}: Add {C}.\nWhen Gods' Eye, Gate to the Reikai is put into a graveyard from the battlefield, create a 1/1 colorless Spirit creature token. diff --git a/forge-gui/res/cardsfolder/g/godsire.txt b/forge-gui/res/cardsfolder/g/godsire.txt index e5d175bf498..ba2f664b77a 100644 --- a/forge-gui/res/cardsfolder/g/godsire.txt +++ b/forge-gui/res/cardsfolder/g/godsire.txt @@ -3,6 +3,6 @@ ManaCost:4 R G G W Types:Creature Beast PT:8/8 K:Vigilance -A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ White,Red,Green | TokenPower$ 8 | TokenToughness$ 8 | SpellDescription$ Create an 8/8 Beast creature token that's red, green, and white. +A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ rgw_8_8_beast | TokenOwner$ You | LegacyImage$ rgw 8 8 beast ala | SpellDescription$ Create an 8/8 Beast creature token that's red, green, and white. SVar:Picture:http://www.wizards.com/global/images/magic/general/godsire.jpg Oracle:Vigilance\n{T}: Create an 8/8 Beast creature token that's red, green, and white. diff --git a/forge-gui/res/cardsfolder/g/golden_guardian.txt b/forge-gui/res/cardsfolder/g/golden_guardian.txt index a99905c7296..216801c34f3 100644 --- a/forge-gui/res/cardsfolder/g/golden_guardian.txt +++ b/forge-gui/res/cardsfolder/g/golden_guardian.txt @@ -22,6 +22,6 @@ Name:Gold-Forge Garrison ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 2 | SpellDescription$ Add two mana of any one color. -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ c 4 4 golem RIX | SpellDescription$ Create a 4/4 colorless Golem artifact creature token. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_4_4_a_golem | TokenOwner$ You | LegacyImage$ c 4 4 a golem rix | SpellDescription$ Create a 4/4 colorless Golem artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/gold-forge_garrison.jpg Oracle:{T}: Add two mana of any one color.\n{4}, {T}: Create a 4/4 colorless Golem artifact creature token. diff --git a/forge-gui/res/cardsfolder/g/goldmeadow.txt b/forge-gui/res/cardsfolder/g/goldmeadow.txt index 790ca267d2a..6e3da7310b4 100644 --- a/forge-gui/res/cardsfolder/g/goldmeadow.txt +++ b/forge-gui/res/cardsfolder/g/goldmeadow.txt @@ -2,9 +2,9 @@ Name:Goldmeadow ManaCost:no cost Types:Plane Lorwyn T:Mode$ ChangesZone | ValidCard$ Land | Destination$ Battlefield | Execute$ TripleGoat | TriggerZones$ Command | TriggerDescription$ Whenever a land enters the battlefield, that land's controller creates three 0/1 white Goat creature tokens. -SVar:TripleGoat:DB$ Token | TokenName$ Goat | TokenTypes$ Creature,Goat | TokenPower$ 0 | TokenToughness$ 1 | TokenColors$ White | TokenOwner$ TriggeredCardController | TokenImage$ w 0 1 goat | TokenAmount$ 3 +SVar:TripleGoat:DB$ Token | TokenScript$ w_0_1_goat | TokenOwner$ TriggeredCardController | LegacyImage$ w 0 1 goat hop | TokenAmount$ 3 T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, create a 0/1 white Goat creature token. -SVar:RolledChaos:DB$ Token | TokenName$ Goat | TokenTypes$ Creature,Goat | TokenPower$ 0 | TokenToughness$ 1 | TokenColors$ White | TokenOwner$ You | TokenImage$ w 0 1 goat | TokenAmount$ 1 +SVar:RolledChaos:DB$ Token | TokenScript$ w_0_1_goat | TokenOwner$ You | LegacyImage$ w 0 1 goat hop | TokenAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/goldmeadow.jpg SVar:AIRollPlanarDieParams:Mode$ Always | LowPriority$ True | MaxRollsPerTurn$ 9 Oracle:Whenever a land enters the battlefield, that land's controller creates three 0/1 white Goat creature tokens.\nWhenever you roll {CHAOS}, create a 0/1 white Goat creature token. diff --git a/forge-gui/res/cardsfolder/g/goldmeadow_lookout.txt b/forge-gui/res/cardsfolder/g/goldmeadow_lookout.txt index f7fc685e55a..8c38d5530f0 100644 --- a/forge-gui/res/cardsfolder/g/goldmeadow_lookout.txt +++ b/forge-gui/res/cardsfolder/g/goldmeadow_lookout.txt @@ -2,7 +2,6 @@ Name:Goldmeadow Lookout ManaCost:3 W Types:Creature Kithkin Spellshaper PT:2/2 -A:AB$ Token | Cost$ W T Discard<1/Card> | TokenAmount$ 1 | TokenName$ Goldmeadow Harrier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABTap | SpellDescription$ Create a 1/1 white Kithkin Soldier creature token named Goldmeadow Harrier. It has "{W}, {T}: Tap target creature." -SVar:ABTap:AB$Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature +A:AB$ Token | Cost$ W T Discard<1/Card> | TokenAmount$ 1 | TokenScript$ goldmeadow_harrier | TokenOwner$ You | LegacyImage$ goldmeadow harrier fut | SpellDescription$ Create a 1/1 white Kithkin Soldier creature token named Goldmeadow Harrier. It has "{W}, {T}: Tap target creature." SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card130311.jpg Oracle:{W}, {T}, Discard a card: Create a 1/1 white Kithkin Soldier creature token named Goldmeadow Harrier. It has "{W}, {T}: Tap target creature." diff --git a/forge-gui/res/cardsfolder/g/golem_foundry.txt b/forge-gui/res/cardsfolder/g/golem_foundry.txt index 599ac23bc5d..2c718d32f9c 100644 --- a/forge-gui/res/cardsfolder/g/golem_foundry.txt +++ b/forge-gui/res/cardsfolder/g/golem_foundry.txt @@ -2,7 +2,7 @@ Name:Golem Foundry ManaCost:3 Types:Artifact T:Mode$ SpellCast | ValidCard$ Artifact | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever you cast an artifact spell, you may put a charge counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/CHARGE> | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | SpellDescription$ Create a 3/3 colorless Golem artifact creature token. +A:AB$ Token | Cost$ SubCounter<3/CHARGE> | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem som | SpellDescription$ Create a 3/3 colorless Golem artifact creature token. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterNum$ 1 | CounterType$ CHARGE SVar:Picture:http://www.wizards.com/global/images/magic/general/golem_foundry.jpg Oracle:Whenever you cast an artifact spell, you may put a charge counter on Golem Foundry.\nRemove three charge counters from Golem Foundry: Create a 3/3 colorless Golem artifact creature token. diff --git a/forge-gui/res/cardsfolder/g/golgari_germination.txt b/forge-gui/res/cardsfolder/g/golgari_germination.txt index 9a1ae69e558..86835a7a2f6 100644 --- a/forge-gui/res/cardsfolder/g/golgari_germination.txt +++ b/forge-gui/res/cardsfolder/g/golgari_germination.txt @@ -2,7 +2,7 @@ Name:Golgari Germination ManaCost:1 B G Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control dies, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | TokenImage$ g 1 1 saproling rav DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/golgari_germination.jpg Oracle:Whenever a nontoken creature you control dies, create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/g/gone_missing.txt b/forge-gui/res/cardsfolder/g/gone_missing.txt index 702e9ecd776..6afa4799d69 100644 --- a/forge-gui/res/cardsfolder/g/gone_missing.txt +++ b/forge-gui/res/cardsfolder/g/gone_missing.txt @@ -2,8 +2,7 @@ Name:Gone Missing ManaCost:4 U Types:Sorcery A:SP$ ChangeZone | Cost$ 4 U | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | Origin$ Battlefield | Destination$ Library | LibraryPosition$ 0 | SubAbility$ DBToken | SpellDescription$ Put target permanent on top of its owner's library. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/gone_missing.jpg Oracle:Put target permanent on top of its owner's library.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/g/graf_harvest.txt b/forge-gui/res/cardsfolder/g/graf_harvest.txt index 508de6449ae..42f447b92ba 100644 --- a/forge-gui/res/cardsfolder/g/graf_harvest.txt +++ b/forge-gui/res/cardsfolder/g/graf_harvest.txt @@ -2,7 +2,7 @@ Name:Graf Harvest ManaCost:B Types:Enchantment S:Mode$ Continuous | Affected$ Card.Zombie+YouCtrl | AddKeyword$ Menace | Description$ Zombies you control have menace. (They can't be blocked except by two or more creatures.) -A:AB$ Token | Cost$ 3 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN | SpellDescription$ Create a 2/2 black Zombie creature token. +A:AB$ Token | Cost$ 3 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie emn | SpellDescription$ Create a 2/2 black Zombie creature token. SVar:NonStackingEffect:True SVar:PlayMain1:TRUE DeckHints:Type$Zombie diff --git a/forge-gui/res/cardsfolder/g/grand_ossuary.txt b/forge-gui/res/cardsfolder/g/grand_ossuary.txt index a243626b5f6..2e030465078 100644 --- a/forge-gui/res/cardsfolder/g/grand_ossuary.txt +++ b/forge-gui/res/cardsfolder/g/grand_ossuary.txt @@ -8,7 +8,7 @@ SVar:MaxTgts:TriggeredCardController$Valid Creature.YouCtrl T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, each player exiles all creatures they control and creates X 1/1 green Saproling creature tokens, where X is the total power of the creatures they exiled this way. Then planeswalk. SVar:RolledChaos:DB$ ChangeZoneAll | ChangeType$ Creature | Imprint$ True | Origin$ Battlefield | Destination$ Exile | SubAbility$ OssuaryRepeat SVar:OssuaryRepeat:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ OssuaryTokens | SubAbility$ WalkAway -SVar:OssuaryTokens:DB$ Token | TokenAmount$ OsX | References$ OsX | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ Player.IsRemembered | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:OssuaryTokens:DB$ Token | TokenAmount$ OsX | References$ OsX | TokenScript$ g_1_1_saproling | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 saproling pc2 SVar:WalkAway:DB$ Planeswalk | SubAbility$ ClearImprinted SVar:ClearImprinted:DB$ Cleanup | ClearImprinted$ True SVar:OsX:ImprintedLKI$FilterControlledByRemembered_CardPower diff --git a/forge-gui/res/cardsfolder/g/grave_birthing.txt b/forge-gui/res/cardsfolder/g/grave_birthing.txt index 926976cde3a..060ac3f312f 100644 --- a/forge-gui/res/cardsfolder/g/grave_birthing.txt +++ b/forge-gui/res/cardsfolder/g/grave_birthing.txt @@ -3,8 +3,7 @@ ManaCost:2 B Types:Instant K:Devoid A:SP$ ChangeZone | Cost$ 2 B | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Opponent | DefinedPlayer$ Targeted | Mandatory$ True | ChangeType$ Card | ChangeNum$ 1 | Hidden$ True | IsCurse$ True | Chooser$ Targeted | SubAbility$ DBToken | SpellDescription$ Target opponent exiles a card from their graveyard. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana | SubAbility$ DBDraw | SpellDescription$ You create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz | SubAbility$ DBDraw | SpellDescription$ You create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." SVar:DBDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card. DeckHints:Type$Eldrazi & Keyword$Ingest DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/g/grave_titan.txt b/forge-gui/res/cardsfolder/g/grave_titan.txt index c3899ef202a..71005bf3e3a 100644 --- a/forge-gui/res/cardsfolder/g/grave_titan.txt +++ b/forge-gui/res/cardsfolder/g/grave_titan.txt @@ -5,7 +5,7 @@ PT:6/6 K:Deathtouch T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, create two 2/2 black Zombie creature tokens. T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, create two 2/2 black Zombie creature tokens. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie M11 | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 2 +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie m11 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 2 SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/grave_titan.jpg Oracle:Deathtouch\nWhenever Grave Titan enters the battlefield or attacks, create two 2/2 black Zombie creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/graveyard_marshal.txt b/forge-gui/res/cardsfolder/g/graveyard_marshal.txt index c35559839f2..c54b1a59ab0 100644 --- a/forge-gui/res/cardsfolder/g/graveyard_marshal.txt +++ b/forge-gui/res/cardsfolder/g/graveyard_marshal.txt @@ -2,7 +2,7 @@ Name:Graveyard Marshal ManaCost:B B Types:Creature Zombie Soldier PT:3/2 -A:AB$ Token | Cost$ 2 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M10 | TokenTapped$ True | SpellDescription$ Exile target creature card from your graveyard: Create a 2/2 black Zombie creature token. +A:AB$ Token | Cost$ 2 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie m19 | TokenTapped$ True | SpellDescription$ Exile target creature card from your graveyard: Create a 2/2 black Zombie creature token. SVar:AIPreference:ExileFromGraveCost$Creature.cmcLE1+inZoneGraveyard DeckHas:Ability$Token Oracle:{2}{B}, Exile target creature card from your graveyard: Create a tapped 2/2 black Zombie creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/greener_pastures.txt b/forge-gui/res/cardsfolder/g/greener_pastures.txt index e2b21bb91ac..e9fb9b7585c 100644 --- a/forge-gui/res/cardsfolder/g/greener_pastures.txt +++ b/forge-gui/res/cardsfolder/g/greener_pastures.txt @@ -2,7 +2,7 @@ Name:Greener Pastures ManaCost:2 G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ TrigToken | CheckSVar$ ActiveLands | SVarCompare$ GTHighestOpp | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, if that player controls more lands than each other player, the player creates a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredPlayer | LegacyImage$ g_1_1_saproling +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredPlayer | LegacyImage$ g 1 1 saproling usg SVar:ActiveLands:Count$Valid Land.ActivePlayerCtrl SVar:HighestOpp:PlayerCountNonActive$HighestValid Land.YouCtrl AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/g/gremlin_infestation.txt b/forge-gui/res/cardsfolder/g/gremlin_infestation.txt index 177e6ab3748..175b0eb6203 100644 --- a/forge-gui/res/cardsfolder/g/gremlin_infestation.txt +++ b/forge-gui/res/cardsfolder/g/gremlin_infestation.txt @@ -6,6 +6,6 @@ A:SP$ Attach | Cost$ 3 R | ValidTgts$ Artifact | AILogic$ Curse T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ At the beginning of your end step, CARDNAME deals 2 damage to enchanted artifact's controller. SVar:TrigDamage:DB$DealDamage | Defined$ EnchantedController | NumDmg$ 2 T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | TriggerDescription$ When enchanted artifact is put into a graveyard, create a 2/2 red Gremlin creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Gremlin | TokenTypes$ Creature,Gremlin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ r_2_2_gremlin | TokenOwner$ You | LegacyImage$ r 2 2 gremlin aer SVar:Picture:http://www.wizards.com/global/images/magic/general/gremlin_infestation.jpg Oracle:Enchant artifact\nAt the beginning of your end step, Gremlin Infestation deals 2 damage to enchanted artifact's controller.\nWhen enchanted artifact is put into a graveyard, create a 2/2 red Gremlin creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/grenzos_rebuttal.txt b/forge-gui/res/cardsfolder/g/grenzos_rebuttal.txt index ac9972822ba..d044249eff1 100644 --- a/forge-gui/res/cardsfolder/g/grenzos_rebuttal.txt +++ b/forge-gui/res/cardsfolder/g/grenzos_rebuttal.txt @@ -1,7 +1,7 @@ Name:Grenzo's Rebuttal ManaCost:4 R R Types:Sorcery -A:SP$ Token | Cost$ 4 R R | TokenAmount$ 1 | TokenName$ Ogre | TokenTypes$ Creature,Ogre | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | SubAbility$ DBRepeat | SpellDescription$ Create a 4/4 red Ogre creature token. Starting with you, each player chooses an artifact, a creature, and a land from among the permanents controlled by the player to their left. Destroy each permanent chosen this way. +A:SP$ Token | Cost$ 4 R R | TokenAmount$ 1 | TokenScript$ r_4_4_ogre | TokenOwner$ You | LegacyImage$ r 4 4 ogre cns | SubAbility$ DBRepeat | SpellDescription$ Create a 4/4 red Ogre creature token. Starting with you, each player chooses an artifact, a creature, and a land from among the permanents controlled by the player to their left. Destroy each permanent chosen this way. SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player | StartingWithActivator$ True | RepeatSubAbility$ DBChooseArtifact | SubAbility$ DBDestroy SVar:DBChooseArtifact:DB$ ChooseCard | Defined$ Remembered | Choices$ Artifact.ControlledByPlayerInTheDirection_Left_Player.IsRemembered | Mandatory$ True | ChoiceTitle$ Choose a artifact | SubAbility$ DBChooseCreature | RememberChosen$ True SVar:DBChooseCreature:DB$ ChooseCard | Defined$ Remembered | Choices$ Creature.ControlledByPlayerInTheDirection_Left_Player.IsRemembered | ChoiceTitle$ Choose a creature | Mandatory$ True | SubAbility$ DBChooseLand | RememberChosen$ True diff --git a/forge-gui/res/cardsfolder/g/griffin_guide.txt b/forge-gui/res/cardsfolder/g/griffin_guide.txt index 878ccab3fd2..b78f34735a9 100644 --- a/forge-gui/res/cardsfolder/g/griffin_guide.txt +++ b/forge-gui/res/cardsfolder/g/griffin_guide.txt @@ -5,6 +5,6 @@ K:Enchant creature A:SP$ Attach | Cost$ 2 W | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Flying | Description$ Enchanted creature gets +2/+2 and has flying. T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | TriggerDescription$ When enchanted creature dies, create a 2/2 white Griffin creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Griffin | TokenTypes$ Creature,Griffin | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_griffin_flying | TokenOwner$ You | LegacyImage$ w 2 2 griffin flying tsp SVar:Picture:http://www.wizards.com/global/images/magic/general/griffin_guide.jpg Oracle:Enchant creature\nEnchanted creature gets +2/+2 and has flying.\nWhen enchanted creature dies, create a 2/2 white Griffin creature token with flying. diff --git a/forge-gui/res/cardsfolder/g/grip_of_phyresis.txt b/forge-gui/res/cardsfolder/g/grip_of_phyresis.txt index 0a8fc9073e4..fc450dd8c01 100644 --- a/forge-gui/res/cardsfolder/g/grip_of_phyresis.txt +++ b/forge-gui/res/cardsfolder/g/grip_of_phyresis.txt @@ -2,7 +2,7 @@ Name:Grip of Phyresis ManaCost:2 U Types:Instant A:SP$ GainControl | Cost$ 2 U | ValidTgts$ Equipment | TgtPrompt$ Select target equipment | SubAbility$ DBToken | SpellDescription$ Gain control of target Equipment, then create a 0/0 black Germ creature token and attach that Equipment to it. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Germ | TokenTypes$ Creature,Germ | TokenOwner$ You | TokenPower$ 0 | TokenToughness$ 0 | TokenColors$ Black | TokenImage$ b 0 0 germ C16 | RememberTokens$ True | SubAbility$ DBAttach +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_0_0_germ | TokenOwner$ You | LegacyImage$ b 0 0 germ c16 | RememberTokens$ True | SubAbility$ DBAttach SVar:DBAttach:DB$ Attach | Object$ Targeted | Defined$ Remembered | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/g/grixis_slavedriver.txt b/forge-gui/res/cardsfolder/g/grixis_slavedriver.txt index 52e8846a180..26cab9d13d9 100644 --- a/forge-gui/res/cardsfolder/g/grixis_slavedriver.txt +++ b/forge-gui/res/cardsfolder/g/grixis_slavedriver.txt @@ -4,6 +4,6 @@ Types:Creature Zombie Giant PT:4/4 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, create a 2/2 black Zombie creature token. K:Unearth:3 B -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie cfx SVar:Picture:http://www.wizards.com/global/images/magic/general/grixis_slavedriver.jpg Oracle:When Grixis Slavedriver leaves the battlefield, create a 2/2 black Zombie creature token.\nUnearth {3}{B} ({3}{B}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/g/grizzly_fate.txt b/forge-gui/res/cardsfolder/g/grizzly_fate.txt index e3aab16b377..966a1a9f3da 100644 --- a/forge-gui/res/cardsfolder/g/grizzly_fate.txt +++ b/forge-gui/res/cardsfolder/g/grizzly_fate.txt @@ -2,7 +2,7 @@ Name:Grizzly Fate ManaCost:3 G G Types:Sorcery K:Flashback:5 G G -A:SP$ Token | Cost$ 3 G G | TokenAmount$ X | TokenName$ Bear | TokenTypes$ Creature,Bear | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | References$ X | SpellDescription$ Create two 2/2 green Bear creature tokens. Threshold — Create four 2/2 green Bear creature tokens instead if seven or more cards are in your graveyard. +A:SP$ Token | Cost$ 3 G G | TokenAmount$ X | TokenScript$ g_2_2_bear | TokenOwner$ You | LegacyImage$ g 2 2 bear jud | References$ X | SpellDescription$ Create two 2/2 green Bear creature tokens. Threshold — Create four 2/2 green Bear creature tokens instead if seven or more cards are in your graveyard. SVar:X:Count$Threshold.4.2 SVar:Picture:http://www.wizards.com/global/images/magic/general/grizzly_fate.jpg Oracle:Create two 2/2 green Bear creature tokens.\nThreshold — Create four 2/2 green Bear creature tokens instead if seven or more cards are in your graveyard.\nFlashback {5}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/g/grove_of_the_guardian.txt b/forge-gui/res/cardsfolder/g/grove_of_the_guardian.txt index 63ded641584..d5dac9573e0 100644 --- a/forge-gui/res/cardsfolder/g/grove_of_the_guardian.txt +++ b/forge-gui/res/cardsfolder/g/grove_of_the_guardian.txt @@ -2,7 +2,7 @@ Name:Grove of the Guardian ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 3 G W T tapXType<2/Creature> Sac<1/CARDNAME> | CostDesc$ {3}{G}{W}, {T}, Tap two untapped creatures you control, Sacrifice CARDNAME: | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green,White | TokenPower$ 8 | TokenToughness$ 8 | TokenKeywords$ Vigilance | TokenImage$ gw 8 8 elemental rtr | SpellDescription$ Create an 8/8 green and white Elemental creature token with vigilance. +A:AB$ Token | Cost$ 3 G W T tapXType<2/Creature> Sac<1/CARDNAME> | CostDesc$ {3}{G}{W}, {T}, Tap two untapped creatures you control, Sacrifice CARDNAME: | TokenAmount$ 1 | TokenScript$ gw_8_8_elemental_vigilance | TokenOwner$ You | LegacyImage$ gw 8 8 elemental vigilance rtr | SpellDescription$ Create an 8/8 green and white Elemental creature token with vigilance. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/grove_of_the_guardian.jpg Oracle:{T}: Add {C}.\n{3}{G}{W}, {T}, Tap two untapped creatures you control, Sacrifice Grove of the Guardian: Create an 8/8 green and white Elemental creature token with vigilance. diff --git a/forge-gui/res/cardsfolder/g/grovetender_druids.txt b/forge-gui/res/cardsfolder/g/grovetender_druids.txt index c5904c84460..a59b3687fee 100644 --- a/forge-gui/res/cardsfolder/g/grovetender_druids.txt +++ b/forge-gui/res/cardsfolder/g/grovetender_druids.txt @@ -4,7 +4,7 @@ Types:Creature Elf Druid Ally PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. -SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenName$ Plant | TokenTypes$ Creature,Plant | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You +SVar:TrigToken:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenScript$ g_1_1_plant | LegacyImage$ g 1 1 plant bfz | TokenOwner$ You DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/grovetender_druids.jpg Oracle:Rally — Whenever Grovetender Druids or another Ally enters the battlefield under your control, you may pay {1}. If you do, create a 1/1 green Plant creature token. diff --git a/forge-gui/res/cardsfolder/g/growth_spasm.txt b/forge-gui/res/cardsfolder/g/growth_spasm.txt index 50bdfc04dbe..ef000b1d65c 100644 --- a/forge-gui/res/cardsfolder/g/growth_spasm.txt +++ b/forge-gui/res/cardsfolder/g/growth_spasm.txt @@ -2,8 +2,7 @@ Name:Growth Spasm ManaCost:2 G Types:Sorcery A:SP$ ChangeZone | Cost$ 2 G | Origin$ Library | Destination$ Battlefield | ChangeType$ Land.Basic | ChangeNum$ 1 | Tapped$ True | SubAbility$ DBToken | SpellDescription$ Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | SpellDescription$ Create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe | SpellDescription$ Create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/growth_spasm.jpg diff --git a/forge-gui/res/cardsfolder/g/guardian_of_cloverdell.txt b/forge-gui/res/cardsfolder/g/guardian_of_cloverdell.txt index efd4e9ab556..4cb99de2783 100644 --- a/forge-gui/res/cardsfolder/g/guardian_of_cloverdell.txt +++ b/forge-gui/res/cardsfolder/g/guardian_of_cloverdell.txt @@ -3,7 +3,7 @@ ManaCost:5 G G Types:Creature Treefolk Shaman PT:4/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 white Kithkin Soldier creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kithkin soldier lrw A:AB$ GainLife | Cost$ G Sac<1/Kithkin> | LifeAmount$ 1 | SpellDescription$ You gain 1 life. SVar:Picture:http://www.wizards.com/global/images/magic/general/guardian_of_cloverdell.jpg Oracle:When Guardian of Cloverdell enters the battlefield, create three 1/1 white Kithkin Soldier creature tokens.\n{G}, Sacrifice a Kithkin: You gain 1 life. diff --git a/forge-gui/res/cardsfolder/g/gutter_grime.txt b/forge-gui/res/cardsfolder/g/gutter_grime.txt index bb379c5017d..78615d350c0 100644 --- a/forge-gui/res/cardsfolder/g/gutter_grime.txt +++ b/forge-gui/res/cardsfolder/g/gutter_grime.txt @@ -3,9 +3,7 @@ ManaCost:4 G Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a nontoken creature you control dies, put a slime counter on CARDNAME, then create a green Ooze creature with "This creature's power and toughness are each equal to the number of slime counters on CARDNAME." SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SLIME | CounterNum$ 1 | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g x x ooze ISD | TokenSVars$ GutterGrimePT | RememberSource$ True | TokenStaticAbilities$ Static -SVar:Static:Mode$ Continuous | SetPower$ GutterGrimePT | SetToughness$ GutterGrimePT | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of slime counters on Gutter Grime. -SVar:GutterGrimePT:Remembered$CardCounters.SLIME +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_ooze_gutter_grime | TokenOwner$ You | LegacyImage$ g x x ooze gutter grime isd | RememberSource$ True AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/gutter_grime.jpg Oracle:Whenever a nontoken creature you control dies, put a slime counter on Gutter Grime, then create a green Ooze creature with "This creature's power and toughness are each equal to the number of slime counters on Gutter Grime." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/gwyllion_hedge_mage.txt b/forge-gui/res/cardsfolder/g/gwyllion_hedge_mage.txt index 5e32eaeb994..908050bcc85 100644 --- a/forge-gui/res/cardsfolder/g/gwyllion_hedge_mage.txt +++ b/forge-gui/res/cardsfolder/g/gwyllion_hedge_mage.txt @@ -4,7 +4,7 @@ Types:Creature Hag Wizard PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Plains.YouCtrl | PresentCompare$ GE2 | OptionalDecider$ You | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Plains, you may create a 1/1 white Kithkin Soldier creature token. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Swamp.YouCtrl | PresentCompare$ GE2 | OptionalDecider$ You | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Swamps, you may put a -1/-1 counter on target creature. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 kithkin soldier SHM +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kithkin soldier eve SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ M1M1 | CounterNum$ 1 | IsCurse$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/gwyllion_hedge_mage.jpg Oracle:When Gwyllion Hedge-Mage enters the battlefield, if you control two or more Plains, you may create a 1/1 white Kithkin Soldier creature token.\nWhen Gwyllion Hedge-Mage enters the battlefield, if you control two or more Swamps, you may put a -1/-1 counter on target creature. diff --git a/forge-gui/res/cardsfolder/h/hallowed_spiritkeeper.txt b/forge-gui/res/cardsfolder/h/hallowed_spiritkeeper.txt index ae6c8e58cdd..d78309c39ad 100644 --- a/forge-gui/res/cardsfolder/h/hallowed_spiritkeeper.txt +++ b/forge-gui/res/cardsfolder/h/hallowed_spiritkeeper.txt @@ -4,7 +4,7 @@ Types:Creature Avatar PT:3/2 K:Vigilance T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create X 1/1 white Spirit creature tokens with flying, where X is the number of creature cards in your graveyard. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit c14 +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying c14 SVar:X:Count$TypeInYourYard.Creature DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/hallowed_spiritkeeper.jpg diff --git a/forge-gui/res/cardsfolder/h/hammer_of_purphoros.txt b/forge-gui/res/cardsfolder/h/hammer_of_purphoros.txt index e4cfae2bbd3..d2cd5a8de0d 100644 --- a/forge-gui/res/cardsfolder/h/hammer_of_purphoros.txt +++ b/forge-gui/res/cardsfolder/h/hammer_of_purphoros.txt @@ -2,7 +2,7 @@ Name:Hammer of Purphoros ManaCost:1 R R Types:Legendary Enchantment Artifact S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ Haste | Description$ Creatures you control have haste. -A:AB$ Token | Cost$ 2 R T Sac<1/Land> | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Enchantment,Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c_3_3_golem_ths | SpellDescription$ Create a 3/3 colorless Golem enchantment artifact creature token. +A:AB$ Token | Cost$ 2 R T Sac<1/Land> | TokenAmount$ 1 | TokenScript$ c_3_3_e_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 e a golem ths | SpellDescription$ Create a 3/3 colorless Golem enchantment artifact creature token. SVar:BuffedBy:Creature SVar:NonStackingEffect:True SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/h/hangarback_walker.txt b/forge-gui/res/cardsfolder/h/hangarback_walker.txt index 8f2e67474ef..37c94971a35 100644 --- a/forge-gui/res/cardsfolder/h/hangarback_walker.txt +++ b/forge-gui/res/cardsfolder/h/hangarback_walker.txt @@ -4,7 +4,7 @@ Types:Artifact Creature Construct PT:0/0 K:etbCounter:P1P1:X T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Thopter artifact creature token with flying for each +1/+1 counter on CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori SVar:Y:TriggeredCard$CardCounters.P1P1 A:AB$ PutCounter | Cost$ 1 T | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME. SVar:X:Count$xPaid diff --git a/forge-gui/res/cardsfolder/h/hanweir_battlements_hanweir_the_writhing_township.txt b/forge-gui/res/cardsfolder/h/hanweir_battlements_hanweir_the_writhing_township.txt index 0a203c9664d..7ffef347cb1 100644 --- a/forge-gui/res/cardsfolder/h/hanweir_battlements_hanweir_the_writhing_township.txt +++ b/forge-gui/res/cardsfolder/h/hanweir_battlements_hanweir_the_writhing_township.txt @@ -20,6 +20,6 @@ PT:7/4 K:Trample K:Haste T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create two 3/2 colorless Eldrazi Horror creature tokens that are tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ c 3 2 eldrazi horror EMN +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ c 3 2 eldrazi horror emn SVar:Picture:http://www.wizards.com/global/images/magic/general/hanweir_the_writhing_township.jpg Oracle:Trample, haste\nWhenever Hanweir, the Writhing Township attacks, create two 3/2 colorless Eldrazi Horror creature tokens that are tapped and attacking. diff --git a/forge-gui/res/cardsfolder/h/hanweir_garrison.txt b/forge-gui/res/cardsfolder/h/hanweir_garrison.txt index 483dd537932..d89facf3df0 100644 --- a/forge-gui/res/cardsfolder/h/hanweir_garrison.txt +++ b/forge-gui/res/cardsfolder/h/hanweir_garrison.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Creature Human Soldier PT:2/3 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create two 1/1 red Human creature tokens that are tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ r 1 1 human EMN +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_human | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ r 1 1 human emn SVar:HasAttackEffect:TRUE DeckHints:Name$Hanweir Battlements SVar:Picture:http://www.wizards.com/global/images/magic/general/hanweir_garrison.jpg diff --git a/forge-gui/res/cardsfolder/h/hanweir_militia_captain_westvale_cult_leader.txt b/forge-gui/res/cardsfolder/h/hanweir_militia_captain_westvale_cult_leader.txt index 0500a16722f..95852dde3bf 100644 --- a/forge-gui/res/cardsfolder/h/hanweir_militia_captain_westvale_cult_leader.txt +++ b/forge-gui/res/cardsfolder/h/hanweir_militia_captain_westvale_cult_leader.txt @@ -18,7 +18,7 @@ PT:*/* S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of creatures you control. SVar:X:Count$Valid Creature.YouCtrl T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a 1/1 white and black Human Cleric creature token. -SVar:TrigToken:DB$Token | TokenName$ Human Cleric | TokenColors$ White,Black | TokenTypes$ Creature,Human,Cleric | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | TokenScript$ wb_1_1_human_cleric | LegacyImage$ wb 1 1 human cleric soi | TokenOwner$ You | TokenAmount$ 1 SVar:BuffedBy:Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/westvale_cult_leader.jpg Oracle:Westvale Cult Leader's power and toughness are each equal to the number of creatures you control.\nAt the beginning of your end step, create a 1/1 white and black Human Cleric creature token. diff --git a/forge-gui/res/cardsfolder/h/hapatra_vizier_of_poisons.txt b/forge-gui/res/cardsfolder/h/hapatra_vizier_of_poisons.txt index bf8ef1713bd..163ef02047c 100644 --- a/forge-gui/res/cardsfolder/h/hapatra_vizier_of_poisons.txt +++ b/forge-gui/res/cardsfolder/h/hapatra_vizier_of_poisons.txt @@ -5,6 +5,6 @@ PT:2/2 T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may put a -1/-1 counter on target creature. SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | TgtPrompt$ Select target creature | CounterType$ M1M1 | CounterNum$ 1 | IsCurse$ True T:Mode$ CounterAddedOnce | ValidCard$ Creature | ValidSource$ You | CounterType$ M1M1 | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Deathtouch | TokenImage$ g 1 1 snake AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_snake_deathtouch | TokenOwner$ You | LegacyImage$ g 1 1 snake deathtouch akh DeckHas:Ability$Counters & Ability$Token Oracle:Whenever Hapatra, Vizier of Poisons deals combat damage to a player, you may put a -1/-1 counter on target creature.\nWhenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch. diff --git a/forge-gui/res/cardsfolder/h/haunted_angel.txt b/forge-gui/res/cardsfolder/h/haunted_angel.txt index acf3a13d346..72af0df2794 100644 --- a/forge-gui/res/cardsfolder/h/haunted_angel.txt +++ b/forge-gui/res/cardsfolder/h/haunted_angel.txt @@ -5,7 +5,7 @@ PT:3/3 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigChange | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, exile CARDNAME and each other player creates a 3/3 black Angel creature token with flying. SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | Defined$ TriggeredCard | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ Player.Other | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_3_3_angel_flying | TokenOwner$ Player.Other | LegacyImage$ b 3 3 angel flying apc AI:RemoveDeck:Random SVar:Picture:http://resources.wizards.com/magic/cards/ap/en-us/card25910.jpg Oracle:Flying\nWhen Haunted Angel dies, exile Haunted Angel and each other player creates a 3/3 black Angel creature token with flying. diff --git a/forge-gui/res/cardsfolder/h/haunted_dead.txt b/forge-gui/res/cardsfolder/h/haunted_dead.txt index 655253c49a6..aa79a454390 100644 --- a/forge-gui/res/cardsfolder/h/haunted_dead.txt +++ b/forge-gui/res/cardsfolder/h/haunted_dead.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Creature Zombie PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit SOI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying emn A:AB$ ChangeZone | Cost$ 1 B Discard<2/Card> | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to the battlefield tapped. SVar:DiscardMe:2 SVar:SacMe:1 diff --git a/forge-gui/res/cardsfolder/h/havengul_runebinder.txt b/forge-gui/res/cardsfolder/h/havengul_runebinder.txt index 8fc2a18ac39..d65df3a28c1 100644 --- a/forge-gui/res/cardsfolder/h/havengul_runebinder.txt +++ b/forge-gui/res/cardsfolder/h/havengul_runebinder.txt @@ -2,7 +2,7 @@ Name:Havengul Runebinder ManaCost:2 U U Types:Creature Human Wizard PT:2/2 -A:AB$ Token | Cost$ 2 U T ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | SubAbility$ DBCounters | SpellDescription$ Create a 2/2 black Zombie creature token, then put a +1/+1 counter on each Zombie creature you control. +A:AB$ Token | Cost$ 2 U T ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie dka | SubAbility$ DBCounters | SpellDescription$ Create a 2/2 black Zombie creature token, then put a +1/+1 counter on each Zombie creature you control. SVar:DBCounters:DB$ PutCounterAll | ValidCards$ Creature.Zombie+YouCtrl | CounterType$ P1P1 | CounterNum$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/havengul_runebinder.jpg Oracle:{2}{U}, {T}, Exile a creature card from your graveyard: Create a 2/2 black Zombie creature token, then put a +1/+1 counter on each Zombie creature you control. diff --git a/forge-gui/res/cardsfolder/h/hearthcage_giant.txt b/forge-gui/res/cardsfolder/h/hearthcage_giant.txt index db8b6f41962..eed587250ff 100644 --- a/forge-gui/res/cardsfolder/h/hearthcage_giant.txt +++ b/forge-gui/res/cardsfolder/h/hearthcage_giant.txt @@ -3,7 +3,7 @@ ManaCost:6 R R Types:Creature Giant Warrior PT:5/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 3/1 red Elemental Shaman creature tokens. -SVar:TrigToken:DB$Token | TokenImage$ r 3 1 elemental shaman | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2 +SVar:TrigToken:DB$Token | LegacyImage$ r 3 1 elemental shaman lrw | TokenScript$ r_3_1_elemental_shaman | TokenOwner$ You | TokenAmount$ 2 A:AB$ Pump | Cost$ Sac<1/Elemental> | ValidTgts$ Creature.Giant | TgtPrompt$ Select target Giant creature | NumAtt$ +3 | NumDef$ +1 | SpellDescription$ Target Giant creature gets +3/+1 until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/hearthcage_giant.jpg Oracle:When Hearthcage Giant enters the battlefield, create two 3/1 red Elemental Shaman creature tokens.\nSacrifice an Elemental: Target Giant creature gets +3/+1 until end of turn. diff --git a/forge-gui/res/cardsfolder/h/heartless_pillage.txt b/forge-gui/res/cardsfolder/h/heartless_pillage.txt index 5b9e3e8c4ab..9fab3ac0843 100644 --- a/forge-gui/res/cardsfolder/h/heartless_pillage.txt +++ b/forge-gui/res/cardsfolder/h/heartless_pillage.txt @@ -2,8 +2,7 @@ Name:Heartless Pillage ManaCost:2 B Types:Sorcery A:SP$ Discard | Cost$ 2 B | ValidTgts$ Opponent | Mode$ TgtChoose | NumCards$ 2 | TgtPrompt$ Select target opponent | SubAbility$ DBTreasure | SpellDescription$ Target opponent discards two cards. Raid — If you attacked with a creature this turn, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | ConditionCheckSVar$ RaidTest | ConditionSVarCompare$ GE1 | References$ RaidTest | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | ConditionCheckSVar$ RaidTest | ConditionSVarCompare$ GE1 | References$ RaidTest | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:RaidTest:Count$AttackersDeclared SVar:Picture:http://www.wizards.com/global/images/magic/general/heartless_pillage.jpg Oracle:Target opponent discards two cards.\nRaid — If you attacked with a creature this turn, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hedron_fields_of_agadeem.txt b/forge-gui/res/cardsfolder/h/hedron_fields_of_agadeem.txt index 9c7c5ab9c2e..4eb7f2c2806 100644 --- a/forge-gui/res/cardsfolder/h/hedron_fields_of_agadeem.txt +++ b/forge-gui/res/cardsfolder/h/hedron_fields_of_agadeem.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Plane Zendikar S:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.powerGE7 | AddHiddenKeyword$ CARDNAME can't attack or block. | Description$ Creatures with power 7 or greater can't attack or block. T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, create a 7/7 colorless Eldrazi creature token with annihilator 1. (Whenever it attacks, defending player sacrifices a permanent.) -SVar:RolledChaos:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi | TokenTypes$ Creature,Eldrazi | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 7 | TokenToughness$ 7 | TokenKeywords$ Annihilator:1 +SVar:RolledChaos:DB$ Token | TokenAmount$ 1 | TokenScript$ c_7_7_eldrazi_annihilator | TokenOwner$ You | LegacyImage$ c 7 7 eldrazi annihilator pc2 SVar:Picture:http://www.wizards.com/global/images/magic/general/hedron_fields_of_agadeem.jpg SVar:AIRollPlanarDieParams:Mode$ Always | LowPriority$ True | MaxRollsPerTurn$ 9 Oracle:Creatures with power 7 or greater can't attack or block.\nWhenever you roll {CHAOS}, create a 7/7 colorless Eldrazi creature token with annihilator 1. (Whenever it attacks, defending player sacrifices a permanent.) diff --git a/forge-gui/res/cardsfolder/h/heliod_god_of_the_sun.txt b/forge-gui/res/cardsfolder/h/heliod_god_of_the_sun.txt index edb1c69e903..cd35596dd3f 100644 --- a/forge-gui/res/cardsfolder/h/heliod_god_of_the_sun.txt +++ b/forge-gui/res/cardsfolder/h/heliod_god_of_the_sun.txt @@ -6,7 +6,7 @@ K:Indestructible S:Mode$ Continuous | Affected$ Card.Self | RemoveType$ Creature | RemoveCreatureTypes$ True | CheckSVar$ X | SVarCompare$ LT5 | References$ X | Description$ As long as your devotion to white is less than 5, CARDNAME isn't a creature. (Each {W} in the mana costs of permanents you control counts towards your devotion to white.) SVar:X:Count$Devotion.White S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddKeyword$ Vigilance | Description$ Other creatures you control have vigilance. -A:AB$ Token | Cost$ 2 W W | TokenAmount$ 1 | TokenName$ Cleric | TokenTypes$ Enchantment,Creature,Cleric | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 1 | TokenColors$ White | TokenImage$ w_2_1_cleric | SpellDescription$ Create a 2/1 white Cleric enchantment creature token. +A:AB$ Token | Cost$ 2 W W | TokenAmount$ 1 | TokenScript$ w_2_1_e_cleric | TokenOwner$ You | LegacyImage$ w 2 1 e cleric ths | SpellDescription$ Create a 2/1 white Cleric enchantment creature token. SVar:PlayMain1:TRUE SVar:BuffedBy:Permanent.White SVar:Picture:http://www.wizards.com/global/images/magic/general/heliod_god_of_the_sun.jpg diff --git a/forge-gui/res/cardsfolder/h/hellion_crucible.txt b/forge-gui/res/cardsfolder/h/hellion_crucible.txt index b2d67a4cfa8..b89d8985e56 100644 --- a/forge-gui/res/cardsfolder/h/hellion_crucible.txt +++ b/forge-gui/res/cardsfolder/h/hellion_crucible.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. A:AB$ PutCounter | Cost$ 1 R T | CounterType$ PRESSURE | CounterNum$ 1 | SpellDescription$ Put a pressure counter on CARDNAME. -A:AB$ Token | Cost$ 1 R T SubCounter<2/PRESSURE> Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Hellion | TokenTypes$ Creature,Hellion | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ r 4 4 hellion M13 | TokenKeywords$ Haste | SpellDescription$ Create a 4/4 red Hellion creature token with haste. +A:AB$ Token | Cost$ 1 R T SubCounter<2/PRESSURE> Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ r_4_4_hellion_haste | TokenOwner$ You | LegacyImage$ r 4 4 hellion haste m13 | SpellDescription$ Create a 4/4 red Hellion creature token with haste. SVar:Picture:http://www.wizards.com/global/images/magic/general/hellion_crucible.jpg Oracle:{T}: Add {C}.\n{1}{R}, {T}: Put a pressure counter on Hellion Crucible.\n{1}{R}, {T}, Remove two pressure counters from Hellion Crucible and sacrifice it: Create a 4/4 red Hellion creature token with haste. (It can attack and {T} as soon as it comes under your control.) diff --git a/forge-gui/res/cardsfolder/h/hellion_eruption.txt b/forge-gui/res/cardsfolder/h/hellion_eruption.txt index 63d36057d64..51496e129ea 100644 --- a/forge-gui/res/cardsfolder/h/hellion_eruption.txt +++ b/forge-gui/res/cardsfolder/h/hellion_eruption.txt @@ -2,7 +2,7 @@ Name:Hellion Eruption ManaCost:5 R Types:Sorcery A:SP$ SacrificeAll | Cost$ 5 R | ValidCards$ Creature.YouCtrl | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ Sacrifice all creatures you control, then create that many 4/4 red Hellion creature tokens. -SVar:DBToken:DB$Token | TokenAmount$ X | TokenName$ Hellion | TokenTypes$ Creature,Hellion | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | References$ X +SVar:DBToken:DB$Token | TokenAmount$ X | TokenScript$ r_4_4_hellion | TokenOwner$ You | LegacyImage$ r 4 4 hellion roe | References$ X SVar:X:Remembered$Amount AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/hellion_eruption.jpg diff --git a/forge-gui/res/cardsfolder/h/helm_of_kaldra.txt b/forge-gui/res/cardsfolder/h/helm_of_kaldra.txt index 8db74866e11..5fd0c70a685 100644 --- a/forge-gui/res/cardsfolder/h/helm_of_kaldra.txt +++ b/forge-gui/res/cardsfolder/h/helm_of_kaldra.txt @@ -3,7 +3,7 @@ ManaCost:3 Types:Legendary Artifact Equipment K:Equip:2 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ First Strike & Trample & Haste | Description$ Equipped creature has first strike, trample, and haste. -A:AB$ Token | Cost$ 1 | TokenAmount$ 1 | TokenImage$ c 4 4 kaldra | TokenName$ Kaldra | TokenTypes$ Legendary,Creature,Avatar | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 4 | TokenToughness$ 4 | SubAbility$ DBAttachEach | RememberTokens$ True | ConditionCheckSVar$ HelmX | ConditionSVarCompare$ EQ3 | AILogic$ Never | References$ HelmX | SpellDescription$ If you control Equipment named CARDNAME, Sword of Kaldra, and Shield of Kaldra, create a legendary 4/4 colorless Avatar creature token named Kaldra and attach those Equipment to it. +A:AB$ Token | Cost$ 1 | TokenAmount$ 1 | LegacyImage$ kaldra 5dn | TokenScript$ kaldra | TokenOwner$ You | SubAbility$ DBAttachEach | RememberTokens$ True | ConditionCheckSVar$ HelmX | ConditionSVarCompare$ EQ3 | AILogic$ Never | References$ HelmX | SpellDescription$ If you control Equipment named CARDNAME, Sword of Kaldra, and Shield of Kaldra, create a legendary 4/4 colorless Avatar creature token named Kaldra and attach those Equipment to it. SVar:DBAttachEach:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Equipment.YouCtrl+namedHelm of Kaldra,Equipment.YouCtrl+namedSword of Kaldra,Equipment.YouCtrl+namedShield of Kaldra | CheckSVar$ HelmY | SVarCompare$ EQ1 | References$ HelmY | RepeatSubAbility$ DBAttach | SubAbility$ DBCleanup SVar:DBAttach:DB$ Attach | Object$ Imprinted | Defined$ Remembered SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/h/herald_of_anafenza.txt b/forge-gui/res/cardsfolder/h/herald_of_anafenza.txt index c05acf403c4..05026abd691 100644 --- a/forge-gui/res/cardsfolder/h/herald_of_anafenza.txt +++ b/forge-gui/res/cardsfolder/h/herald_of_anafenza.txt @@ -4,7 +4,7 @@ Types:Creature Human Soldier PT:1/2 K:Outlast:2 W T:Mode$ AbilityCast | ValidCard$ Card.Self | ValidActivatingPlayer$ You | Outlast$ True | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you activate CARDNAME's outlast ability, create a 1/1 white Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior ktk DeckHints:Ability$Counters DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/herald_of_anafenza.jpg diff --git a/forge-gui/res/cardsfolder/h/hero_of_bladehold.txt b/forge-gui/res/cardsfolder/h/hero_of_bladehold.txt index 3ae17564746..e54efddc39a 100644 --- a/forge-gui/res/cardsfolder/h/hero_of_bladehold.txt +++ b/forge-gui/res/cardsfolder/h/hero_of_bladehold.txt @@ -4,7 +4,7 @@ Types:Creature Human Knight PT:3/4 K:Battle cry T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create two 1/1 white Soldier creature tokens that are tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ w 1 1 soldier SOM +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ w 1 1 soldier mbs SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/hero_of_bladehold.jpg Oracle:Battle cry (Whenever this creature attacks, each other attacking creature gets +1/+0 until end of turn.)\nWhenever Hero of Bladehold attacks, create two 1/1 white Soldier creature tokens that are tapped and attacking. diff --git a/forge-gui/res/cardsfolder/h/heroic_reinforcements.txt b/forge-gui/res/cardsfolder/h/heroic_reinforcements.txt index cc2748e226d..133d3d89b9f 100644 --- a/forge-gui/res/cardsfolder/h/heroic_reinforcements.txt +++ b/forge-gui/res/cardsfolder/h/heroic_reinforcements.txt @@ -1,7 +1,7 @@ Name:Heroic Reinforcements ManaCost:2 R W Types:Sorcery -A:SP$ Token | Cost$ 2 R W | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M19 | SubAbility$ TrigPump | SpellDescription$ Create two 1/1 white Soldier creature tokens. Until end of turn, creatures you control get +1/+1 and gain haste. +A:SP$ Token | Cost$ 2 R W | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m19 | SubAbility$ TrigPump | SpellDescription$ Create two 1/1 white Soldier creature tokens. Until end of turn, creatures you control get +1/+1 and gain haste. SVar:TrigPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Haste | NumAtt$ +1 | NumDef$ +1 DeckHas:Ability$Token SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/h/hidden_stockpile.txt b/forge-gui/res/cardsfolder/h/hidden_stockpile.txt index d3d0126bfc3..e8023a8f514 100644 --- a/forge-gui/res/cardsfolder/h/hidden_stockpile.txt +++ b/forge-gui/res/cardsfolder/h/hidden_stockpile.txt @@ -2,7 +2,7 @@ Name:Hidden Stockpile ManaCost:W B Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | Revolt$ True | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Revolt — At the beginning of your end step, if a permanent you controlled left the battlefield this turn, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer A:AB$ Scry | Cost$ 1 Sac<1/Creature> | ScryNum$ 1 | SpellDescription$ Scry 1. SVar:Picture:http://www.wizards.com/global/images/magic/general/hidden_stockpile.jpg Oracle:Revolt — At the beginning of your end step, if a permanent you controlled left the battlefield this turn, create a 1/1 colorless Servo artifact creature token.\n{1}, Sacrifice a creature: Scry 1. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/history_of_benalia.txt b/forge-gui/res/cardsfolder/h/history_of_benalia.txt index 71d6764eb00..c74159b37e7 100644 --- a/forge-gui/res/cardsfolder/h/history_of_benalia.txt +++ b/forge-gui/res/cardsfolder/h/history_of_benalia.txt @@ -2,7 +2,7 @@ Name:History of Benalia ManaCost:1 W W Types:Enchantment Saga K:Saga:3:DBToken,DBToken,DBPump -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight dom | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance_dom | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance dom | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. SVar:DBPump:DB$ PumpAll | ValidCards$ Knight.YouCtrl | NumAtt$ +2 | NumDef$ +1 | SpellDescription$ Knights you control get +2/+1 until end of turn. DeckHints:Type$Knight DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/h/hive_stirrings.txt b/forge-gui/res/cardsfolder/h/hive_stirrings.txt index b2ed5948292..44c354f5bb7 100644 --- a/forge-gui/res/cardsfolder/h/hive_stirrings.txt +++ b/forge-gui/res/cardsfolder/h/hive_stirrings.txt @@ -1,6 +1,6 @@ Name:Hive Stirrings ManaCost:2 W Types:Sorcery -A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenName$ Sliver | TokenTypes$ Creature,Sliver | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 sliver M14 | SpellDescription$ Create two 1/1 colorless Sliver creature tokens. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c 1 1 sliver m14 | SpellDescription$ Create two 1/1 colorless Sliver creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/hive_stirrings.jpg Oracle:Create two 1/1 colorless Sliver creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/honden_of_lifes_web.txt b/forge-gui/res/cardsfolder/h/honden_of_lifes_web.txt index dbc6ba7436d..3d04a200078 100644 --- a/forge-gui/res/cardsfolder/h/honden_of_lifes_web.txt +++ b/forge-gui/res/cardsfolder/h/honden_of_lifes_web.txt @@ -2,7 +2,7 @@ Name:Honden of Life's Web ManaCost:4 G Types:Legendary Enchantment Shrine T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 colorless Spirit creature token for each Shrine you control. -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit chk | TokenOwner$ You | References$ X SVar:X:Count$TypeYouCtrl.Shrine DeckHints:Type$Shrine SVar:Picture:http://www.wizards.com/global/images/magic/general/honden_of_lifes_web.jpg diff --git a/forge-gui/res/cardsfolder/h/hooded_hydra.txt b/forge-gui/res/cardsfolder/h/hooded_hydra.txt index 1f2c5edbea4..cdb6d583106 100644 --- a/forge-gui/res/cardsfolder/h/hooded_hydra.txt +++ b/forge-gui/res/cardsfolder/h/hooded_hydra.txt @@ -5,7 +5,7 @@ PT:0/0 K:etbCounter:P1P1:X SVar:X:Count$xPaid T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 green Snake creature token for each +1/+1 counter on it. -SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake KTK | References$ Y +SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenScript$ g_1_1_snake | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 snake ktk | References$ Y SVar:Y:TriggeredCard$CardCounters.P1P1 K:Morph:3 G G R:Event$ TurnFaceUp | ValidCard$ Card.Self | ReplaceWith$ AddCounters | ActiveZones$ Battlefield | Description$ As CARDNAME is turned face up, put five +1/+1 counters on it. diff --git a/forge-gui/res/cardsfolder/h/hoofprints_of_the_stag.txt b/forge-gui/res/cardsfolder/h/hoofprints_of_the_stag.txt index 5f18258ecfe..db59fc445cd 100644 --- a/forge-gui/res/cardsfolder/h/hoofprints_of_the_stag.txt +++ b/forge-gui/res/cardsfolder/h/hoofprints_of_the_stag.txt @@ -3,6 +3,6 @@ ManaCost:1 W Types:Tribal Enchantment Elemental T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever you draw a card, you may put a hoofprint counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ HOOFPRINT | CounterNum$ 1 -A:AB$ Token | Cost$ 2 W SubCounter<4/HOOFPRINT> | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | PlayerTurn$ True | SpellDescription$ Create a 4/4 white Elemental creature token with flying. Activate this ability only during your turn. +A:AB$ Token | Cost$ 2 W SubCounter<4/HOOFPRINT> | TokenAmount$ 1 | TokenScript$ w_4_4_elemental_flying | TokenOwner$ You | LegacyImage$ w 4 4 elemental flying lrw | PlayerTurn$ True | SpellDescription$ Create a 4/4 white Elemental creature token with flying. Activate this ability only during your turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/hoofprints_of_the_stag.jpg Oracle:Whenever you draw a card, you may put a hoofprint counter on Hoofprints of the Stag.\n{2}{W}, Remove four hoofprint counters from Hoofprints of the Stag: Create a 4/4 white Elemental creature token with flying. Activate this ability only during your turn. diff --git a/forge-gui/res/cardsfolder/h/hordeling_outburst.txt b/forge-gui/res/cardsfolder/h/hordeling_outburst.txt index 7794f2ab7e9..78b3ca5bc83 100644 --- a/forge-gui/res/cardsfolder/h/hordeling_outburst.txt +++ b/forge-gui/res/cardsfolder/h/hordeling_outburst.txt @@ -1,6 +1,6 @@ Name:Hordeling Outburst ManaCost:1 R R Types:Sorcery -A:SP$ Token | Cost$ 1 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin KTK | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R R | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ktk | SpellDescription$ Create three 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/hordeling_outburst.jpg Oracle:Create three 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/horncallers_chant.txt b/forge-gui/res/cardsfolder/h/horncallers_chant.txt index 79bc430613c..325ab13908a 100644 --- a/forge-gui/res/cardsfolder/h/horncallers_chant.txt +++ b/forge-gui/res/cardsfolder/h/horncallers_chant.txt @@ -1,7 +1,7 @@ Name:Horncaller's Chant ManaCost:7 G Types:Sorcery -A:SP$ Token | Cost$ 7 G | TokenAmount$ 1 | TokenName$ Rhino | TokenTypes$ Creature,Rhino | TokenColors$ Green | TokenOwner$ You | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Trample | TokenImage$ g 4 4 rhino rtr | SubAbility$ DBCopy | SpellDescription$ Create a 4/4 green Rhino creature token with trample, then populate. (Create a token that's a copy of a creature token you control.) +A:SP$ Token | Cost$ 7 G | TokenAmount$ 1 | TokenScript$ g_4_4_rhino_trample | TokenOwner$ You | LegacyImage$ g 4 4 rhino trample rtr | SubAbility$ DBCopy | SpellDescription$ Create a 4/4 green Rhino creature token with trample, then populate. (Create a token that's a copy of a creature token you control.) SVar:DBCopy:DB$ CopyPermanent | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True DeckHas:Ability$Token DeckHints:Ability$Token diff --git a/forge-gui/res/cardsfolder/h/hornet_cannon.txt b/forge-gui/res/cardsfolder/h/hornet_cannon.txt index 7d2d37a4a1b..de069292c3b 100644 --- a/forge-gui/res/cardsfolder/h/hornet_cannon.txt +++ b/forge-gui/res/cardsfolder/h/hornet_cannon.txt @@ -1,7 +1,7 @@ Name:Hornet Cannon ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | TokenOwner$ You | LegacyImage$ hornet dde | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ hornet | TokenOwner$ You | LegacyImage$ hornet sth | AtEOT$ Destroy | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_cannon.jpg Oracle:{3}, {T}: Create a 1/1 colorless Insect artifact creature token with flying and haste named Hornet. Destroy it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/h/hornet_nest.txt b/forge-gui/res/cardsfolder/h/hornet_nest.txt index 2e4558d0d3a..387fa7b64b9 100644 --- a/forge-gui/res/cardsfolder/h/hornet_nest.txt +++ b/forge-gui/res/cardsfolder/h/hornet_nest.txt @@ -4,7 +4,7 @@ Types:Creature Insect PT:0/2 K:Defender T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME is dealt damage, create that many 1/1 green Insect creature tokens with flying and deathtouch. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect M15 | TokenKeywords$ Flying<>Deathtouch | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_insect_flying_deathtouch | TokenOwner$ You | LegacyImage$ g 1 1 insect flying deathtouch m15 | References$ X SVar:X:TriggerCount$DamageAmount SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_nest.jpg diff --git a/forge-gui/res/cardsfolder/h/hornet_queen.txt b/forge-gui/res/cardsfolder/h/hornet_queen.txt index a0de805f5ad..ad65be14d7c 100644 --- a/forge-gui/res/cardsfolder/h/hornet_queen.txt +++ b/forge-gui/res/cardsfolder/h/hornet_queen.txt @@ -5,6 +5,6 @@ PT:2/2 K:Flying K:Deathtouch T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create four 1/1 green Insect creature tokens with flying and deathtouch. -SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenName$ Insect | TokenImage$ g 1 1 insect M15 | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying<>Deathtouch +SVar:TrigToken:DB$Token | TokenAmount$ 4 | TokenScript$ g_1_1_insect_flying_deathtouch | LegacyImage$ g 1 1 insect flying deathtouch cmd | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/hornet_queen.jpg Oracle:Flying\nDeathtouch (Any amount of damage this deals to a creature is enough to destroy it.)\nWhen Hornet Queen enters the battlefield, create four 1/1 green Insect creature tokens with flying and deathtouch. diff --git a/forge-gui/res/cardsfolder/h/hornswoggle.txt b/forge-gui/res/cardsfolder/h/hornswoggle.txt index 58a12b86d73..b30ce0e1f6e 100644 --- a/forge-gui/res/cardsfolder/h/hornswoggle.txt +++ b/forge-gui/res/cardsfolder/h/hornswoggle.txt @@ -2,7 +2,6 @@ Name:Hornswoggle ManaCost:2 U Types:Instant A:SP$ Counter | Cost$ 2 U | TargetType$ Spell | TgtPrompt$ Select target Creature spell | ValidTgts$ Creature | SubAbility$ DBTreasure | SpellDescription$ Counter target creature spell. You create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix SVar:Picture:http://www.wizards.com/global/images/magic/general/hornswoggle.jpg Oracle:Counter target creature spell. You create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hostility.txt b/forge-gui/res/cardsfolder/h/hostility.txt index 95c290ac1f0..61704237abf 100644 --- a/forge-gui/res/cardsfolder/h/hostility.txt +++ b/forge-gui/res/cardsfolder/h/hostility.txt @@ -4,7 +4,7 @@ Types:Creature Elemental Incarnation PT:6/6 K:Haste R:Event$ DamageDone | ActiveZones$ Battlefield | ValidSource$ Spell.YouCtrl | ValidTarget$ Opponent | PreventionEffect$ True | ReplaceWith$ HostilityTokens | Description$ If a spell you control would deal damage to an opponent, prevent that damage. Create a 3/1 red Elemental Shaman creature token with haste for each 1 damage prevented this way. -SVar:HostilityTokens:DB$ Token | TokenAmount$ X | References$ X | TokenImage$ r 3 1 elemental shaman | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 | TokenKeywords$ Haste | TokenOwner$ You +SVar:HostilityTokens:DB$ Token | TokenAmount$ X | References$ X | LegacyImage$ r 3 1 elemental shaman haste lrw | TokenScript$ r_3_1_elemental_shaman_haste | TokenOwner$ You SVar:X:ReplaceCount$DamageAmount T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Creature.Self | Execute$ TrigShuffle | TriggerDescription$ When CARDNAME is put into a graveyard from anywhere, shuffle it into its owner's library. SVar:TrigShuffle:DB$ ChangeZone | Origin$ Graveyard | Destination$ Library | Shuffle$ True | Defined$ TriggeredCard diff --git a/forge-gui/res/cardsfolder/h/hour_of_need.txt b/forge-gui/res/cardsfolder/h/hour_of_need.txt index 6bd8195fb43..60d18069972 100644 --- a/forge-gui/res/cardsfolder/h/hour_of_need.txt +++ b/forge-gui/res/cardsfolder/h/hour_of_need.txt @@ -4,7 +4,7 @@ Types:Instant K:Strive:1 U A:SP$ ChangeZone | Cost$ 2 U | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ X | Origin$ Battlefield | Destination$ Exile | References$ X | RememberLKI$ True | SubAbility$ DBRepeat | SpellDescription$ Exile any number of target creatures. For each creature exiled this way, its controller creates a 4/4 blue Sphinx creature token with flying. SVar:DBRepeat:DB$ RepeatEach | DefinedCards$ DirectRemembered | UseImprinted$ True | RepeatSubAbility$ DBToken | SubAbility$ DBCleanup -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Sphinx | TokenTypes$ Creature,Sphinx | TokenOwner$ ImprintedController | TokenColors$ Blue | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_4_4_sphinx_flying | TokenOwner$ ImprintedController | LegacyImage$ u 4 4 sphinx flying SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$Valid Creature AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/h/hour_of_promise.txt b/forge-gui/res/cardsfolder/h/hour_of_promise.txt index 248157f0726..c961ecabaf1 100644 --- a/forge-gui/res/cardsfolder/h/hour_of_promise.txt +++ b/forge-gui/res/cardsfolder/h/hour_of_promise.txt @@ -2,7 +2,7 @@ Name:Hour of Promise ManaCost:4 G Types:Sorcery A:SP$ ChangeZone | Cost$ 4 G | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land | ChangeNum$ 2 | SubAbility$ DBToken | SpellDescription$ Search your library for up to two land cards, put them onto the battlefield tapped, then shuffle your library. Then if you control three or more Deserts, create two 2/2 black Zombie creature tokens. -SVar:DBToken:DB$ Token | ConditionPresent$ Desert.YouCtrl | ConditionCompare$ GE3 | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH +SVar:DBToken:DB$ Token | ConditionPresent$ Desert.YouCtrl | ConditionCompare$ GE3 | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie hou DeckHints:Type$Desert SVar:Picture:http://www.wizards.com/global/images/magic/general/hour_of_promise.jpg Oracle:Search your library for up to two land cards, put them onto the battlefield tapped, then shuffle your library. Then if you control three or more Deserts, create two 2/2 black Zombie creature tokens. diff --git a/forge-gui/res/cardsfolder/h/howl_of_the_night_pack.txt b/forge-gui/res/cardsfolder/h/howl_of_the_night_pack.txt index 88df4b2f221..1ee1dcfa0fa 100644 --- a/forge-gui/res/cardsfolder/h/howl_of_the_night_pack.txt +++ b/forge-gui/res/cardsfolder/h/howl_of_the_night_pack.txt @@ -1,7 +1,7 @@ Name:Howl of the Night Pack ManaCost:6 G Types:Sorcery -A:SP$ Token | Cost$ 6 G | TokenAmount$ X | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage g 2 2 wolf SHM | References$ X | SpellDescription$ Create a 2/2 green Wolf creature token for each Forest you control. +A:SP$ Token | Cost$ 6 G | TokenAmount$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf shm | References$ X | SpellDescription$ Create a 2/2 green Wolf creature token for each Forest you control. SVar:X:Count$TypeYouCtrl.Forest SVar:Picture:http://www.wizards.com/global/images/magic/general/howl_of_the_night_pack.jpg Oracle:Create a 2/2 green Wolf creature token for each Forest you control. diff --git a/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt b/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt index edc10f2dcc0..63912fa119a 100644 --- a/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt +++ b/forge-gui/res/cardsfolder/h/huatli_warrior_poet.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Huatli Loyalty:3 A:AB$ GainLife | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | LifeAmount$ GreatestPow | References$ GreatestPow | SpellDescription$ You gain life equal to the greatest power among creatures you control. SVar:GreatestPow:Count$GreatestPower_Creature.YouCtrl -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Dinosaur | TokenTypes$ Creature,Dinosaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | SpellDescription$ Create a 3/3 green Dinosaur creature token with Trample. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ g_3_3_dinosaur_trample | TokenOwner$ You | LegacyImage$ g 3 3 dinosaur trample xln | SpellDescription$ Create a 3/3 green Dinosaur creature token with Trample. # TODO: The AI never uses the Ultimate ability (most likely doesn't have the required logic for it) A:AB$ DealDamage | Cost$ SubCounter | Announce$ X | NumDmg$ X | References$ X | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature to distribute damage to | TargetMin$ 1 | TargetMax$ X | DividedAsYouChoose$ X | RememberDamaged$ True | SubAbility$ DBNoBlock | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures. Creatures dealt damage this way can't block this turn. SVar:X:Count$XChoice diff --git a/forge-gui/res/cardsfolder/h/humble_the_brute.txt b/forge-gui/res/cardsfolder/h/humble_the_brute.txt index b682f6e73c3..780e812bbe8 100644 --- a/forge-gui/res/cardsfolder/h/humble_the_brute.txt +++ b/forge-gui/res/cardsfolder/h/humble_the_brute.txt @@ -2,8 +2,7 @@ Name:Humble the Brute ManaCost:4 W Types:Instant A:SP$ Destroy | Cost$ 4 W | ValidTgts$ Creature.powerGE4 | SubAbility$ DBToken | TgtPrompt$ Select target creature with power 4 or greater | SpellDescription$ Destroy target creature with power 4 or greater. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/humble_the_brute.jpg Oracle:Destroy target creature with power 4 or greater.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/h/hungry_lynx.txt b/forge-gui/res/cardsfolder/h/hungry_lynx.txt index 963e9d8a1ef..ac6629339d1 100644 --- a/forge-gui/res/cardsfolder/h/hungry_lynx.txt +++ b/forge-gui/res/cardsfolder/h/hungry_lynx.txt @@ -4,7 +4,7 @@ Types:Creature Cat PT:2/2 S:Mode$ Continuous | Affected$ Creature.Cat+YouCtrl | AddKeyword$ Protection from Rats | Description$ Cats you control have protection from Rats. (They can't be blocked, targeted or dealt damage by Rats.) T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, target opponent creates a 1/1 black Rat creature token with deathtouch. -SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenName$ Rat | TokenTypes$ Creature,Rat | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Deathtouch | TokenOwner$ Targeted | TokenImage$ b 1 1 rat C17 +SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ b_1_1_rat_deathtouch | TokenOwner$ Targeted | LegacyImage$ b 1 1 rat deathtouch c17 T:Mode$ ChangesZone | ValidCard$ Rat | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigPutCounters | TriggerDescription$ Whenever a Rat dies, put a +1/+1 counter on each Cat you control. SVar:TrigPutCounters:DB$ PutCounterAll | ValidCards$ Cat.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 SVar:PlayMain1:TRUE diff --git a/forge-gui/res/cardsfolder/h/hunted_dragon.txt b/forge-gui/res/cardsfolder/h/hunted_dragon.txt index 4709f8201bb..97dcca03976 100644 --- a/forge-gui/res/cardsfolder/h/hunted_dragon.txt +++ b/forge-gui/res/cardsfolder/h/hunted_dragon.txt @@ -5,6 +5,6 @@ PT:6/6 K:Flying K:Haste T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates three 2/2 white Knight creature tokens with first strike. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Knight | TokenImage$ w 2 2 knight first strike | TokenTypes$ Creature,Knight | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ First Strike +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ w_2_2_knight_first_strike | LegacyImage$ w 2 2 knight first strike rav | ValidTgts$ Opponent | TokenOwner$ Targeted SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_dragon.jpg Oracle:Flying, haste\nWhen Hunted Dragon enters the battlefield, target opponent creates three 2/2 white Knight creature tokens with first strike. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hunted_horror.txt b/forge-gui/res/cardsfolder/h/hunted_horror.txt index 91e6970860d..84883196e28 100644 --- a/forge-gui/res/cardsfolder/h/hunted_horror.txt +++ b/forge-gui/res/cardsfolder/h/hunted_horror.txt @@ -4,6 +4,6 @@ Types:Creature Horror PT:7/7 K:Trample T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates two 3/3 green Centaur creature tokens with protection from black. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ g_3_3_centaur_pro_black | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ g 3 3 centaur pro black +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ g_3_3_centaur_pro_black | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ g 3 3 centaur pro black rav SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_horror.jpg Oracle:Trample\nWhen Hunted Horror enters the battlefield, target opponent creates two 3/3 green Centaur creature tokens with protection from black. diff --git a/forge-gui/res/cardsfolder/h/hunted_lammasu.txt b/forge-gui/res/cardsfolder/h/hunted_lammasu.txt index e6b7e3b50b8..96288174cb5 100644 --- a/forge-gui/res/cardsfolder/h/hunted_lammasu.txt +++ b/forge-gui/res/cardsfolder/h/hunted_lammasu.txt @@ -4,6 +4,6 @@ Types:Creature Lammasu PT:5/5 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates a 4/4 black Horror creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenColors$ Black | TokenPower$ 4 | TokenToughness$ 4 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_4_4_horror | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ b 4 4 horror rav SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_lammasu.jpg Oracle:Flying\nWhen Hunted Lammasu enters the battlefield, target opponent creates a 4/4 black Horror creature token. diff --git a/forge-gui/res/cardsfolder/h/hunted_phantasm.txt b/forge-gui/res/cardsfolder/h/hunted_phantasm.txt index 75f473d0ce6..21d29fc6d73 100644 --- a/forge-gui/res/cardsfolder/h/hunted_phantasm.txt +++ b/forge-gui/res/cardsfolder/h/hunted_phantasm.txt @@ -4,6 +4,6 @@ Types:Creature Spirit PT:4/6 K:Unblockable T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates five 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 5 | TokenScript$ r_1_1_goblin | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin +SVar:TrigToken:DB$ Token | TokenAmount$ 5 | TokenScript$ r_1_1_goblin | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin rav SVar:Picture:http://www.wizards.com/global/images/magic/general/hunted_phantasm.jpg Oracle:Hunted Phantasm can't be blocked.\nWhen Hunted Phantasm enters the battlefield, target opponent creates five 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/h/hunted_troll.txt b/forge-gui/res/cardsfolder/h/hunted_troll.txt index 85099a3bcc0..d1823bbe24c 100644 --- a/forge-gui/res/cardsfolder/h/hunted_troll.txt +++ b/forge-gui/res/cardsfolder/h/hunted_troll.txt @@ -4,6 +4,6 @@ Types:Creature Troll Warrior PT:8/4 A:AB$ Regenerate | Cost$ G | SpellDescription$ Regenerate CARDNAME. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, target opponent creates four 1/1 blue Faerie creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Faerie | TokenTypes$ Creature,Faerie | ValidTgts$ Opponent | TokenOwner$ Targeted | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenScript$ u_1_1_faerie_flying | ValidTgts$ Opponent | TokenOwner$ Targeted | LegacyImage$ u 1 1 faerie flying rav SVar:Picture:http://resources.wizards.com/magic/cards/rav/en-us/card89079.jpg Oracle:When Hunted Troll enters the battlefield, target opponent creates four 1/1 blue Faerie creature tokens with flying.\n{G}: Regenerate Hunted Troll. diff --git a/forge-gui/res/cardsfolder/h/hunting_pack.txt b/forge-gui/res/cardsfolder/h/hunting_pack.txt index 6070ec7e2ee..9b0a4fe58e7 100644 --- a/forge-gui/res/cardsfolder/h/hunting_pack.txt +++ b/forge-gui/res/cardsfolder/h/hunting_pack.txt @@ -1,7 +1,7 @@ Name:Hunting Pack ManaCost:5 G G Types:Instant -A:SP$ Token | Cost$ 5 G G | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | SpellDescription$ Create a 4/4 green Beast creature token. +A:SP$ Token | Cost$ 5 G G | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast scg | SpellDescription$ Create a 4/4 green Beast creature token. K:Storm SVar:Picture:http://www.wizards.com/global/images/magic/general/hunting_pack.jpg Oracle:Create a 4/4 green Beast creature token.\nStorm (When you cast this spell, copy it for each spell cast before it this turn.) diff --git a/forge-gui/res/cardsfolder/h/hunting_triad.txt b/forge-gui/res/cardsfolder/h/hunting_triad.txt index 48f962b0b52..6ffc5e16daf 100644 --- a/forge-gui/res/cardsfolder/h/hunting_triad.txt +++ b/forge-gui/res/cardsfolder/h/hunting_triad.txt @@ -1,7 +1,7 @@ Name:Hunting Triad ManaCost:3 G Types:Tribal Sorcery Elf -A:SP$ Token | Cost$ 3 G | TokenAmount$ 3 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create three 1/1 green Elf Warrior creature tokens. +A:SP$ Token | Cost$ 3 G | TokenAmount$ 3 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior mor | SpellDescription$ Create three 1/1 green Elf Warrior creature tokens. K:Reinforce:3:3 G DeckHas:Ability$Counters & Ability$Token DeckNeeds:Type$Creature diff --git a/forge-gui/res/cardsfolder/h/huntmaster_of_the_fells_ravager_of_the_fells.txt b/forge-gui/res/cardsfolder/h/huntmaster_of_the_fells_ravager_of_the_fells.txt index 0597763c2e6..2d814f6c01c 100644 --- a/forge-gui/res/cardsfolder/h/huntmaster_of_the_fells_ravager_of_the_fells.txt +++ b/forge-gui/res/cardsfolder/h/huntmaster_of_the_fells_ravager_of_the_fells.txt @@ -4,7 +4,7 @@ Types:Creature Human Werewolf PT:2/2 T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TokenAndLife | TriggerDescription$ Whenever this creature enters the battlefield or transforms into CARDNAME, create a 2/2 green Wolf creature token and you gain 2 life. T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TokenAndLife | Secondary$ True | TriggerDescription$ Whenever this creature enters the battlefield or transforms into CARDNAME, create a 2/2 green Wolf creature token and you gain 2 life. -SVar:TokenAndLife:DB$ Token | TokenOwner$ You | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ISD | TokenAmount$ 1 | SubAbility$ Life +SVar:TokenAndLife:DB$ Token | TokenOwner$ You | TokenScript$ g_2_2_wolf | LegacyImage$ g 2 2 wolf dka | TokenAmount$ 1 | SubAbility$ Life SVar:Life:DB$ GainLife | Defined$ You | LifeAmount$ 2 T:Mode$Phase | Phase$ Upkeep | WerewolfTransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if no spells were cast last turn, transform CARDNAME. SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform diff --git a/forge-gui/res/cardsfolder/h/hydra_broodmaster.txt b/forge-gui/res/cardsfolder/h/hydra_broodmaster.txt index 9358cb9dba6..b9e5e23244a 100644 --- a/forge-gui/res/cardsfolder/h/hydra_broodmaster.txt +++ b/forge-gui/res/cardsfolder/h/hydra_broodmaster.txt @@ -4,7 +4,7 @@ Types:Creature Hydra PT:7/7 K:Monstrosity:X:X X G T:Mode$ BecomeMonstrous | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME becomes monstrous, create X X/X green Hydra creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ MonstrosityX | TokenName$ Hydra | TokenTypes$ Creature,Hydra | TokenOwner$ You | TokenColors$ Green | TokenPower$ MonstrosityX | TokenToughness$ MonstrosityX | TokenImage$ g x x hydra | References$ MonstrosityX +SVar:TrigToken:DB$ Token | TokenAmount$ MonstrosityX | TokenScript$ g_x_x_hydra | TokenOwner$ You | TokenPower$ MonstrosityX | TokenToughness$ MonstrosityX | LegacyImage$ g x x hydra jou | References$ MonstrosityX SVar:X:Count$xPaid SVar:MonstrosityX:TriggerCount$MonstrosityAmount DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt b/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt index 8a9b696fdff..698b80c4007 100644 --- a/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt +++ b/forge-gui/res/cardsfolder/i/ib_halfheart_goblin_tactician.txt @@ -2,7 +2,7 @@ Name:Ib Halfheart, Goblin Tactician ManaCost:3 R Types:Legendary Creature Goblin Advisor PT:3/2 -A:AB$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin evg | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:AB$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin tsp | SpellDescription$ Create two 1/1 red Goblin creature tokens. T:Mode$ AttackerBlocked | ValidCard$ Goblin.YouCtrl+Other | Execute$ HalfHeartTrigSacrifice | TriggerZones$ Battlefield | TriggerDescription$ Whenever another Goblin you control becomes blocked, sacrifice it. If you do, it deals 4 damage to each creature blocking it. SVar:HalfHeartTrigSacrifice:DB$ Sacrifice | SacValid$ TriggeredAttacker | RememberSacrificed$ True | SubAbility$ HalfHeartDBDamage SVar:HalfHeartDBDamage:DB$ DealDamage | DamageSource$ TriggeredAttacker | NumDmg$ 4 | Defined$ TriggeredBlockers | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ1 | References$ X | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/i/icatian_crier.txt b/forge-gui/res/cardsfolder/i/icatian_crier.txt index 9a992913f8b..167d8a5e3b9 100644 --- a/forge-gui/res/cardsfolder/i/icatian_crier.txt +++ b/forge-gui/res/cardsfolder/i/icatian_crier.txt @@ -2,7 +2,7 @@ Name:Icatian Crier ManaCost:2 W Types:Creature Human Spellshaper PT:1/1 -A:AB$ Token | Cost$ 1 W T Discard<1/Card> | TokenAmount$ 2 | TokenName$ Citizen | TokenTypes$ Creature,Citizen | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 white Citizen creature tokens. +A:AB$ Token | Cost$ 1 W T Discard<1/Card> | TokenAmount$ 2 | TokenScript$ w_1_1_citizen | TokenOwner$ You | LegacyImage$ w 1 1 citizen tsp | SpellDescription$ Create two 1/1 white Citizen creature tokens. SVar:AIPreference:DiscardCost$Card.cmcLE1 AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/icatian_crier.jpg diff --git a/forge-gui/res/cardsfolder/i/imperious_perfect.txt b/forge-gui/res/cardsfolder/i/imperious_perfect.txt index cb774c3f6c7..e63e9276872 100644 --- a/forge-gui/res/cardsfolder/i/imperious_perfect.txt +++ b/forge-gui/res/cardsfolder/i/imperious_perfect.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Elf Warrior PT:2/2 S:Mode$ Continuous | Affected$ Creature.Elf+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Elf creatures you control get +1/+1. -A:AB$ Token | Cost$ G T | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Elf Warrior creature token. +A:AB$ Token | Cost$ G T | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior lrw | SpellDescription$ Create a 1/1 green Elf Warrior creature token. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/imperious_perfect.jpg Oracle:Other Elf creatures you control get +1/+1.\n{G}, {T}: Create a 1/1 green Elf Warrior creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/i/increasing_devotion.txt b/forge-gui/res/cardsfolder/i/increasing_devotion.txt index 52432cafc0b..77ba865a7cc 100644 --- a/forge-gui/res/cardsfolder/i/increasing_devotion.txt +++ b/forge-gui/res/cardsfolder/i/increasing_devotion.txt @@ -2,7 +2,7 @@ Name:Increasing Devotion ManaCost:3 W W Types:Sorcery K:Flashback:7 W W -A:SP$ Token | Cost$ 3 W W | TokenAmount$ X | TokenName$ Human | TokenTypes$ Creature,Human | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | References$ X | SpellDescription$ Create five 1/1 white Human creature tokens. If CARDNAME was cast from a graveyard, create ten of those tokens instead. +A:SP$ Token | Cost$ 3 W W | TokenAmount$ X | TokenScript$ w_1_1_human | LegacyImage$ w 1 1 human dka | TokenOwner$ You | References$ X | SpellDescription$ Create five 1/1 white Human creature tokens. If CARDNAME was cast from a graveyard, create ten of those tokens instead. SVar:X:Count$wasCastFromGraveyard.10.5 SVar:Picture:http://www.wizards.com/global/images/magic/general/increasing_devotion.jpg Oracle:Create five 1/1 white Human creature tokens. If Increasing Devotion was cast from a graveyard, create ten of those tokens instead.\nFlashback {7}{W}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/i/incubator_drone.txt b/forge-gui/res/cardsfolder/i/incubator_drone.txt index 5ba4bd0a785..110faa60be4 100644 --- a/forge-gui/res/cardsfolder/i/incubator_drone.txt +++ b/forge-gui/res/cardsfolder/i/incubator_drone.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone PT:2/3 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/incubator_drone.jpg diff --git a/forge-gui/res/cardsfolder/i/inexorable_blob.txt b/forge-gui/res/cardsfolder/i/inexorable_blob.txt index d0dafbcd58f..b13310b23b0 100644 --- a/forge-gui/res/cardsfolder/i/inexorable_blob.txt +++ b/forge-gui/res/cardsfolder/i/inexorable_blob.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Ooze PT:3/3 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | Delirium$ True | TriggerDescription$ Delirium — Whenever CARDNAME attacks, if there are four or more card types among cards in your graveyard, create a 3/3 green Ooze creature token that's tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenTapped$ True | TokenAttacking$ True +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_ooze | TokenOwner$ You | LegacyImage$ g 3 3 ooze soi | TokenTapped$ True | TokenAttacking$ True SVar:HasAttackEffect:TRUE DeckHints:Ability$Graveyard & Ability$Discard DeckHas:Ability$Delirium diff --git a/forge-gui/res/cardsfolder/i/infernal_genesis.txt b/forge-gui/res/cardsfolder/i/infernal_genesis.txt index 888be3b96ea..5437fa17383 100644 --- a/forge-gui/res/cardsfolder/i/infernal_genesis.txt +++ b/forge-gui/res/cardsfolder/i/infernal_genesis.txt @@ -3,7 +3,7 @@ ManaCost:4 B B Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ At the beginning of each player's upkeep, that player puts the top card of their library into their graveyard. Then they create X 1/1 black Minion creature tokens, where X is that card's converted mana cost. SVar:TrigMill:DB$ Mill | Defined$ TriggeredPlayer | NumCards$ 1 | RememberMilled$ True | SubAbility$ TrigToken -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Minion | TokenTypes$ Creature,Minion | TokenOwner$ TriggeredPlayer | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBCleanup | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ b_1_1_minion | TokenOwner$ TriggeredPlayer | LegacyImage$ b 1 1 minion pcy | SubAbility$ DBCleanup | References$ X SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True SVar:X:Remembered$CardManaCost AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/i/infested_roothold.txt b/forge-gui/res/cardsfolder/i/infested_roothold.txt index c644c2fb144..b37561d2982 100644 --- a/forge-gui/res/cardsfolder/i/infested_roothold.txt +++ b/forge-gui/res/cardsfolder/i/infested_roothold.txt @@ -5,6 +5,6 @@ PT:0/3 K:Defender K:Protection from artifacts T:Mode$ SpellCast | ValidCard$ Artifact | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever an opponent casts an artifact spell, you may create a 1/1 green Insect creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect dst SVar:Picture:http://www.wizards.com/global/images/magic/general/infested_roothold.jpg Oracle:Defender (This creature can't attack.)\nProtection from artifacts\nWhenever an opponent casts an artifact spell, you may create a 1/1 green Insect creature token. diff --git a/forge-gui/res/cardsfolder/i/invocation_of_saint_traft.txt b/forge-gui/res/cardsfolder/i/invocation_of_saint_traft.txt index 60c3aded6d8..3c5be13383c 100644 --- a/forge-gui/res/cardsfolder/i/invocation_of_saint_traft.txt +++ b/forge-gui/res/cardsfolder/i/invocation_of_saint_traft.txt @@ -5,7 +5,7 @@ K:Enchant Creature A:SP$ Attach | Cost$ 1 W U | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddTrigger$ SaintTraftTrig | AddSVar$ SaintTraftToken | Description$ Enchanted creature has "Whenever this creature attacks, create a 4/4 white Angel creature token with flying that's tapped and attacking. Exile that token at end of combat." SVar:SaintTraftTrig:Mode$ Attacks | ValidCard$ Card.Self | Execute$ SaintTraftToken | TriggerDescription$ Whenever this creature attacks, put a 4/4 white Angel creature token with flying onto the battlefield tapped and attacking. Exile that token at end of combat. -SVar:SaintTraftToken:DB$Token | TokenScript$ w_4_4_angel_flying | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat +SVar:SaintTraftToken:DB$Token | TokenScript$ w_4_4_angel_flying | LegacyImage$ w 4 4 angel flying soi | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat SVar:HasAttackEffect:TRUE DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/invocation_of_saint_traft.jpg diff --git a/forge-gui/res/cardsfolder/i/ishkanah,_grafwidow.txt b/forge-gui/res/cardsfolder/i/ishkanah_grafwidow.txt similarity index 82% rename from forge-gui/res/cardsfolder/i/ishkanah,_grafwidow.txt rename to forge-gui/res/cardsfolder/i/ishkanah_grafwidow.txt index 0b604973452..5a79455368a 100644 --- a/forge-gui/res/cardsfolder/i/ishkanah,_grafwidow.txt +++ b/forge-gui/res/cardsfolder/i/ishkanah_grafwidow.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Spider PT:3/5 K:Reach T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Delirium$ True | Execute$ TrigToken | TriggerDescription$ Delirium — When CARDNAME enters the battlefield, if there are four or more card types among cards in your graveyard, create three 1/2 green Spider creature tokens with reach. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Spider | TokenTypes$ Creature,Spider | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 2 | TokenKeywords$ Reach | TokenImage$ g 1 2 spider EMN +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ g_1_2_spider_reach | TokenOwner$ You | LegacyImage$ g 1 2 spider reach emn A:AB$ LoseLife | Cost$ 6 B | ValidTgts$ Opponent | LifeAmount$ X | References$ X | SpellDescription$ Target opponent loses 1 life for each Spider you control. SVar:X:Count$Valid Card.Spider+YouCtrl DeckHints:Ability$Graveyard & Ability$Discard diff --git a/forge-gui/res/cardsfolder/i/it_of_the_horrid_swarm.txt b/forge-gui/res/cardsfolder/i/it_of_the_horrid_swarm.txt index 66af0ab7269..d9311d119f2 100644 --- a/forge-gui/res/cardsfolder/i/it_of_the_horrid_swarm.txt +++ b/forge-gui/res/cardsfolder/i/it_of_the_horrid_swarm.txt @@ -4,6 +4,6 @@ Types:Creature Eldrazi Insect PT:4/4 K:Emerge:6 G T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cast CARDNAME, create two 1/1 green Insect tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect SOI +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect soi SVar:Picture:http://www.wizards.com/global/images/magic/general/it_of_the_horrid_swarm.jpg Oracle:Emerge {6}{G} (You may cast this spell by sacrificing a creature and paying the emerge cost reduced by that creature's converted mana cost.)\nWhen you cast It of the Horrid Swarm, create two 1/1 green Insect tokens. diff --git a/forge-gui/res/cardsfolder/j/jace_cunning_castaway.txt b/forge-gui/res/cardsfolder/j/jace_cunning_castaway.txt index 74a7d65fbf9..cc4fd11053d 100644 --- a/forge-gui/res/cardsfolder/j/jace_cunning_castaway.txt +++ b/forge-gui/res/cardsfolder/j/jace_cunning_castaway.txt @@ -6,10 +6,7 @@ A:AB$ Effect | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Triggers$ Trig SVar:TrigDrawDiscard:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.YouCtrl | TriggerZones$ Command | ValidTarget$ Player | Execute$ DBDraw | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player this turn, draw a card, then discard a card. SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBDiscard | SpellDescription$ Draw a card, then discard a card. SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Illusion | TokenTypes$ Creature,Illusion | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenColors$ Blue | TokenImage$ u 2 2 illusion XLN | TokenTriggers$ SacOnSpell | TokenSVars$ DoSac,TokenTgtDies | SpellDescription$ Create a 2/2 blue Illusion token with "When this creature becomes the target of a spell, sacrifice it." -SVar:SacOnSpell:Mode$ BecomesTarget | ValidTarget$ Card.Self | SourceType$ Spell | TriggerZones$ Battlefield | Execute$ DoSac | TriggerDescription$ When CARDNAME becomes the target of a spell, sacrifice it. -SVar:TokenTgtDies:SVar:Targeting:Dies -SVar:DoSac:DB$ Sacrifice | Defined$ Self +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ u_2_2_illusion_illusory | TokenOwner$ You | LegacyImage$ u 2 2 illusion illusory xln | SpellDescription$ Create a 2/2 blue Illusion token with "When this creature becomes the target of a spell, sacrifice it." A:AB$ CopyPermanent | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | Defined$ Self | NumCopies$ 2 | NonLegendary$ True | SpellDescription$ Create two tokens that are copies of CARDNAME, except they're not legendary. SVar:Picture:http://www.wizards.com/global/images/magic/general/jace_cunning_castaway.jpg Oracle:[+1]: Whenever one or more creatures you control deal combat damage to a player this turn, draw a card, then discard a card.\n[-2]: Create a 2/2 blue Illusion token with "When this creature becomes the target of a spell, sacrifice it."\n[-5]: Create two tokens that are copies of Jace, Cunning Castaway, except they're not legendary. diff --git a/forge-gui/res/cardsfolder/j/jaces_scrutiny.txt b/forge-gui/res/cardsfolder/j/jaces_scrutiny.txt index 62530ffe665..36085ea5d33 100644 --- a/forge-gui/res/cardsfolder/j/jaces_scrutiny.txt +++ b/forge-gui/res/cardsfolder/j/jaces_scrutiny.txt @@ -2,8 +2,7 @@ Name:Jace's Scrutiny ManaCost:1 U Types:Instant A:SP$ Pump | Cost$ 1 U | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -4 | IsCurse$ True | SubAbility$ DBToken | SpellDescription$ Target creature gets -4/-0 until end of turn. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/jaces_scrutiny.jpg Oracle:Target creature gets -4/-0 until end of turn.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/j/jade_mage.txt b/forge-gui/res/cardsfolder/j/jade_mage.txt index ea7e206c341..5d2b2853753 100644 --- a/forge-gui/res/cardsfolder/j/jade_mage.txt +++ b/forge-gui/res/cardsfolder/j/jade_mage.txt @@ -2,7 +2,7 @@ Name:Jade Mage ManaCost:1 G Types:Creature Human Shaman PT:2/1 -A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling M12 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling m12 | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/jade_mage.jpg Oracle:{2}{G}: Create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/j/jedit_ojanen_of_efrava.txt b/forge-gui/res/cardsfolder/j/jedit_ojanen_of_efrava.txt index 401d85ea186..13c5b79b027 100644 --- a/forge-gui/res/cardsfolder/j/jedit_ojanen_of_efrava.txt +++ b/forge-gui/res/cardsfolder/j/jedit_ojanen_of_efrava.txt @@ -5,7 +5,7 @@ PT:5/5 K:Forestwalk T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks or blocks, create a 2/2 green Cat Warrior creature token with forestwalk. T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, create a 2/2 green Cat Warrior creature token with forestwalk. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ g_2_2_cat_warrior_forestwalk +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ g_2_2_cat_warrior_forestwalk | LegacyImage$ g 2 2 cat warrior forestwalk plc SVar:HasAttackEffect:TRUE SVar:HasBlockEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/jedit_ojanen_of_efrava.jpg diff --git a/forge-gui/res/cardsfolder/j/jiang_yanggu.txt b/forge-gui/res/cardsfolder/j/jiang_yanggu.txt index 118f61dcf47..5e2376697ef 100644 --- a/forge-gui/res/cardsfolder/j/jiang_yanggu.txt +++ b/forge-gui/res/cardsfolder/j/jiang_yanggu.txt @@ -3,7 +3,7 @@ ManaCost:4 G Loyalty:4 Types:Legendary Planeswalker Yanggu A:AB$ Pump | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Target creature gets +2/+2 until end of turn. -A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Mowu | TokenTypes$ Legendary,Creature,Hound | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ mowu gs1 | TokenAltImages$ mowu2_gs1 | SpellDescription$ If you don't control a creature named Mowu, create a legendary 3/3 green Hound creature token named Mowu. | IsPresent$ Creature.YouCtrl+namedMowu | PresentCompare$ EQ0 +A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ mowu | TokenOwner$ You | LegacyImage$ mowu gs1 | SpellDescription$ If you don't control a creature named Mowu, create a legendary 3/3 green Hound creature token named Mowu. | IsPresent$ Creature.YouCtrl+namedMowu | PresentCompare$ EQ0 A:AB$ Pump | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +X | NumDef$ +X | References$ X | KW$ Trample | SpellDescription$ Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control. SVar:X:Count$TypeYouCtrl.Land Oracle:[+1]: Target creature gets +2/+2 until end of turn.\n[-1]: If you don't control a creature named Mowu, create a legendary 3/3 green Hound creature token named Mowu.\n[-5]: Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/join_the_ranks.txt b/forge-gui/res/cardsfolder/j/join_the_ranks.txt index e53491c3317..832e660bcfb 100644 --- a/forge-gui/res/cardsfolder/j/join_the_ranks.txt +++ b/forge-gui/res/cardsfolder/j/join_the_ranks.txt @@ -1,7 +1,7 @@ Name:Join the Ranks ManaCost:3 W Types:Instant -A:SP$ Token | Cost$ 3 W | TokenAmount$ 2 | TokenName$ Soldier Ally | TokenTypes$ Creature,Soldier,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 white Soldier Ally creature tokens. +A:SP$ Token | Cost$ 3 W | TokenAmount$ 2 | TokenScript$ w_1_1_soldier_ally | TokenOwner$ You | LegacyImage$ w 1 1 soldier ally wwk | SpellDescription$ Create two 1/1 white Soldier Ally creature tokens. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/join_the_ranks.jpg Oracle:Create two 1/1 white Soldier Ally creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/josu_vess_lich_knight.txt b/forge-gui/res/cardsfolder/j/josu_vess_lich_knight.txt index 8ed2a23875a..4aecf6a605d 100644 --- a/forge-gui/res/cardsfolder/j/josu_vess_lich_knight.txt +++ b/forge-gui/res/cardsfolder/j/josu_vess_lich_knight.txt @@ -5,6 +5,6 @@ PT:4/5 K:Kicker:5 B K:Menace T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, create eight 2/2 black Zombie Knight creature tokens with menace. -SVar:TrigToken:DB$ Token | TokenAmount$ 8 | TokenName$ Zombie Knight | TokenTypes$ Creature,Zombie,Knight | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Menace | TokenImage$ b 2 2 zombie knight DOM | SpellDescription$ When CARDNAME enters the battlefield, if it was kicked, create eight 2/2 black Zombie Knight creature tokens with menace. +SVar:TrigToken:DB$ Token | TokenAmount$ 8 | TokenScript$ b_2_2_zombie_knight_menace | TokenOwner$ You | LegacyImage$ b 2 2 zombie knight dom | SpellDescription$ When CARDNAME enters the battlefield, if it was kicked, create eight 2/2 black Zombie Knight creature tokens with menace. DeckHas:Ability$Token Oracle:Kicker {5}{B} (You may pay an additional {5}{B} as you cast this spell.)\nMenace\nWhen Josu Vess, Lich Knight enters the battlefield, if it was kicked, create eight 2/2 black Zombie Knight creature tokens with menace. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt b/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt index 54b52990687..754f403d0fa 100644 --- a/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt +++ b/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt @@ -4,7 +4,7 @@ Types:Creature Giant PT:3/3 K:Cumulative upkeep:WU T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Bird creature token with flying for each age counter on it. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Bird | TokenImage$ w 1 1 bird CSP | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_bird_flying | LegacyImage$ w 1 1 bird flying csp | TokenOwner$ You | References$ X SVar:X:TriggeredCard$CardCounters.AGE SVar:Picture:http://www.wizards.com/global/images/magic/general/jotun_owl_keeper.jpg Oracle:Cumulative upkeep {W} or {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen Jotun Owl Keeper dies, create a 1/1 white Bird creature token with flying for each age counter on it. diff --git a/forge-gui/res/cardsfolder/j/jund.txt b/forge-gui/res/cardsfolder/j/jund.txt index 85414fd1464..25dc4e695c4 100644 --- a/forge-gui/res/cardsfolder/j/jund.txt +++ b/forge-gui/res/cardsfolder/j/jund.txt @@ -4,6 +4,6 @@ Types:Plane Alara T:Mode$ SpellCast | ValidCard$ Creature.Black,Creature.Red,Creature.Green | ValidActivatingPlayer$ Player | TriggerZones$ Command | Execute$ DevourPump | TriggerDescription$ Whenever a player casts a black, red, or green creature spell, it gains devour 5. (As the creature enters the battlefield, its controller may sacrifice any number of creatures. The creature enters the battlefield with five times that many +1/+1 counters on it.) SVar:DevourPump:DB$ Animate | Defined$ TriggeredCard | Keywords$ Devour:5 | Permanent$ True T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, create two 1/1 red Goblin creature tokens. -SVar:RolledChaos:DB$ Token | TokenAmount$ 2 | TokenPower$ 1 | TokenName$ Goblin | TokenToughness$ 1 | TokenColors$ Red | TokenTypes$ Creature,Goblin | TokenOwner$ You +SVar:RolledChaos:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin pc2 | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/jund.jpg Oracle:Whenever a player casts a black, red, or green creature spell, it gains devour 5. (As the creature enters the battlefield, its controller may sacrifice any number of creatures. The creature enters the battlefield with five times that many +1/+1 counters on it.)\nWhenever you roll {CHAOS}, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/j/jund_battlemage.txt b/forge-gui/res/cardsfolder/j/jund_battlemage.txt index 854b9b5cab4..693572321f2 100644 --- a/forge-gui/res/cardsfolder/j/jund_battlemage.txt +++ b/forge-gui/res/cardsfolder/j/jund_battlemage.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Creature Human Shaman PT:2/2 A:AB$ LoseLife | Cost$ B T | ValidTgts$ Player | TgtPrompt$ Select a player | LifeAmount$ 1 | SpellDescription$ Target player loses 1 life. -A:AB$ Token | Cost$ G T | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ G T | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling ala | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHints:Color$Black|Green DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/jund_battlemage.jpg diff --git a/forge-gui/res/cardsfolder/j/jungleborn_pioneer.txt b/forge-gui/res/cardsfolder/j/jungleborn_pioneer.txt index 173c8557346..898da40b5ee 100644 --- a/forge-gui/res/cardsfolder/j/jungleborn_pioneer.txt +++ b/forge-gui/res/cardsfolder/j/jungleborn_pioneer.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Merfolk Scout PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 blue Merfolk creature token with hexproof. -SVar:TrigToken:DB$Token | TokenImage$ u 1 1 merfolk XLN | TokenAmount$ 1 | TokenName$ Merfolk | TokenTypes$ Creature,Merfolk | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Hexproof +SVar:TrigToken:DB$Token | LegacyImage$ u 1 1 merfolk hexproof rix | TokenAmount$ 1 | TokenScript$ u_1_1_merfolk_hexproof | TokenOwner$ You DeckHas:Ability$Token DeckHints:Type$Merfolk SVar:Picture:http://www.wizards.com/global/images/magic/general/jungleborn_pioneer.jpg diff --git a/forge-gui/res/cardsfolder/k/kalitas_bloodchief_of_ghet.txt b/forge-gui/res/cardsfolder/k/kalitas_bloodchief_of_ghet.txt index 9133a91ee29..16f8e6eb9c3 100644 --- a/forge-gui/res/cardsfolder/k/kalitas_bloodchief_of_ghet.txt +++ b/forge-gui/res/cardsfolder/k/kalitas_bloodchief_of_ghet.txt @@ -3,7 +3,7 @@ ManaCost:5 B B Types:Legendary Creature Vampire Warrior PT:5/5 A:AB$ Destroy | Cost$ B B B T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBToken | RememberLKI$ True | SpellDescription$ Destroy target creature. If that creature dies this way, create a black Vampire creature token. Its power is equal to that creature's power and its toughness is equal to that creature's toughness. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenImage$ b x x vampire | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenColors$ Black | TokenOwner$ You | TokenPower$ dX | TokenToughness$ dY | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X,dX,dY | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | LegacyImage$ b x x vampire zen | TokenScript$ b_x_x_vampire | TokenOwner$ You | TokenPower$ dX | TokenToughness$ dY | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X,dX,dY | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount SVar:dX:RememberedLKI$CardPower diff --git a/forge-gui/res/cardsfolder/k/kalitas_traitor_of_ghet.txt b/forge-gui/res/cardsfolder/k/kalitas_traitor_of_ghet.txt index f689e21165e..f2373a55917 100644 --- a/forge-gui/res/cardsfolder/k/kalitas_traitor_of_ghet.txt +++ b/forge-gui/res/cardsfolder/k/kalitas_traitor_of_ghet.txt @@ -5,7 +5,7 @@ PT:3/4 K:Lifelink R:Event$ Moved | ActiveZones$ Battlefield | Origin$ Battlefield | Destination$ Graveyard | ValidLKI$ Creature.nonToken+OppCtrl | ReplaceWith$ Exile | CheckSelfLKIZone$ True | Description$ If a nontoken creature an opponent controls would die, instead exile that card and create a 2/2 black Zombie creature token. SVar:Exile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBToken | Defined$ ReplacedCard -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenImage$ b 2 2 zombie OGW +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ogw A:AB$ PutCounter | Cost$ 2 B Sac<1/Vampire.Other;Zombie.Other/another Vampire or Zombie> | CounterType$ P1P1 | CounterNum$ 2 | SpellDescription$ Put two +1/+1 counters on CARDNAME. SVar:Picture:http://www.wizards.com/global/images/magic/general/kalitas_traitor_of_ghet.jpg Oracle:Lifelink\nIf a nontoken creature an opponent controls would die, instead exile that card and create a 2/2 black Zombie creature token.\n{2}{B}, Sacrifice another Vampire or Zombie: Put two +1/+1 counters on Kalitas, Traitor of Ghet. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/k/kalonian_twingrove.txt b/forge-gui/res/cardsfolder/k/kalonian_twingrove.txt index 09459f1ef24..03cbe3c77d7 100644 --- a/forge-gui/res/cardsfolder/k/kalonian_twingrove.txt +++ b/forge-gui/res/cardsfolder/k/kalonian_twingrove.txt @@ -2,10 +2,10 @@ Name:Kalonian Twingrove ManaCost:5 G Types:Creature Treefolk Warrior PT:*/* -S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAMEs power and toughness are each equal to the number of Forests you control. +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of Forests you control. SVar:X:Count$Valid Forest.YouCtrl T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a green Treefolk Warrior creature token with "This creature's power and toughness are each equal to the number of Forests you control." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_treefolk_warrior | LegacyImage$ g x x treefolk warrior +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_treefolk_warrior | LegacyImage$ g x x treefolk warrior m15 SVar:BuffedBy:Forest SVar:NeedsToPlayVar:X GE3 SVar:Picture:http://www.wizards.com/global/images/magic/general/kalonian_twingrove.jpg diff --git a/forge-gui/res/cardsfolder/k/kamahls_summons.txt b/forge-gui/res/cardsfolder/k/kamahls_summons.txt index 78e4be4e64d..ff7a405440d 100644 --- a/forge-gui/res/cardsfolder/k/kamahls_summons.txt +++ b/forge-gui/res/cardsfolder/k/kamahls_summons.txt @@ -4,7 +4,7 @@ Types:Sorcery A:SP$ RepeatEach | Cost$ 3 G | RepeatPlayers$ Player | RepeatSubAbility$ DBChoose | StackDescription$ SpellDescription | SubAbility$ DBRepeatToken | SpellDescription$ Each player may reveal any number of creature cards from their hand. Then each player creates a 2/2 green Bear creature token for each card they revealed this way. SVar:DBChoose:DB$ Reveal | Defined$ Player.IsRemembered | AnyNumber$ True | RevealValid$ Creature | RememberRevealed$ True SVar:DBRepeatToken:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBToken | SubAbility$ DBCleanup -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Bear | TokenImage$ g 2 2 bear ONS | TokenTypes$ Creature,Bear | TokenOwner$ Player.IsRemembered | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_2_2_bear | LegacyImage$ g 2 2 bear ons | TokenOwner$ Player.IsRemembered SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$ValidHand Card.IsRemembered+RememberedPlayerCtrl SVar:NeedsToPlayVar:Y GE3 diff --git a/forge-gui/res/cardsfolder/k/kari_zev_skyship_raider.txt b/forge-gui/res/cardsfolder/k/kari_zev_skyship_raider.txt index cb3bd3b5108..f75a893513e 100644 --- a/forge-gui/res/cardsfolder/k/kari_zev_skyship_raider.txt +++ b/forge-gui/res/cardsfolder/k/kari_zev_skyship_raider.txt @@ -5,7 +5,7 @@ PT:1/3 K:First Strike K:Menace T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a legendary 2/1 red Monkey creature token named Ragavan that's tapped and attacking. Exile that token at the end of combat. -SVar:TrigToken:DB$ Token | TokenScript$ ragavan | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat +SVar:TrigToken:DB$ Token | TokenScript$ ragavan | LegacyImage$ ragavan aer | TokenTapped$ True | TokenAttacking$ True | AtEOT$ ExileCombat SVar:HasAttackEffect:TRUE DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/kari_zev_skyship_raider.jpg diff --git a/forge-gui/res/cardsfolder/k/karn_scion_of_urza.txt b/forge-gui/res/cardsfolder/k/karn_scion_of_urza.txt index d57e2ba04ac..d659fcec475 100644 --- a/forge-gui/res/cardsfolder/k/karn_scion_of_urza.txt +++ b/forge-gui/res/cardsfolder/k/karn_scion_of_urza.txt @@ -4,9 +4,7 @@ Types:Legendary Planeswalker Karn Loyalty:5 A:AB$ Dig | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | DigNum$ 2 | Reveal$ True | ChangeNum$ 1 | ChangeValid$ Card | DestinationZone$ Hand | DestinationZone2$ Exile | ExileWithCounter$ SILVER | Choser$ Opponent | SpellDescription$ Reveal the top two cards of your library. An opponent chooses one of them. Put that card into your hand and exile the other with a silver counter on it. A:AB$ ChangeZone | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | Hidden$ True | Origin$ Exile | Destination$ Hand | ChangeType$ Card.YouOwn+counters_GE1_SILVER | StackDescription$ SpellDescription | SpellDescription$ Put a card you own with a silver counter on it from exile into your hand. -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 0 | TokenStaticAbilities$ TokenPT | TokenSVars$ X | References$ X | TokenImage$ c 0 0 construct DOM | SpellDescription$ Create a 0/0 colorless Construct artifact creature token with "This creature gets +1/+1 for each artifact you control." -SVar:TokenPT:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ This creature gets +1/+1 for each artifact you control. -SVar:X:Count$Valid Artifact.YouCtrl +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenScript$ c_0_0_a_construct_total_artifacts | TokenOwner$ You | LegacyImage$ c 0 0 a construct total artifacts dom | SpellDescription$ Create a 0/0 colorless Construct artifact creature token with "This creature gets +1/+1 for each artifact you control." SVar:BuffedBy:Artifact DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/karn_scion_of_urza.jpg diff --git a/forge-gui/res/cardsfolder/k/kathari_bomber.txt b/forge-gui/res/cardsfolder/k/kathari_bomber.txt index f5c07c6f695..5a9c83e43f0 100644 --- a/forge-gui/res/cardsfolder/k/kathari_bomber.txt +++ b/forge-gui/res/cardsfolder/k/kathari_bomber.txt @@ -5,7 +5,7 @@ PT:2/2 K:Flying K:Unearth:3 B R T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ When CARDNAME deals combat damage to a player, create two 1/1 red Goblin creature tokens and sacrifice CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ALA | SubAbility$ DBSac +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin arb | SubAbility$ DBSac SVar:DBSac:DB$ Sacrifice | SacValid$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/kathari_bomber.jpg Oracle:Flying\nWhen Kathari Bomber deals combat damage to a player, create two 1/1 red Goblin creature tokens and sacrifice Kathari Bomber.\nUnearth {3}{B}{R} ({3}{B}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/k/kazandu_tuskcaller.txt b/forge-gui/res/cardsfolder/k/kazandu_tuskcaller.txt index f6365b4a476..c8b102b5ec3 100644 --- a/forge-gui/res/cardsfolder/k/kazandu_tuskcaller.txt +++ b/forge-gui/res/cardsfolder/k/kazandu_tuskcaller.txt @@ -6,8 +6,8 @@ K:Level up:1 G SVar:maxLevel:6 S:Mode$ Continuous | Affected$ Card.Self | SetPower$ 1 | SetToughness$ 1 | AddAbility$ TokenLow | CheckSVar$ X | SVarCompare$ EQ1 | Description$ LEVEL 2-5 1/1 {T}: Create a 3/3 green Elephant creature token. S:Mode$ Continuous | Affected$ Card.Self | SetPower$ 1 | SetToughness$ 1 | AddAbility$ TokenHigh | CheckSVar$ Y | SVarCompare$ EQ1 | Description$ LEVEL 6+ 1/1 {T}: Create two 3/3 green Elephant creature tokens. -SVar:TokenLow:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant WWK | SpellDescription$ Create a 3/3 green Elephant creature token. -SVar:TokenHigh:AB$ Token | Cost$ T | TokenAmount$ 2 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant WWK | SpellDescription$ Create two 3/3 green Elephant creature tokens. +SVar:TokenLow:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant roe | SpellDescription$ Create a 3/3 green Elephant creature token. +SVar:TokenHigh:AB$ Token | Cost$ T | TokenAmount$ 2 | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant roe | SpellDescription$ Create two 3/3 green Elephant creature tokens. SVar:X:Count$Valid Card.Self+counters_GE2_LEVEL+counters_LE5_LEVEL SVar:Y:Count$Valid Card.Self+counters_GE6_LEVEL SVar:Picture:http://www.wizards.com/global/images/magic/general/kazandu_tuskcaller.jpg diff --git a/forge-gui/res/cardsfolder/k/kazuul_tyrant_of_the_cliffs.txt b/forge-gui/res/cardsfolder/k/kazuul_tyrant_of_the_cliffs.txt index a0a87b0714f..1f80a1ba300 100644 --- a/forge-gui/res/cardsfolder/k/kazuul_tyrant_of_the_cliffs.txt +++ b/forge-gui/res/cardsfolder/k/kazuul_tyrant_of_the_cliffs.txt @@ -3,6 +3,6 @@ ManaCost:3 R R Types:Legendary Creature Ogre Warrior PT:5/4 T:Mode$ Attacks | ValidCard$ Creature.OppCtrl | Attacked$ You,Planeswalker.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a creature an opponent controls attacks, if you're the defending player, create a 3/3 red Ogre creature token unless that creature's controller pays {3}. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Ogre | TokenColors$ Red | TokenTypes$ Creature,Ogre | TokenPower$ 3 | TokenToughness$ 3 | UnlessCost$ 3 | UnlessPayer$ TriggeredAttackerController +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_3_3_ogre | LegacyImage$ r 3 3 ogre wwk | UnlessCost$ 3 | UnlessPayer$ TriggeredAttackerController SVar:Picture:http://www.wizards.com/global/images/magic/general/kazuul_tyrant_of_the_cliffs.jpg Oracle:Whenever a creature an opponent controls attacks, if you're the defending player, create a 3/3 red Ogre creature token unless that creature's controller pays {3}. diff --git a/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt b/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt index 72e7bc584ba..6dcec741993 100644 --- a/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt +++ b/forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt @@ -2,6 +2,6 @@ Name:Keeper of the Beasts ManaCost:G G Types:Creature Human Wizard PT:1/2 -A:AB$ Token | Cost$ G T | ValidTgts$ Opponent.withMoreCreaturesThanYou | TokenAmount$ 1 | TokenScript$ Beast | TokenOwner$ You | LegacyImage$ g_2_2_beast | SpellDescription$ Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. +A:AB$ Token | Cost$ G T | ValidTgts$ Opponent.withMoreCreaturesThanYou | TokenAmount$ 1 | TokenScript$ Beast | TokenOwner$ You | LegacyImage$ g 2 2 beast exo | SpellDescription$ Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/keeper_of_the_beasts.jpg Oracle:{G}, {T}: Choose target opponent who controlled more creatures than you did as you activated this ability. Create a 2/2 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/k/kemba_kha_regent.txt b/forge-gui/res/cardsfolder/k/kemba_kha_regent.txt index b3a3e1c1514..54caaf868b9 100644 --- a/forge-gui/res/cardsfolder/k/kemba_kha_regent.txt +++ b/forge-gui/res/cardsfolder/k/kemba_kha_regent.txt @@ -3,7 +3,7 @@ ManaCost:1 W W Types:Legendary Creature Cat Cleric PT:2/4 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 2/2 white Cat creature token for each Equipment attached to CARDNAME. -SVar:TrigToken:DB$Token | TokenImage$ w 2 2 cat | TokenName$ Cat | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenTypes$ Creature,Cat | TokenAmount$ X | TokenOwner$ You | References$ X +SVar:TrigToken:DB$Token | LegacyImage$ w 2 2 cat som | TokenScript$ w_2_2_cat | TokenAmount$ X | TokenOwner$ You | References$ X SVar:X:Count$Valid Equipment.Attached SVar:EquipMe:Multiple SVar:Picture:http://www.wizards.com/global/images/magic/general/kemba_kha_regent.jpg diff --git a/forge-gui/res/cardsfolder/k/kessig_cagebreakers.txt b/forge-gui/res/cardsfolder/k/kessig_cagebreakers.txt index 94d20278148..d58ddc9fb0e 100644 --- a/forge-gui/res/cardsfolder/k/kessig_cagebreakers.txt +++ b/forge-gui/res/cardsfolder/k/kessig_cagebreakers.txt @@ -3,7 +3,7 @@ ManaCost:4 G Types:Creature Human Rogue PT:3/4 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a 2/2 green Wolf creature token tapped and attacking for each creature card in your graveyard. -SVar:TrigToken:DB$ Token | TokenImage$ g 2 2 wolf ISD | TokenAmount$ X | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | TokenAttacking$ True | References$ X +SVar:TrigToken:DB$ Token | LegacyImage$ g 2 2 wolf isd | TokenAmount$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | References$ X SVar:X:Count$TypeInYourYard.Creature SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/kessig_cagebreakers.jpg diff --git a/forge-gui/res/cardsfolder/k/kher_keep.txt b/forge-gui/res/cardsfolder/k/kher_keep.txt index c05653b39fc..10b07001ed6 100644 --- a/forge-gui/res/cardsfolder/k/kher_keep.txt +++ b/forge-gui/res/cardsfolder/k/kher_keep.txt @@ -2,6 +2,6 @@ Name:Kher Keep ManaCost:no cost Types:Legendary Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 1 R T | TokenAmount$ 1 | TokenName$ Kobolds of Kher Keep | TokenTypes$ Creature,Kobold | TokenOwner$ You | TokenColors$ Red | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Create a 0/1 red Kobold creature token named Kobolds of Kher Keep. +A:AB$ Token | Cost$ 1 R T | TokenAmount$ 1 | TokenScript$ kobolds_of_kher_keep | TokenOwner$ You | LegacyImage$ kobolds of kher keep tsp | SpellDescription$ Create a 0/1 red Kobold creature token named Kobolds of Kher Keep. SVar:Picture:http://www.wizards.com/global/images/magic/general/kher_keep.jpg Oracle:{T}: Add {C}.\n{1}{R}, {T}: Create a 0/1 red Kobold creature token named Kobolds of Kher Keep. diff --git a/forge-gui/res/cardsfolder/k/kin_tree_invocation.txt b/forge-gui/res/cardsfolder/k/kin_tree_invocation.txt index 2dc430c9318..86eead7be06 100644 --- a/forge-gui/res/cardsfolder/k/kin_tree_invocation.txt +++ b/forge-gui/res/cardsfolder/k/kin_tree_invocation.txt @@ -1,7 +1,7 @@ Name:Kin-Tree Invocation ManaCost:B G Types:Sorcery -A:SP$ Token | Cost$ B G | TokenAmount$ 1 | TokenName$ Spirit Warrior | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Spirit,Warrior | TokenColors$ Black,Green | SpellDescription$ Create an X/X black and green Spirit Warrior creature token, where X is the greatest toughness among creatures you control. +A:SP$ Token | Cost$ B G | TokenAmount$ 1 | TokenScript$ bg_x_x_spirit_warrior | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ bg x x spirit warrior ktk | SpellDescription$ Create an X/X black and green Spirit Warrior creature token, where X is the greatest toughness among creatures you control. SVar:X:Count$GreatestToughness_Creature.YouCtrl SVar:NeedsToPlay:Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/kin_tree_invocation.jpg diff --git a/forge-gui/res/cardsfolder/k/king_macar_the_gold_cursed.txt b/forge-gui/res/cardsfolder/k/king_macar_the_gold_cursed.txt index 48f27ede905..510824c6f3d 100644 --- a/forge-gui/res/cardsfolder/k/king_macar_the_gold_cursed.txt +++ b/forge-gui/res/cardsfolder/k/king_macar_the_gold_cursed.txt @@ -4,9 +4,8 @@ Types:Legendary Creature Human PT:2/3 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may exile target creature. If you do, create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." SVar:TrigExile:DB$ ChangeZone | ValidTgts$ Creature | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenName$ Gold | TokenTypes$ Artifact | TokenColors$ Colorless | TokenOwner$ You | TokenAmount$ 1 | TokenAbilities$ ABMana | TokenImage$ c gold | References$ ABMana | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenScript$ gold | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ gold jou | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. SVar:Picture:http://www.wizards.com/global/images/magic/general/king_macar_the_gold_cursed.jpg Oracle:Inspired — Whenever King Macar, the Gold-Cursed becomes untapped, you may exile target creature. If you do, create a colorless artifact token named Gold. It has "Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/k/kinsbaile_borderguard.txt b/forge-gui/res/cardsfolder/k/kinsbaile_borderguard.txt index 124d7a549b5..7ad213f1679 100644 --- a/forge-gui/res/cardsfolder/k/kinsbaile_borderguard.txt +++ b/forge-gui/res/cardsfolder/k/kinsbaile_borderguard.txt @@ -5,7 +5,7 @@ PT:1/1 K:etbCounter:P1P1:X:no condition:CARDNAME enters the battlefield with a +1/+1 counter on it for each other Kithkin you control. SVar:X:Count$LastStateBattlefield Kithkin.YouCtrl+Other T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Kithkin Soldier creature token for each counter on it. -SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ TriggeredCardController | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | References$ Y +SVar:TrigToken:DB$ Token | TokenAmount$ Y | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ TriggeredCardController | LegacyImage$ w 1 1 kithkin soldier mor | References$ Y SVar:Y:TriggeredCard$CardCounters.ALL SVar:NeedsToPlay:X GE2 SVar:BuffedBy:Kithkin diff --git a/forge-gui/res/cardsfolder/k/kiora_master_of_the_depths.txt b/forge-gui/res/cardsfolder/k/kiora_master_of_the_depths.txt index bf336f86a17..295d674bf33 100644 --- a/forge-gui/res/cardsfolder/k/kiora_master_of_the_depths.txt +++ b/forge-gui/res/cardsfolder/k/kiora_master_of_the_depths.txt @@ -8,6 +8,6 @@ A:AB$ Dig | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | DigNum$ 4 | Revea A:AB$ Effect | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Kiora, Master of the Depths | Image$ emblem_kiora_master_of_the_depths | Triggers$ TrigFight | SVars$ DBFight | Duration$ Permanent | AILogic$ Always | SubAbility$ DBToken | SpellDescription$ You get an emblem with "Whenever a creature enters the battlefield under your control, you may have it fight target creature." Then create three 8/8 blue Octopus creature tokens. SVar:TrigFight:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.YouCtrl | Execute$ DBFight | OptionalDecider$ You | TriggerZones$ Command | TriggerDescription$ Whenever a creature enters the battlefield under your control, you may have it fight target creature. SVar:DBFight:DB$ Fight | Defined$ TriggeredCardLKICopy | ValidTgts$ Creature | TgtPrompt$ Choose target creature -SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenName$ Octopus | TokenTypes$ Creature,Octopus | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 8 | TokenToughness$ 8 +SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ u_8_8_octopus | TokenOwner$ You | LegacyImage$ u 8 8 octopus bfz SVar:Picture:http://www.wizards.com/global/images/magic/general/kiora_master_of_the_depths.jpg Oracle:[+1]: Untap up to one target creature and up to one target land.\n[-2]: Reveal the top four cards of your library. You may put a creature card and/or a land card from among them into your hand. Put the rest into your graveyard.\n[-8]: You get an emblem with "Whenever a creature enters the battlefield under your control, you may have it fight target creature." Then create three 8/8 blue Octopus creature tokens. diff --git a/forge-gui/res/cardsfolder/k/kiora_the_crashing_wave.txt b/forge-gui/res/cardsfolder/k/kiora_the_crashing_wave.txt index 0a567469738..a932286de33 100644 --- a/forge-gui/res/cardsfolder/k/kiora_the_crashing_wave.txt +++ b/forge-gui/res/cardsfolder/k/kiora_the_crashing_wave.txt @@ -8,6 +8,6 @@ SVar:DBEffect:DB$ Effect | StaticAbilities$ Exploration SVar:Exploration:Mode$ Continuous | Affected$ You | AddKeyword$ AdjustLandPlays:1 | EffectZone$ Command | Description$ You may play an additional land this turn. A:AB$ Effect | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Kiora, the Crashing Wave | Triggers$ EOTTrig | SVars$ KioraToken | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "At the beginning of your end step, create a 9/9 blue Kraken creature token." SVar:EOTTrig:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | Execute$ KioraToken | TriggerDescription$ At the beginning of your end step, create a 9/9 blue Kraken creature token. -SVar:KioraToken:DB$ Token | TokenAmount$ 1 | TokenName$ Kraken | TokenTypes$ Creature,Kraken | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 9 | TokenToughness$ 9 +SVar:KioraToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_9_9_kraken | TokenOwner$ You | LegacyImage$ u 9 9 kraken bng SVar:Picture:http://www.wizards.com/global/images/magic/general/kiora_the_crashing_wave.jpg Oracle:[+1]: Until your next turn, prevent all damage that would be dealt to and dealt by target permanent an opponent controls.\n[-1]: Draw a card. You may play an additional land this turn.\n[-5]: You get an emblem with "At the beginning of your end step, create a 9/9 blue Kraken creature token." diff --git a/forge-gui/res/cardsfolder/k/kirtars_wrath.txt b/forge-gui/res/cardsfolder/k/kirtars_wrath.txt index f6e9f47a228..81042d48d7a 100644 --- a/forge-gui/res/cardsfolder/k/kirtars_wrath.txt +++ b/forge-gui/res/cardsfolder/k/kirtars_wrath.txt @@ -2,7 +2,7 @@ Name:Kirtar's Wrath ManaCost:4 W W Types:Sorcery A:SP$ DestroyAll | Cost$ 4 W W | ValidCards$ Creature | NoRegen$ True | SubAbility$ ThreshToken | SpellDescription$ Destroy all creatures. They can't be regenerated. Threshold — If seven or more cards are in your graveyard, instead destroy all creatures, then create two 1/1 white Spirit creature tokens with flying. Creatures destroyed this way can't be regenerated. -SVar:ThreshToken:DB$ Token | Condition$ Threshold | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:ThreshToken:DB$ Token | Condition$ Threshold | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying ody DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/kirtars_wrath.jpg Oracle:Destroy all creatures. They can't be regenerated.\nThreshold — If seven or more cards are in your graveyard, instead destroy all creatures, then create two 1/1 white Spirit creature tokens with flying. Creatures destroyed this way can't be regenerated. diff --git a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt index 43aa2f1c215..6543a5a602d 100644 --- a/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt +++ b/forge-gui/res/cardsfolder/k/kjeldoran_outpost.txt @@ -2,7 +2,7 @@ Name:Kjeldoran Outpost ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}. -A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier ugl | SpellDescription$ Create a 1/1 white Soldier creature token. +A:AB$ Token | Cost$ 1 W T | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier all | SpellDescription$ Create a 1/1 white Soldier creature token. R:Event$ Moved | Destination$ Battlefield | ValidCard$ Card.Self | ReplaceWith$ PayBeforeETB | Description$ If CARDNAME would enter the battlefield, sacrifice a Plains instead. If you do, put CARDNAME onto the battlefield. If you don't, put it into its owner's graveyard. SVar:PayBeforeETB:DB$ Sacrifice | SacValid$ Plains | Defined$ You | RememberSacrificed$ True | SubAbility$ MoveToGraveyard SVar:MoveToGraveyard:DB$ ChangeZone | Origin$ All | Destination$ Graveyard | Defined$ ReplacedCard | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0 | SubAbility$ MoveToBattlefield diff --git a/forge-gui/res/cardsfolder/k/knight_captain_of_eos.txt b/forge-gui/res/cardsfolder/k/knight_captain_of_eos.txt index 322b62d9951..75e755f6ba3 100644 --- a/forge-gui/res/cardsfolder/k/knight_captain_of_eos.txt +++ b/forge-gui/res/cardsfolder/k/knight_captain_of_eos.txt @@ -3,7 +3,7 @@ ManaCost:4 W Types:Creature Human Knight PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Soldier creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier ala A:AB$ Fog | Cost$ W Sac<1/Soldier> | SpellDescription$ Prevent all combat damage that would be dealt this turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/knight_captain_of_eos.jpg Oracle:When Knight-Captain of Eos enters the battlefield, create two 1/1 white Soldier creature tokens.\n{W}, Sacrifice a Soldier: Prevent all combat damage that would be dealt this turn. diff --git a/forge-gui/res/cardsfolder/k/knight_watch.txt b/forge-gui/res/cardsfolder/k/knight_watch.txt index 4dfd586b2fe..6f84cac9204 100644 --- a/forge-gui/res/cardsfolder/k/knight_watch.txt +++ b/forge-gui/res/cardsfolder/k/knight_watch.txt @@ -1,7 +1,7 @@ Name:Knight Watch ManaCost:4 W Types:Sorcery -A:SP$ Token | Cost$ 4 W | TokenAmount$ 2 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr | SpellDescription$ Create two 2/2 white Knight creature tokens with vigilance. +A:SP$ Token | Cost$ 4 W | TokenAmount$ 2 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance gtc | SpellDescription$ Create two 2/2 white Knight creature tokens with vigilance. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/knight_watch.jpg Oracle:Create two 2/2 white Knight creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/k/knightly_valor.txt b/forge-gui/res/cardsfolder/k/knightly_valor.txt index 90d3e7b6e2f..51036967bfd 100644 --- a/forge-gui/res/cardsfolder/k/knightly_valor.txt +++ b/forge-gui/res/cardsfolder/k/knightly_valor.txt @@ -5,7 +5,7 @@ K:Enchant creature A:SP$ Attach | Cost$ 4 W | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | AddKeyword$ Vigilance | Description$ Enchanted creature gets +2/+2 and has vigilance. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 white Knight creature token with vigilance. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/knightly_valor.jpg Oracle:Enchant creature\nWhen Knightly Valor enters the battlefield, create a 2/2 white Knight creature token with vigilance.\nEnchanted creature gets +2/+2 and has vigilance. diff --git a/forge-gui/res/cardsfolder/k/korozda_guildmage.txt b/forge-gui/res/cardsfolder/k/korozda_guildmage.txt index f54bc2262f5..a9122967076 100644 --- a/forge-gui/res/cardsfolder/k/korozda_guildmage.txt +++ b/forge-gui/res/cardsfolder/k/korozda_guildmage.txt @@ -3,7 +3,7 @@ ManaCost:B G Types:Creature Elf Shaman PT:2/2 A:AB$ Pump | Cost$ 1 B G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 1 | NumDef$ 1 | KW$ Intimidate | SpellDescription$ Target creature gets +1/+1 and gains intimidate until end of turn. -A:AB$ Token | Cost$ 2 B G Sac<1/Creature.nonToken/nontoken Creature> | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling rtr | SpellDescription$ Create X 1/1 green Saproling creature tokens, where X is the sacrificed creature's toughness. +A:AB$ Token | Cost$ 2 B G Sac<1/Creature.nonToken/nontoken Creature> | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling ddj | SpellDescription$ Create X 1/1 green Saproling creature tokens, where X is the sacrificed creature's toughness. SVar:X:Sacrificed$CardToughness DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/korozda_guildmage.jpg diff --git a/forge-gui/res/cardsfolder/k/kozileks_predator.txt b/forge-gui/res/cardsfolder/k/kozileks_predator.txt index 9a81df7da8f..a8f97878cc1 100644 --- a/forge-gui/res/cardsfolder/k/kozileks_predator.txt +++ b/forge-gui/res/cardsfolder/k/kozileks_predator.txt @@ -3,8 +3,7 @@ ManaCost:3 G Types:Creature Eldrazi Drone PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/kozileks_predator.jpg diff --git a/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt b/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt index bb875167fa0..7bd25f3ecc4 100644 --- a/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt +++ b/forge-gui/res/cardsfolder/k/krenko_mob_boss.txt @@ -2,7 +2,7 @@ Name:Krenko, Mob Boss ManaCost:2 R R Types:Legendary Creature Goblin Warrior PT:3/3 -A:AB$ Token | Cost$ T | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin M13 | SpellDescription$ Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control. +A:AB$ Token | Cost$ T | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin m13 | SpellDescription$ Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control. SVar:X:Count$TypeYouCtrl.Goblin DeckHints:Type$Goblin SVar:Picture:http://www.wizards.com/global/images/magic/general/krenko_mob_boss.jpg diff --git a/forge-gui/res/cardsfolder/k/krenkos_command.txt b/forge-gui/res/cardsfolder/k/krenkos_command.txt index 31cb5008ea5..357826e8bf3 100644 --- a/forge-gui/res/cardsfolder/k/krenkos_command.txt +++ b/forge-gui/res/cardsfolder/k/krenkos_command.txt @@ -1,6 +1,6 @@ Name:Krenko's Command ManaCost:1 R Types:Sorcery -A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin M13 | SpellDescription$ Create two 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ 1 R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin m13 | SpellDescription$ Create two 1/1 red Goblin creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/krenkos_command.jpg Oracle:Create two 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt index cf18d5b0338..8b8602906ec 100644 --- a/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt +++ b/forge-gui/res/cardsfolder/k/kuldotha_rebirth.txt @@ -1,7 +1,7 @@ Name:Kuldotha Rebirth ManaCost:R Types:Sorcery -A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenScript$ r_1_1_goblin | TokenImage$ r 1 1 goblin SOM | SpellDescription$ Create three 1/1 red Goblin creature tokens. +A:SP$ Token | Cost$ R Sac<1/Artifact> | TokenAmount$ 3 | TokenOwner$ You | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin som | SpellDescription$ Create three 1/1 red Goblin creature tokens. AI:RemoveDeck:Random DeckNeeds:Type$Artifact SVar:AIPreference:SacCost$Artifact.token,Artifact.cmcEQ1 diff --git a/forge-gui/res/cardsfolder/l/lab_rats.txt b/forge-gui/res/cardsfolder/l/lab_rats.txt index e10c4f4e89b..8d8a9b6182e 100644 --- a/forge-gui/res/cardsfolder/l/lab_rats.txt +++ b/forge-gui/res/cardsfolder/l/lab_rats.txt @@ -1,7 +1,7 @@ Name:Lab Rats ManaCost:B Types:Sorcery -A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b 1 1 rat shm | SpellDescription$ Create a 1/1 black Rat creature token. +A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b 1 1 rat sth | SpellDescription$ Create a 1/1 black Rat creature token. K:Buyback:4 SVar:Picture:http://www.wizards.com/global/images/magic/general/lab_rats.jpg Oracle:Buyback {4} (You may pay an additional {4} as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 black Rat creature token. diff --git a/forge-gui/res/cardsfolder/l/lair_of_the_ashen_idol.txt b/forge-gui/res/cardsfolder/l/lair_of_the_ashen_idol.txt index e76c2172344..ae717f5ff92 100644 --- a/forge-gui/res/cardsfolder/l/lair_of_the_ashen_idol.txt +++ b/forge-gui/res/cardsfolder/l/lair_of_the_ashen_idol.txt @@ -7,7 +7,7 @@ SVar:IdolWalk:DB$ Planeswalk | ConditionCheckSVar$ IdolX | ConditionSVarCompare$ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:IdolX:Remembered$Amount T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, any number of target players each create a 2/2 black Zombie creature token. -SVar:RolledChaos:DB$ Token | ValidTgts$ Player | TgtPrompt$ Select target player to receive zombie token | TargetMin$ 0 | TargetMax$ MaxTgt | References$ MaxTgt | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ Targeted | TokenAmount$ 1 | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD +SVar:RolledChaos:DB$ Token | ValidTgts$ Player | TgtPrompt$ Select target player to receive zombie token | TargetMin$ 0 | TargetMax$ MaxTgt | References$ MaxTgt | TokenScript$ b_2_2_zombie | TokenOwner$ Targeted | TokenAmount$ 1 | LegacyImage$ b 2 2 zombie pc2 SVar:MaxTgt:PlayerCountPlayers$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/lair_of_the_ashen_idol.jpg Oracle:At the beginning of your upkeep, sacrifice a creature. If you can't, planeswalk.\nWhenever you roll {CHAOS}, any number of target players each create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/l/last_stand.txt b/forge-gui/res/cardsfolder/l/last_stand.txt index fa93215922a..5561933b09f 100644 --- a/forge-gui/res/cardsfolder/l/last_stand.txt +++ b/forge-gui/res/cardsfolder/l/last_stand.txt @@ -3,7 +3,7 @@ ManaCost:W U B R G Types:Sorcery A:SP$ LoseLife | Cost$ W U B R G | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | LifeAmount$ SwampsYouControl | SubAbility$ DBDamageMountain | References$ SwampsYouControl | SpellDescription$ Target opponent loses 2 life for each Swamp you control. CARDNAME deals damage to target creature equal to the number of Mountains you control. Create a 1/1 green Saproling creature token for each Forest you control. You gain 2 life for each Plains you control. Draw a card for each Island you control, then discard that many cards. SVar:DBDamageMountain:DB$DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ MountainsYouControl | References$ MountainsYouControl | SubAbility$ DBTokenForest -SVar:DBTokenForest:DB$Token | TokenAmount$ ForestsYouControl | References$ ForestsYouControl | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBGainLifePlains +SVar:DBTokenForest:DB$Token | TokenAmount$ ForestsYouControl | References$ ForestsYouControl | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling apc | SubAbility$ DBGainLifePlains SVar:DBGainLifePlains:DB$GainLife | Defined$ You | LifeAmount$ PlainsYouControl | References$ PlainsYouControl | SubAbility$ DBDrawCardIsland SVar:DBDrawCardIsland:DB$Draw | Defined$ You | NumCards$ IslandsYouControl | References$ IslandsYouControl | SubAbility$ DBDiscardJustAsMany SVar:DBDiscardJustAsMany:DB$Discard | Defined$ You | NumCards$ IslandsYouControl | References$ IslandsYouControl | Mode$ TgtChoose diff --git a/forge-gui/res/cardsfolder/l/lathliss_dragon_queen.txt b/forge-gui/res/cardsfolder/l/lathliss_dragon_queen.txt index 1ed38d3cfab..bab8f8c0d65 100644 --- a/forge-gui/res/cardsfolder/l/lathliss_dragon_queen.txt +++ b/forge-gui/res/cardsfolder/l/lathliss_dragon_queen.txt @@ -3,7 +3,7 @@ ManaCost:4 R R Types:Legendary Creature Dragon K:Flying T:Mode$ ChangesZone | TriggerZones$ Battlefield | ValidCard$ Dragon.YouCtrl+nonToken+Other | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another nontoken Dragon enters the battlefield under your control, create a 5/5 red Dragon creature token with flying. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 5 | TokenToughness$ 5 | TokenColors$ Red | TokenName$ Dragon | TokenTypes$ Dragon,Creature | TokenKeywords$ Flying | TokenImage$ r 5 5 dragon m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | LegacyImage$ r 5 5 dragon flying m19 A:AB$ PumpAll | Cost$ 1 R | ValidCards$ Dragon.YouCtrl | NumAtt$ +1 | NumDef$ +0 | SpellDescription$ Dragons you control get +1/+0 until end of turn. DeckHints:Type$Dragon DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/l/launch_the_fleet.txt b/forge-gui/res/cardsfolder/l/launch_the_fleet.txt index 1215d2702a9..8b2cd81a668 100644 --- a/forge-gui/res/cardsfolder/l/launch_the_fleet.txt +++ b/forge-gui/res/cardsfolder/l/launch_the_fleet.txt @@ -4,7 +4,7 @@ Types:Sorcery K:Strive:1 A:SP$ Animate | Cost$ W | TargetMin$ 0 | TargetMax$ MaxTargets | AILogic$ Attacking | ValidTgts$ Creature | Triggers$ AttackTrigger | sVars$ LaunchTokenAttacking | References$ AttackTrigger,MaxTargets,LaunchTokenAttacking | SpellDescription$ Until end of turn, any number of target creatures each gain "Whenever this creature attacks, create a 1/1 white Soldier creature token that's tapped and attacking." SVar:AttackTrigger:Mode$ Attacks | ValidCard$ Card.Self | Execute$ LaunchTokenAttacking | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a 1/1 white Soldier creature token that's tapped and attacking. -SVar:LaunchTokenAttacking:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w_1_1_soldier2_ths | TokenAttacking$ True | TokenTapped$ True +SVar:LaunchTokenAttacking:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier jou | TokenAttacking$ True | TokenTapped$ True SVar:MaxTargets:Count$Valid Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/launch_the_fleet.jpg Oracle:Strive — Launch the Fleet costs {1} more to cast for each target beyond the first.\nUntil end of turn, any number of target creatures each gain "Whenever this creature attacks, create a 1/1 white Soldier creature token that's tapped and attacking." diff --git a/forge-gui/res/cardsfolder/l/leafdrake_roost.txt b/forge-gui/res/cardsfolder/l/leafdrake_roost.txt index b7654b3ebf5..8f2ba223162 100644 --- a/forge-gui/res/cardsfolder/l/leafdrake_roost.txt +++ b/forge-gui/res/cardsfolder/l/leafdrake_roost.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 3 G U | ValidTgts$ Land | AILogic$ Pump S:Mode$ Continuous | Affected$ Card.AttachedBy | AddAbility$ Token | Description$ Enchanted land has "{G}{U}, {T}: Create a 2/2 green and blue Drake creature token with flying." -SVar:Token:AB$Token | Cost$ G U T | TokenAmount$ 1 | TokenName$ Drake | TokenTypes$ Creature,Drake | TokenColors$ Green,Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenKeywords$ Flying | SpellDescription$ Create a 2/2 green and blue Drake creature token with flying. +SVar:Token:AB$Token | Cost$ G U T | TokenAmount$ 1 | TokenScript$ gu_2_2_drake_flying | TokenOwner$ You | LegacyImage$ gu 2 2 drake flying dis | SpellDescription$ Create a 2/2 green and blue Drake creature token with flying. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/leafdrake_roost.jpg Oracle:Enchant land\nEnchanted land has "{G}{U}, {T}: Create a 2/2 green and blue Drake creature token with flying." diff --git a/forge-gui/res/cardsfolder/l/legions_landing_adanto_the_first_fort.txt b/forge-gui/res/cardsfolder/l/legions_landing_adanto_the_first_fort.txt index a3ced4f16da..41b9dc263b7 100644 --- a/forge-gui/res/cardsfolder/l/legions_landing_adanto_the_first_fort.txt +++ b/forge-gui/res/cardsfolder/l/legions_landing_adanto_the_first_fort.txt @@ -2,7 +2,7 @@ Name:Legion's Landing ManaCost:W Types:Legendary Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Vampire creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenImage$ w 1 1 vampire | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenColors$ White | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | LegacyImage$ w 1 1 vampire lifelink xln | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You T:Mode$ AttackersDeclared | Execute$ DBTransform | CheckSVar$ NumAttackers | SVarCompare$ GE3 | NoResolvingCheck$ True | TriggerZones$ Battlefield | AttackingPlayer$ You | References$ NumAttackers | TriggerDescription$ When you attack with three or more creatures, transform CARDNAME. SVar:DBTransform:DB$ SetState | Defined$ Self | Mode$ Transform SVar:NumAttackers:Count$Valid Creature.attacking @@ -16,6 +16,6 @@ Name:Adanto, the First Fort ManaCost:no cost Types:Legendary Land A:AB$ Mana | Cost$ T | Produced$ W | Amount$ 1 | SpellDescription$ Add {W}. -A:AB$ Token | Cost$ 2 W T | TokenAmount$ 1 | TokenImage$ w 1 1 vampire | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenColors$ White | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | SpellDescription$ Create a 1/1 white Vampire creature token with lifelink. +A:AB$ Token | Cost$ 2 W T | TokenAmount$ 1 | LegacyImage$ w 1 1 vampire lifelink xln | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | SpellDescription$ Create a 1/1 white Vampire creature token with lifelink. SVar:Picture:http://www.wizards.com/global/images/magic/general/adanto_the_first_fort.jpg Oracle:(Transforms from Legion's Landing.)\n{T}: Add {W}.\n{2}{W}, {T}: Create a 1/1 white Vampire creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/l/lena_selfless_champion.txt b/forge-gui/res/cardsfolder/l/lena_selfless_champion.txt index 0428fc99cd3..b867453c754 100644 --- a/forge-gui/res/cardsfolder/l/lena_selfless_champion.txt +++ b/forge-gui/res/cardsfolder/l/lena_selfless_champion.txt @@ -2,7 +2,7 @@ Name:Lena, Selfless Champion ManaCost:4 W W Types:Legendary Creature Human Knight T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Soldier creature token for each nontoken creature you control. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | References$ X | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenTypes$ Soldier,Creature | TokenImage$ w 1 1 soldier m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier | LegacyImage$ w 1 1 soldier m19 SVar:X:Count$Valid Creature.nonToken+YouCtrl A:AB$ PumpAll | Cost$ Sac<1/CARDNAME> | ValidCards$ Creature.YouCtrl+powerLTY | KW$ Indestructible | SpellDescription$ Creatures you control with power less than CARDNAME's power gain indestructible until end of turn. SVar:Y:Count$CardPower diff --git a/forge-gui/res/cardsfolder/l/leonin_warleader.txt b/forge-gui/res/cardsfolder/l/leonin_warleader.txt index e2a5c18726d..8731222df7e 100644 --- a/forge-gui/res/cardsfolder/l/leonin_warleader.txt +++ b/forge-gui/res/cardsfolder/l/leonin_warleader.txt @@ -3,7 +3,7 @@ ManaCost:2 W W Types:Creature Cat Soldier PT:4/4 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create two 1/1 white Cat creature tokens with lifelink that are tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenTapped$ True | TokenAttacking$ True | TokenImage$ w 1 1 cat M19 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_cat_lifelink | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ w 1 1 cat lifelink m19 SVar:HasAttackEffect:TRUE DeckHas:Ability$Token Oracle:Whenever Leonin Warleader attacks, create two 1/1 white Cat creature tokens with lifelink that are tapped and attacking. diff --git a/forge-gui/res/cardsfolder/l/lich_lord_of_unx.txt b/forge-gui/res/cardsfolder/l/lich_lord_of_unx.txt index 1745302e3fe..b177d90f0bd 100644 --- a/forge-gui/res/cardsfolder/l/lich_lord_of_unx.txt +++ b/forge-gui/res/cardsfolder/l/lich_lord_of_unx.txt @@ -2,7 +2,7 @@ Name:Lich Lord of Unx ManaCost:1 U B Types:Creature Zombie Wizard PT:2/2 -A:AB$ Token | Cost$ U B T | TokenAmount$ 1 | TokenName$ Zombie Wizard | TokenTypes$ Creature,Zombie,Wizard | TokenOwner$ You | TokenColors$ Blue,Black | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 blue and black Zombie Wizard creature token. +A:AB$ Token | Cost$ U B T | TokenAmount$ 1 | TokenScript$ ub_1_1_zombie_wizard | TokenOwner$ You | LegacyImage$ ub 1 1 zombie wizard arb | SpellDescription$ Create a 1/1 blue and black Zombie Wizard creature token. A:AB$ Mill | Cost$ U U B B | ValidTgts$ Player | TgtPrompt$ Select a player | NumCards$ X | SubAbility$ DBLoseLife | References$ X | SpellDescription$ Target player loses X life and puts the top X cards of their library into their graveyard, where X is the number of Zombies you control. SVar:DBLoseLife:DB$LoseLife | LifeAmount$ X | Defined$ Targeted | References$ X SVar:X:Count$Valid Zombie.YouCtrl diff --git a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt index ccee1b04630..b92f0fd5915 100644 --- a/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt +++ b/forge-gui/res/cardsfolder/l/liege_of_the_hollows.txt @@ -6,7 +6,7 @@ T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ SVar:RepeatPayment:DB$ RepeatEach | RepeatPlayers$ Player | StartingWithActivator$ True | RepeatSubAbility$ DBPay | StackDescription$ When CARDNAME dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. SVar:DBPay:DB$ ChooseNumber | Defined$ Player.IsRemembered | ChooseAnyNumber$ True | ListTitle$ Pay Any Mana | AILogic$ MaxForAnyController | SubAbility$ DBToken # TODO: ideally the tokens should be created simultaneously after all the players have finished paying mana, but that's difficult to implement. -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 squirrel ugl | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ Player.IsRemembered | LegacyImage$ g 1 1 squirrel wth | UnlessCost$ X | UnlessPayer$ Player.IsRemembered | UnlessSwitched$ True | References$ X SVar:X:Count$ChosenNumber SVar:Picture:http://www.wizards.com/global/images/magic/general/liege_of_the_hollows.jpg Oracle:When Liege of the Hollows dies, each player may pay any amount of mana. Then each player creates a number of 1/1 green Squirrel creature tokens equal to the amount of mana they paid this way. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/l/lieutenants_of_the_guard.txt b/forge-gui/res/cardsfolder/l/lieutenants_of_the_guard.txt index 416b8a255d0..471cb230d1c 100644 --- a/forge-gui/res/cardsfolder/l/lieutenants_of_the_guard.txt +++ b/forge-gui/res/cardsfolder/l/lieutenants_of_the_guard.txt @@ -5,7 +5,7 @@ PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Council's dilemma — When CARDNAME enters the battlefield, starting with you, each player votes for strength or numbers. Put a +1/+1 counter on CARDNAME for each strength vote and create a 1/1 white Soldier creature token for each numbers vote. SVar:TrigChangeZone:DB$ Vote | Defined$ Player | StoreVoteNum$ True | VoteType$ Strength,Numbers | SubAbility$ DBVoteStrength | AiLogic$ StrengthOrNumbers SVar:DBVoteStrength:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ VoteNumStrength | SubAbility$ DBVoteNumbers -SVar:DBVoteNumbers:DB$ Token | TokenAmount$ VoteNumNumbers | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier CN2 +SVar:DBVoteNumbers:DB$ Token | TokenAmount$ VoteNumNumbers | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier cn2 DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/lieutenants_of_the_guard.jpg Oracle:Council's dilemma — When Lieutenants of the Guard enters the battlefield, starting with you, each player votes for strength or numbers. Put a +1/+1 counter on Lieutenants of the Guard for each strength vote and create a 1/1 white Soldier creature token for each numbers vote. diff --git a/forge-gui/res/cardsfolder/l/lightning_coils.txt b/forge-gui/res/cardsfolder/l/lightning_coils.txt index 4f44f6bb250..056fe7e3832 100644 --- a/forge-gui/res/cardsfolder/l/lightning_coils.txt +++ b/forge-gui/res/cardsfolder/l/lightning_coils.txt @@ -5,7 +5,7 @@ T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1 | ConditionPresent$ Card.StrictlySelf T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | IsPresent$ Card.Self+counters_GE5_CHARGE | Execute$ DBRemoveCounter | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, if CARDNAME has five or more charge counters on it, remove all of them from it and create that many 3/1 red Elemental creature tokens with haste. Exile them at the beginning of the next end step. SVar:DBRemoveCounter:DB$ RemoveCounter | Defined$ Self | CounterType$ CHARGE | CounterNum$ All | RememberRemoved$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ r_3_1_elemental_haste | AtEOT$ Exile | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ r_3_1_elemental_haste | LegacyImage$ r 3 1 elemental haste mrd | AtEOT$ Exile | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$RememberedSize DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/l/liliana_deaths_majesty.txt b/forge-gui/res/cardsfolder/l/liliana_deaths_majesty.txt index cc353fe6f61..7b60b8f9b3d 100644 --- a/forge-gui/res/cardsfolder/l/liliana_deaths_majesty.txt +++ b/forge-gui/res/cardsfolder/l/liliana_deaths_majesty.txt @@ -2,7 +2,7 @@ Name:Liliana, Death's Majesty ManaCost:3 B B Types:Legendary Planeswalker Liliana Loyalty:5 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH | Planeswalker$ True | SubAbility$ DBMill | SpellDescription$ Create a 2/2 black Zombie creature token. Put the top two cards of your library into your graveyard. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie akh | Planeswalker$ True | SubAbility$ DBMill | SpellDescription$ Create a 2/2 black Zombie creature token. Put the top two cards of your library into your graveyard. SVar:DBMill:DB$Mill | Defined$ You | NumCards$ 2 A:AB$ ChangeZone | Cost$ SubCounter<3/LOYALTY> | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Creature.YouCtrl | SubAbility$ Animate | TgtPrompt$ Select target creature card from your graveyard | Planeswalker$ True | SpellDescription$ Return target creature card from your graveyard to the battlefield. That creature is a black Zombie in addition to its other colors and types. SVar:Animate:DB$Animate | Defined$ Targeted | Types$ Zombie | Colors$ Black | Permanent$ True diff --git a/forge-gui/res/cardsfolder/l/liliana_heretical_healer.txt b/forge-gui/res/cardsfolder/l/liliana_heretical_healer.txt index 56984160e8c..f841e84012d 100644 --- a/forge-gui/res/cardsfolder/l/liliana_heretical_healer.txt +++ b/forge-gui/res/cardsfolder/l/liliana_heretical_healer.txt @@ -6,7 +6,7 @@ K:Lifelink T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ Whenever another nontoken creature you control dies, exile CARDNAME, then return her to the battlefield transformed under her owner's control. If you do, create a 2/2 black Zombie creature token. SVar:TrigTransform:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | RememberChanged$ True | SubAbility$ DBReturn SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ Exile | Destination$ Battlefield | Transformed$ True | ForgetOtherRemembered$ True | RememberChanged$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ORI | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ori | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/liliana_heretical_healer.jpg AlternateMode:DoubleFaced diff --git a/forge-gui/res/cardsfolder/l/liliana_the_last_hope.txt b/forge-gui/res/cardsfolder/l/liliana_the_last_hope.txt index 8e40ee95083..6c3bf738c05 100644 --- a/forge-gui/res/cardsfolder/l/liliana_the_last_hope.txt +++ b/forge-gui/res/cardsfolder/l/liliana_the_last_hope.txt @@ -9,7 +9,7 @@ SVar:DBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | Defin SVar:DBCleanup:DB$ Cleanup | ClearChosenCard$ True A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Name$ Emblem - Liliana, the Last Hope | Image$ emblem_liliana_the_last_hope | Triggers$ TrigToken | SVars$ DBToken,X | Planeswalker$ True | Ultimate$ True | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "At the beginning of your end step, create X 2/2 black Zombie creature tokens, where X is two plus the number of Zombies you control." SVar:TrigToken:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | Execute$ DBToken | TriggerDescription$ At the beginning of your end step, create X 2/2 black Zombie creature tokens, where X is two plus the number of Zombies you control. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie emn SVar:X:Count$Valid Card.Zombie+YouCtrl/Plus.2 SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/liliana_the_last_hope.jpg diff --git a/forge-gui/res/cardsfolder/l/lilianas_mastery.txt b/forge-gui/res/cardsfolder/l/lilianas_mastery.txt index c6cf8b02889..bdab46cd464 100644 --- a/forge-gui/res/cardsfolder/l/lilianas_mastery.txt +++ b/forge-gui/res/cardsfolder/l/lilianas_mastery.txt @@ -3,7 +3,7 @@ ManaCost:3 B B Types:Enchantment S:Mode$ Continuous | Affected$ Zombie.YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Zombies you control get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 2/2 black Zombie creature tokens. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie AKH | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie akh | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You SVar:PlayMain1:TRUE SVar:BuffedBy:Zombie DeckHints:Type$Zombie diff --git a/forge-gui/res/cardsfolder/l/lilianas_reaver.txt b/forge-gui/res/cardsfolder/l/lilianas_reaver.txt index 2db6f2f60e5..a883a48fb4a 100644 --- a/forge-gui/res/cardsfolder/l/lilianas_reaver.txt +++ b/forge-gui/res/cardsfolder/l/lilianas_reaver.txt @@ -5,6 +5,6 @@ PT:4/3 K:Deathtouch T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | Execute$ TrigDiscard | CombatDamage$ True | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player discards a card and you create a tapped 2/2 black Zombie creature token. SVar:TrigDiscard:DB$ Discard | Defined$ TriggeredTarget | NumCards$ 1 | Mode$ TgtChoose | SubAbility$ MakeToken -SVar:MakeToken:DB$ Token | TokenImage$ b 2 2 zombie M14 | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True +SVar:MakeToken:DB$ Token | LegacyImage$ b 2 2 zombie m14 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/lilianas_reaver.jpg Oracle:Deathtouch\nWhenever Liliana's Reaver deals combat damage to a player, that player discards a card and you create a tapped 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/l/lingering_souls.txt b/forge-gui/res/cardsfolder/l/lingering_souls.txt index 82b745dcde0..253e39860a9 100644 --- a/forge-gui/res/cardsfolder/l/lingering_souls.txt +++ b/forge-gui/res/cardsfolder/l/lingering_souls.txt @@ -2,7 +2,7 @@ Name:Lingering Souls ManaCost:2 W Types:Sorcery K:Flashback:1 B -A:SP$ Token | Cost$ 2 W | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 2 W | LegacyImage$ w 1 1 spirit flying dka | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/lingering_souls.jpg Oracle:Create two 1/1 white Spirit creature tokens with flying.\nFlashback {1}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt b/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt index 939e0c50737..053704b81c5 100644 --- a/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt +++ b/forge-gui/res/cardsfolder/l/linvala_the_preserver.txt @@ -6,7 +6,7 @@ K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigGainLife | CheckSVar$ X | SVarCompare$ GTZ | References$ X,Z | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent has more life than you, you gain 5 life. SVar:TrigGainLife:DB$GainLife | Defined$ You | LifeAmount$ 5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigToken | CheckSVar$ W | SVarCompare$ GTY | TriggerDescription$ When CARDNAME enters the battlefield, if an opponent controls more creatures than you, create a 3/3 white Angel creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying | TokenImage$ w 3 3 angel +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_3_3_angel_flying | TokenOwner$ You | LegacyImage$ w 3 3 angel flying ogw SVar:X:PlayerCountOpponents$HighestLifeTotal SVar:Y:Count$Valid Creature.YouCtrl SVar:Z:Count$YourLifeTotal diff --git a/forge-gui/res/cardsfolder/l/living_hive.txt b/forge-gui/res/cardsfolder/l/living_hive.txt index 1e6c0247942..01a978ce006 100644 --- a/forge-gui/res/cardsfolder/l/living_hive.txt +++ b/forge-gui/res/cardsfolder/l/living_hive.txt @@ -4,7 +4,7 @@ Types:Creature Elemental Insect PT:6/6 K:Trample T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create that many 1/1 green Insect creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect MRD | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect mrd | References$ X SVar:X:TriggerCount$DamageAmount SVar:Picture:http://www.wizards.com/global/images/magic/general/living_hive.jpg Oracle:Trample\nWhenever Living Hive deals combat damage to a player, create that many 1/1 green Insect creature tokens. diff --git a/forge-gui/res/cardsfolder/l/llanowar_mentor.txt b/forge-gui/res/cardsfolder/l/llanowar_mentor.txt index 7bddb2871fd..efe2f2ca6f6 100644 --- a/forge-gui/res/cardsfolder/l/llanowar_mentor.txt +++ b/forge-gui/res/cardsfolder/l/llanowar_mentor.txt @@ -2,7 +2,6 @@ Name:Llanowar Mentor ManaCost:G Types:Creature Elf Spellshaper PT:1/1 -A:AB$ Token | Cost$ G T Discard<1/Card> | TokenAmount$ 1 | TokenName$ Llanowar Elves | TokenTypes$ Creature,Elf,Druid | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABMana | SpellDescription$ Create a 1/1 green Elf Druid creature token named Llanowar Elves. It has "{T}: Add {G}." -SVar:ABMana:AB$Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. +A:AB$ Token | Cost$ G T Discard<1/Card> | TokenAmount$ 1 | TokenScript$ llanowar_elves | TokenOwner$ You | LegacyImage$ llanowar elves fut | SpellDescription$ Create a 1/1 green Elf Druid creature token named Llanowar Elves. It has "{T}: Add {G}." SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card126166.jpg Oracle:{G}, {T}, Discard a card: Create a 1/1 green Elf Druid creature token named Llanowar Elves. It has "{T}: Add {G}." diff --git a/forge-gui/res/cardsfolder/l/look_skyward_and_despair.txt b/forge-gui/res/cardsfolder/l/look_skyward_and_despair.txt index 4a8d06303f0..d3447ebce3d 100644 --- a/forge-gui/res/cardsfolder/l/look_skyward_and_despair.txt +++ b/forge-gui/res/cardsfolder/l/look_skyward_and_despair.txt @@ -2,6 +2,6 @@ Name:Look Skyward and Despair ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ DarkEffect | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, put a 5/5 red Dragon creature token with flying onto the battlefield. -SVar:DarkEffect:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying +SVar:DarkEffect:DB$ Token | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying arc SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/Look Skyward and Despair.full.jpg Oracle:When you set this scheme in motion, put a 5/5 red Dragon creature token with flying onto the battlefield. diff --git a/forge-gui/res/cardsfolder/l/lullmage_mentor.txt b/forge-gui/res/cardsfolder/l/lullmage_mentor.txt index cb2052e00c6..3f817ca0aca 100644 --- a/forge-gui/res/cardsfolder/l/lullmage_mentor.txt +++ b/forge-gui/res/cardsfolder/l/lullmage_mentor.txt @@ -3,7 +3,7 @@ ManaCost:1 U U Types:Creature Merfolk Wizard PT:2/2 T:Mode$ Countered | ValidCause$ Card.YouCtrl | ValidCard$ Card | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token. -SVar:TrigToken:DB$ Token | TokenImage$ u 1 1 merfolk | TokenAmount$ 1 | TokenName$ Merfolk | TokenTypes$ Creature,Merfolk | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | LegacyImage$ u 1 1 merfolk zen | TokenAmount$ 1 | TokenScript$ u_1_1_merfolk | TokenOwner$ You A:AB$ Counter | Cost$ tapXType<7/Merfolk> | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | SpellDescription$ Counter target spell. SVar:Picture:http://www.wizards.com/global/images/magic/general/lullmage_mentor.jpg Oracle:Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.\nTap seven untapped Merfolk you control: Counter target spell. diff --git a/forge-gui/res/cardsfolder/l/luminarch_ascension.txt b/forge-gui/res/cardsfolder/l/luminarch_ascension.txt index ff54048306e..8b719ca0a0e 100644 --- a/forge-gui/res/cardsfolder/l/luminarch_ascension.txt +++ b/forge-gui/res/cardsfolder/l/luminarch_ascension.txt @@ -2,7 +2,7 @@ Name:Luminarch Ascension ManaCost:1 W Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigPut | OptionalDecider$ You | CheckSVar$ X | SVarCompare$ EQ0 | TriggerDescription$ At the beginning of each opponent's end step, if you didn't lose life this turn, you may put a quest counter on CARDNAME. (Damage causes loss of life.) -A:AB$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel ZEN | IsPresent$ Card.Self+counters_GE4_QUEST | SpellDescription$ Create a 4/4 white Angel creature token with flying. Activate this ability only if Luminarch Ascension has four or more quest counters on it. +A:AB$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying zen | IsPresent$ Card.Self+counters_GE4_QUEST | SpellDescription$ Create a 4/4 white Angel creature token with flying. Activate this ability only if Luminarch Ascension has four or more quest counters on it. SVar:TrigPut:DB$ PutCounter | Defined$ Self | CounterType$ QUEST | CounterNum$ 1 SVar:X:Count$LifeYouLostThisTurn DeckHas:Ability$Counters diff --git a/forge-gui/res/cardsfolder/l/luminous_angel.txt b/forge-gui/res/cardsfolder/l/luminous_angel.txt index 2a71b663310..de9ad5afe8d 100644 --- a/forge-gui/res/cardsfolder/l/luminous_angel.txt +++ b/forge-gui/res/cardsfolder/l/luminous_angel.txt @@ -4,7 +4,7 @@ Types:Creature Angel PT:4/4 K:Flying T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit MRD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying mrd | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/luminous_angel.jpg Oracle:Flying\nAt the beginning of your upkeep, you may create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/l/lys_alana_huntmaster.txt b/forge-gui/res/cardsfolder/l/lys_alana_huntmaster.txt index 5bcaa49e59d..be1e446926d 100644 --- a/forge-gui/res/cardsfolder/l/lys_alana_huntmaster.txt +++ b/forge-gui/res/cardsfolder/l/lys_alana_huntmaster.txt @@ -3,6 +3,6 @@ ManaCost:2 G G Types:Creature Elf Warrior PT:3/3 T:Mode$ SpellCast | ValidCard$ Elf | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever you cast an Elf spell, you may create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$Token | TokenImage$ g 1 1 elf warrior | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ g 1 1 elf warrior lrw | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/lys_alana_huntmaster.jpg Oracle:Whenever you cast an Elf spell, you may create a 1/1 green Elf Warrior creature token. diff --git a/forge-gui/res/cardsfolder/m/maalfeld_twins.txt b/forge-gui/res/cardsfolder/m/maalfeld_twins.txt index 27778e8911e..6938151cc8b 100644 --- a/forge-gui/res/cardsfolder/m/maalfeld_twins.txt +++ b/forge-gui/res/cardsfolder/m/maalfeld_twins.txt @@ -3,7 +3,7 @@ ManaCost:5 B Types:Creature Zombie PT:4/4 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create two 2/2 black Zombie creature tokens. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie AVR | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie avr | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You SVar:SacMe:3 SVar:Picture:http://www.wizards.com/global/images/magic/general/maalfeld_twins.jpg Oracle:When Maalfeld Twins dies, create two 2/2 black Zombie creature tokens. diff --git a/forge-gui/res/cardsfolder/m/magnifying_glass.txt b/forge-gui/res/cardsfolder/m/magnifying_glass.txt index 9b43d0b3a47..35425aa16ce 100644 --- a/forge-gui/res/cardsfolder/m/magnifying_glass.txt +++ b/forge-gui/res/cardsfolder/m/magnifying_glass.txt @@ -2,8 +2,7 @@ Name:Magnifying Glass ManaCost:3 Types:Artifact A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | SpellDescription$ Investigate (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi | SpellDescription$ Investigate (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/magnifying_glass.jpg Oracle:{T}: Add {C}.\n{4}, {T}: Investigate (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/m/make_mischief.txt b/forge-gui/res/cardsfolder/m/make_mischief.txt index 6986907d487..0edcd1aa907 100644 --- a/forge-gui/res/cardsfolder/m/make_mischief.txt +++ b/forge-gui/res/cardsfolder/m/make_mischief.txt @@ -2,8 +2,6 @@ Name:Make Mischief ManaCost:2 R Types:Sorcery A:SP$ DealDamage | Cost$ 2 R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 | SubAbility$ DBToken | SpellDescription$ CARDNAME deals 1 damage to any target. Create a 1/1 red Devil creature token. It has "When this creature dies, it deals 1 damage to any target." -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Devil | TokenTypes$ Creature,Devil | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenTriggers$ DiesTrigger | TokenSVars$ DevilTrigDamage -SVar:DiesTrigger:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTrigDamage | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, it deals 1 damage to any target. -SVar:DevilTrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_devil_burn | TokenOwner$ You | LegacyImage$ r 1 1 devil burn emn SVar:Picture:http://www.wizards.com/global/images/magic/general/make_mischief.jpg Oracle:Make Mischief deals 1 damage to any target. Create a 1/1 red Devil creature token. It has "When this creature dies, it deals 1 damage to any target." diff --git a/forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt b/forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt index 0ab01dde124..73263f7d5a5 100644 --- a/forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt +++ b/forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt @@ -7,7 +7,7 @@ SVar:Y:Count$FirstSpellTotalManaSpent A:AB$ Charm | Cost$ X SubCounter | Announce$ X | XCantBe0$ True | Choices$ MarathCounters,MarathDmg,MarathToken | Defined$ You SVar:MarathCounters:DB$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ Z | References$ Z | SpellDescription$ Put X +1/+1 counters on target creature. X can't be 0. SVar:MarathDmg:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ Z | References$ Z | SpellDescription$ CARDNAME deals X damage to any target. X can't be 0. -SVar:MarathToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenOwner$ You | TokenPower$ Z | TokenToughness$ Z | References$ Z | TokenTypes$ Creature,Elemental | TokenColors$ Green | TokenImage$ g x x elemental | SpellDescription$ Create an X/X green Elemental creature token. X can't be 0. +SVar:MarathToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_elemental | TokenOwner$ You | TokenPower$ Z | TokenToughness$ Z | References$ Z | LegacyImage$ g x x elemental c13 | SpellDescription$ Create an X/X green Elemental creature token. X can't be 0. SVar:Z:SVar$CostCountersRemoved AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/marath_will_of_the_wild.jpg diff --git a/forge-gui/res/cardsfolder/m/march_of_souls.txt b/forge-gui/res/cardsfolder/m/march_of_souls.txt index d6c8f6f9396..089feabf3c6 100644 --- a/forge-gui/res/cardsfolder/m/march_of_souls.txt +++ b/forge-gui/res/cardsfolder/m/march_of_souls.txt @@ -3,7 +3,7 @@ ManaCost:4 W Types:Sorcery A:SP$ DestroyAll | Cost$ 4 W | ValidCards$ Creature | RememberDestroyed$ True | NoRegen$ True | SubAbility$ DBRepeat | SpellDescription$ Destroy all creatures. SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBToken | SubAbility$ DBCleanup -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ Player.IsRemembered | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ They can't be regenerated. For each creature destroyed this way, its controller creates a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_spirit_flying | TokenOwner$ Player.IsRemembered | LegacyImage$ w 1 1 spirit flying pls | SpellDescription$ They can't be regenerated. For each creature destroyed this way, its controller creates a 1/1 white Spirit creature token with flying. SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$FilterControlledByRemembered_Number$1 DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt b/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt index 6117dc62897..5f90358a35b 100644 --- a/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt +++ b/forge-gui/res/cardsfolder/m/mardu_ascendancy.txt @@ -2,7 +2,7 @@ Name:Mardu Ascendancy ManaCost:R W B Types:Enchantment T:Mode$ Attacks | ValidCard$ Creature.nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control attacks, create a 1/1 red Goblin creature token that's tapped and attacking. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin KTK | TokenTapped$ True | TokenAttacking$ True +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ktk | TokenTapped$ True | TokenAttacking$ True A:AB$ PumpAll | Cost$ Sac<1/CARDNAME> | ValidCards$ Creature.YouCtrl | NumDef$ +3 | SpellDescription$ Creatures you control get +0/+3 until end of turn. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_ascendancy.jpg diff --git a/forge-gui/res/cardsfolder/m/mardu_charm.txt b/forge-gui/res/cardsfolder/m/mardu_charm.txt index 64f0ff7e0e0..87f9a247feb 100644 --- a/forge-gui/res/cardsfolder/m/mardu_charm.txt +++ b/forge-gui/res/cardsfolder/m/mardu_charm.txt @@ -3,7 +3,7 @@ ManaCost:R W B Types:Instant A:SP$ Charm | Cost$ R W B | Choices$ DealDmg,Warrior,DBDiscard | CharmNum$ 1 SVar:DealDmg:DB$ DealDamage | ValidTgts$ Creature | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature. -SVar:Warrior:DB$ Token | TokenAmount$ 2 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w_1_1_warrior2 | RememberTokens$ True | SubAbility$ DBPumpFirstStrike | SpellDescription$ Create two 1/1 white Warrior creature tokens. They gain first strike until end of turn. +SVar:Warrior:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior ktk | RememberTokens$ True | SubAbility$ DBPumpFirstStrike | SpellDescription$ Create two 1/1 white Warrior creature tokens. They gain first strike until end of turn. SVar:DBPumpFirstStrike:DB$ PumpAll | ValidCards$ Creature.IsRemembered | KW$ First Strike | SubAbility$ DBCleanUp SVar:DBCleanUp:DB$ Cleanup | ClearRemembered$ True SVar:DBDiscard:DB$ Discard | ValidTgts$ Opponent | Mode$ RevealYouChoose | DiscardValid$ Card.nonCreature+nonLand | NumCards$ 1 | SpellDescription$ Target opponent reveals their hand. You choose a noncreature, nonland card from it. That player discards that card. diff --git a/forge-gui/res/cardsfolder/m/mardu_hordechief.txt b/forge-gui/res/cardsfolder/m/mardu_hordechief.txt index f237cd1c2cf..cf9e082a708 100644 --- a/forge-gui/res/cardsfolder/m/mardu_hordechief.txt +++ b/forge-gui/res/cardsfolder/m/mardu_hordechief.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Human Warrior PT:2/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ RaidTest | Execute$ TrigToken | TriggerDescription$ Raid — When CARDNAME enters the battlefield, if you attacked with a creature this turn, create a 1/1 white Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w_1_1_warrior2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior ktk SVar:RaidTest:Count$AttackersDeclared SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_hordechief.jpg Oracle:Raid — When Mardu Hordechief enters the battlefield, if you attacked with a creature this turn, create a 1/1 white Warrior creature token. diff --git a/forge-gui/res/cardsfolder/m/mardu_strike_leader.txt b/forge-gui/res/cardsfolder/m/mardu_strike_leader.txt index 05379ce55eb..9357215c82a 100644 --- a/forge-gui/res/cardsfolder/m/mardu_strike_leader.txt +++ b/forge-gui/res/cardsfolder/m/mardu_strike_leader.txt @@ -4,7 +4,7 @@ Types:Creature Human Warrior PT:3/2 K:Dash:3 B T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME attacks, create a 2/1 black Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 1 | TokenImage$ b 2 1 warrior FRF +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_1_warrior | TokenOwner$ You | LegacyImage$ b 2 1 warrior frf SVar:HasAttackEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/mardu_strike_leader.jpg Oracle:Whenever Mardu Strike Leader attacks, create a 2/1 black Warrior creature token.\nDash {3}{B} (You may cast this spell for its dash cost. If you do, it gains haste, and it's returned from the battlefield to its owner's hand at the beginning of the next end step.) diff --git a/forge-gui/res/cardsfolder/m/marrow_gnawer.txt b/forge-gui/res/cardsfolder/m/marrow_gnawer.txt index 98ce0c6d3b9..1831792ec67 100644 --- a/forge-gui/res/cardsfolder/m/marrow_gnawer.txt +++ b/forge-gui/res/cardsfolder/m/marrow_gnawer.txt @@ -3,7 +3,7 @@ ManaCost:3 B B Types:Legendary Creature Rat Rogue PT:2/3 S:Mode$ Continuous | Affected$ Creature.Rat | AddKeyword$ Fear | Description$ Rat creatures have fear. (They can't be blocked except by artifact creatures and/or black creatures.) -A:AB$ Token | Cost$ T Sac<1/Rat> | TokenAmount$ X | References$ X | TokenName$ Rat | TokenTypes$ Creature,Rat | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 rat CHK | SpellDescription$ Create X 1/1 black Rat creature tokens, where X is the number of Rats you control. +A:AB$ Token | Cost$ T Sac<1/Rat> | TokenAmount$ X | References$ X | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b 1 1 rat chk | SpellDescription$ Create X 1/1 black Rat creature tokens, where X is the number of Rats you control. SVar:X:Count$TypeYouCtrl.Rat SVar:AIPreference:SacCost$Creature.Rat+token,Creature.Rat+cmcLE3 AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/m/marsh_flitter.txt b/forge-gui/res/cardsfolder/m/marsh_flitter.txt index 8e91bc8bb3e..38d25d1a037 100644 --- a/forge-gui/res/cardsfolder/m/marsh_flitter.txt +++ b/forge-gui/res/cardsfolder/m/marsh_flitter.txt @@ -4,7 +4,7 @@ Types:Creature Faerie Rogue PT:1/1 K:Flying T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 black Goblin Rogue creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 2 | TokenName$ Goblin Rogue | TokenTypes$ Creature,Goblin,Rogue | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 2 | TokenScript$ b_1_1_goblin_rogue | TokenOwner$ You | LegacyImage$ b 1 1 goblin rogue lrw A:AB$ Animate | Cost$ Sac<1/Goblin> | Defined$ Self | Power$ 3 | Toughness$ 3 | SpellDescription$ CARDNAME has base power and toughness 3/3 until end of turn. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/marsh_flitter.jpg diff --git a/forge-gui/res/cardsfolder/m/martial_coup.txt b/forge-gui/res/cardsfolder/m/martial_coup.txt index 7c3038bd076..18ef4a2158f 100644 --- a/forge-gui/res/cardsfolder/m/martial_coup.txt +++ b/forge-gui/res/cardsfolder/m/martial_coup.txt @@ -1,7 +1,7 @@ Name:Martial Coup ManaCost:X W W Types:Sorcery -A:SP$ Token | Cost$ X W W | TokenAmount$ X | References$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | RememberTokens$ True | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ CoupDestroy | TokenImage$ w 1 1 soldier ALA | SpellDescription$ Create X 1/1 white Soldier creature tokens. If X is 5 or more, destroy all other creatures. +A:SP$ Token | Cost$ X W W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier | RememberTokens$ True | TokenOwner$ You | SubAbility$ CoupDestroy | LegacyImage$ w 1 1 soldier cfx | SpellDescription$ Create X 1/1 white Soldier creature tokens. If X is 5 or more, destroy all other creatures. SVar:CoupDestroy:DB$ DestroyAll | ValidCards$ Creature.IsNotRemembered | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE5 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$xPaid diff --git a/forge-gui/res/cardsfolder/m/martyr_of_dusk.txt b/forge-gui/res/cardsfolder/m/martyr_of_dusk.txt index 7d84d06ef88..178898ca1ed 100644 --- a/forge-gui/res/cardsfolder/m/martyr_of_dusk.txt +++ b/forge-gui/res/cardsfolder/m/martyr_of_dusk.txt @@ -3,7 +3,7 @@ ManaCost:1 W Types:Creature Vampire Soldier PT:2/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Vampire creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 vampire lifelink rix DeckHas:Ability$Token DeckHints:Type$Vampire SVar:Picture:http://www.wizards.com/global/images/magic/general/martyr_of_dusk.jpg diff --git a/forge-gui/res/cardsfolder/m/master_of_the_wild_hunt.txt b/forge-gui/res/cardsfolder/m/master_of_the_wild_hunt.txt index 27ab716de77..e4ba5a694ea 100644 --- a/forge-gui/res/cardsfolder/m/master_of_the_wild_hunt.txt +++ b/forge-gui/res/cardsfolder/m/master_of_the_wild_hunt.txt @@ -3,7 +3,7 @@ ManaCost:2 G G Types:Creature Human Shaman PT:3/3 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 2/2 green Wolf creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf M10 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf m10 A:AB$ DealDamage | Cost$ T | SubAbility$ TapWolves | ValidTgts$ Creature | NumDmg$ 0 | AILogic$ WildHunt | SpellDescription$ Tap all untapped Wolf creatures you control. Each Wolf tapped this way deals damage equal to its power to target creature. That creature deals damage equal to its power divided as its controller chooses among any number of those Wolves. | StackDescription$ Tap all untapped Wolf creatures you control. Each Wolf tapped this way deals damage equal to its power to {c:Targeted}. That creature deals damage equal to its power divided as its controller chooses among any number of those Wolves. SVar:TapWolves:DB$ TapAll | ValidCards$ Creature.Wolf+YouCtrl+untapped | RememberTapped$ True | SubAbility$ WildHuntDamage | StackDescription$ None SVar:WildHuntDamage:DB$ RepeatEach | RepeatSubAbility$ WolfStrike | UseImprinted$ True | RepeatCards$ Card.IsRemembered | DamageMap$ True | SubAbility$ HuntedDamage | StackDescription$ None diff --git a/forge-gui/res/cardsfolder/m/master_of_waves.txt b/forge-gui/res/cardsfolder/m/master_of_waves.txt index 545dfef52ce..8675e18ae1b 100644 --- a/forge-gui/res/cardsfolder/m/master_of_waves.txt +++ b/forge-gui/res/cardsfolder/m/master_of_waves.txt @@ -2,10 +2,10 @@ Name:Master of Waves ManaCost:3 U Types:Creature Merfolk Wizard PT:2/1 -K:Protection from red +K:Protection from creatures S:Mode$ Continuous | Affected$ Creature.Elemental+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Elemental creatures you control get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 1/0 blue Elemental creature tokens equal to your devotion to blue. (Each {U} in the mana costs of permanents you control counts toward your devotion to blue.) -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 0 | References$ X | TokenImage$ u_1_0_elemental_ths +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ u_1_0_elemental | TokenOwner$ You | References$ X | LegacyImage$ u 1 0 elemental ths SVar:X:Count$Devotion.Blue SVar:PlayMain1:TRUE SVar:AIEvaluationModifier:SVar$AIElemPTBonus/Plus.AIElemTokenGenBonus diff --git a/forge-gui/res/cardsfolder/m/master_splicer.txt b/forge-gui/res/cardsfolder/m/master_splicer.txt index 538c99e9416..d2db060bd22 100644 --- a/forge-gui/res/cardsfolder/m/master_splicer.txt +++ b/forge-gui/res/cardsfolder/m/master_splicer.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Human Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 colorless Golem artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph S:Mode$ Continuous | Affected$ Creature.Golem+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Golem creatures you control get +1/+1. SVar:Picture:http://www.wizards.com/global/images/magic/general/master_splicer.jpg Oracle:When Master Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.\nGolem creatures you control get +1/+1. diff --git a/forge-gui/res/cardsfolder/m/master_trinketeer.txt b/forge-gui/res/cardsfolder/m/master_trinketeer.txt index 772553d5eeb..7f185d29ee8 100644 --- a/forge-gui/res/cardsfolder/m/master_trinketeer.txt +++ b/forge-gui/res/cardsfolder/m/master_trinketeer.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Dwarf Artificer PT:3/2 S:Mode$ Continuous | Affected$ Permanent.Servo+YouCtrl,Permanent.Thopter+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Servos and Thopters you control get +1/+1. -A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. +A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/master_trinketeer.jpg Oracle:Servos and Thopters you control get +1/+1.\n{3}{W}: Create a 1/1 colorless Servo artifact creature token. diff --git a/forge-gui/res/cardsfolder/m/masters_call.txt b/forge-gui/res/cardsfolder/m/masters_call.txt index 1165a1aa5c2..1c1b883c624 100644 --- a/forge-gui/res/cardsfolder/m/masters_call.txt +++ b/forge-gui/res/cardsfolder/m/masters_call.txt @@ -1,7 +1,7 @@ Name:Master's Call ManaCost:2 W Types:Instant -A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr SOM | SpellDescription$ Create two 1/1 colorless Myr artifact creature tokens. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 a myr som | SpellDescription$ Create two 1/1 colorless Myr artifact creature tokens. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/masters_call.jpg Oracle:Create two 1/1 colorless Myr artifact creature tokens. diff --git a/forge-gui/res/cardsfolder/m/maul_splicer.txt b/forge-gui/res/cardsfolder/m/maul_splicer.txt index a0a51dd92bc..8a9b6374c39 100644 --- a/forge-gui/res/cardsfolder/m/maul_splicer.txt +++ b/forge-gui/res/cardsfolder/m/maul_splicer.txt @@ -3,7 +3,7 @@ ManaCost:6 G Types:Creature Human Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, enters the battlefield, create two 3/3 colorless Golem artifact creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph S:Mode$ Continuous | Affected$ Creature.Golem+YouCtrl | AddKeyword$ Trample | Description$ Golem creatures you control have trample. SVar:Picture:http://www.wizards.com/global/images/magic/general/maul_splicer.jpg Oracle:When Maul Splicer enters the battlefield, create two 3/3 colorless Golem artifact creature tokens.\nGolem creatures you control have trample. diff --git a/forge-gui/res/cardsfolder/m/mausoleum_guard.txt b/forge-gui/res/cardsfolder/m/mausoleum_guard.txt index b43667cd923..843b47bb0f9 100644 --- a/forge-gui/res/cardsfolder/m/mausoleum_guard.txt +++ b/forge-gui/res/cardsfolder/m/mausoleum_guard.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Human Scout PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create two 1/1 white Spirit creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying isd | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/mausoleum_guard.jpg diff --git a/forge-gui/res/cardsfolder/m/maverick_thopterist.txt b/forge-gui/res/cardsfolder/m/maverick_thopterist.txt index 5b7d5b718c6..effdd550057 100644 --- a/forge-gui/res/cardsfolder/m/maverick_thopterist.txt +++ b/forge-gui/res/cardsfolder/m/maverick_thopterist.txt @@ -4,7 +4,7 @@ Types:Creature Human Artificer PT:2/2 K:Improvise T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying aer DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/maverick_thopterist.jpg Oracle:Improvise (Your artifacts can help cast this spell. Each artifact you tap after you're done activating mana abilities pays for {1}.)\nWhen Maverick Thopterist enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/m/mavren_fein_dusk_apostle.txt b/forge-gui/res/cardsfolder/m/mavren_fein_dusk_apostle.txt index 1c7c653e621..c40f999e1a3 100644 --- a/forge-gui/res/cardsfolder/m/mavren_fein_dusk_apostle.txt +++ b/forge-gui/res/cardsfolder/m/mavren_fein_dusk_apostle.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Legendary Creature Vampire Cleric PT:2/2 T:Mode$ AttackersDeclared | ValidAttackers$ Vampire.nonToken+YouCtrl | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenImage$ w 1 1 vampire | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenColors$ White | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | LegacyImage$ w 1 1 vampire lifelink xln | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You DeckHints:Type$Vampire DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/mavren_fein_dusk_apostle.jpg diff --git a/forge-gui/res/cardsfolder/m/mayor_of_avabruck_howlpack_alpha.txt b/forge-gui/res/cardsfolder/m/mayor_of_avabruck_howlpack_alpha.txt index d28a89dff94..0d6daf9ee4b 100644 --- a/forge-gui/res/cardsfolder/m/mayor_of_avabruck_howlpack_alpha.txt +++ b/forge-gui/res/cardsfolder/m/mayor_of_avabruck_howlpack_alpha.txt @@ -20,6 +20,6 @@ S:Mode$ Continuous | Affected$ Creature.Werewolf+Other+YouCtrl,Creature.Wolf+Oth T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a 2/2 green Wolf creature token. T:Mode$ Phase | Phase$ Upkeep | WerewolfUntransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if a player cast two or more spells last turn, transform CARDNAME. SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ISD +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf isd SVar:Picture:http://www.wizards.com/global/images/magic/general/howlpack_alpha.jpg Oracle:Each other creature you control that's a Werewolf or a Wolf gets +1/+1.\nAt the beginning of your end step, create a 2/2 green Wolf creature token.\nAt the beginning of each upkeep, if a player cast two or more spells last turn, transform Howlpack Alpha. diff --git a/forge-gui/res/cardsfolder/m/meloku_the_clouded_mirror.txt b/forge-gui/res/cardsfolder/m/meloku_the_clouded_mirror.txt index a1358ba4bcf..b1a2add5e97 100644 --- a/forge-gui/res/cardsfolder/m/meloku_the_clouded_mirror.txt +++ b/forge-gui/res/cardsfolder/m/meloku_the_clouded_mirror.txt @@ -3,7 +3,7 @@ ManaCost:4 U Types:Legendary Creature Moonfolk Wizard PT:2/4 K:Flying -A:AB$ Token | Cost$ 1 Return<1/Land> | TokenAmount$ 1 | TokenName$ Illusion | TokenTypes$ Creature,Illusion | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 blue Illusion creature token with flying. +A:AB$ Token | Cost$ 1 Return<1/Land> | TokenAmount$ 1 | TokenScript$ u_1_1_illusion_flying | TokenOwner$ You | LegacyImage$ u 1 1 illusion flying chk | SpellDescription$ Create a 1/1 blue Illusion creature token with flying. AI:RemoveDeck:Random SVar:Picture:http://resources.wizards.com/magic/cards/chk/en-us/card75268.jpg Oracle:Flying\n{1}, Return a land you control to its owner's hand: Create a 1/1 blue Illusion creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/memorial_to_glory.txt b/forge-gui/res/cardsfolder/m/memorial_to_glory.txt index 0d2d0082f36..b843c96f023 100644 --- a/forge-gui/res/cardsfolder/m/memorial_to_glory.txt +++ b/forge-gui/res/cardsfolder/m/memorial_to_glory.txt @@ -3,5 +3,5 @@ ManaCost:no cost Types:Land K:CARDNAME enters the battlefield tapped. A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}. -A:AB$ Token | Cost$ 3 W T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier DOM | SpellDescription$ Create two 1/1 white Soldier creature tokens. +A:AB$ Token | Cost$ 3 W T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | LegacyImage$ w 1 1 soldier dom | SpellDescription$ Create two 1/1 white Soldier creature tokens. Oracle:Memorial to Glory enters the battlefield tapped.\n{T}: Add {W}.\n{3}{W}, {T}, Sacrifice Memorial to Glory: Create two 1/1 white Soldier creature tokens. diff --git a/forge-gui/res/cardsfolder/m/mercy_killing.txt b/forge-gui/res/cardsfolder/m/mercy_killing.txt index 6f6c7107b01..3f005670f4b 100644 --- a/forge-gui/res/cardsfolder/m/mercy_killing.txt +++ b/forge-gui/res/cardsfolder/m/mercy_killing.txt @@ -2,7 +2,7 @@ Name:Mercy Killing ManaCost:2 GW Types:Instant A:SP$ Destroy | Cost$ 2 GW | ValidTgts$ Creature | TgtPrompt$ Select target creature | Sacrifice$ True | SubAbility$ DBToken | RememberLKI$ True | SpellDescription$ Target creature's controller sacrifices it, then creates X 1/1 green and white Elf Warrior creature tokens, where X is that creature's power. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenPower$ 1 | TokenToughness$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenColors$ Green,White | TokenOwner$ TargetedController | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ gw_1_1_elf_warrior | LegacyImage$ gw 1 1 elf warrior shm | TokenOwner$ TargetedController | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/mercy_killing.jpg diff --git a/forge-gui/res/cardsfolder/m/metallurgic_summonings.txt b/forge-gui/res/cardsfolder/m/metallurgic_summonings.txt index 67b1db733c4..51e5344465c 100644 --- a/forge-gui/res/cardsfolder/m/metallurgic_summonings.txt +++ b/forge-gui/res/cardsfolder/m/metallurgic_summonings.txt @@ -2,7 +2,7 @@ Name:Metallurgic Summonings ManaCost:3 U U Types:Enchantment T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create an X/X colorless Construct artifact creature token, where X is that spell's converted mana cost. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenColors$ Colorless | TokenPower$ X | TokenToughness$ X | References$ X | TokenOwner$ You | TokenImage$ c x x construct2 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_x_x_a_construct | TokenPower$ X | TokenToughness$ X | References$ X | TokenOwner$ You | LegacyImage$ c x x a construct kld A:AB$ ChangeZoneAll | Cost$ 3 U U Exile<1/CARDNAME> | ChangeType$ Instant.YouOwn,Sorcery.YouOwn | IsPresent$ Card.Artifact+YouCtrl | PresentCompare$ GE6 | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return all instant and sorcery cards from your graveyard to your hand. Activate this ability only if you control six or more artifacts. SVar:X:TriggerCount$CastSACMC SVar:BuffedBy:Instant,Sorcery diff --git a/forge-gui/res/cardsfolder/m/metrognome.txt b/forge-gui/res/cardsfolder/m/metrognome.txt index d56d48b5fab..7c32906060e 100644 --- a/forge-gui/res/cardsfolder/m/metrognome.txt +++ b/forge-gui/res/cardsfolder/m/metrognome.txt @@ -1,7 +1,7 @@ Name:Metrognome ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_gnome | TokenOwner$ You | LegacyImage$ c 1 1 a gnome usg | SpellDescription$ Create a 1/1 colorless Gnome artifact creature token. T:Mode$ Discarded | ValidCard$ Card.Self | ValidCause$ Card.OppCtrl | Execute$ TrigToken | TriggerDescription$ When a spell or ability an opponent controls causes you to discard CARDNAME, create four 1/1 colorless Gnome artifact creature tokens. SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Gnome | TokenTypes$ Artifact,Creature,Gnome | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 SVar:DiscardMeByOpp:2 diff --git a/forge-gui/res/cardsfolder/m/midnight_haunting.txt b/forge-gui/res/cardsfolder/m/midnight_haunting.txt index de0338fbd06..c5ef68d753d 100644 --- a/forge-gui/res/cardsfolder/m/midnight_haunting.txt +++ b/forge-gui/res/cardsfolder/m/midnight_haunting.txt @@ -1,6 +1,6 @@ Name:Midnight Haunting ManaCost:2 W Types:Instant -A:SP$ Token | Cost$ 2 W | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 2 W | TokenImage$ w 1 1 spirit flying isd | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/midnight_haunting.jpg Oracle:Create two 1/1 white Spirit creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/m/midnight_ritual.txt b/forge-gui/res/cardsfolder/m/midnight_ritual.txt index d3ff1705534..5558cc7d337 100644 --- a/forge-gui/res/cardsfolder/m/midnight_ritual.txt +++ b/forge-gui/res/cardsfolder/m/midnight_ritual.txt @@ -2,7 +2,7 @@ Name:Midnight Ritual ManaCost:X 2 B Types:Sorcery A:SP$ ChangeZone | Cost$ X 2 B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Creature.YouCtrl | TargetMin$ 0 | TargetMax$ MaxTgts | References$ MaxTgts | SubAbility$ DBToken | SpellDescription$ Exile X target creature cards from your graveyard. For each creature card exiled this way, create a 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenImage$ b 2 2 zombie 10E | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ X | References$ X +SVar:DBToken:DB$ Token | LegacyImage$ b 2 2 zombie mmq | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ X | References$ X SVar:X:Targeted$Amount SVar:MaxTgts:Count$TypeInYourYard.Creature AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/m/midsummer_revel.txt b/forge-gui/res/cardsfolder/m/midsummer_revel.txt index 9676b8f0a18..33f8aa2a335 100644 --- a/forge-gui/res/cardsfolder/m/midsummer_revel.txt +++ b/forge-gui/res/cardsfolder/m/midsummer_revel.txt @@ -2,7 +2,7 @@ Name:Midsummer Revel ManaCost:3 G G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a verse counter on CARDNAME. -A:AB$ Token | Cost$ G Sac<1/CARDNAME> | LegacyImage$ g 3 3 beast | TokenAmount$ X | References$ X | TokenScript$ g_3_3_beast | TokenOwner$ You | SpellDescription$ Create X 3/3 green Beast creature tokens. +A:AB$ Token | Cost$ G Sac<1/CARDNAME> | LegacyImage$ g 3 3 beast usg | TokenAmount$ X | References$ X | TokenScript$ g_3_3_beast | TokenOwner$ You | SpellDescription$ Create X 3/3 green Beast creature tokens. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ VERSE | CounterNum$ 1 AI:RemoveDeck:All SVar:X:Count$CardCounters.VERSE diff --git a/forge-gui/res/cardsfolder/m/migratory_route.txt b/forge-gui/res/cardsfolder/m/migratory_route.txt index 43009e5f617..81d9693cd9e 100644 --- a/forge-gui/res/cardsfolder/m/migratory_route.txt +++ b/forge-gui/res/cardsfolder/m/migratory_route.txt @@ -1,7 +1,7 @@ Name:Migratory Route ManaCost:3 W U Types:Sorcery -A:SP$ Token | Cost$ 3 W U | TokenAmount$ 4 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 bird C16 | SpellDescription$ Create four 1/1 white Bird creature tokens with flying. +A:SP$ Token | Cost$ 3 W U | TokenAmount$ 4 | TokenScript$ w_1_1_bird_flying | TokenOwner$ You | LegacyImage$ w 1 1 bird flying c16 | SpellDescription$ Create four 1/1 white Bird creature tokens with flying. K:TypeCycling:Basic:2 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/migratory_route.jpg diff --git a/forge-gui/res/cardsfolder/m/militias_pride.txt b/forge-gui/res/cardsfolder/m/militias_pride.txt index b5eaf4976a6..6a09ffc8831 100644 --- a/forge-gui/res/cardsfolder/m/militias_pride.txt +++ b/forge-gui/res/cardsfolder/m/militias_pride.txt @@ -2,6 +2,6 @@ Name:Militia's Pride ManaCost:1 W Types:Tribal Enchantment Kithkin T:Mode$ Attacks | ValidCard$ Creature.nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control attacks, you may pay {W}. If you do, create a 1/1 white Kithkin Soldier creature token that's tapped and attacking. -SVar:TrigToken:AB$Token | Cost$ W | TokenAmount$ 1 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Soldier,Kithkin | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True +SVar:TrigToken:AB$Token | Cost$ W | TokenAmount$ 1 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kithkin soldier lrw | TokenTapped$ True | TokenAttacking$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/militias_pride.jpg Oracle:Whenever a nontoken creature you control attacks, you may pay {W}. If you do, create a 1/1 white Kithkin Soldier creature token that's tapped and attacking. diff --git a/forge-gui/res/cardsfolder/m/miming_slime.txt b/forge-gui/res/cardsfolder/m/miming_slime.txt index 0e64a32729a..ebcc577855b 100644 --- a/forge-gui/res/cardsfolder/m/miming_slime.txt +++ b/forge-gui/res/cardsfolder/m/miming_slime.txt @@ -1,7 +1,7 @@ Name:Miming Slime ManaCost:2 G Types:Sorcery -A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Ooze | TokenColors$ Green | SpellDescription$ Create an X/X green Ooze creature token, where X is the greatest power among creatures you control. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_x_x_ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x ooze gtc | SpellDescription$ Create an X/X green Ooze creature token, where X is the greatest power among creatures you control. SVar:X:Count$GreatestPower_Creature.YouCtrl SVar:NeedsToPlay:Creature.YouCtrl DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/m/moan_of_the_unhallowed.txt b/forge-gui/res/cardsfolder/m/moan_of_the_unhallowed.txt index 5c55c3c6cdb..59f75c856ee 100644 --- a/forge-gui/res/cardsfolder/m/moan_of_the_unhallowed.txt +++ b/forge-gui/res/cardsfolder/m/moan_of_the_unhallowed.txt @@ -2,6 +2,6 @@ Name:Moan of the Unhallowed ManaCost:2 B B Types:Sorcery K:Flashback:5 B B -A:SP$ Token | Cost$ 2 B B | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create two 2/2 black Zombie creature tokens. +A:SP$ Token | Cost$ 2 B B | LegacyImage$ b 2 2 zombie isd | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create two 2/2 black Zombie creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/moan_of_the_unhallowed.jpg Oracle:Create two 2/2 black Zombie creature tokens.\nFlashback {5}{B}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/m/mobilization.txt b/forge-gui/res/cardsfolder/m/mobilization.txt index 5693dba15db..964ce6484e0 100644 --- a/forge-gui/res/cardsfolder/m/mobilization.txt +++ b/forge-gui/res/cardsfolder/m/mobilization.txt @@ -2,6 +2,6 @@ Name:Mobilization ManaCost:2 W Types:Enchantment S:Mode$ Continuous | Affected$ Creature.Soldier | AddKeyword$ Vigilance | Description$ Soldier creatures have vigilance. -A:AB$ Token | Cost$ 2 W | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier 10E | SpellDescription$ Create a 1/1 white Soldier creature token. +A:AB$ Token | Cost$ 2 W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier ons | SpellDescription$ Create a 1/1 white Soldier creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/mobilization.jpg Oracle:Soldier creatures have vigilance.\n{2}{W}: Create a 1/1 white Soldier creature token. diff --git a/forge-gui/res/cardsfolder/m/mogg_alarm.txt b/forge-gui/res/cardsfolder/m/mogg_alarm.txt index 68fe35783a5..2d8f8fbde31 100644 --- a/forge-gui/res/cardsfolder/m/mogg_alarm.txt +++ b/forge-gui/res/cardsfolder/m/mogg_alarm.txt @@ -2,6 +2,6 @@ Name:Mogg Alarm ManaCost:1 R R Types:Sorcery A:SP$ Token | Cost$ 1 R R | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | SpellDescription$ Create two 1/1 red Goblin creature tokens. -A:SP$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | CostDesc$ You may sacrifice two Mountains | SpellDescription$ rather than pay CARDNAME's mana cost +A:SP$ Token | Cost$ Sac<2/Mountain> | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin nms | TokenOwner$ You | CostDesc$ You may sacrifice two Mountains | SpellDescription$ rather than pay CARDNAME's mana cost SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_alarm.jpg Oracle:You may sacrifice two Mountains rather than pay Mogg Alarm's mana cost.\nCreate two 1/1 red Goblin creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/mogg_infestation.txt b/forge-gui/res/cardsfolder/m/mogg_infestation.txt index dfd1843a008..88ba8b2674b 100644 --- a/forge-gui/res/cardsfolder/m/mogg_infestation.txt +++ b/forge-gui/res/cardsfolder/m/mogg_infestation.txt @@ -2,7 +2,7 @@ Name:Mogg Infestation ManaCost:3 R R Types:Sorcery A:SP$ DestroyAll | Cost$ 3 R R | ValidTgts$ Player | TgtPrompt$ Select target player | ValidCards$ Creature | ValidDescription$ all creatures targeted player controls | RememberDestroyed$ True | SubAbility$ DBTokenInfestation | SpellDescription$ Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. -SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin ugl +SVar:DBTokenInfestation:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ Targeted | LegacyImage$ r 1 1 goblin sth SVar:X:Remembered$Amount.Twice SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_infestation.jpg Oracle:Destroy all creatures target player controls. For each creature that died this way, that player creates two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt b/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt index fea658a190e..9043c7d7118 100644 --- a/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt +++ b/forge-gui/res/cardsfolder/m/mogg_war_marshal.txt @@ -5,6 +5,6 @@ PT:1/1 K:Echo:1 R T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 red Goblin creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or dies, create a 1/1 red Goblin creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ TriggeredCardController | LegacyImage$ r 1 1 goblin mma +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ TriggeredCardController | LegacyImage$ r 1 1 goblin tsp SVar:Picture:http://www.wizards.com/global/images/magic/general/mogg_war_marshal.jpg Oracle:Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen Mogg War Marshal enters the battlefield or dies, create a 1/1 red Goblin creature token. diff --git a/forge-gui/res/cardsfolder/m/molten_birth.txt b/forge-gui/res/cardsfolder/m/molten_birth.txt index 6dfe2fc1277..bfd4291a9ad 100644 --- a/forge-gui/res/cardsfolder/m/molten_birth.txt +++ b/forge-gui/res/cardsfolder/m/molten_birth.txt @@ -1,7 +1,7 @@ Name:Molten Birth ManaCost:1 R R Types:Sorcery -A:SP$ Token | Cost$ 1 R R | TokenAmount$ 2 | TokenImage$ r 1 1 elemental m14 | TokenName$ Elemental | TokenColors$ Red | TokenTypes$ Creature,Elemental | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ MoltenFlip | SpellDescription$ Create two 1/1 red Elemental creature tokens. Then flip a coin. If you win the flip, return CARDNAME to its owner's hand. +A:SP$ Token | Cost$ 1 R R | TokenAmount$ 2 | LegacyImage$ r 1 1 elemental m14 | TokenScript$ r_1_1_elemental | SubAbility$ MoltenFlip | SpellDescription$ Create two 1/1 red Elemental creature tokens. Then flip a coin. If you win the flip, return CARDNAME to its owner's hand. SVar:MoltenFlip:DB$ FlipACoin | WinSubAbility$ DBReturn SVar:DBReturn:DB$ ChangeZone | Origin$ Stack | Destination$ Hand SVar:Picture:http://www.wizards.com/global/images/magic/general/molten_birth.jpg diff --git a/forge-gui/res/cardsfolder/m/monastery_mentor.txt b/forge-gui/res/cardsfolder/m/monastery_mentor.txt index 4705cef696d..efe6dbae50c 100644 --- a/forge-gui/res/cardsfolder/m/monastery_mentor.txt +++ b/forge-gui/res/cardsfolder/m/monastery_mentor.txt @@ -4,6 +4,6 @@ Types:Creature Human Monk PT:2/2 K:Prowess T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a noncreature spell, create a 1/1 white Monk creature token with prowess. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Monk | TokenTypes$ Creature,Monk | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 monk FRF | TokenKeywords$ Prowess | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_monk_prowesss | LegacyImage$ w 1 1 monk prowess frf | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/monastery_mentor.jpg Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever you cast a noncreature spell, create a 1/1 white Monk creature token with prowess. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/monkey_cage.txt b/forge-gui/res/cardsfolder/m/monkey_cage.txt index 24abc679f8e..c297a0310b5 100644 --- a/forge-gui/res/cardsfolder/m/monkey_cage.txt +++ b/forge-gui/res/cardsfolder/m/monkey_cage.txt @@ -3,7 +3,7 @@ ManaCost:5 Types:Artifact T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature |TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ When a creature enters the battlefield, sacrifice CARDNAME and create X 2/2 green Monkey creature tokens, where X is that creature's converted mana cost. SVar:TrigSac:DB$Sacrifice | Defined$ Self | SubAbility$ DBToken | RememberSacrificed$ True -SVar:DBToken:DB$Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Self | TokenAmount$ X | References$ X | TokenName$ Monkey | TokenTypes$ Creature,Monkey | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 +SVar:DBToken:DB$Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Self | TokenAmount$ X | References$ X | TokenScript$ g_2_2_monkey | TokenOwner$ You | LegacyImage$ g 2 2 monkey mmq SVar:X:TriggeredCard$CardManaCost SVar:Picture:http://www.wizards.com/global/images/magic/general/monkey_cage.jpg Oracle:When a creature enters the battlefield, sacrifice Monkey Cage and create X 2/2 green Monkey creature tokens, where X is that creature's converted mana cost. diff --git a/forge-gui/res/cardsfolder/m/moonsilver_spear.txt b/forge-gui/res/cardsfolder/m/moonsilver_spear.txt index 32f43a292af..238e455e6af 100644 --- a/forge-gui/res/cardsfolder/m/moonsilver_spear.txt +++ b/forge-gui/res/cardsfolder/m/moonsilver_spear.txt @@ -4,6 +4,6 @@ Types:Artifact Equipment K:Equip:4 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ First Strike | AddSVar$ AE | Description$ Equipped creature has first strike. T:Mode$ Attacks | ValidCard$ Card.AttachedBy | Execute$ TrigAngelToken | TriggerDescription$ Whenever equipped creature attacks, create a 4/4 white Angel token with flying. -SVar:TrigAngelToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel avr | TokenAltImages$ w_4_4_angel2_AVR +SVar:TrigAngelToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying avr SVar:Picture:http://www.wizards.com/global/images/magic/general/moonsilver_spear.jpg Oracle:Equipped creature has first strike.\nWhenever equipped creature attacks, create a 4/4 white Angel creature token with flying.\nEquip {4} diff --git a/forge-gui/res/cardsfolder/m/moorland_haunt.txt b/forge-gui/res/cardsfolder/m/moorland_haunt.txt index f436449cfe0..1c60e751637 100644 --- a/forge-gui/res/cardsfolder/m/moorland_haunt.txt +++ b/forge-gui/res/cardsfolder/m/moorland_haunt.txt @@ -2,7 +2,7 @@ Name:Moorland Haunt ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ W U T ExileFromGrave<1/Creature> | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Spirit creature token with flying. +A:AB$ Token | Cost$ W U T ExileFromGrave<1/Creature> | LegacyImage$ w 1 1 spirit flying isd | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Spirit creature token with flying. DeckNeeds:Color$White|Blue DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/moorland_haunt.jpg diff --git a/forge-gui/res/cardsfolder/m/morbid_bloom.txt b/forge-gui/res/cardsfolder/m/morbid_bloom.txt index be2156dd9be..c2a6da890e9 100644 --- a/forge-gui/res/cardsfolder/m/morbid_bloom.txt +++ b/forge-gui/res/cardsfolder/m/morbid_bloom.txt @@ -2,7 +2,7 @@ Name:Morbid Bloom ManaCost:4 B G Types:Sorcery A:SP$ ChangeZone | Cost$ 4 B G | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard, then create X 1/1 green Saproling creature tokens, where X is the exiled card's toughness. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling arb SVar:X:Targeted$CardToughness DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/morbid_bloom.jpg diff --git a/forge-gui/res/cardsfolder/m/mouth_feed.txt b/forge-gui/res/cardsfolder/m/mouth_feed.txt index 2aba3cd251f..7f8e05a4bc3 100644 --- a/forge-gui/res/cardsfolder/m/mouth_feed.txt +++ b/forge-gui/res/cardsfolder/m/mouth_feed.txt @@ -2,7 +2,7 @@ Name:Mouth ManaCost:2 G AlternateMode: Split Types:Sorcery -A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Hippo | TokenTypes$ Creature,Hippo | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 hippo | SpellDescription$ Create a 3/3 green Hippo creature token. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_hippo | TokenOwner$ You | LegacyImage$ g 3 3 hippo akh | SpellDescription$ Create a 3/3 green Hippo creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/mouth_feed.jpg Oracle:Create a 3/3 green Hippo creature token. diff --git a/forge-gui/res/cardsfolder/m/murder_investigation.txt b/forge-gui/res/cardsfolder/m/murder_investigation.txt index 216b750aa6f..19b7fdffb1f 100644 --- a/forge-gui/res/cardsfolder/m/murder_investigation.txt +++ b/forge-gui/res/cardsfolder/m/murder_investigation.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature you control A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | AILogic$ Pump T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigToken | TriggerDescription$ When enchanted creature dies, create X 1/1 white Soldier creature tokens, where X is its power. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier gtc SVar:X:TriggeredCard$CardPower DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/murder_investigation.jpg diff --git a/forge-gui/res/cardsfolder/m/my_forces_are_innumerable.txt b/forge-gui/res/cardsfolder/m/my_forces_are_innumerable.txt index 1bd845ef48a..c8a3736a69b 100644 --- a/forge-gui/res/cardsfolder/m/my_forces_are_innumerable.txt +++ b/forge-gui/res/cardsfolder/m/my_forces_are_innumerable.txt @@ -2,7 +2,7 @@ Name:My Forces Are Innumerable ManaCost:no cost Types:Ongoing Scheme T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Command | Execute$ TrigHorror | TriggerDescription$ At the beginning of your end step, create a 3/3 black Horror creature token. -SVar:TrigHorror:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigHorror:DB$ Token | TokenAmount$ 1 | TokenScript$ b_3_3_horror | TokenOwner$ You | LegacyImage$ b 3 3 horror e01 T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | TriggerZones$ Command | Execute$ SacToAbandon | TriggerDescription$ At the beginning of your opponents' end step, they may sacrifice two creatures. If they do, abandon this scheme. # TODO: If shared turns are ever implemented that are needed for proper E01 support, this would need to be updated to ensure # that several opponents may choose to sacrifice a total of two creatures, as opposed to two creatures by a single opponent. diff --git a/forge-gui/res/cardsfolder/m/mycologist.txt b/forge-gui/res/cardsfolder/m/mycologist.txt index 3c45405ae3d..4f6fb6642e4 100644 --- a/forge-gui/res/cardsfolder/m/mycologist.txt +++ b/forge-gui/res/cardsfolder/m/mycologist.txt @@ -4,7 +4,7 @@ Types:Creature Human Druid PT:0/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling plc | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ GainLife | Cost$ Sac<1/Saproling> | LifeAmount$ 2 | SpellDescription$ You gain 2 life. DeckHas:Ability$Counters & Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/mycologist.jpg diff --git a/forge-gui/res/cardsfolder/m/mycoloth.txt b/forge-gui/res/cardsfolder/m/mycoloth.txt index 85e0538ffce..c5b5693c8e5 100644 --- a/forge-gui/res/cardsfolder/m/mycoloth.txt +++ b/forge-gui/res/cardsfolder/m/mycoloth.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:4/4 K:Devour:2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 green Saproling creature token for each +1/+1 counter on CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green | TokenImage$ g 1 1 saproling ALA +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling ala SVar:X:Count$CardCounters.P1P1 DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/mycoloth.jpg diff --git a/forge-gui/res/cardsfolder/m/myr_battlesphere.txt b/forge-gui/res/cardsfolder/m/myr_battlesphere.txt index 460dfa4ed33..ec3b9890f75 100644 --- a/forge-gui/res/cardsfolder/m/myr_battlesphere.txt +++ b/forge-gui/res/cardsfolder/m/myr_battlesphere.txt @@ -3,7 +3,7 @@ ManaCost:7 Types:Artifact Creature Myr Construct PT:4/7 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create four 1/1 colorless Myr artifact creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr SOM +SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 myr som T:Mode$ Attacks | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, you may tap X untapped Myr you control. If you do, CARDNAME gets +X/+0 until end of turn and deals X damage to the player or planeswalker it's attacking. SVar:TrigPump:AB$ Pump | Cost$ tapXType | References$ X | NumAtt$ +ChosenX | NumDef$ +0 | SubAbility$ DBDealDamage SVar:DBDealDamage:DB$ DealDamage | Defined$ TriggeredDefender | NumDmg$ ChosenX | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/m/myr_incubator.txt b/forge-gui/res/cardsfolder/m/myr_incubator.txt index 8b2f947c2a1..5c724762b0b 100644 --- a/forge-gui/res/cardsfolder/m/myr_incubator.txt +++ b/forge-gui/res/cardsfolder/m/myr_incubator.txt @@ -2,7 +2,7 @@ Name:Myr Incubator ManaCost:6 Types:Artifact A:AB$ ChangeZone | Cost$ 6 Sac<1/CARDNAME> | Origin$ Library | Destination$ Exile | ChangeType$ Artifact | ChangeNum$ X | References$ X | RememberChanged$ True | ForgetOtherRemembered$ True | Shuffle$ True | SubAbility$ Token | SpellDescription$ Search your library for any number of artifact cards, exile them, then create that many 1/1 colorless Myr artifact creature tokens. Then shuffle your library. -SVar:Token:DB$Token | TokenAmount$ Y | References$ Y | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBCleanup +SVar:Token:DB$Token | TokenAmount$ Y | References$ Y | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 a myr mrd | SubAbility$ DBCleanup SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True SVar:X:Count$InYourLibrary.Artifact SVar:Y:Remembered$Amount diff --git a/forge-gui/res/cardsfolder/m/myr_matrix.txt b/forge-gui/res/cardsfolder/m/myr_matrix.txt index 7ec115701e6..c513296ec87 100644 --- a/forge-gui/res/cardsfolder/m/myr_matrix.txt +++ b/forge-gui/res/cardsfolder/m/myr_matrix.txt @@ -3,7 +3,7 @@ ManaCost:5 Types:Artifact K:Indestructible S:Mode$ Continuous | Affected$ Creature.Myr | AddPower$ 1 | AddToughness$ 1 | Description$ Myr creatures get +1/+1. -A:AB$ Token | Cost$ 5 | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. +A:AB$ Token | Cost$ 5 | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 a myr dst | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. DeckHints:Type$Myr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/myr_matrix.jpg diff --git a/forge-gui/res/cardsfolder/m/myr_sire.txt b/forge-gui/res/cardsfolder/m/myr_sire.txt index 02e9044a3b7..51e3c79085f 100644 --- a/forge-gui/res/cardsfolder/m/myr_sire.txt +++ b/forge-gui/res/cardsfolder/m/myr_sire.txt @@ -3,7 +3,7 @@ ManaCost:2 Types:Artifact Creature Myr PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 colorless Myr artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr SOM +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 a myr som SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/myr_sire.jpg diff --git a/forge-gui/res/cardsfolder/m/myr_turbine.txt b/forge-gui/res/cardsfolder/m/myr_turbine.txt index 957b88669b4..1df0ea15503 100644 --- a/forge-gui/res/cardsfolder/m/myr_turbine.txt +++ b/forge-gui/res/cardsfolder/m/myr_turbine.txt @@ -1,7 +1,7 @@ Name:Myr Turbine ManaCost:5 Types:Artifact -A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr SOM | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. +A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | TokenOwner$ You | LegacyImage$ c 1 1 a myr mbs | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. A:AB$ ChangeZone | Cost$ T tapXType<5/Myr> | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.Myr | ChangeNum$ 1 | SpellDescription$ Search your library for a Myr creature card, put it onto the battlefield, then shuffle your library. DeckHints:Type$Myr DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/m/myrsmith.txt b/forge-gui/res/cardsfolder/m/myrsmith.txt index ab0fd8c9d84..d073d6f75f7 100644 --- a/forge-gui/res/cardsfolder/m/myrsmith.txt +++ b/forge-gui/res/cardsfolder/m/myrsmith.txt @@ -3,7 +3,7 @@ ManaCost:1 W Types:Creature Human Artificer PT:2/1 T:Mode$ SpellCast | ValidCard$ Artifact | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever you cast an artifact spell, you may pay {1}. If you do, create a 1/1 colorless Myr artifact creature token. -SVar:TrigToken:AB$ Token | Cost$ 1 | TokenImage$ c 1 1 myr SOM | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:AB$ Token | Cost$ 1 | LegacyImage$ c 1 1 myr som | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | TokenOwner$ You DeckHints:Type$Myr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/myrsmith.jpg diff --git a/forge-gui/res/cardsfolder/m/mystic_genesis.txt b/forge-gui/res/cardsfolder/m/mystic_genesis.txt index da8840f8201..68f4ee2a09e 100644 --- a/forge-gui/res/cardsfolder/m/mystic_genesis.txt +++ b/forge-gui/res/cardsfolder/m/mystic_genesis.txt @@ -2,7 +2,7 @@ Name:Mystic Genesis ManaCost:2 G U U Types:Instant A:SP$ Counter | Cost$ 2 G U U | TargetType$ Spell | RememberCounteredCMC$ True | ValidTgts$ Card | SubAbility$ DBToken | SpellDescription$ Counter target spell. Create an X/X green Ooze creature token, where X is that spell's converted mana cost. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_ooze | TokenOwner$ You | LegacyImage$ g x x ooze gtc | TokenPower$ X | TokenToughness$ X | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$RememberedNumber SVar:Picture:http://www.wizards.com/global/images/magic/general/mystic_genesis.jpg diff --git a/forge-gui/res/cardsfolder/n/nahiri_the_lithomancer.txt b/forge-gui/res/cardsfolder/n/nahiri_the_lithomancer.txt index bafcae2b4ae..3afc3d36619 100644 --- a/forge-gui/res/cardsfolder/n/nahiri_the_lithomancer.txt +++ b/forge-gui/res/cardsfolder/n/nahiri_the_lithomancer.txt @@ -3,13 +3,12 @@ ManaCost:3 W W Types:Legendary Planeswalker Nahiri Loyalty:3 Text:CARDNAME can be your commander. -A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Kor Soldier | TokenTypes$ Creature,Kor,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 kor soldier C14 | RememberTokens$ True | SubAbility$ DBChooseTarget | SpellDescription$ Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it. +A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ w_1_1_kor_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kor soldier c14 | RememberTokens$ True | SubAbility$ DBChooseTarget | SpellDescription$ Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it. SVar:DBChooseTarget:DB$ ChooseCard | DefinedCards$ Remembered | Mandatory$ True | ChoiceTitle$ Choose a token: | SubAbility$ DBAttach SVar:DBAttach:DB$ Attach | Optional$ True | Object$ Valid Equipment.YouCtrl | ChooseAnObject$ Choose an equipment you control | Defined$ ChosenCard | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True A:AB$ ChangeZone | Cost$ SubCounter<2/LOYALTY> | Origin$ Hand,Graveyard | Destination$ Battlefield | Hidden$ True | Planeswalker$ True | ChangeType$ Equipment.YouCtrl | Optional$ True | SpellDescription$ You may put an Equipment card from your hand or graveyard onto the battlefield. -A:AB$ Token | Cost$ SubCounter<10/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 1 | TokenName$ Stoneforged Blade | TokenImage$ c stoneforged blade | TokenTypes$ Artifact,Equipment | TokenOwner$ You | TokenColors$ Colorless | TokenKeywords$ Indestructible<>Equip:0 | TokenStaticAbilities$ StoneforgedST | SpellDescription$ Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, "Equipped creature gets +5/+5 and has double strike," and equip {0}. -SVar:StoneforgedST:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 5 | AddToughness$ 5 | AddKeyword$ Double Strike | Description$ Equipped creature gets +5/+5 and has double strike. +A:AB$ Token | Cost$ SubCounter<10/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 1 | TokenScript$ stoneforged_blade | LegacyImage$ stoneforged blade c14 | TokenOwner$ You | SpellDescription$ Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, "Equipped creature gets +5/+5 and has double strike," and equip {0}. DeckHas:Ability$Token DeckNeeds:Type$Equipment AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/n/najeela_the_blade_blossom.txt b/forge-gui/res/cardsfolder/n/najeela_the_blade_blossom.txt index 873d0619519..7c5ace97ac4 100644 --- a/forge-gui/res/cardsfolder/n/najeela_the_blade_blossom.txt +++ b/forge-gui/res/cardsfolder/n/najeela_the_blade_blossom.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Legendary Creature Human Warrior PT:3/2 T:Mode$ Attacks | ValidCard$ Warrior | TriggerZones$ Battlefield | Execute$ TrigToken | OptionalDecider$ You | TriggerController$ You | TriggerDescription$ Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ TriggeredAttackerController | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ w 1 1 warrior | AILogic$ OnlyOnAlliedAttack +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior | TokenOwner$ TriggeredAttackerController | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ w 1 1 warrior bbd | AILogic$ OnlyOnAlliedAttack A:AB$ UntapAll | Cost$ W U B R G | ValidCards$ Creature.attacking | ActivationPhases$ BeginCombat->EndCombat | SubAbility$ DBAddCombat | SpellDescription$ Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate this ability only during combat. SVar:DBAddCombat:DB$ AddPhase | ExtraPhase$ BeginCombat | AfterPhase$ EndCombat | SubAbility$ DBPumpAll SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.attacking | KW$ Trample & Lifelink & Haste diff --git a/forge-gui/res/cardsfolder/n/nantuko_shrine.txt b/forge-gui/res/cardsfolder/n/nantuko_shrine.txt index 86cfb398c45..1f5616ff926 100644 --- a/forge-gui/res/cardsfolder/n/nantuko_shrine.txt +++ b/forge-gui/res/cardsfolder/n/nantuko_shrine.txt @@ -3,7 +3,7 @@ ManaCost:1 G G Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Player | TriggerZones$ Battlefield | Execute$ TrigTokenRem | TriggerDescription$ Whenever a player casts a spell, that player creates X 1/1 green Squirrel creature tokens, where X is the number of cards in all graveyards with the same name as that spell. SVar:TrigTokenRem:DB$ Pump | Defined$ TriggeredCard | PumpZone$ Stack | RememberObjects$ TriggeredCard | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ TriggeredActivator | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_squirrel | TokenOwner$ TriggeredActivator | LegacyImage$ g 1 1 squirrel ody | References$ X | SubAbility$ DBCleanup SVar:X:Count$ValidGraveyard Card.sharesNameWith Remembered SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/n/nath_of_the_gilt_leaf.txt b/forge-gui/res/cardsfolder/n/nath_of_the_gilt_leaf.txt index dec83a5441d..c0f821610c6 100644 --- a/forge-gui/res/cardsfolder/n/nath_of_the_gilt_leaf.txt +++ b/forge-gui/res/cardsfolder/n/nath_of_the_gilt_leaf.txt @@ -5,6 +5,6 @@ PT:4/4 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDiscard | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may have target opponent discard a card at random. SVar:TrigDiscard:DB$ Discard | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumCards$ 1 | Mode$ Random T:Mode$ Discarded | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Whenever an opponent discards a card, you may create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior lrw SVar:Picture:http://www.wizards.com/global/images/magic/general/nath_of_the_gilt_leaf.jpg Oracle:At the beginning of your upkeep, you may have target opponent discard a card at random.\nWhenever an opponent discards a card, you may create a 1/1 green Elf Warrior creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/n/nature_shields_its_own.txt b/forge-gui/res/cardsfolder/n/nature_shields_its_own.txt index 3906acfbcd6..001f131cc06 100644 --- a/forge-gui/res/cardsfolder/n/nature_shields_its_own.txt +++ b/forge-gui/res/cardsfolder/n/nature_shields_its_own.txt @@ -2,7 +2,7 @@ Name:Nature Shields Its Own ManaCost:no cost Types:Ongoing Scheme T:Mode$ AttackerUnblocked | ValidCard$ Creature | ValidDefender$ You,Planeswalker.YouCtrl | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever a creature attacks and isn't blocked, if you're the defending player, put a 0/1 green Plant creature token onto the battlefield blocking that creature. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Plant | TokenColors$ Green | TokenTypes$ Creature,Plant | TokenPower$ 0 | TokenToughness$ 1 | TokenBlocking$ TriggeredAttacker +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ g_0_1_plant | LegacyImage$ g 0 1 plant arc | TokenBlocking$ TriggeredAttacker T:Mode$ AttackersDeclared | Execute$ DelTrigEOC | CheckSVar$ NatureShields | SVarCompare$ GE4 | NoResolvingCheck$ True | TriggerZones$ Command | AttackedTarget$ You | TriggerDescription$ When four or more creatures attack you, abandon this scheme at end of combat. SVar:DelTrigEOC:DB$ DelayedTrigger | Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | Execute$ Abandon | TriggerDescription$ Abandon this scheme at end of combat. SVar:Abandon:DB$ Abandon diff --git a/forge-gui/res/cardsfolder/n/nearheath_chaplain.txt b/forge-gui/res/cardsfolder/n/nearheath_chaplain.txt index 9926e2a51ce..0d08aacf4cf 100644 --- a/forge-gui/res/cardsfolder/n/nearheath_chaplain.txt +++ b/forge-gui/res/cardsfolder/n/nearheath_chaplain.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Human Cleric PT:3/1 K:Lifelink -A:AB$ Token | Cost$ 2 W ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit SOI | TokenKeywords$ Flying | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 2 W ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | SorcerySpeed$ True | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying soi | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. Activate this ability only any time you could cast a sorcery. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/nearheath_chaplain.jpg Oracle:Lifelink\n{2}{W}, Exile Nearheath Chaplain from your graveyard: Create two 1/1 white Spirit creature tokens with flying. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/cardsfolder/n/necrogenesis.txt b/forge-gui/res/cardsfolder/n/necrogenesis.txt index 293f98df8af..1dadec224f7 100644 --- a/forge-gui/res/cardsfolder/n/necrogenesis.txt +++ b/forge-gui/res/cardsfolder/n/necrogenesis.txt @@ -2,7 +2,7 @@ Name:Necrogenesis ManaCost:B G Types:Enchantment A:AB$ ChangeZone | Cost$ 2 | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | TgtPrompt$ Select target creature from a graveyard | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Create a 1/1 green Saproling creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling ala AI:RemoveDeck:Random DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/necrogenesis.jpg diff --git a/forge-gui/res/cardsfolder/n/necromancers_covenant.txt b/forge-gui/res/cardsfolder/n/necromancers_covenant.txt index 19445ff71b1..6edbd3273a6 100644 --- a/forge-gui/res/cardsfolder/n/necromancers_covenant.txt +++ b/forge-gui/res/cardsfolder/n/necromancers_covenant.txt @@ -3,7 +3,7 @@ ManaCost:3 W B B Types:Enchantment T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, exile all creature cards from target player's graveyard, then create a 2/2 black Zombie creature token for each card exiled this way. SVar:TrigChange:DB$ ChangeZoneAll | ValidTgts$ Player | TgtPrompt$ Select target player | Origin$ Graveyard | Destination$ Exile | ChangeType$ Creature | RememberChanged$ True | ForgetOtherRemembered$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenImage$ b 2 2 zombie ALA | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ X | References$ X | SubAbility$ DBClearRemember +SVar:DBToken:DB$ Token | LegacyImage$ b 2 2 zombie arb | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ X | References$ X | SubAbility$ DBClearRemember S:Mode$ Continuous | Affected$ Zombie.YouCtrl | AddKeyword$ Lifelink | Description$ Zombies you control have lifelink. SVar:DBClearRemember:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount diff --git a/forge-gui/res/cardsfolder/n/necromancers_stockpile.txt b/forge-gui/res/cardsfolder/n/necromancers_stockpile.txt index 31244590ddf..2cb4f1b3ce2 100644 --- a/forge-gui/res/cardsfolder/n/necromancers_stockpile.txt +++ b/forge-gui/res/cardsfolder/n/necromancers_stockpile.txt @@ -2,7 +2,7 @@ Name:Necromancer's Stockpile ManaCost:1 B Types:Enchantment A:AB$ Draw | Cost$ 1 B Discard<1/Creature> | NumCards$ 1 | SubAbility$ DBToken | SpellDescription$ Draw a card. If the discarded card was a Zombie card, create a tapped 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M15 | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X +SVar:DBToken:DB$ Token | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie m15 | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | References$ X SVar:X:Discarded$Valid Card.Zombie AI:RemoveDeck:Random AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/n/necromaster_dragon.txt b/forge-gui/res/cardsfolder/n/necromaster_dragon.txt index 82924cc453b..c12e332bd33 100644 --- a/forge-gui/res/cardsfolder/n/necromaster_dragon.txt +++ b/forge-gui/res/cardsfolder/n/necromaster_dragon.txt @@ -4,7 +4,7 @@ Types:Creature Dragon PT:4/4 K:Flying T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may pay {2}. If you do, create a 2/2 black Zombie creature token and each opponent puts the top two cards of their library into their graveyard. -SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie dtk | SubAbility$ DBMill +SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie dtk | SubAbility$ DBMill SVar:DBMill:DB$ Mill | Defined$ Player.Opponent | NumCards$ 2 SVar:Picture:http://www.wizards.com/global/images/magic/general/necromaster_dragon.jpg Oracle:Flying\nWhenever Necromaster Dragon deals combat damage to a player, you may pay {2}. If you do, create a 2/2 black Zombie creature token and each opponent puts the top two cards of their library into their graveyard. diff --git a/forge-gui/res/cardsfolder/n/nemata_grove_guardian.txt b/forge-gui/res/cardsfolder/n/nemata_grove_guardian.txt index e21c022e5a5..e86cd954ee3 100644 --- a/forge-gui/res/cardsfolder/n/nemata_grove_guardian.txt +++ b/forge-gui/res/cardsfolder/n/nemata_grove_guardian.txt @@ -2,7 +2,7 @@ Name:Nemata, Grove Guardian ManaCost:4 G G Types:Legendary Creature Treefolk PT:4/5 -A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling pls | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ PumpAll | Cost$ Sac<1/Saproling> | ValidCards$ Creature.Saproling | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Saproling creatures get +1/+1 until end of turn. AI:RemoveDeck:All DeckHints:Type$Fungus diff --git a/forge-gui/res/cardsfolder/n/nest_invader.txt b/forge-gui/res/cardsfolder/n/nest_invader.txt index 3c213f1e3b1..5693f4abcdb 100644 --- a/forge-gui/res/cardsfolder/n/nest_invader.txt +++ b/forge-gui/res/cardsfolder/n/nest_invader.txt @@ -3,8 +3,7 @@ ManaCost:1 G Types:Creature Eldrazi Drone PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn2 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/nest_invader.jpg diff --git a/forge-gui/res/cardsfolder/n/nest_of_scarabs.txt b/forge-gui/res/cardsfolder/n/nest_of_scarabs.txt index b53230e10d4..c7c821a18a5 100644 --- a/forge-gui/res/cardsfolder/n/nest_of_scarabs.txt +++ b/forge-gui/res/cardsfolder/n/nest_of_scarabs.txt @@ -2,7 +2,7 @@ Name:Nest of Scarabs ManaCost:2 B Types:Enchantment T:Mode$ CounterAddedOnce | ValidCard$ Creature | ValidSource$ You | CounterType$ M1M1 | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you put one or more -1/-1 counters on a creature, create that many 1/1 black Insect creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 insect AKH +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ b_1_1_insect | TokenOwner$ You | LegacyImage$ b 1 1 insect akh SVar:X:TriggerCount$Amount DeckHints:Ability$Counters DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/n/nested_ghoul.txt b/forge-gui/res/cardsfolder/n/nested_ghoul.txt index a9bf53eacf9..5ba46791470 100644 --- a/forge-gui/res/cardsfolder/n/nested_ghoul.txt +++ b/forge-gui/res/cardsfolder/n/nested_ghoul.txt @@ -3,7 +3,7 @@ ManaCost:3 B B Types:Creature Zombie Warrior PT:4/2 T:Mode$ DamageDone | ValidTarget$ Creature.Self | Execute$ TrigZombie | TriggerDescription$ Whenever a source deals damage to CARDNAME, create a 2/2 black Zombie creature token. -SVar:TrigZombie:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie MBS +SVar:TrigZombie:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie mbs SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/nested_ghoul.jpg Oracle:Whenever a source deals damage to Nested Ghoul, create a 2/2 black Zombie creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/n/never_return.txt b/forge-gui/res/cardsfolder/n/never_return.txt index f2e58d06df0..99aba9e0b62 100644 --- a/forge-gui/res/cardsfolder/n/never_return.txt +++ b/forge-gui/res/cardsfolder/n/never_return.txt @@ -13,6 +13,6 @@ ManaCost:3 B Types:Sorcery K:Aftermath A:SP$ ChangeZone | Cost$ 3 B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | SubAbility$ DBToken | SpellDescription$ Exile target card from a graveyard. Create a 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie akh DeckHas:Ability$Token Oracle:Aftermath (Cast this spell only from your graveyard. Then exile it.)\nExile target card from a graveyard. Create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/n/nissa_vastwood_seer.txt b/forge-gui/res/cardsfolder/n/nissa_vastwood_seer.txt index d38df6ad07b..44284e93ebf 100644 --- a/forge-gui/res/cardsfolder/n/nissa_vastwood_seer.txt +++ b/forge-gui/res/cardsfolder/n/nissa_vastwood_seer.txt @@ -20,7 +20,7 @@ Colors:green Types:Legendary Planeswalker Nissa Loyalty:3 A:AB$ Dig | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Land | DestinationZone$ Battlefield | DestinationZone2$ Hand | SpellDescription$ Reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put it into your hand. -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenImage$ g 4 4 Ashaya | TokenName$ Ashaya, the Awoken World | TokenTypes$ Legendary,Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | SpellDescription$ Create a legendary 4/4 green Elemental creature token named Ashaya, the Awoken World. +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | LegacyImage$ ashaya the awoken world ori | TokenScript$ ashaya_the_awoken_world | TokenOwner$ You | SpellDescription$ Create a legendary 4/4 green Elemental creature token named Ashaya, the Awoken World. | SpellDescription$ Return target nonlegendary creature card with converted mana cost X from your graveyard to the battlefield. A:AB$ Untap | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Land | TgtPrompt$ Choose target land | TargetMin$ 0 | TargetMax$ 6 | RememberTargets$ True | SubAbility$ DBAnimate | SpellDescription$ Untap up to six target lands. They become 6/6 Elemental creatures. They're still lands. SVar:DBAnimate:DB$ Animate | Defined$ Remembered | Power$ 6 | Toughness$ 6 | Types$ Creature,Elemental | Permanent$ True | SubAbility$ DBCleanup diff --git a/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt b/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt index db44a38d945..ea5bef3edd6 100644 --- a/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt +++ b/forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt @@ -2,7 +2,7 @@ Name:Nissa, Voice of Zendikar ManaCost:1 G G Types:Legendary Planeswalker Nissa Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | LegacyImage$ g 0 1 plant OGW | TokenScript$ g_0_1_plant | SpellDescription$ Create a 0/1 green Plant creature token. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | LegacyImage$ g 0 1 plant ogw | TokenScript$ g_0_1_plant | SpellDescription$ Create a 0/1 green Plant creature token. A:AB$ PutCounterAll | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on each creature you control. A:AB$ GainLife | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | LifeAmount$ X | References$ X | SubAbility$ DBDraw | SpellDescription$ You gain X life and you draw X cards, where X is the number of lands you control. SVar:DBDraw:DB$ Draw | NumCards$ X | References$ X diff --git a/forge-gui/res/cardsfolder/n/nomads_assembly.txt b/forge-gui/res/cardsfolder/n/nomads_assembly.txt index 7847cd4760a..596a6435d2e 100644 --- a/forge-gui/res/cardsfolder/n/nomads_assembly.txt +++ b/forge-gui/res/cardsfolder/n/nomads_assembly.txt @@ -2,7 +2,7 @@ Name:Nomads' Assembly ManaCost:4 W W Types:Sorcery K:Rebound -A:SP$ Token | Cost$ 4 W W | TokenAmount$ X | References$ X | TokenName$ Kor Soldier | TokenTypes$ Creature,Kor,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Kor Soldier creature token for each creature you control. +A:SP$ Token | Cost$ 4 W W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_kor_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kor soldier roe | SpellDescription$ Create a 1/1 white Kor Soldier creature token for each creature you control. SVar:X:Count$Valid Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/nomads_assembly.jpg Oracle:Create a 1/1 white Kor Soldier creature token for each creature you control.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.) diff --git a/forge-gui/res/cardsfolder/n/noosegraf_mob.txt b/forge-gui/res/cardsfolder/n/noosegraf_mob.txt index 193af2a51fb..8434a3dd915 100644 --- a/forge-gui/res/cardsfolder/n/noosegraf_mob.txt +++ b/forge-gui/res/cardsfolder/n/noosegraf_mob.txt @@ -5,7 +5,7 @@ PT:0/0 K:etbCounter:P1P1:5 T:Mode$ SpellCast | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ Whenever a player casts a spell, remove a +1/+1 counter from CARDNAME. If you do, create a 2/2 black Zombie creature token. SVar:TrigRemoveCounter:DB$ RemoveCounter | CounterType$ P1P1 | CounterNum$ 1 | RememberRemoved$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie SOI | TokenOwner$ You | ConditionCheckSVar$ CounterX | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie emn | TokenOwner$ You | ConditionCheckSVar$ CounterX | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:CounterX:Count$RememberedSize SVar:Picture:http://www.wizards.com/global/images/magic/general/noosegraf_mob.jpg diff --git a/forge-gui/res/cardsfolder/n/not_forgotten.txt b/forge-gui/res/cardsfolder/n/not_forgotten.txt index cf9673f2a44..72500bde150 100644 --- a/forge-gui/res/cardsfolder/n/not_forgotten.txt +++ b/forge-gui/res/cardsfolder/n/not_forgotten.txt @@ -4,7 +4,7 @@ Types:Sorcery A:SP$ GenericChoice | Cost$ 1 W | Defined$ You | ValidTgts$ Card | TgtZone$ Graveyard | Choices$ DBTop,DBBottom | SpellDescription$ Put target card from a graveyard on the top or bottom of its owner's library. Create a 1/1 white Spirit creature token with flying. SVar:DBTop:DB$ ChangeZone | Defined$ ParentTarget | Origin$ Graveyard | Destination$ Library | LibraryPosition$ 0 | SpellDescription$ Put it on the top of library. | StackDescription$ SpellDescription | SubAbility$ DBTrigToken SVar:DBBottom:DB$ ChangeZone | Defined$ ParentTarget | Origin$ Graveyard | Destination$ Library | LibraryPosition$ -1 | SpellDescription$ Put it on the bottom of library. | StackDescription$ SpellDescription | SubAbility$ DBTrigToken -SVar:DBTrigToken:DB$ Token | TokenImage$ w 1 1 spirit SOI | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Spirit creature token with flying. | StackDescription$ SpellDescription +SVar:DBTrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying soi | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Spirit creature token with flying. | StackDescription$ SpellDescription DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/not_forgotten.jpg Oracle:Put target card from a graveyard on the top or bottom of its owner's library. Create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/n/notorious_throng.txt b/forge-gui/res/cardsfolder/n/notorious_throng.txt index fa47b5e6f1b..a0aa8e29ba4 100644 --- a/forge-gui/res/cardsfolder/n/notorious_throng.txt +++ b/forge-gui/res/cardsfolder/n/notorious_throng.txt @@ -2,7 +2,7 @@ Name:Notorious Throng ManaCost:3 U Types:Tribal Sorcery Rogue K:Prowl:5 U -A:SP$ Token | Cost$ 3 U | TokenAmount$ X | References$ X | TokenColors$ Black | TokenTypes$ Faerie,Rogue,Creature | TokenName$ Faerie Rogue | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ DBTakeTurn | SpellDescription$ Create X 1/1 black Faerie Rogue creature tokens with flying, where X is the damage dealt to your opponents this turn. If CARDNAME's prowl cost was paid, take an extra turn after this one. +A:SP$ Token | Cost$ 3 U | TokenAmount$ X | References$ X | TokenScript$ b_1_1_faerie_rogue_flying | TokenOwner$ You | LegacyImage$ b 1 1 faerie rogue flying mor | SubAbility$ DBTakeTurn | SpellDescription$ Create X 1/1 black Faerie Rogue creature tokens with flying, where X is the damage dealt to your opponents this turn. If CARDNAME's prowl cost was paid, take an extra turn after this one. SVar:DBTakeTurn:DB$ AddTurn | NumTurns$ 1 | ConditionDefined$ Self | ConditionPresent$ Card.prowled SVar:X:Count$TotalOppDamageThisTurn DeckNeeds:Type$Rogue diff --git a/forge-gui/res/cardsfolder/n/nuisance_engine.txt b/forge-gui/res/cardsfolder/n/nuisance_engine.txt index e18b29af44b..e13da92e28f 100644 --- a/forge-gui/res/cardsfolder/n/nuisance_engine.txt +++ b/forge-gui/res/cardsfolder/n/nuisance_engine.txt @@ -1,6 +1,6 @@ Name:Nuisance Engine ManaCost:3 Types:Artifact -A:AB$ Token | Cost$ 2 T | TokenAmount$ 1 | TokenName$ Pest | TokenTypes$ Artifact,Creature,Pest | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenOwner$ You | SpellDescription$ Create a 0/1 colorless Pest artifact creature token. +A:AB$ Token | Cost$ 2 T | TokenAmount$ 1 | TokenScript$ c_0_1_a_pest | LegacyImage$ c 0 1 a pest mrd | TokenOwner$ You | SpellDescription$ Create a 0/1 colorless Pest artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/nuisance_engine.jpg Oracle:{2}, {T}: Create a 0/1 colorless Pest artifact creature token. diff --git a/forge-gui/res/cardsfolder/n/null_caller.txt b/forge-gui/res/cardsfolder/n/null_caller.txt index d2dd80b9629..0604a027b48 100644 --- a/forge-gui/res/cardsfolder/n/null_caller.txt +++ b/forge-gui/res/cardsfolder/n/null_caller.txt @@ -2,6 +2,6 @@ Name:Null Caller ManaCost:3 B Types:Creature Vampire Shaman PT:2/4 -A:AB$ Token | Cost$ 3 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenTapped$ True | TokenImage$ b 2 2 zombie OGW | SpellDescription$ Create a tapped 2/2 black Zombie creature token. +A:AB$ Token | Cost$ 3 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenTapped$ True | LegacyImage$ b 2 2 zombie ogw | SpellDescription$ Create a tapped 2/2 black Zombie creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/null_caller.jpg Oracle:{3}{B}, Exile a creature card from your graveyard: Create a tapped 2/2 black Zombie creature token.. diff --git a/forge-gui/res/cardsfolder/n/nut_collector.txt b/forge-gui/res/cardsfolder/n/nut_collector.txt index 1dbc24c3906..732c124caa5 100644 --- a/forge-gui/res/cardsfolder/n/nut_collector.txt +++ b/forge-gui/res/cardsfolder/n/nut_collector.txt @@ -4,6 +4,6 @@ Types:Creature Human Druid PT:1/1 S:Mode$ Continuous | Affected$ Creature.Squirrel | AddPower$ 2 | AddToughness$ 2 | Condition$ Threshold | Description$ Threshold — Squirrel creatures get +2/+2 as long as seven or more cards are in your graveyard. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 1/1 green Squirrel creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel ody SVar:Picture:http://www.wizards.com/global/images/magic/general/nut_collector.jpg Oracle:At the beginning of your upkeep, you may create a 1/1 green Squirrel creature token.\nThreshold — Squirrel creatures get +2/+2 as long as seven or more cards are in your graveyard. diff --git a/forge-gui/res/cardsfolder/o/oath_of_gideon.txt b/forge-gui/res/cardsfolder/o/oath_of_gideon.txt index 9a04bc406a9..328dcea819d 100644 --- a/forge-gui/res/cardsfolder/o/oath_of_gideon.txt +++ b/forge-gui/res/cardsfolder/o/oath_of_gideon.txt @@ -2,10 +2,10 @@ Name:Oath of Gideon ManaCost:2 W Types:Legendary Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Kor Ally creature tokens. -SVar:TrigToken:DB$Token | TokenImage$ w 1 1 kor ally | TokenName$ Kor Ally | TokenColors$ White | TokenTypes$ Creature,Kor,Ally | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 2 - +SVar:TrigToken:DB$Token | LegacyImage$ w 1 1 kor ally ogw | TokenScript$ w_1_1_kor_ally | TokenOwner$ You | TokenAmount$ 2 K:ETBReplacement:Other:AddExtraCounter:Mandatory:Battlefield:Planeswalker.YouCtrl SVar:AddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ LOYALTY | CounterNum$ 1 | SpellDescription$ Each planeswalker you control enters the battlefield with an additional loyalty counter on it. +DeckHas:Ability$Token DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_gideon.jpg Oracle:When Oath of Gideon enters the battlefield, create two 1/1 white Kor Ally creature tokens.\nEach planeswalker you control enters the battlefield with an additional loyalty counter on it. diff --git a/forge-gui/res/cardsfolder/o/oath_of_liliana.txt b/forge-gui/res/cardsfolder/o/oath_of_liliana.txt index 6964bbea716..d1ec54bbc90 100644 --- a/forge-gui/res/cardsfolder/o/oath_of_liliana.txt +++ b/forge-gui/res/cardsfolder/o/oath_of_liliana.txt @@ -4,7 +4,7 @@ Types:Legendary Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, each opponent sacrifices a creature. SVar:TrigSac:DB$ Sacrifice | Defined$ Opponent | SacValid$ Creature T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if a planeswalker entered the battlefield under your control this turn, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie emn SVar:X:Count$ThisTurnEntered_Battlefield_Planeswalker.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/oath_of_liliana.jpg Oracle:When Oath of Liliana enters the battlefield, each opponent sacrifices a creature.\nAt the beginning of each end step, if a planeswalker entered the battlefield under your control this turn, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/o/ob_nixilis_of_the_black_oath.txt b/forge-gui/res/cardsfolder/o/ob_nixilis_of_the_black_oath.txt index 618d39e725b..18cdd05948e 100644 --- a/forge-gui/res/cardsfolder/o/ob_nixilis_of_the_black_oath.txt +++ b/forge-gui/res/cardsfolder/o/ob_nixilis_of_the_black_oath.txt @@ -6,7 +6,7 @@ Text:CARDNAME can be your commander. A:AB$ LoseLife | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife | SpellDescription$ Each opponent loses 1 life. You gain life equal to the life lost this way. SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ AFLifeLost SVar:AFLifeLost:Number$0 -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenImage$ b 5 5 demon C14 | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ You | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | SubAbility$ DBLoselife | SpellDescription$ Create a 5/5 black Demon creature token with flying. You lose 2 life. +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | LegacyImage$ b 5 5 demon flying c14 | TokenAmount$ 1 | TokenScript$ b_5_5_demon_flying | TokenOwner$ You | SubAbility$ DBLoselife | SpellDescription$ Create a 5/5 black Demon creature token with flying. You lose 2 life. SVar:DBLoselife:DB$ LoseLife | LifeAmount$ 2 A:AB$ Effect | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Ob Nixilis of the Black Oath | Image$ emblem_ob_nixilis_of_the_black_oath | Stackable$ False | Abilities$ ObGainLife | SVars$ DBDraw,X | Duration$ Permanent | SpellDescription$ You get an emblem with "{1}{B}, Sacrifice a creature: You gain X life and draw X cards, where X is the sacrificed creature's power." SVar:ObGainLife:AB$ GainLife | Cost$ 1 B Sac<1/Creature> | ActivationZone$ Command | LifeAmount$ X | References$ X | SubAbility$ DBDraw | SpellDescription$ You gain X life and draw X cards, where X is the sacrificed creature's power. diff --git a/forge-gui/res/cardsfolder/o/ogre_slumlord.txt b/forge-gui/res/cardsfolder/o/ogre_slumlord.txt index 6bceeba8867..c9fb3b99c3f 100644 --- a/forge-gui/res/cardsfolder/o/ogre_slumlord.txt +++ b/forge-gui/res/cardsfolder/o/ogre_slumlord.txt @@ -3,7 +3,7 @@ ManaCost:3 B B Types:Creature Ogre Rogue PT:3/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+Other | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another nontoken creature dies, you may create a 1/1 black Rat creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Rat | TokenTypes$ Creature,Rat | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 rat GTC +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_1_1_rat | TokenOwner$ You | LegacyImage$ b 1 1 rat gtc S:Mode$ Continuous | Affected$ Creature.Rat+YouCtrl | AddKeyword$ Deathtouch | Description$ Rats you control have deathtouch. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/ogre_slumlord.jpg diff --git a/forge-gui/res/cardsfolder/o/ojutais_summons.txt b/forge-gui/res/cardsfolder/o/ojutais_summons.txt index a1dea0150f0..264adbf5a9c 100644 --- a/forge-gui/res/cardsfolder/o/ojutais_summons.txt +++ b/forge-gui/res/cardsfolder/o/ojutais_summons.txt @@ -2,6 +2,6 @@ Name:Ojutai's Summons ManaCost:3 U U Types:Sorcery K:Rebound -A:SP$ Token | Cost$ 3 U U | TokenAmount$ 1 | TokenName$ Djinn Monk | TokenTypes$ Creature,Djinn,Monk | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SpellDescription$ Create a 2/2 blue Djinn Monk creature token with flying. +A:SP$ Token | Cost$ 3 U U | TokenAmount$ 1 | TokenScript$ u_2_2_djinn_monk_flying | TokenOwner$ You | LegacyImage$ u 2 2 djinn monk flying dtk | SpellDescription$ Create a 2/2 blue Djinn Monk creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/ojutais_summons.jpg Oracle:Create a 2/2 blue Djinn Monk creature token with flying.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.) diff --git a/forge-gui/res/cardsfolder/o/oketra_the_true.txt b/forge-gui/res/cardsfolder/o/oketra_the_true.txt index 3ce02f4e54e..1712afeeaa9 100644 --- a/forge-gui/res/cardsfolder/o/oketra_the_true.txt +++ b/forge-gui/res/cardsfolder/o/oketra_the_true.txt @@ -6,7 +6,7 @@ K:Double Strike K:Indestructible S:Mode$ Continuous | Affected$ Card.Self | AddHiddenKeyword$ CARDNAME can't attack or block. | CheckSVar$ X | SVarCompare$ LE2 | Description$ CARDNAME can't attack or block unless you control at least three other creatures. SVar:X:Count$Valid Creature.Other+YouCtrl -A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH | SpellDescription$ Create a 1/1 white Warrior creature token with vigilance. +A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh | SpellDescription$ Create a 1/1 white Warrior creature token with vigilance. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/oketra_the_true.jpg Oracle:Double strike, indestructible\nOketra the True can't attack or block unless you control at least three other creatures.\n{3}{W}: Create a 1/1 white Warrior creature token with vigilance. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/o/oketras_monument.txt b/forge-gui/res/cardsfolder/o/oketras_monument.txt index ff06e93d21c..dd0a8972535 100644 --- a/forge-gui/res/cardsfolder/o/oketras_monument.txt +++ b/forge-gui/res/cardsfolder/o/oketras_monument.txt @@ -3,7 +3,7 @@ ManaCost:3 Types:Legendary Artifact S:Mode$ ReduceCost | ValidCard$ Creature.White | Type$ Spell | Activator$ You | Amount$ 1 | Description$ White creature spells you cast cost {1} less to cast. T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, create a 1/1 white Warrior creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh DeckHas:Ability$Token DeckNeeds:Color$White SVar:Picture:http://www.wizards.com/global/images/magic/general/kefnets_monument.jpg diff --git a/forge-gui/res/cardsfolder/o/omnath_locus_of_rage.txt b/forge-gui/res/cardsfolder/o/omnath_locus_of_rage.txt index 418b4f06421..957451b3abb 100644 --- a/forge-gui/res/cardsfolder/o/omnath_locus_of_rage.txt +++ b/forge-gui/res/cardsfolder/o/omnath_locus_of_rage.txt @@ -3,7 +3,7 @@ ManaCost:3 R R G G Types:Legendary Creature Elemental PT:5/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, create a 5/5 red and green Elemental creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red,Green | TokenPower$ 5 | TokenToughness$ 5 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ rg_5_5_elemental | TokenOwner$ You | LegacyImage$ rg 5 5 elemental T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerController$ TriggeredCardController | TriggerDescription$ Whenever CARDNAME or another Elemental you control dies, CARDNAME deals 3 damage to any target. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Elemental.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerController$ TriggeredCardController | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Elemental you control dies, CARDNAME deals 3 damage to any target. SVar:TrigDealDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 3 diff --git a/forge-gui/res/cardsfolder/o/one_dozen_eyes.txt b/forge-gui/res/cardsfolder/o/one_dozen_eyes.txt index a6053e5a884..986fd686409 100644 --- a/forge-gui/res/cardsfolder/o/one_dozen_eyes.txt +++ b/forge-gui/res/cardsfolder/o/one_dozen_eyes.txt @@ -3,8 +3,8 @@ ManaCost:5 G Types:Sorcery K:Entwine:G G G A:SP$ Charm | Cost$ 5 G | Choices$ DBToken,DBToken2 | CharmNum$ 1 -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 5 | SpellDescription$ Create a 5/5 green Beast creature token. -SVar:DBToken2:DB$ Token | TokenAmount$ 5 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 insect MRD | SpellDescription$ Create five 1/1 green Insect creature tokens. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_5_5_beast | TokenOwner$ You | LegacyImage$ g 5 5 beast mrd | SpellDescription$ Create a 5/5 green Beast creature token. +SVar:DBToken2:DB$ Token | TokenAmount$ 5 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect mrd | SpellDescription$ Create five 1/1 green Insect creature tokens. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/one_dozen_eyes.jpg Oracle:Choose one —\n• Create a 5/5 green Beast creature token.\n• Create five 1/1 green Insect creature tokens.\nEntwine {G}{G}{G} (Choose both if you pay the entwine cost.) diff --git a/forge-gui/res/cardsfolder/o/ongoing_investigation.txt b/forge-gui/res/cardsfolder/o/ongoing_investigation.txt index 6d14caa085f..1428dff0b45 100644 --- a/forge-gui/res/cardsfolder/o/ongoing_investigation.txt +++ b/forge-gui/res/cardsfolder/o/ongoing_investigation.txt @@ -2,10 +2,9 @@ Name:Ongoing Investigation ManaCost:1 U Types:Enchantment T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.YouCtrl | TriggerZones$ Battlefield | ValidTarget$ Player | Execute$ DBToken | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -A:AB$ Token | Cost$ 1 G ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | SubAbility$ DBGainLife | SpellDescription$ Investigate. You gain 2 life. | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi +A:AB$ Token | Cost$ 1 G ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi | SubAbility$ DBGainLife | SpellDescription$ Investigate. You gain 2 life. SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. SVar:PlayMain1:TRUE DeckNeeds:Color$Green DeckHints:Ability$Investigate diff --git a/forge-gui/res/cardsfolder/o/oona_queen_of_the_fae.txt b/forge-gui/res/cardsfolder/o/oona_queen_of_the_fae.txt index 35739102751..8b853a6b6b2 100644 --- a/forge-gui/res/cardsfolder/o/oona_queen_of_the_fae.txt +++ b/forge-gui/res/cardsfolder/o/oona_queen_of_the_fae.txt @@ -5,7 +5,7 @@ PT:5/5 K:Flying A:AB$ ChooseColor | Cost$ X UB | Defined$ You | AILogic$ MostProminentInHumanDeck | SubAbility$ DBMill | SpellDescription$ Choose a color. Target opponent exiles the top X cards of their library. For each card of the chosen color exiled this way, create a 1/1 blue and black Faerie Rogue creature token with flying. SVar:DBMill:DB$ Mill | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumCards$ X | References$ X | Destination$ Exile | RememberMilled$ True | SubAbility$ DBToken -SVar:DBToken:DB$Token | TokenAmount$ Y | References$ Y | TokenName$ Faerie Rogue | TokenTypes$ Creature,Faerie,Rogue | TokenOwner$ You | TokenColors$ Blue,Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ Clear +SVar:DBToken:DB$Token | TokenAmount$ Y | References$ Y | TokenScript$ ub_1_1_faerie_rogue_flying | TokenOwner$ You | LegacyImage$ ub 1 1 faerie rogue flying shm | SubAbility$ Clear SVar:Clear:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$xPaid SVar:Y:Remembered$Valid Card.ChosenColor diff --git a/forge-gui/res/cardsfolder/o/ooze_flux.txt b/forge-gui/res/cardsfolder/o/ooze_flux.txt index f9cddc74304..0bfc0039635 100644 --- a/forge-gui/res/cardsfolder/o/ooze_flux.txt +++ b/forge-gui/res/cardsfolder/o/ooze_flux.txt @@ -1,7 +1,7 @@ Name:Ooze Flux ManaCost:3 G Types:Enchantment -A:AB$ Token | Announce$ X | Cost$ XCantBe0 1 G SubCounter | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenImage$ g x x ooze | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | SpellDescription$ Create an X/X green Ooze creature token, where X is the number of +1/+1 counters removed this way. +A:AB$ Token | Announce$ X | Cost$ XCantBe0 1 G SubCounter | TokenAmount$ 1 | TokenScript$ g_x_x_ooze | TokenOwner$ You | LegacyImage$ g x x ooze gtc | TokenPower$ X | TokenToughness$ X | SpellDescription$ Create an X/X green Ooze creature token, where X is the number of +1/+1 counters removed this way. SVar:X:Count$xPaid AI:RemoveDeck:All DeckHints:Ability$Counters diff --git a/forge-gui/res/cardsfolder/o/ooze_garden.txt b/forge-gui/res/cardsfolder/o/ooze_garden.txt index 76ff5c06044..291c6dd2c30 100644 --- a/forge-gui/res/cardsfolder/o/ooze_garden.txt +++ b/forge-gui/res/cardsfolder/o/ooze_garden.txt @@ -1,7 +1,7 @@ Name:Ooze Garden ManaCost:1 G Types:Enchantment -A:AB$ Token | Cost$ 1 G Sac<1/Creature.nonOoze/non-Ooze creature> | TokenAmount$ 1 | TokenName$ Ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Ooze | TokenColors$ Green | SorcerySpeed$ True | SpellDescription$ Create an X/X green Ooze creature token, where X is the sacrificed creature's power. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 1 G Sac<1/Creature.nonOoze/non-Ooze creature> | TokenAmount$ 1 | TokenScript$ g_x_x_ooze | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x ooze ala | SorcerySpeed$ True | SpellDescription$ Create an X/X green Ooze creature token, where X is the sacrificed creature's power. Activate this ability only any time you could cast a sorcery. SVar:X:Sacrificed$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/ooze_garden.jpg Oracle:{1}{G}, Sacrifice a non-Ooze creature: Create an X/X green Ooze creature token, where X is the sacrificed creature's power. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/cardsfolder/o/open_the_graves.txt b/forge-gui/res/cardsfolder/o/open_the_graves.txt index b7576b6cb08..017042458a5 100644 --- a/forge-gui/res/cardsfolder/o/open_the_graves.txt +++ b/forge-gui/res/cardsfolder/o/open_the_graves.txt @@ -2,6 +2,6 @@ Name:Open the Graves ManaCost:3 B B Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature you control dies, create a 2/2 black zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M19 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie m19 DeckHas:Ability$Token Oracle:Whenever a nontoken creature you control dies, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/o/ophiomancer.txt b/forge-gui/res/cardsfolder/o/ophiomancer.txt index 9c56c21b1e9..57f5a80bbdb 100644 --- a/forge-gui/res/cardsfolder/o/ophiomancer.txt +++ b/forge-gui/res/cardsfolder/o/ophiomancer.txt @@ -3,7 +3,7 @@ ManaCost:2 B Types:Creature Human Shaman PT:2/2 T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | CheckSVar$ X | SVarCompare$ EQ0 | References$ X | TriggerDescription$ At the beginning of each upkeep, if you control no Snakes, create a 1/1 black Snake creature token with deathtouch. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Black | TokenKeywords$ Deathtouch +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_snake_deathtouch | TokenOwner$ You | LegacyImage$ b 1 1 snake deathtouch c13 SVar:X:Count$Valid Snake.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/ophiomancer.jpg Oracle:At the beginning of each upkeep, if you control no Snakes, create a 1/1 black Snake creature token with deathtouch. diff --git a/forge-gui/res/cardsfolder/o/ordered_migration.txt b/forge-gui/res/cardsfolder/o/ordered_migration.txt index 403344d2105..4267667358e 100644 --- a/forge-gui/res/cardsfolder/o/ordered_migration.txt +++ b/forge-gui/res/cardsfolder/o/ordered_migration.txt @@ -1,7 +1,7 @@ Name:Ordered Migration ManaCost:3 W U Types:Sorcery -A:SP$ Token | Cost$ 3 W U | TokenAmount$ X | References$ X | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Domain — Create a 1/1 blue Bird creature token with flying for each basic land type among lands you control. +A:SP$ Token | Cost$ 3 W U | TokenAmount$ X | References$ X | TokenScript$ u_1_1_bird_flying | TokenOwner$ You | LegacyImage$ u 1 1 bird flying inv | SpellDescription$ Domain — Create a 1/1 blue Bird creature token with flying for each basic land type among lands you control. SVar:X:Count$Domain AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/ordered_migration.jpg diff --git a/forge-gui/res/cardsfolder/o/origin_spellbomb.txt b/forge-gui/res/cardsfolder/o/origin_spellbomb.txt index d6c57501517..8e357de0383 100644 --- a/forge-gui/res/cardsfolder/o/origin_spellbomb.txt +++ b/forge-gui/res/cardsfolder/o/origin_spellbomb.txt @@ -1,7 +1,7 @@ Name:Origin Spellbomb ManaCost:1 Types:Artifact -A:AB$ Token | Cost$ 1 T Sac<1/CARDNAME> | TokenImage$ c 1 1 myr SOM | TokenColors$ Colorless | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. +A:AB$ Token | Cost$ 1 T Sac<1/CARDNAME> | LegacyImage$ c 1 1 a myr som | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | SpellDescription$ Create a 1/1 colorless Myr artifact creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | OptionalDecider$ TriggeredCardController | Execute$ TrigDraw | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you may pay {W}. If you do, draw a card. SVar:TrigDraw:AB$ Draw | Cost$ W | NumCards$ 1 DeckNeeds:Color$White diff --git a/forge-gui/res/cardsfolder/o/ornitharch.txt b/forge-gui/res/cardsfolder/o/ornitharch.txt index 20caae371a8..8191ea48470 100644 --- a/forge-gui/res/cardsfolder/o/ornitharch.txt +++ b/forge-gui/res/cardsfolder/o/ornitharch.txt @@ -4,7 +4,7 @@ Types:Creature Archon PT:3/3 K:Flying K:Tribute:2 -SVar:TrigNotTribute:DB$ Token | TokenAmount$ 2 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 bird bng | TokenKeywords$ Flying | SpellDescription$ When CARDNAME enters the battlefield, if tribute wasn't paid, create two 1/1 white Bird creature tokens with flying. +SVar:TrigNotTribute:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_bird_flying | TokenOwner$ You | LegacyImage$ w 1 1 bird flying bng | SpellDescription$ When CARDNAME enters the battlefield, if tribute wasn't paid, create two 1/1 white Bird creature tokens with flying. DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/ornitharch.jpg Oracle:Flying\nTribute 2 (As this creature enters the battlefield, an opponent of your choice may put two +1/+1 counters on it.)\nWhen Ornitharch enters the battlefield, if tribute wasn't paid, create two 1/1 white Bird creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/o/orochi_eggwatcher_shidako_broodmistress.txt b/forge-gui/res/cardsfolder/o/orochi_eggwatcher_shidako_broodmistress.txt index 422ca6be5b8..cc3f09242fe 100644 --- a/forge-gui/res/cardsfolder/o/orochi_eggwatcher_shidako_broodmistress.txt +++ b/forge-gui/res/cardsfolder/o/orochi_eggwatcher_shidako_broodmistress.txt @@ -2,7 +2,7 @@ Name:Orochi Eggwatcher ManaCost:2 G Types:Creature Snake Shaman PT:1/1 -A:AB$ Token | Cost$ 2 G T | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK | SubAbility$ DBFlip | SpellDescription$ Create a 1/1 green Snake creature token. If you control ten or more creatures, flip CARDNAME. +A:AB$ Token | Cost$ 2 G T | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ g_1_1_snake | LegacyImage$ g 1 1 snake chk | SubAbility$ DBFlip | SpellDescription$ Create a 1/1 green Snake creature token. If you control ten or more creatures, flip CARDNAME. SVar:DBFlip:DB$ SetState | Defined$ Self | ConditionCheckSVar$ X | ConditionSVarCompare$ GE10 | References$ X | Mode$ Flip SVar:X:Count$Valid Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/orochi_eggwatcher.jpg diff --git a/forge-gui/res/cardsfolder/o/orochi_hatchery.txt b/forge-gui/res/cardsfolder/o/orochi_hatchery.txt index 2b367d9cc28..9e6259c449b 100644 --- a/forge-gui/res/cardsfolder/o/orochi_hatchery.txt +++ b/forge-gui/res/cardsfolder/o/orochi_hatchery.txt @@ -2,7 +2,7 @@ Name:Orochi Hatchery ManaCost:X X Types:Artifact K:etbCounter:CHARGE:X -A:AB$ Token | Cost$ 5 T | TokenAmount$ Y | References$ Y | TokenController$ You | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK | SpellDescription$ Create a 1/1 green Snake creature token for each charge counter on CARDNAME. +A:AB$ Token | Cost$ 5 T | TokenAmount$ Y | References$ Y | TokenController$ You | TokenScript$ g_1_1_snake | LegacyImage$ g 1 1 snake chk | SpellDescription$ Create a 1/1 green Snake creature token for each charge counter on CARDNAME. SVar:X:Count$xPaid SVar:Y:Count$CardCounters.CHARGE SVar:NeedsToPlayVar:Z GE4 diff --git a/forge-gui/res/cardsfolder/o/otherworldly_outburst.txt b/forge-gui/res/cardsfolder/o/otherworldly_outburst.txt index 19e70674a50..0f646c3063b 100644 --- a/forge-gui/res/cardsfolder/o/otherworldly_outburst.txt +++ b/forge-gui/res/cardsfolder/o/otherworldly_outburst.txt @@ -4,7 +4,7 @@ Types:Instant A:SP$ Pump | Cost$ R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | SubAbility$ DBEffect | SpellDescription$ Target creature gets +1/+0 until end of turn. When that creature dies this turn, create a 3/2 colorless Eldrazi Horror creature token. SVar:DBEffect:DB$ Effect | Name$ Otherworldly Outburst Effect | Triggers$ EldraziEmerge | SVars$ DBToken,EndEffect | RememberObjects$ ParentTarget | StackDescription$ When {c:Targeted} dies this turn, create a 3/2 colorless Eldrazi Horror creature token. SVar:EldraziEmerge:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBToken | TriggerDescription$ When that creature dies this turn, create a 3/2 colorless Eldrazi Horror creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 | SubAbility$ EndEffect +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn | SubAbility$ EndEffect SVar:EndEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile DeckHints:Type$Eldrazi|Horror DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/o/overgrown_armasaur.txt b/forge-gui/res/cardsfolder/o/overgrown_armasaur.txt index ef1ffec547a..747f2e7318a 100644 --- a/forge-gui/res/cardsfolder/o/overgrown_armasaur.txt +++ b/forge-gui/res/cardsfolder/o/overgrown_armasaur.txt @@ -3,7 +3,7 @@ ManaCost:3 G G Types:Creature Dinosaur PT:4/4 T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Enrage — Whenever CARDNAME is dealt damage, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenName$ Saproling | TokenColors$ Green | TokenTypes$ Creature,Saproling | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RIX | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenScript$ g_1_1_saproling | LegacyImage$ g 1 1 saproling rix | TokenAmount$ 1 SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/overgrown armasaur.jpg DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/o/overseer_of_the_damned.txt b/forge-gui/res/cardsfolder/o/overseer_of_the_damned.txt index 057073492b4..d881ddc621d 100644 --- a/forge-gui/res/cardsfolder/o/overseer_of_the_damned.txt +++ b/forge-gui/res/cardsfolder/o/overseer_of_the_damned.txt @@ -6,7 +6,7 @@ K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDestroy | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may destroy target creature. SVar:TrigDestroy:DB$ Destroy | ValidTgts$ Creature | TgtPrompt$ Choose target creature. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.OppCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature an opponent controls dies, create a tapped 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie C14 | TokenTapped$ True +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie c14 | TokenTapped$ True SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/overseer_of_the_damned.jpg Oracle:Flying\nWhen Overseer of the Damned enters the battlefield, you may destroy target creature.\nWhenever a nontoken creature an opponent controls dies, create a tapped 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/o/ovinomancer.txt b/forge-gui/res/cardsfolder/o/ovinomancer.txt index eb94614939b..40aa28f196d 100644 --- a/forge-gui/res/cardsfolder/o/ovinomancer.txt +++ b/forge-gui/res/cardsfolder/o/ovinomancer.txt @@ -4,7 +4,7 @@ Types:Creature Human Wizard PT:0/1 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigBounce | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you return three basic lands you control to their owner's hand. A:AB$ Destroy | Cost$ Return<1/CARDNAME> T | ValidTgts$ Creature | TgtPrompt$ Select target creature | NoRegen$ True | SubAbility$ DBToken | SpellDescription$ Destroy target creature. It can't be regenerated. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_0_1_sheep | TokenOwner$ TargetedController | LegacyImage$ g 0 1 sheep +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_0_1_sheep | TokenOwner$ TargetedController | LegacyImage$ g 0 1 sheep vis SVar:TrigBounce:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Land.Basic+YouCtrl | ChangeNum$ 3 | Optional$ True | RememberChanged$ True | SubAbility$ DBSacSelf SVar:DBSacSelf:DB$ Sacrifice | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT3 | References$ X SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/o/oviya_pashiri_sage_lifecrafter.txt b/forge-gui/res/cardsfolder/o/oviya_pashiri_sage_lifecrafter.txt index ee227f554f0..4e2bc074d90 100644 --- a/forge-gui/res/cardsfolder/o/oviya_pashiri_sage_lifecrafter.txt +++ b/forge-gui/res/cardsfolder/o/oviya_pashiri_sage_lifecrafter.txt @@ -2,8 +2,8 @@ Name:Oviya Pashiri, Sage Lifecrafter ManaCost:G Types:Legendary Creature Human Artificer PT:1/2 -A:AB$ Token | Cost$ 2 G T | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. -A:AB$ Token | Cost$ 4 G T | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ X | TokenToughness$ X | TokenImage$ c x x construct | References$ X | SpellDescription$ Create an X/X colorless Construct artifact creature token, where X is the number of creatures you control. +A:AB$ Token | Cost$ 2 G T | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. +A:AB$ Token | Cost$ 4 G T | TokenAmount$ 1 | TokenScript$ c_x_x_a_construct | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | LegacyImage$ c x x a construct kld | References$ X | SpellDescription$ Create an X/X colorless Construct artifact creature token, where X is the number of creatures you control. SVar:X:Count$Valid Creature.YouCtrl DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/oviya_pashiri_sage_lifecrafter.jpg diff --git a/forge-gui/res/cardsfolder/o/oyobi_who_split_the_heavens.txt b/forge-gui/res/cardsfolder/o/oyobi_who_split_the_heavens.txt index 4e987b1ce51..1430ceba9cc 100644 --- a/forge-gui/res/cardsfolder/o/oyobi_who_split_the_heavens.txt +++ b/forge-gui/res/cardsfolder/o/oyobi_who_split_the_heavens.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Spirit PT:3/6 K:Flying T:Mode$ SpellCast | ValidCard$ Spirit,Arcane | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, create a 3/3 white Spirit creature token with flying. -SVar:TrigToken:DB$Token | TokenImage$ w 3 3 spirit | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | LegacyImage$ w 3 3 spirit flying bok | TokenAmount$ 1 | TokenScript$ w_3_3_spirit_flying | TokenOwner$ You AI:RemoveDeck:Random DeckHints:Type$Spirit|Arcane SVar:Picture:http://www.wizards.com/global/images/magic/general/oyobi_who_split_the_heavens.jpg diff --git a/forge-gui/res/cardsfolder/p/pack_guardian.txt b/forge-gui/res/cardsfolder/p/pack_guardian.txt index af565bff588..1cdbcdd4b76 100644 --- a/forge-gui/res/cardsfolder/p/pack_guardian.txt +++ b/forge-gui/res/cardsfolder/p/pack_guardian.txt @@ -4,6 +4,6 @@ Types:Creature Wolf Spirit PT:4/3 K:Flash T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, you may discard a land card. If you do, create a 2/2 green Wolf creature token. -SVar:TrigToken:AB$ Token | Cost$ Discard<1/Land> | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOI +SVar:TrigToken:AB$ Token | Cost$ Discard<1/Land> | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf soi SVar:Picture:http://www.wizards.com/global/images/magic/general/pack_guardian.jpg Oracle:Flash (You may cast this spell any time you could cast an instant.)\nWhen Pack Guardian enters the battlefield, you may discard a land card. If you do, create a 2/2 green Wolf creature token. diff --git a/forge-gui/res/cardsfolder/p/pact_of_the_titan.txt b/forge-gui/res/cardsfolder/p/pact_of_the_titan.txt index eb82939f8ec..16912eb1f3a 100644 --- a/forge-gui/res/cardsfolder/p/pact_of_the_titan.txt +++ b/forge-gui/res/cardsfolder/p/pact_of_the_titan.txt @@ -2,7 +2,7 @@ Name:Pact of the Titan ManaCost:0 Types:Instant Colors:red -A:SP$ Token | Cost$ 0| TokenAmount$ 1 | TokenName$ Giant | TokenTypes$ Creature,Giant | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | SubAbility$ DBDelTrig | SpellDescription$ Create a 4/4 red Giant creature token. At the beginning of your next upkeep, pay {4}{R}. If you don't, you lose the game. +A:SP$ Token | Cost$ 0| TokenAmount$ 1 | TokenScript$ r_4_4_giant | TokenOwner$ You | LegacyImage$ r 4 4 giant fut | SubAbility$ DBDelTrig | SpellDescription$ Create a 4/4 red Giant creature token. At the beginning of your next upkeep, pay {4}{R}. If you don't, you lose the game. SVar:DBDelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigLoseGame | TriggerDescription$ At the beginning of your next upkeep, pay {4}{R}. If you don't, you lose the game. SVar:TrigLoseGame:DB$ LosesGame | UnlessCost$ 4 R | UnlessPayer$ You | Defined$ You SVar:NeedsToPlayVar:NumLands GE5 diff --git a/forge-gui/res/cardsfolder/p/paladin_of_the_bloodstained.txt b/forge-gui/res/cardsfolder/p/paladin_of_the_bloodstained.txt index 413749c582e..bdf9c3a9dea 100644 --- a/forge-gui/res/cardsfolder/p/paladin_of_the_bloodstained.txt +++ b/forge-gui/res/cardsfolder/p/paladin_of_the_bloodstained.txt @@ -3,6 +3,6 @@ ManaCost:3 W Types:Creature Vampire Knight PT:3/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Vampire creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 vampire +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 vampire lifelink xln SVar:Picture:http://www.wizards.com/global/images/magic/general/paladin_of_the_bloodstained.jpg Oracle:When Paladin of the Bloodstained enters the battlefield, create a 1/1 white Vampire creature token with lifelink. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/pallid_mycoderm.txt b/forge-gui/res/cardsfolder/p/pallid_mycoderm.txt index 3687580e5bd..3b507dfe3dc 100644 --- a/forge-gui/res/cardsfolder/p/pallid_mycoderm.txt +++ b/forge-gui/res/cardsfolder/p/pallid_mycoderm.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:2/4 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling plc | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ PumpAll | Cost$ Sac<1/Saproling> | ValidCards$ Fungus.Creature+YouCtrl,Saproling.Creature+YouCtrl | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Each creature you control that's a Fungus or a Saproling gets +1/+1 until end of turn. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/p/parasitic_implant.txt b/forge-gui/res/cardsfolder/p/parasitic_implant.txt index 862166ad2c6..d4cd719f680 100644 --- a/forge-gui/res/cardsfolder/p/parasitic_implant.txt +++ b/forge-gui/res/cardsfolder/p/parasitic_implant.txt @@ -5,7 +5,7 @@ K:Enchant creature A:SP$ Attach | Cost$ 3 B | ValidTgts$ Creature | AILogic$ Curse T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, enchanted creature's controller sacrifices it and you create a 1/1 colorless Myr artifact creature token. SVar:TrigSac:DB$ SacrificeAll | Defined$ Enchanted | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr NPH | TokenOwner$ You +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_myr | LegacyImage$ c 1 1 a myr nph | TokenOwner$ You DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/parasitic_implant.jpg Oracle:Enchant creature\nAt the beginning of your upkeep, enchanted creature's controller sacrifices it and you create a 1/1 colorless Myr artifact creature token. diff --git a/forge-gui/res/cardsfolder/p/patagia_viper.txt b/forge-gui/res/cardsfolder/p/patagia_viper.txt index db23a950581..c96a1152571 100644 --- a/forge-gui/res/cardsfolder/p/patagia_viper.txt +++ b/forge-gui/res/cardsfolder/p/patagia_viper.txt @@ -5,7 +5,7 @@ PT:2/1 K:Flying T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 green and blue Snake creature tokens. T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | ManaNotSpent$ U | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless {U} was spent to cast it. -SVar:TrigToken:DB$Token | TokenImage$ gu 1 1 snake | TokenAmount$ 2 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green,Blue | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ gu 1 1 snake dis | TokenAmount$ 2 | TokenScript$ gu_1_1_snake | TokenOwner$ You SVar:TrigSac:DB$Sacrifice | Defined$ Self SVar:ManaNeededToAvoidNegativeEffect:blue AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/p/patrol_signaler.txt b/forge-gui/res/cardsfolder/p/patrol_signaler.txt index caa93ae583a..79742a1bcb3 100644 --- a/forge-gui/res/cardsfolder/p/patrol_signaler.txt +++ b/forge-gui/res/cardsfolder/p/patrol_signaler.txt @@ -2,6 +2,6 @@ Name:Patrol Signaler ManaCost:1 W Types:Creature Kithkin Soldier PT:1/1 -A:AB$ Token | Cost$ 1 W Untap | TokenAmount$ 1 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 kithkin soldier SHM | SpellDescription$ Create a 1/1 white Kithkin Soldier creature token. +A:AB$ Token | Cost$ 1 W Untap | TokenAmount$ 1 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | LegacyImage$ w 1 1 kithkin soldier shm | SpellDescription$ Create a 1/1 white Kithkin Soldier creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/patrol_signaler.jpg Oracle:{1}{W}, {Q}: Create a 1/1 white Kithkin Soldier creature token. ({Q} is the untap symbol.) diff --git a/forge-gui/res/cardsfolder/p/pawn_of_ulamog.txt b/forge-gui/res/cardsfolder/p/pawn_of_ulamog.txt index 734df301d04..02840fff38e 100644 --- a/forge-gui/res/cardsfolder/p/pawn_of_ulamog.txt +++ b/forge-gui/res/cardsfolder/p/pawn_of_ulamog.txt @@ -4,8 +4,7 @@ Types:Creature Vampire Shaman PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+nonToken+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken creature you control dies, create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | OptionalDecider$ You | Secondary$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another nontoken creature you control dies, you may create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/pawn_of_ulamog.jpg diff --git a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt index f98a3a95c1a..16e3b76ef2d 100644 --- a/forge-gui/res/cardsfolder/p/pegasus_refuge.txt +++ b/forge-gui/res/cardsfolder/p/pegasus_refuge.txt @@ -1,7 +1,7 @@ Name:Pegasus Refuge ManaCost:3 W Types:Enchantment -A:AB$ Token | Cost$ 2 Discard<1/Card> | LegacyImage$ w 1 1 pegasus flying ugl | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 2 Discard<1/Card> | LegacyImage$ w 1 1 pegasus flying tmp | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:Random SVar:NonStackingEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/pegasus_refuge.jpg diff --git a/forge-gui/res/cardsfolder/p/pegasus_stampede.txt b/forge-gui/res/cardsfolder/p/pegasus_stampede.txt index 758705769aa..6e5e9101c15 100644 --- a/forge-gui/res/cardsfolder/p/pegasus_stampede.txt +++ b/forge-gui/res/cardsfolder/p/pegasus_stampede.txt @@ -2,6 +2,6 @@ Name:Pegasus Stampede ManaCost:1 W Types:Sorcery K:Buyback:Sac<1/Land> -A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | LegacyImage$ w_1_1_pegasus_flying | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | LegacyImage$ w 1 1 pegasus flying tmp | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/pegasus_stampede.jpg Oracle:Buyback—Sacrifice a land. (You may sacrifice a land in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 white Pegasus creature token with flying. diff --git a/forge-gui/res/cardsfolder/p/pentavus.txt b/forge-gui/res/cardsfolder/p/pentavus.txt index 4e35d51a0ab..bb7313e531d 100644 --- a/forge-gui/res/cardsfolder/p/pentavus.txt +++ b/forge-gui/res/cardsfolder/p/pentavus.txt @@ -3,7 +3,7 @@ ManaCost:7 Types:Artifact Creature Construct PT:0/0 K:etbCounter:P1P1:5 -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Pentavite | TokenTypes$ Artifact,Creature,Pentavite | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 colorless Pentavite artifact creature token with flying. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ c_1_1_a_pentavite_flying | TokenOwner$ You | LegacyImage$ c 1 1 a pentavite flying mrd | SpellDescription$ Create a 1/1 colorless Pentavite artifact creature token with flying. A:AB$ PutCounter | Cost$ 1 Sac<1/Pentavite> | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on Pentavus. SVar:Picture:http://www.wizards.com/global/images/magic/general/pentavus.jpg Oracle:Pentavus enters the battlefield with five +1/+1 counters on it.\n{1}, Remove a +1/+1 counter from Pentavus: Create a 1/1 colorless Pentavite artifact creature token with flying.\n{1}, Sacrifice a Pentavite: Put a +1/+1 counter on Pentavus. diff --git a/forge-gui/res/cardsfolder/p/penumbra_bobcat.txt b/forge-gui/res/cardsfolder/p/penumbra_bobcat.txt index 43ef088793f..19b59945850 100644 --- a/forge-gui/res/cardsfolder/p/penumbra_bobcat.txt +++ b/forge-gui/res/cardsfolder/p/penumbra_bobcat.txt @@ -3,6 +3,6 @@ ManaCost:2 G Types:Creature Cat PT:2/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/1 black Cat creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_2_1_cat | TokenOwner$ TriggeredCardController | LegacyImage$ b 2 1 cat apc SVar:Picture:http://resources.wizards.com/magic/cards/ap/en-us/card26815.jpg Oracle:When Penumbra Bobcat dies, create a 2/1 black Cat creature token. diff --git a/forge-gui/res/cardsfolder/p/penumbra_kavu.txt b/forge-gui/res/cardsfolder/p/penumbra_kavu.txt index 0bfb8b02718..3c269323ac6 100644 --- a/forge-gui/res/cardsfolder/p/penumbra_kavu.txt +++ b/forge-gui/res/cardsfolder/p/penumbra_kavu.txt @@ -3,6 +3,6 @@ ManaCost:4 G Types:Creature Kavu PT:3/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 black Kavu creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Kavu | TokenTypes$ Creature,Kavu | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_3_3_kavu | TokenOwner$ TriggeredCardController | LegacyImage$ b 3 3 kavu apc SVar:Picture:http://resources.wizards.com/magic/cards/ap/en-us/card25956.jpg Oracle:When Penumbra Kavu dies, create a 3/3 black Kavu creature token. diff --git a/forge-gui/res/cardsfolder/p/penumbra_spider.txt b/forge-gui/res/cardsfolder/p/penumbra_spider.txt index a57cc213dae..fc5435fca93 100644 --- a/forge-gui/res/cardsfolder/p/penumbra_spider.txt +++ b/forge-gui/res/cardsfolder/p/penumbra_spider.txt @@ -4,6 +4,6 @@ Types:Creature Spider PT:2/4 K:Reach T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/4 black Spider creature token with reach. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Spider | TokenTypes$ Creature,Spider | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 4 | TokenKeywords$ Reach +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_2_4_spider_reach | TokenOwner$ TriggeredCardController | LegacyImage$ b 2 4 spider reach tsp SVar:Picture:http://www.wizards.com/global/images/magic/general/penumbra_spider.jpg Oracle:Reach\nWhen Penumbra Spider dies, create a 2/4 black Spider creature token with reach. diff --git a/forge-gui/res/cardsfolder/p/penumbra_wurm.txt b/forge-gui/res/cardsfolder/p/penumbra_wurm.txt index 708699b270f..b594f3e29f5 100644 --- a/forge-gui/res/cardsfolder/p/penumbra_wurm.txt +++ b/forge-gui/res/cardsfolder/p/penumbra_wurm.txt @@ -4,6 +4,6 @@ Types:Creature Wurm PT:6/6 K:Trample T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 6/6 black Wurm creature token with trample. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 6 | TokenToughness$ 6 | TokenKeywords$ Trample +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_6_6_wurm_trample | TokenOwner$ TriggeredCardController | LegacyImage$ b 6 6 wurm trample apc SVar:Picture:http://www.wizards.com/global/images/magic/general/penumbra_wurm.jpg Oracle:Trample\nWhen Penumbra Wurm dies, create a 6/6 black Wurm creature token with trample. diff --git a/forge-gui/res/cardsfolder/p/pharika_god_of_affliction.txt b/forge-gui/res/cardsfolder/p/pharika_god_of_affliction.txt index e9980621b51..04473400251 100644 --- a/forge-gui/res/cardsfolder/p/pharika_god_of_affliction.txt +++ b/forge-gui/res/cardsfolder/p/pharika_god_of_affliction.txt @@ -6,7 +6,7 @@ K:Indestructible S:Mode$ Continuous | Affected$ Card.Self | RemoveType$ Creature | RemoveCreatureTypes$ True | CheckSVar$ X | SVarCompare$ LT7 | References$ X | Description$ As long as your devotion to black and green is less than seven, CARDNAME isn't a creature. SVar:X:Count$DevotionDual.Black.Green A:AB$ ChangeZone | Cost$ B G | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | AITgts$ Card.YouOwn | AILogic$ AtOppEOT | AITgtOwnCards$ True | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Its owner creates a 1/1 black and green Snake enchantment creature token with deathtouch. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Enchantment,Creature,Snake | TokenOwner$ TargetedController | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Deathtouch +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ bg_1_1_e_snake_deathtouch | TokenOwner$ TargetedController | LegacyImage$ bg 1 1 e snake deathtouch jou SVar:BuffedBy:Permanent.Green,Permanent.Black SVar:Picture:http://www.wizards.com/global/images/magic/general/pharika_god_of_affliction.jpg Oracle:Indestructible\nAs long as your devotion to black and green is less than seven, Pharika isn't a creature.\n{B}{G}: Exile target creature card from a graveyard. Its owner creates a 1/1 black and green Snake enchantment creature token with deathtouch. diff --git a/forge-gui/res/cardsfolder/p/pheres_band_raiders.txt b/forge-gui/res/cardsfolder/p/pheres_band_raiders.txt index f8c8dd13614..ff7cad7cae1 100644 --- a/forge-gui/res/cardsfolder/p/pheres_band_raiders.txt +++ b/forge-gui/res/cardsfolder/p/pheres_band_raiders.txt @@ -3,6 +3,6 @@ ManaCost:5 G Types:Creature Centaur Warrior PT:5/5 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ GFGToken | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may pay {2}{G}. If you do, create a 3/3 green Centaur enchantment creature token. -SVar:GFGToken:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Enchantment,Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur bng +SVar:GFGToken:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_e_centaur | TokenOwner$ You | LegacyImage$ g 3 3 e centaur bng SVar:Picture:http://www.wizards.com/global/images/magic/general/pheres-band_raiders.txt Oracle:Inspired — Whenever Pheres-Band Raiders becomes untapped, you may pay {2}{G}. If you do, create a 3/3 green Centaur enchantment creature token. diff --git a/forge-gui/res/cardsfolder/p/phyrexian_processor.txt b/forge-gui/res/cardsfolder/p/phyrexian_processor.txt index 410ecfb693c..53bb82ebf3d 100644 --- a/forge-gui/res/cardsfolder/p/phyrexian_processor.txt +++ b/forge-gui/res/cardsfolder/p/phyrexian_processor.txt @@ -4,7 +4,7 @@ Types:Artifact R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ PayLife | Description$ As CARDNAME enters the battlefield, pay any amount of life. SVar:PayLife:AB$ StoreSVar | Cost$ PayLife | References$ X | SVar$ LifePaidOnETB | Type$ CountSVar | Expression$ ChosenX | SubAbility$ MoveToPlay SVar:MoveToPlay:DB$ ChangeZone | Defined$ ReplacedCard | Origin$ All | Destination$ Battlefield -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ b_x_x_minion | TokenOwner$ You | TokenPower$ LifePaidOnETB | TokenToughness$ LifePaidOnETB | LegacyImage$ b x x minion dde | SpellDescription$ Create an X/X black Minion creature token, where X is the life paid as CARDNAME entered the battlefield. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ b_x_x_minion | TokenOwner$ You | TokenPower$ LifePaidOnETB | TokenToughness$ LifePaidOnETB | LegacyImage$ b x x minion usg | SpellDescription$ Create an X/X black Minion creature token, where X is the life paid as CARDNAME entered the battlefield. SVar:X:XChoice SVar:LifePaidOnETB:Number$0 AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/p/phyrexian_rebirth.txt b/forge-gui/res/cardsfolder/p/phyrexian_rebirth.txt index 67b00aada66..8cf851e272b 100644 --- a/forge-gui/res/cardsfolder/p/phyrexian_rebirth.txt +++ b/forge-gui/res/cardsfolder/p/phyrexian_rebirth.txt @@ -2,7 +2,7 @@ Name:Phyrexian Rebirth ManaCost:4 W W Types:Sorcery A:SP$ DestroyAll | Cost$ 4 W W | ValidCards$ Creature | RememberDestroyed$ True | SubAbility$ DBToken | SpellDescription$ Destroy all creatures, then create an X/X colorless Horror artifact creature token, where X is the number of creatures destroyed this way. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Artifact,Creature,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ X | TokenToughness$ X | References$ X +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_x_x_a_horror | TokenOwner$ You | LegacyImage$ c x x a horror mbs | TokenPower$ X | TokenToughness$ X | References$ X SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_rebirth.jpg Oracle:Destroy all creatures, then create an X/X colorless Horror artifact creature token, where X is the number of creatures destroyed this way. diff --git a/forge-gui/res/cardsfolder/p/phyrexian_swarmlord.txt b/forge-gui/res/cardsfolder/p/phyrexian_swarmlord.txt index 83126523b5c..3d574676bd7 100644 --- a/forge-gui/res/cardsfolder/p/phyrexian_swarmlord.txt +++ b/forge-gui/res/cardsfolder/p/phyrexian_swarmlord.txt @@ -4,7 +4,7 @@ Types:Creature Insect Horror PT:4/4 K:Infect T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 green Insect creature token with infect for each poison counter your opponents have. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Infect | TokenImage$ g 1 1 insect infect +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_insect_infect | TokenOwner$ You | LegacyImage$ g 1 1 insect infect nph SVar:X:Count$TotalOppPoisonCounters SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_swarmlord.jpg Oracle:Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)\nAt the beginning of your upkeep, create a 1/1 green Insect creature token with infect for each poison counter your opponents have. diff --git a/forge-gui/res/cardsfolder/p/pia_and_kiran_nalaar.txt b/forge-gui/res/cardsfolder/p/pia_and_kiran_nalaar.txt index 4bec3acc3da..2dbaeaebcba 100644 --- a/forge-gui/res/cardsfolder/p/pia_and_kiran_nalaar.txt +++ b/forge-gui/res/cardsfolder/p/pia_and_kiran_nalaar.txt @@ -3,7 +3,7 @@ ManaCost:2 R R Types:Legendary Creature Human Artificer PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter ori A:AB$ DealDamage | Cost$ 2 R Sac<1/Artifact> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select target | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to any target. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/pia_and_kiran_nalaar.jpg diff --git a/forge-gui/res/cardsfolder/p/pia_nalaar.txt b/forge-gui/res/cardsfolder/p/pia_nalaar.txt index 5f5aed50dd6..2fb26063f12 100644 --- a/forge-gui/res/cardsfolder/p/pia_nalaar.txt +++ b/forge-gui/res/cardsfolder/p/pia_nalaar.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Legendary Creature Human Artificer PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying kld A:AB$ Pump | Cost$ 1 R | ValidTgts$ Creature.Artifact | NumAtt$ +1 | TgtPrompt$ Select target artifact creature. | SpellDescription$ Target artifact creature gets +1/+0 until end of turn. A:AB$ Pump | Cost$ 1 Sac<1/Artifact> | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME can't block. | IsCurse$ True | SpellDescription$ Target creature can't block this turn. DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/p/pirates_pillage.txt b/forge-gui/res/cardsfolder/p/pirates_pillage.txt index a6b84bc45e1..1e60d59a37c 100644 --- a/forge-gui/res/cardsfolder/p/pirates_pillage.txt +++ b/forge-gui/res/cardsfolder/p/pirates_pillage.txt @@ -2,8 +2,7 @@ Name:Pirate's Pillage ManaCost:3 R Types:Sorcery A:SP$ Draw | Cost$ 3 R Discard<1/Card> | CostDesc$ As an additional cost to cast CARDNAME, discard a card. | NumCards$ 2 | Defined$ You | SubAbility$ DBToken | SpellDescription$ Draw two cards and create two colorless Treasure artifacts with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix DeckHas:Ability$Discard DeckHints:Keyword$Madness & Ability$Delirium SVar:Picture:http://www.wizards.com/global/images/magic/general/pirates_pillage.jpg diff --git a/forge-gui/res/cardsfolder/p/pirates_prize.txt b/forge-gui/res/cardsfolder/p/pirates_prize.txt index f992fa0217f..1638ed07221 100644 --- a/forge-gui/res/cardsfolder/p/pirates_prize.txt +++ b/forge-gui/res/cardsfolder/p/pirates_prize.txt @@ -2,7 +2,6 @@ Name:Pirate's Prize ManaCost:3 U Types:Sorcery A:SP$ Draw | Cost$ 3 U | NumCards$ 2 | SubAbility$ DBTreasure | SpellDescription$ Draw two cards. Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/pirates_prize.jpg Oracle:Draw two cards. Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/pitiless_plunderer.txt b/forge-gui/res/cardsfolder/p/pitiless_plunderer.txt index 8ff46ce3609..83735e6a56d 100644 --- a/forge-gui/res/cardsfolder/p/pitiless_plunderer.txt +++ b/forge-gui/res/cardsfolder/p/pitiless_plunderer.txt @@ -3,8 +3,7 @@ ManaCost:3 B Types:Creature Human Pirate PT:1/4 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another creature you control dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/pitiless_plunderer.jpg Oracle:Whenever another creature you control dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/p/pollenbright_wings.txt b/forge-gui/res/cardsfolder/p/pollenbright_wings.txt index f690328417f..1b3e0e738a2 100644 --- a/forge-gui/res/cardsfolder/p/pollenbright_wings.txt +++ b/forge-gui/res/cardsfolder/p/pollenbright_wings.txt @@ -5,7 +5,7 @@ K:Enchant creature A:SP$ Attach | Cost$ 4 G W | ValidTgts$ Creature | AITgts$ Card.powerGE1 | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Flying | Description$ Enchanted creature has flying. T:Mode$ DamageDone | ValidSource$ Card.AttachedBy | Execute$ TrigToken | ValidTarget$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted creature deals combat damage to a player, create that many 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav SVar:X:TriggerCount$DamageAmount DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/pollenbright_wings.jpg diff --git a/forge-gui/res/cardsfolder/p/pongify.txt b/forge-gui/res/cardsfolder/p/pongify.txt index ad383014914..a437afcf556 100644 --- a/forge-gui/res/cardsfolder/p/pongify.txt +++ b/forge-gui/res/cardsfolder/p/pongify.txt @@ -2,6 +2,6 @@ Name:Pongify ManaCost:U Types:Instant A:SP$ Destroy | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select a creature | AILogic$ Pongify | SubAbility$ DBToken | NoRegen$ True | SpellDescription$ Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Ape | TokenTypes$ Creature,Ape | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_3_3_ape | TokenOwner$ TargetedController | LegacyImage$ g 3 3 ape plc SVar:Picture:http://www.wizards.com/global/images/magic/general/pongify.jpg Oracle:Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/precinct_captain.txt b/forge-gui/res/cardsfolder/p/precinct_captain.txt index 391a963fcaa..2d5890a30e3 100644 --- a/forge-gui/res/cardsfolder/p/precinct_captain.txt +++ b/forge-gui/res/cardsfolder/p/precinct_captain.txt @@ -4,7 +4,7 @@ Types:Creature Human Soldier PT:2/2 K:First Strike T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenName$ Soldier | TokenColors$ White | TokenTypes$ Creature,Soldier | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenImage$ w 1 1 soldier rtr +SVar:TrigToken:DB$ Token | TokenScript$ w_1_1_soldier_rtr | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ w 1 1 soldier rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/precinct_captain.jpg Oracle:First strike\nWhenever Precinct Captain deals combat damage to a player, create a 1/1 white Soldier creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/precursor_golem.txt b/forge-gui/res/cardsfolder/p/precursor_golem.txt index ad8c890a33d..32b40d965d0 100644 --- a/forge-gui/res/cardsfolder/p/precursor_golem.txt +++ b/forge-gui/res/cardsfolder/p/precursor_golem.txt @@ -3,7 +3,7 @@ ManaCost:5 Types:Artifact Creature Golem PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 3/3 colorless Golem artifact creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ Player | IsSingleTarget$ True | TargetsValid$ Golem | Execute$ TrigCopy | TriggerZones$ Battlefield | TriggerDescription$ Whenever a player casts an instant or sorcery spell that targets only a single Golem, that player copies that spell for each other Golem that spell could target. Each copy targets a different one of those Golems. SVar:TrigCopy:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | Controller$ TriggeredSpellAbilityController | CopyForEachCanTarget$ Golem SVar:Picture:http://www.wizards.com/global/images/magic/general/precursor_golem.jpg diff --git a/forge-gui/res/cardsfolder/p/predators_howl.txt b/forge-gui/res/cardsfolder/p/predators_howl.txt index 08b3ebafba2..96492bf995e 100644 --- a/forge-gui/res/cardsfolder/p/predators_howl.txt +++ b/forge-gui/res/cardsfolder/p/predators_howl.txt @@ -1,7 +1,7 @@ Name:Predator's Howl ManaCost:3 G Types:Instant -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenImage$ g_2_2_wolf_CNS | References$ X | SpellDescription$ Create a 2/2 green Wolf creature token. Morbid — Create three 2/2 green Wolf creature tokens instead if a creature died this turn. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf cns | References$ X | SpellDescription$ Create a 2/2 green Wolf creature token. Morbid — Create three 2/2 green Wolf creature tokens instead if a creature died this turn. SVar:X:Count$Morbid.3.1 SVar:Picture:http://www.wizards.com/global/images/magic/general/predators_howl.jpg Oracle:Create a 2/2 green Wolf creature token.\nMorbid — Create three 2/2 green Wolf creature tokens instead if a creature died this turn. diff --git a/forge-gui/res/cardsfolder/p/predatory_advantage.txt b/forge-gui/res/cardsfolder/p/predatory_advantage.txt index 4e2535cfb2d..a3ca1645a8e 100644 --- a/forge-gui/res/cardsfolder/p/predatory_advantage.txt +++ b/forge-gui/res/cardsfolder/p/predatory_advantage.txt @@ -2,7 +2,7 @@ Name:Predatory Advantage ManaCost:3 R G Types:Enchantment T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | CheckSVar$ X | SVarCompare$ EQ0 | References$ X | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each opponent's end step, if that player didn't cast a creature spell this turn, create a 2/2 green Lizard creature token. -SVar:TrigToken:DB$Token | TokenName$ Lizard | TokenTypes$ Creature,Lizard | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenAmount$ 1 | TokenOwner$ You +SVar:TrigToken:DB$Token | TokenScript$ g_2_2_lizard | LegacyImage$ g 2 2 lizard arb | TokenAmount$ 1 | TokenOwner$ You SVar:X:Count$ThisTurnCast_Creature.ActivePlayerCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/predatory_advantage.jpg Oracle:At the beginning of each opponent's end step, if that player didn't cast a creature spell this turn, create a 2/2 green Lizard creature token. diff --git a/forge-gui/res/cardsfolder/p/presence_of_gond.txt b/forge-gui/res/cardsfolder/p/presence_of_gond.txt index 8430b816c06..eaf8b4527d7 100644 --- a/forge-gui/res/cardsfolder/p/presence_of_gond.txt +++ b/forge-gui/res/cardsfolder/p/presence_of_gond.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 2 G | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Card.AttachedBy | AddAbility$ Token | Description$ Enchanted creature has "{T}: Create a 1/1 green Elf Warrior creature token." -SVar:Token:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 elf warrior SHM | TokenOwner$ You | SpellDescription$ Create a 1/1 green Elf Warrior creature token. +SVar:Token:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | LegacyImage$ g 1 1 elf warrior shm | TokenOwner$ You | SpellDescription$ Create a 1/1 green Elf Warrior creature token. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/presence_of_gond.jpg Oracle:Enchant creature\nEnchanted creature has "{T}: Create a 1/1 green Elf Warrior creature token." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/press_for_answers.txt b/forge-gui/res/cardsfolder/p/press_for_answers.txt index 0d0b34b40f6..73c0ee92872 100644 --- a/forge-gui/res/cardsfolder/p/press_for_answers.txt +++ b/forge-gui/res/cardsfolder/p/press_for_answers.txt @@ -3,8 +3,7 @@ ManaCost:1 U Types:Sorcery A:SP$ Tap | Cost$ 1 U | ValidTgts$ Creature | SubAbility$ DBPump | SpellDescription$ Tap target creature. It doesn't untap during its controller's next untap step. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate SVar:Picture:http://www.wizards.com/global/images/magic/general/press_for_answers.jpg Oracle:Tap target creature. It doesn't untap during its controller's next untap step.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/p/pride_of_the_clouds.txt b/forge-gui/res/cardsfolder/p/pride_of_the_clouds.txt index 26e5233eed0..3f46c5c0a3f 100644 --- a/forge-gui/res/cardsfolder/p/pride_of_the_clouds.txt +++ b/forge-gui/res/cardsfolder/p/pride_of_the_clouds.txt @@ -4,7 +4,7 @@ Types:Creature Elemental Cat PT:1/1 K:Flying S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | References$ X | Description$ CARDNAME gets +1/+1 for each other creature with flying on the battlefield. -A:AB$ Token | Cost$ 2 W U | ActivationZone$ Hand | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ You | TokenColors$ White,Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | ActivationLimit$ 1 | PlayerTurn$ True | ActivationPhases$ Upkeep | PrecostDesc$ Forecast — | CostDesc$ {2}{W}{U}, Reveal CARDNAME from your hand: | SpellDescription$ Create a 1/1 white and blue Bird creature token with flying. (Activate this ability only during your upkeep and only once each turn.) +A:AB$ Token | Cost$ 2 W U | ActivationZone$ Hand | TokenAmount$ 1 | TokenScript$ wu_1_1_bird_flying | TokenOwner$ You | LegacyImage$ wu 1 1 bird flying dis | ActivationLimit$ 1 | PlayerTurn$ True | ActivationPhases$ Upkeep | PrecostDesc$ Forecast — | CostDesc$ {2}{W}{U}, Reveal CARDNAME from your hand: | SpellDescription$ Create a 1/1 white and blue Bird creature token with flying. (Activate this ability only during your upkeep and only once each turn.) SVar:X:Count$Valid Creature.withFlying+Other SVar:BuffedBy:Creature.withFlying SVar:Picture:http://www.wizards.com/global/images/magic/general/pride_of_the_clouds.jpg diff --git a/forge-gui/res/cardsfolder/p/pride_sovereign.txt b/forge-gui/res/cardsfolder/p/pride_sovereign.txt index bfdb84de96e..5fe4ad53851 100644 --- a/forge-gui/res/cardsfolder/p/pride_sovereign.txt +++ b/forge-gui/res/cardsfolder/p/pride_sovereign.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Cat PT:2/2 S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each other Cat you control. -A:AB$ Token | Cost$ W T Exert<1/CARDNAME> | TokenAmount$ 2 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 cat AKH | SpellDescription$ Create two 1/1 white Cat creature tokens with lifelink. (An exerted creature won't untap during your next untap step.) +A:AB$ Token | Cost$ W T Exert<1/CARDNAME> | TokenAmount$ 2 | TokenScript$ w_1_1_cat_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 cat lifelink hou | SpellDescription$ Create two 1/1 white Cat creature tokens with lifelink. (An exerted creature won't untap during your next untap step.) SVar:X:Count$Valid Cat.Other+YouCtrl SVar:BuffedBy:Cat DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/p/priest_of_the_blood_rite.txt b/forge-gui/res/cardsfolder/p/priest_of_the_blood_rite.txt index 2dd7c8c1d90..c6ca6570b77 100644 --- a/forge-gui/res/cardsfolder/p/priest_of_the_blood_rite.txt +++ b/forge-gui/res/cardsfolder/p/priest_of_the_blood_rite.txt @@ -3,7 +3,7 @@ ManaCost:3 B B Types:Creature Human Cleric PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 5/5 black Demon creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | TokenImage$ b 5 5 demon ori +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_5_5_demon_flying | TokenOwner$ TriggeredCardController | LegacyImage$ b 5 5 demon flying ori T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ At the beginning of your upkeep, you lose 2 life. SVar:TrigLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ 2 SVar:SacMe:4 diff --git a/forge-gui/res/cardsfolder/p/primeval_bounty.txt b/forge-gui/res/cardsfolder/p/primeval_bounty.txt index 23c015bf53a..0d4ac0f0422 100644 --- a/forge-gui/res/cardsfolder/p/primeval_bounty.txt +++ b/forge-gui/res/cardsfolder/p/primeval_bounty.txt @@ -2,7 +2,7 @@ Name:Primeval Bounty ManaCost:5 G Types:Enchantment T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | Execute$ BountysGift | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a creature spell, create a 3/3 green Beast creature token. -SVar:BountysGift:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast M14 +SVar:BountysGift:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast m14 T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, put three +1/+1 counters on target creature you control. SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 3 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a land enters the battlefield under your control, you gain 3 life. diff --git a/forge-gui/res/cardsfolder/p/promise_of_bunrei.txt b/forge-gui/res/cardsfolder/p/promise_of_bunrei.txt index a119abad808..d8b43638c7a 100644 --- a/forge-gui/res/cardsfolder/p/promise_of_bunrei.txt +++ b/forge-gui/res/cardsfolder/p/promise_of_bunrei.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Enchantment T:Mode$ ChangesZone | ValidCard$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ When a creature you control dies, sacrifice CARDNAME. If you do, create four 1/1 colorless Spirit creature tokens. SVar:TrigSac:DB$ SacrificeAll | ValidCards$ Card.Self | RememberSacrificed$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 4 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup | References$ X +SVar:DBToken:DB$ Token | TokenAmount$ 4 | TokenScript$ c_1_1_spirit | TokenOwner$ You | LegacyImage$ c 1 1 spirit sok | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | SubAbility$ DBCleanup | References$ X SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/promise_of_bunrei.jpg diff --git a/forge-gui/res/cardsfolder/p/promise_of_power.txt b/forge-gui/res/cardsfolder/p/promise_of_power.txt index 80626298a5b..01c4ea2a9ec 100644 --- a/forge-gui/res/cardsfolder/p/promise_of_power.txt +++ b/forge-gui/res/cardsfolder/p/promise_of_power.txt @@ -5,7 +5,7 @@ K:Entwine:4 A:SP$ Charm | Cost$ 2 B B B | Choices$ DBDraw,DBToken | CharmNum$ 1 SVar:DBDraw:DB$ Draw | NumCards$ 5 | SpellDescription$ You draw five cards and you lose 5 life. | SubAbility$ DBLoseLife SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 5 -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ You | TokenColors$ Black | TokenKeywords$ Flying | TokenPower$ X | TokenToughness$ X | References$ X | SpellDescription$ Create an X/X black Demon creature token with flying, where X is the number of cards in your hand. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_x_x_demon_flying | TokenOwner$ You | LegacyImage$ b x x demon flying mrd | TokenPower$ X | TokenToughness$ X | References$ X | SpellDescription$ Create an X/X black Demon creature token with flying, where X is the number of cards in your hand. SVar:X:Count$NumCardsInYourHand AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/promise_of_power.jpg diff --git a/forge-gui/res/cardsfolder/p/prosperous_pirates.txt b/forge-gui/res/cardsfolder/p/prosperous_pirates.txt index e96879b7cdf..359609187dd 100644 --- a/forge-gui/res/cardsfolder/p/prosperous_pirates.txt +++ b/forge-gui/res/cardsfolder/p/prosperous_pirates.txt @@ -3,8 +3,7 @@ ManaCost:4 U Types:Creature Human Pirate PT:3/4 T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ DBTreasureTokens | TriggerDescription$ When CARDNAME enters the battlefield, create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasureTokens:DB$ Token | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasureTokens:DB$ Token | TokenAmount$ 2 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/prosperous_pirates.jpg DeckHas:Ability$Token Oracle:When Prosperous Pirates enters the battlefield, create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/p/prossh_skyraider_of_kher.txt b/forge-gui/res/cardsfolder/p/prossh_skyraider_of_kher.txt index b093d00ad2e..fe182573b19 100644 --- a/forge-gui/res/cardsfolder/p/prossh_skyraider_of_kher.txt +++ b/forge-gui/res/cardsfolder/p/prossh_skyraider_of_kher.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Dragon PT:5/5 K:Flying T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cast CARDNAME, create X 0/1 red Kobold creature tokens named Kobolds of Kher Keep, where X is the amount of mana spent to cast CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Kobolds of Kher Keep | TokenTypes$ Creature,Kobold | TokenOwner$ You | TokenColors$ Red | TokenPower$ 0 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ kobolds_of_kher_keep | TokenOwner$ You | LegacyImage$ kobolds of kher keep c13 | References$ X SVar:X:Count$FirstSpellTotalManaSpent A:AB$ Pump | Cost$ Sac<1/Creature.Other/another creature> | NumAtt$ 1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/prossh_skyraider_of_kher.jpg diff --git a/forge-gui/res/cardsfolder/p/prowess_of_the_fair.txt b/forge-gui/res/cardsfolder/p/prowess_of_the_fair.txt index f26f0d579c0..cdd10e7657d 100644 --- a/forge-gui/res/cardsfolder/p/prowess_of_the_fair.txt +++ b/forge-gui/res/cardsfolder/p/prowess_of_the_fair.txt @@ -2,7 +2,7 @@ Name:Prowess of the Fair ManaCost:1 B Types:Tribal Enchantment Elf T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Elf.nonToken+Other+YouOwn | TriggerZones$ Battlefield | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Whenever another nontoken Elf is put into your graveyard from the battlefield, you may create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ g 1 1 elf warrior lrw AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/prowess_of_the_fair.jpg Oracle:Whenever another nontoken Elf is put into your graveyard from the battlefield, you may create a 1/1 green Elf Warrior creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/prying_blade.txt b/forge-gui/res/cardsfolder/p/prying_blade.txt index 7d521553594..3dbacec8c6c 100644 --- a/forge-gui/res/cardsfolder/p/prying_blade.txt +++ b/forge-gui/res/cardsfolder/p/prying_blade.txt @@ -3,8 +3,7 @@ ManaCost:1 Types:Artifact Equipment S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 1 | Description$ Equipped creature gets +1/+0. T:Mode$ DamageDone | ValidSource$ Creature.EquippedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigTreasure | TriggerZones$ Battlefield | TriggerDescription$ Whenever equipped creature deals combat damage to a player, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln K:Equip:2 SVar:Picture:http://www.wizards.com/global/images/magic/general/prying_blade.jpg Oracle:Equipped creature gets +1/+0.\nWhenever equipped creature deals combat damage to a player, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color."\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/psychotrope_thallid.txt b/forge-gui/res/cardsfolder/p/psychotrope_thallid.txt index 2618b9554cc..7c9e1f1e935 100644 --- a/forge-gui/res/cardsfolder/p/psychotrope_thallid.txt +++ b/forge-gui/res/cardsfolder/p/psychotrope_thallid.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling plc | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Draw | Cost$ 1 Sac<1/Saproling> | NumCards$ 1 | SpellDescription$ Draw a card. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/p/pulse_of_the_tangle.txt b/forge-gui/res/cardsfolder/p/pulse_of_the_tangle.txt index 88b11e1d6e5..b6f9aac3cb1 100644 --- a/forge-gui/res/cardsfolder/p/pulse_of_the_tangle.txt +++ b/forge-gui/res/cardsfolder/p/pulse_of_the_tangle.txt @@ -1,7 +1,7 @@ Name:Pulse of the Tangle ManaCost:1 G G Types:Sorcery -A:SP$ Token | Cost$ 1 G G | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | SubAbility$ DBBounce | SpellDescription$ Create a 3/3 green Beast creature token. Then if an opponent controls more creatures than you, return CARDNAME to its owner's hand. +A:SP$ Token | Cost$ 1 G G | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast dst | SubAbility$ DBBounce | SpellDescription$ Create a 3/3 green Beast creature token. Then if an opponent controls more creatures than you, return CARDNAME to its owner's hand. SVar:DBBounce:DB$ChangeZone | Origin$ Stack | Destination$ Hand | ConditionPresent$ Creature.OppCtrl | ConditionCompare$ GTX | References$ X SVar:X:Count$Valid Creature.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/pulse_of_the_tangle.jpg diff --git a/forge-gui/res/cardsfolder/p/puppet_conjurer.txt b/forge-gui/res/cardsfolder/p/puppet_conjurer.txt index 49c7842bbd3..27c5873c7c4 100644 --- a/forge-gui/res/cardsfolder/p/puppet_conjurer.txt +++ b/forge-gui/res/cardsfolder/p/puppet_conjurer.txt @@ -2,7 +2,7 @@ Name:Puppet Conjurer ManaCost:1 B Types:Artifact Creature Human Wizard PT:1/2 -A:AB$ Token | Cost$ U T | TokenAmount$ 1 | TokenName$ Homunculus | TokenTypes$ Artifact,Creature,Homunculus | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Create a 0/1 blue Homunculus artifact creature token. +A:AB$ Token | Cost$ U T | TokenAmount$ 1 | TokenScript$ u_0_1_a_homunculus | TokenOwner$ You | LegacyImage$ u 0 1 a homunculus ala | SpellDescription$ Create a 0/1 blue Homunculus artifact creature token. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a Homunculus. SVar:TrigSac:DB$ Sacrifice | Defined$ You | SacValid$ Homunculus SVar:Picture:http://www.wizards.com/global/images/magic/general/puppet_conjurer.jpg diff --git a/forge-gui/res/cardsfolder/p/pure_reflection.txt b/forge-gui/res/cardsfolder/p/pure_reflection.txt index f8b5e77e869..1ebb9fcca88 100644 --- a/forge-gui/res/cardsfolder/p/pure_reflection.txt +++ b/forge-gui/res/cardsfolder/p/pure_reflection.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Enchantment T:Mode$ SpellCast | ValidCard$ Creature | Execute$ TrigDestroy | ValidActivatingPlayer$ Player | TriggerZones$ Battlefield | TriggerDescription$ Whenever a player casts a creature spell, destroy all Reflections. Then that player creates an X/X white Reflection creature token, where X is the converted mana cost of that spell. SVar:TrigDestroy:DB$ DestroyAll | ValidCards$ Reflection | SubAbility$ DBToken | SpellDescription$ Destroy all Reflections -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenPower$ X | TokenToughness$ X | References$ X | TokenName$ Reflection | TokenTypes$ Creature,Reflection | TokenColors$ White | TokenOwner$ TriggeredActivator +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenPower$ X | TokenToughness$ X | References$ X | TokenScript$ w_x_x_reflection | TokenOwner$ TriggeredActivator | LegacyImage$ w x x reflection inv SVar:X:TriggeredCard$CardManaCost SVar:Picture:http://www.wizards.com/global/images/magic/general/pure_reflection.jpg Oracle:Whenever a player casts a creature spell, destroy all Reflections. Then that player creates an X/X white Reflection creature token, where X is the converted mana cost of that spell. diff --git a/forge-gui/res/cardsfolder/q/queen_marchesa.txt b/forge-gui/res/cardsfolder/q/queen_marchesa.txt index 46a1b3cb06c..bcf41f71380 100644 --- a/forge-gui/res/cardsfolder/q/queen_marchesa.txt +++ b/forge-gui/res/cardsfolder/q/queen_marchesa.txt @@ -7,6 +7,6 @@ K:Haste T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | CheckDefinedPlayer$ Opponent.isMonarch | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Assassin | TokenTypes$ Creature,Assassin | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 assassin CN2 | TokenKeywords$ Deathtouch<>Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_assassin_deathtouch_haste | TokenOwner$ You | LegacyImage$ b 1 1 assassin deathtouch haste cn2 SVar:Picture:http://www.wizards.com/global/images/magic/general/queen_marchesa.jpg Oracle:Deathtouch, haste\nWhen Queen Marchesa enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/q/queens_commission.txt b/forge-gui/res/cardsfolder/q/queens_commission.txt index 1558714af37..229ce376f7a 100644 --- a/forge-gui/res/cardsfolder/q/queens_commission.txt +++ b/forge-gui/res/cardsfolder/q/queens_commission.txt @@ -1,7 +1,7 @@ Name:Queen's Commission ManaCost:2 W Types:Sorcery -A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenName$ Vampire | TokenColors$ White | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 vampire | SpellDescription$ Create two 1/1 white Vampire creature tokens with lifelink. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 vampire lifelink xln | SpellDescription$ Create two 1/1 white Vampire creature tokens with lifelink. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/queens_commission.jpg Oracle:Create two 1/1 white Vampire creature tokens with lifelink. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/q/quest_for_the_gravelord.txt b/forge-gui/res/cardsfolder/q/quest_for_the_gravelord.txt index 4c542ecfc38..42ffa11f3b0 100644 --- a/forge-gui/res/cardsfolder/q/quest_for_the_gravelord.txt +++ b/forge-gui/res/cardsfolder/q/quest_for_the_gravelord.txt @@ -1,7 +1,7 @@ Name:Quest for the Gravelord ManaCost:B Types:Enchantment -A:AB$ Token | Cost$ SubCounter<3/QUEST> Sac<1/CARDNAME> | TokenAmount$ 1 | TokenImage$ b 5 5 zombie giant | TokenName$ Zombie Giant | TokenColors$ Black | TokenTypes$ Creature,Zombie,Giant | TokenPower$ 5 | TokenToughness$ 5 | TokenOwner$ You | TokenAmount$ 1 | SpellDescription$ Create a 5/5 black Zombie Giant creature token. +A:AB$ Token | Cost$ SubCounter<3/QUEST> Sac<1/CARDNAME> | TokenAmount$ 1 | LegacyImage$ b 5 5 zombie giant zen | TokenScript$ b_5_5_zombie_giant | TokenOwner$ You | TokenAmount$ 1 | SpellDescription$ Create a 5/5 black Zombie Giant creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature dies, you may put a quest counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ QUEST | CounterNum$ 1 SVar:MaxQuestEffect:3 diff --git a/forge-gui/res/cardsfolder/q/questing_phelddagrif.txt b/forge-gui/res/cardsfolder/q/questing_phelddagrif.txt index 6236f305780..69fc8cc3a6d 100644 --- a/forge-gui/res/cardsfolder/q/questing_phelddagrif.txt +++ b/forge-gui/res/cardsfolder/q/questing_phelddagrif.txt @@ -5,7 +5,7 @@ PT:4/4 A:AB$ Pump | Cost$ G | Defined$ Self | NumAtt$ +1 | NumDef$ +1 | SubAbility$ DBToken | SpellDescription$ CARDNAME gets +1/+1 until end of turn. Target opponent creates a 1/1 green Hippo creature token. A:AB$ Protection | Cost$ W | Defined$ Self | Gains$ black,red | SubAbility$ DBGain | SpellDescription$ CARDNAME gains protection from black and from red until end of turn. Target opponent gains 2 life. A:AB$ Pump | Cost$ U | Defined$ Self | KW$ Flying | SubAbility$ DBDraw | SpellDescription$ CARDNAME gains flying until end of turn. Target opponent may draw a card. -SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenName$ Hippo | TokenTypes$ Creature,Hippo | TokenOwner$ Opponent | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:DBToken:DB$Token | ValidTgts$ Opponent | TokenAmount$ 1 | TokenScript$ g_1_1_hippo | TokenOwner$ Opponent | LegacyImage$ g 1 1 hippo pls SVar:DBGain:DB$GainLife | LifeAmount$ 2 | ValidTgts$ Opponent SVar:DBDraw:DB$Draw | NumCards$ 1 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | OptionalDecider$ Opponent AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/r/raise_the_alarm.txt b/forge-gui/res/cardsfolder/r/raise_the_alarm.txt index 78c483972f2..990896161e0 100644 --- a/forge-gui/res/cardsfolder/r/raise_the_alarm.txt +++ b/forge-gui/res/cardsfolder/r/raise_the_alarm.txt @@ -1,6 +1,6 @@ Name:Raise the Alarm ManaCost:1 W Types:Instant -A:SP$ Token | Cost$ 1 W | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M15 | SpellDescription$ Create two 1/1 white Soldier creature tokens. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier mrd | SpellDescription$ Create two 1/1 white Soldier creature tokens. SVar:Picture:http://resources.wizards.com/magic/cards/mrd/en-us/card48103.jpg Oracle:Create two 1/1 white Soldier creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/raised_by_wolves.txt b/forge-gui/res/cardsfolder/r/raised_by_wolves.txt index ca5b09a0b20..8ef1593ea52 100644 --- a/forge-gui/res/cardsfolder/r/raised_by_wolves.txt +++ b/forge-gui/res/cardsfolder/r/raised_by_wolves.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 3 G G | ValidTgts$ Creature | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 2/2 green Wolf creature tokens. -SVar:TrigToken:DB$ Token | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf bng | TokenOwner$ You | TokenAmount$ 2 +SVar:TrigToken:DB$ Token | TokenScript$ g_2_2_wolf | LegacyImage$ g 2 2 wolf bng | TokenOwner$ You | TokenAmount$ 2 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ X | AddToughness$ X | Description$ Enchanted creature gets +1/+1 for each Wolf you control. SVar:X:Count$Valid Card.Wolf+YouCtrl SVar:BuffedBy:Wolf diff --git a/forge-gui/res/cardsfolder/r/rakdos_guildmage.txt b/forge-gui/res/cardsfolder/r/rakdos_guildmage.txt index 8a1ed36028d..36908af095d 100644 --- a/forge-gui/res/cardsfolder/r/rakdos_guildmage.txt +++ b/forge-gui/res/cardsfolder/r/rakdos_guildmage.txt @@ -3,7 +3,7 @@ ManaCost:BR BR Types:Creature Zombie Shaman PT:2/2 A:AB$ Pump | Cost$ 3 B Discard<1/Card> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$True | SpellDescription$ Target creature gets -2/-2 until end of turn. -A:AB$ Token | Cost$ 3 R | TokenScript$ r_2_1_goblin_haste | AtEOT$ Exile | SpellDescription$ Create a 2/1 red Goblin creature token with haste. Exile it at the beginning of the next end step. +A:AB$ Token | Cost$ 3 R | TokenScript$ r_2_1_goblin_haste | LegacyImage$ r 2 1 goblin haste dis | AtEOT$ Exile | SpellDescription$ Create a 2/1 red Goblin creature token with haste. Exile it at the beginning of the next end step. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/rakdos_guildmage.jpg Oracle:{3}{B}, Discard a card: Target creature gets -2/-2 until end of turn.\n{3}{R}: Create a 2/1 red Goblin creature token with haste. Exile it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/r/rakka_mar.txt b/forge-gui/res/cardsfolder/r/rakka_mar.txt index 5a45fb9ff38..80e78cea7b6 100644 --- a/forge-gui/res/cardsfolder/r/rakka_mar.txt +++ b/forge-gui/res/cardsfolder/r/rakka_mar.txt @@ -3,6 +3,6 @@ ManaCost:2 R R Types:Legendary Creature Human Shaman PT:2/2 K:Haste -A:AB$ Token | Cost$ R T | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 3 | TokenToughness$ 1 | TokenKeywords$ Haste | SpellDescription$ Create a 3/1 red Elemental creature token with haste. +A:AB$ Token | Cost$ R T | TokenAmount$ 1 | TokenScript$ r_3_1_elemental_haste | TokenOwner$ You | LegacyImage$ r 3 1 elemental haste cfx | SpellDescription$ Create a 3/1 red Elemental creature token with haste. SVar:Picture:http://www.wizards.com/global/images/magic/general/rakka_mar.jpg Oracle:Haste\n{R}, {T}: Create a 3/1 red Elemental creature token with haste. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/rakshasa_gravecaller.txt b/forge-gui/res/cardsfolder/r/rakshasa_gravecaller.txt index b8a6e5101cf..c0582e342c3 100644 --- a/forge-gui/res/cardsfolder/r/rakshasa_gravecaller.txt +++ b/forge-gui/res/cardsfolder/r/rakshasa_gravecaller.txt @@ -4,6 +4,6 @@ Types:Creature Cat Demon PT:3/6 K:Exploit T:Mode$ Exploited | ValidCard$ Creature | ValidSource$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME exploits a creature, create two 2/2 black Zombie creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie DTK +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie dtk SVar:Picture:http://www.wizards.com/global/images/magic/general/rakshasa_gravecaller.jpg Oracle:Exploit (When this creature enters the battlefield, you may sacrifice a creature.)\nWhen Rakshasa Gravecaller exploits a creature, create two 2/2 black Zombie creature tokens. diff --git a/forge-gui/res/cardsfolder/r/rally_the_horde.txt b/forge-gui/res/cardsfolder/r/rally_the_horde.txt index 72d9c7492c6..ba573dd3d60 100644 --- a/forge-gui/res/cardsfolder/r/rally_the_horde.txt +++ b/forge-gui/res/cardsfolder/r/rally_the_horde.txt @@ -7,7 +7,7 @@ SVar:DBMill1:DB$ Mill | RememberMilled$ True | Destination$ Exile | NumCards$ 1 SVar:DBMill2:DB$ Mill | RememberMilled$ True | Destination$ Exile | NumCards$ 1 | SubAbility$ DBMill3 SVar:DBMill3:DB$ Mill | RememberMilled$ True | Destination$ Exile | NumCards$ 1 | Imprint$ True SVar:X:Count$ValidExile Land.IsImprinted -SVar:DBToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBCleanup | StackDescription$ None +SVar:DBToken:DB$ Token | TokenAmount$ Y | References$ Y | TokenScript$ r_1_1_warrior | TokenOwner$ You | LegacyImage$ r 1 1 warrior sok | SubAbility$ DBCleanup | StackDescription$ None SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True SVar:Y:Count$ValidExile Card.IsRemembered+nonLand AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/r/rampaging_baloths.txt b/forge-gui/res/cardsfolder/r/rampaging_baloths.txt index c9d600f8c63..312c0545b54 100644 --- a/forge-gui/res/cardsfolder/r/rampaging_baloths.txt +++ b/forge-gui/res/cardsfolder/r/rampaging_baloths.txt @@ -4,6 +4,6 @@ Types:Creature Beast PT:6/6 K:Trample T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, you may create a 4/4 green Beast creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ g 4 4 beast ZEN +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_4_beast | TokenOwner$ You | LegacyImage$ g 4 4 beast zen SVar:Picture:http://www.wizards.com/global/images/magic/general/rampaging_baloths.jpg Oracle:Trample\nLandfall — Whenever a land enters the battlefield under your control, you may create a 4/4 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/r/rapacious_one.txt b/forge-gui/res/cardsfolder/r/rapacious_one.txt index a93e48b0cc8..90b1ceb95c6 100644 --- a/forge-gui/res/cardsfolder/r/rapacious_one.txt +++ b/forge-gui/res/cardsfolder/r/rapacious_one.txt @@ -3,9 +3,8 @@ ManaCost:5 R Types:Creature Eldrazi Drone PT:5/4 K:Trample -T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | References$ X | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, pcreate that many 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | References$ X | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create that many 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe SVar:X:TriggerCount$DamageAmount DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/r/rapid_hybridization.txt b/forge-gui/res/cardsfolder/r/rapid_hybridization.txt index 14e623a10e6..6c4ea6c2677 100644 --- a/forge-gui/res/cardsfolder/r/rapid_hybridization.txt +++ b/forge-gui/res/cardsfolder/r/rapid_hybridization.txt @@ -2,6 +2,6 @@ Name:Rapid Hybridization ManaCost:U Types:Instant A:SP$ Destroy | Cost$ U | ValidTgts$ Creature | TgtPrompt$ Select a creature | AILogic$ Pongify | SubAbility$ DBToken | NoRegen$ True | SpellDescription$ Destroy target creature. It can't be regenerated. That creature's controller creates a 3/3 green Frog Lizard creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Frog Lizard | TokenTypes$ Creature,Frog,Lizard | TokenOwner$ TargetedController | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_frog_lizard | TokenOwner$ TargetedController | LegacyImage$ g 3 3 frog lizard gtc SVar:Picture:http://www.wizards.com/global/images/magic/general/rapid_hybridization.jpg Oracle:Destroy target creature. It can't be regenerated. That creature's controller creates a 3/3 green Frog Lizard creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/raptor_hatchling.txt b/forge-gui/res/cardsfolder/r/raptor_hatchling.txt index 5395a29413f..bc99037ff3d 100644 --- a/forge-gui/res/cardsfolder/r/raptor_hatchling.txt +++ b/forge-gui/res/cardsfolder/r/raptor_hatchling.txt @@ -3,8 +3,8 @@ ManaCost:1 R Types:Creature Dinosaur PT:1/1 T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | TriggerDescription$ Enrage — Whenever Raptor Hatchling is dealt damage, create a 3/3 green Dinosaur creature token with trample. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | LegacyImage$ g 3 3 dinosaur trample xln | TokenAmount$ 1 SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/raptor_hatchling.jpg DeckHas:Ability$Token -Oracle:Enrage — Whenever Ripjaw Raptor is dealt damage, Whenever Raptor Hatchling is dealt damage, create a 3/3 green Dinosaur creature token with trample. +Oracle:Enrage — Whenever Raptor Hatchling is dealt damage, create a 3/3 green Dinosaur creature token with trample. diff --git a/forge-gui/res/cardsfolder/r/reach_of_branches.txt b/forge-gui/res/cardsfolder/r/reach_of_branches.txt index 74efb49c7d5..9c8d3da17d2 100644 --- a/forge-gui/res/cardsfolder/r/reach_of_branches.txt +++ b/forge-gui/res/cardsfolder/r/reach_of_branches.txt @@ -1,7 +1,7 @@ Name:Reach of Branches ManaCost:4 G Types:Tribal Instant Treefolk -A:SP$ Token | Cost$ 4 G | TokenAmount$ 1 | TokenName$ Treefolk Shaman | TokenTypes$ Creature,Treefolk,Shaman | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 5 | SpellDescription$ Create a 2/5 green Treefolk Shaman creature token. +A:SP$ Token | Cost$ 4 G | TokenAmount$ 1 | TokenScript$ g_2_5_treefolk_shaman | TokenOwner$ You | LegacyImage$ g 2 5 treefolk shaman mor | SpellDescription$ Create a 2/5 green Treefolk Shaman creature token. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Forest.YouCtrl | TriggerZones$ Graveyard | OptionalDecider$ You | Execute$ TrigReturn | TriggerDescription$ Whenever a Forest enters the battlefield under your control, you may return CARDNAME from your graveyard to your hand. SVar:TrigReturn:DB$ChangeZone | Origin$ Graveyard | Destination$ Hand | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/reach_of_branches.jpg diff --git a/forge-gui/res/cardsfolder/r/reap_the_seagraf.txt b/forge-gui/res/cardsfolder/r/reap_the_seagraf.txt index 229cccc0125..af99e4fa19b 100644 --- a/forge-gui/res/cardsfolder/r/reap_the_seagraf.txt +++ b/forge-gui/res/cardsfolder/r/reap_the_seagraf.txt @@ -2,6 +2,6 @@ Name:Reap the Seagraf ManaCost:2 B Types:Sorcery K:Flashback:4 U -A:SP$ Token | Cost$ 2 B | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD | SpellDescription$ Create a 2/2 black Zombie creature token. +A:SP$ Token | Cost$ 2 B | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie dka | SpellDescription$ Create a 2/2 black Zombie creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/reap_the_seagraf.jpg Oracle:Create a 2/2 black Zombie creature token.\nFlashback {4}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/r/rebellion_of_the_flamekin.txt b/forge-gui/res/cardsfolder/r/rebellion_of_the_flamekin.txt index 1ee453988e9..b6a15e9ece3 100644 --- a/forge-gui/res/cardsfolder/r/rebellion_of_the_flamekin.txt +++ b/forge-gui/res/cardsfolder/r/rebellion_of_the_flamekin.txt @@ -2,9 +2,11 @@ Name:Rebellion of the Flamekin ManaCost:3 R Types:Tribal Enchantment Elemental T:Mode$ Clashed | ValidPlayer$ You | Won$ True | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigTokenW | TriggerDescription$ Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn. (This ability triggers after the clash ends.) -SVar:TrigTokenW:AB$Token | Cost$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 | TokenKeywords$ Haste +SVar:TrigTokenW:AB$Token | Cost$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_3_1_elemental_shaman | LegacyImage$ r 3 1 elemental shaman lrw | RememberTokens$ True | ForgetOtherRemembered$ True | SubAbility$ AdditionalPump +SVar:AdditionalPump:DB$ PumpAll | ValidCards$ Creature.IsRemembered | KW$ Haste | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True T:Mode$ Clashed | ValidPlayer$ You | Won$ False | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigTokenL | Secondary$ True | TriggerDescription$ Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn. (This ability triggers after the clash ends.) -SVar:TrigTokenL:AB$Token | Cost$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Elemental Shaman | TokenColors$ Red | TokenTypes$ Creature,Elemental,Shaman | TokenPower$ 3 | TokenToughness$ 1 +SVar:TrigTokenL:AB$Token | Cost$ 1 | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_3_1_elemental_shaman | LegacyImage$ r 3 1 elemental shaman lrw AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/rebellion_of_the_flamekin.jpg Oracle:Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn. (This ability triggers after the clash ends.) diff --git a/forge-gui/res/cardsfolder/r/reef_worm.txt b/forge-gui/res/cardsfolder/r/reef_worm.txt index bf72bb1a6ed..5b7f072b4fe 100644 --- a/forge-gui/res/cardsfolder/r/reef_worm.txt +++ b/forge-gui/res/cardsfolder/r/reef_worm.txt @@ -3,6 +3,6 @@ ManaCost:3 U Types:Creature Worm PT:0/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 blue Fish creature token with "When this creature dies, create a 6/6 blue Whale creature token with 'When this creature dies, create a 9/9 blue Kraken creature token.'" -SVar:TrigToken:DB$Token | LegacyImage$ u 3 3 fish | TokenScript$ u_3_3_fish_hatches_whale | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ u 3 3 fish hatches whale c14 | TokenScript$ u_3_3_fish_hatches_whale | TokenOwner$ You | TokenAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/reef_worm.jpg Oracle:When Reef Worm dies, create a 3/3 blue Fish creature token with "When this creature dies, create a 6/6 blue Whale creature token with 'When this creature dies, create a 9/9 blue Kraken creature token.'" diff --git a/forge-gui/res/cardsfolder/r/regal_bloodlord.txt b/forge-gui/res/cardsfolder/r/regal_bloodlord.txt index af1777a745c..c5f3fe7874c 100644 --- a/forge-gui/res/cardsfolder/r/regal_bloodlord.txt +++ b/forge-gui/res/cardsfolder/r/regal_bloodlord.txt @@ -4,7 +4,7 @@ Types:Creature Vampire Soldier PT:2/4 K:Flying T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ YouLifeGained | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if you gained life this turn, create a 1/1 black Bat creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Bat | TokenTypes$ Creature,Bat | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ b 1 1 bat m19 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_bat_flying | TokenOwner$ You | LegacyImage$ b 1 1 bat flying m19 SVar:YouLifeGained:Count$LifeYouGainedThisTurn DeckHints:Ability$LifeGain DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/r/regal_caracal.txt b/forge-gui/res/cardsfolder/r/regal_caracal.txt index c98bf8814db..eb2020b24b4 100644 --- a/forge-gui/res/cardsfolder/r/regal_caracal.txt +++ b/forge-gui/res/cardsfolder/r/regal_caracal.txt @@ -4,7 +4,7 @@ Types:Creature Cat PT:3/3 S:Mode$ Continuous | Affected$ Cat.Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Lifelink | Description$ Other Cats you control get +1/+1 and have lifelink. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Cat creature tokens with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | TokenImage$ w 1 1 cat +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_cat_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 cat lifelink akh SVar:PlayMain1:TRUE SVar:BuffedBy:Cat DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/r/regisaur_alpha.txt b/forge-gui/res/cardsfolder/r/regisaur_alpha.txt index ea60d6495d4..45687cde240 100644 --- a/forge-gui/res/cardsfolder/r/regisaur_alpha.txt +++ b/forge-gui/res/cardsfolder/r/regisaur_alpha.txt @@ -4,7 +4,7 @@ Types:Creature Dinosaur PT:4/4 S:Mode$ Continuous | Affected$ Creature.Dinosaur+Other+YouCtrl | AddKeyword$ Haste | Description$ Other Dinosaurs you control have haste. T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 green Dinosaur creature token with trample. -SVar:DBToken:DB$ Token | TokenOwner$ You | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | TokenAmount$ 1 +SVar:DBToken:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | LegacyImage$ g 3 3 dinosaur trample xln | TokenAmount$ 1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/regisaur_alpha.jpg Oracle:Other Dinosaurs you control have haste.\nWhen Regisaur Alpha enters the battlefield, create a 3/3 green Dinosaur creature token with trample. diff --git a/forge-gui/res/cardsfolder/r/regna_the_redeemer.txt b/forge-gui/res/cardsfolder/r/regna_the_redeemer.txt index f985983ce8c..4158ef039ad 100644 --- a/forge-gui/res/cardsfolder/r/regna_the_redeemer.txt +++ b/forge-gui/res/cardsfolder/r/regna_the_redeemer.txt @@ -5,7 +5,7 @@ PT:4/4 K:Partner:Krav, the Unredeemed:Krav K:Flying T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ YouTeamLifeGained | SVarCompare$ GE1 | Execute$ TrigWarrior | TriggerDescription$ At the beginning of each end step, if your team gained life this turn, create two 1/1 white Warrior creature tokens. -SVar:TrigWarrior:DB$ Token | TokenAmount$ 2 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w_1_1_warrior_BBD | SpellDescription$ Create two 1/1 white Warrior creature tokens. +SVar:TrigWarrior:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior bbd | SpellDescription$ Create two 1/1 white Warrior creature tokens. SVar:YouTeamLifeGained:Count$LifeYourTeamGainedThisTurn DeckHints:Name$Krav, the Unredeemed SVar:Picture:http://www.wizards.com/global/images/magic/general/regna_the_redeemer.jpg diff --git a/forge-gui/res/cardsfolder/r/reign_of_the_pit.txt b/forge-gui/res/cardsfolder/r/reign_of_the_pit.txt index 176bcc5a684..52ab28fa21a 100644 --- a/forge-gui/res/cardsfolder/r/reign_of_the_pit.txt +++ b/forge-gui/res/cardsfolder/r/reign_of_the_pit.txt @@ -2,7 +2,7 @@ Name:Reign of the Pit ManaCost:4 B B Types:Sorcery A:SP$ Sacrifice | Cost$ 4 B B | SacValid$ Creature | Defined$ Player | SubAbility$ DBToken | RememberSacrificed$ True | SpellDescription$ Each player sacrifices a creature. Create an X/X black Demon creature token with flying, where X is the total power of the creatures sacrificed this way. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ You | TokenColors$ Black | TokenPower$ X | TokenToughness$ X | TokenKeywords$ Flying | TokenImage$ b_x_x_demon_CNS | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_x_x_demon_flying | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | LegacyImage$ b x x demon flying cns | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$CardPower SVar:NeedsToPlayVar:Z EQ2 diff --git a/forge-gui/res/cardsfolder/r/rekindling_phoenix.txt b/forge-gui/res/cardsfolder/r/rekindling_phoenix.txt index c8364331aaf..74ab8f43f99 100644 --- a/forge-gui/res/cardsfolder/r/rekindling_phoenix.txt +++ b/forge-gui/res/cardsfolder/r/rekindling_phoenix.txt @@ -4,11 +4,7 @@ Types:Creature Phoenix PT:4/3 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME dies, create a 0/1 red Elemental creature token with "At the beginning of your upkeep, sacrifice this creature and return target card named Rekindling Phoenix from your graveyard to the battlefield. It gains haste until end of turn." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenImage$ r 0 1 elemental RIX | TokenOwner$ You | TokenColors$ Red | TokenPower$ 0 | TokenToughness$ 1 | TokenTriggers$ RekindlingPhoenixUpkeepTrigger | TokenSVars$ RekindlingPhoenixTrigSac,RekindlingPhoenixDBChangeZone,RekindlingPhoenixDBAnimate -SVar:RekindlingPhoenixUpkeepTrigger:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ RekindlingPhoenixTrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice this creature and return target card named Rekindling Phoenix from your graveyard to the battlefield. It gains haste until end of turn. -SVar:RekindlingPhoenixTrigSac:DB$ Sacrifice | SacValid$ Self | SubAbility$ RekindlingPhoenixDBChangeZone -SVar:RekindlingPhoenixDBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Card.YouCtrl+namedRekindling Phoenix | TgtPrompt$ Choose target card named Rekindling Phoenix in your graveyard | SubAbility$ RekindlingPhoenixDBAnimate -SVar:RekindlingPhoenixDBAnimate:DB$ Animate | Defined$ Targeted | Keywords$ Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_0_1_elemental_rekindling_phoenix | LegacyImage$ r 0 1 elemental rekindling phoenix rix DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/rekindling_phoenix.jpg Oracle:Flying\nWhen Rekindling Phoenix dies, create a 0/1 red Elemental creature token with "At the beginning of your upkeep, sacrifice this creature and return target card named Rekindling Phoenix from your graveyard to the battlefield. It gains haste until end of turn." diff --git a/forge-gui/res/cardsfolder/r/release_the_gremlins.txt b/forge-gui/res/cardsfolder/r/release_the_gremlins.txt index db1ed150351..5e264c0f3ea 100644 --- a/forge-gui/res/cardsfolder/r/release_the_gremlins.txt +++ b/forge-gui/res/cardsfolder/r/release_the_gremlins.txt @@ -5,6 +5,6 @@ A:SP$ Destroy | Cost$ X X R | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Art # It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code) SVar:X:Targeted$Amount SVar:MaxTgts:Count$Valid Artifact -SVar:DBToken:DB$Token | TokenAmount$ X | TokenName$ Gremlin | TokenTypes$ Creature,Gremlin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 2 | TokenToughness$ 2 +SVar:DBToken:DB$Token | TokenAmount$ X | TokenScript$ r_2_2_gremlin | TokenOwner$ You | LegacyImage$ r 2 2 gremlin aer SVar:Picture:http://www.wizards.com/global/images/magic/general/release_the_gremlins.jpg Oracle:Destroy X target artifacts. Create X 2/2 red Gremlin creature tokens. diff --git a/forge-gui/res/cardsfolder/r/renegades_getaway.txt b/forge-gui/res/cardsfolder/r/renegades_getaway.txt index eb3d8d5fd36..3f64acf6b6c 100644 --- a/forge-gui/res/cardsfolder/r/renegades_getaway.txt +++ b/forge-gui/res/cardsfolder/r/renegades_getaway.txt @@ -2,6 +2,6 @@ Name:Renegade's Getaway ManaCost:2 B Types:Instant A:SP$ Pump | Cost$ 2 B | ValidTgts$ Permanent | TgtPrompt$ Select target permanent | KW$ Indestructible | SubAbility$ DBToken | SpellDescription$ Target permanent gains indestructible until end of turn. Create a 1/1 colorless Servo artifact creature token. (Effects that say "destroy" don't destroy a permanent with indestructible, and if it's a creature, it can't be destroyed by damage.) -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:Picture:http://www.wizards.com/global/images/magic/general/renegades_getaway.jpg Oracle:Target permanent gains indestructible until end of turn. Create a 1/1 colorless Servo artifact creature token. (Effects that say "destroy" don't destroy a permanent with indestructible, and if it's a creature, it can't be destroyed by damage.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/renowned_weaver.txt b/forge-gui/res/cardsfolder/r/renowned_weaver.txt index 693771ada82..9fa42b44d55 100644 --- a/forge-gui/res/cardsfolder/r/renowned_weaver.txt +++ b/forge-gui/res/cardsfolder/r/renowned_weaver.txt @@ -2,6 +2,6 @@ Name:Renowned Weaver ManaCost:G Types:Creature Human Shaman PT:1/1 -A:AB$ Token | Cost$ 1 G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Spider | TokenTypes$ Enchantment,Creature,Spider | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 3 | TokenKeywords$ Reach | SpellDescription$ Create a 1/3 green Spider enchantment creature token with reach. +A:AB$ Token | Cost$ 1 G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ g_1_3_e_spider_reach | TokenOwner$ You | LegacyImage$ g 1 3 e spider reach jou | SpellDescription$ Create a 1/3 green Spider enchantment creature token with reach. SVar:Picture:http://www.wizards.com/global/images/magic/general/renowned_weaver.jpg Oracle:{1}{G}, Sacrifice Renowned Weaver: Create a 1/3 green Spider enchantment creature token with reach. (It can block creatures with flying.) diff --git a/forge-gui/res/cardsfolder/r/repel_intruders.txt b/forge-gui/res/cardsfolder/r/repel_intruders.txt index 0dd773da2f8..93c16482fdb 100644 --- a/forge-gui/res/cardsfolder/r/repel_intruders.txt +++ b/forge-gui/res/cardsfolder/r/repel_intruders.txt @@ -1,7 +1,7 @@ Name:Repel Intruders ManaCost:3 WU Types:Instant -A:SP$ Token | Cost$ 3 WU | TokenImage$ w 1 1 kithkin soldier SHM | TokenAmount$ 2 | TokenName$ Kithkin Soldier | TokenTypes$ Creature,Kithkin,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | ConditionManaSpent$ W | SubAbility$ UPaid | SpellDescription$ Create two 1/1 white Kithkin Soldier creatures if {W} was spent to cast CARDNAME. Counter up to one target creature spell if {U} was spent to cast CARDNAME. (Do both if {W}{U} was spent.) +A:SP$ Token | Cost$ 3 WU | LegacyImage$ w 1 1 kithkin soldier shm | TokenAmount$ 2 | TokenScript$ w_1_1_kithkin_soldier | TokenOwner$ You | ConditionManaSpent$ W | SubAbility$ UPaid | SpellDescription$ Create two 1/1 white Kithkin Soldier creatures if {W} was spent to cast CARDNAME. Counter up to one target creature spell if {U} was spent to cast CARDNAME. (Do both if {W}{U} was spent.) SVar:UPaid:DB$ Counter | TargetType$ Spell | TgtPrompt$ Select target Creature spell | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Creature | ConditionManaSpent$ U AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/repel_intruders.jpg diff --git a/forge-gui/res/cardsfolder/r/requiem_angel.txt b/forge-gui/res/cardsfolder/r/requiem_angel.txt index afd5fa5b17f..59e5f811897 100644 --- a/forge-gui/res/cardsfolder/r/requiem_angel.txt +++ b/forge-gui/res/cardsfolder/r/requiem_angel.txt @@ -4,7 +4,7 @@ Types:Creature Angel PT:5/5 K:Flying T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonSpirit+YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another non-Spirit creature you control dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying dka | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/requiem_angel.jpg Oracle:Flying\nWhenever another non-Spirit creature you control dies, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/r/research_development.txt b/forge-gui/res/cardsfolder/r/research_development.txt index 96ea226b77b..d08db5cd8b8 100644 --- a/forge-gui/res/cardsfolder/r/research_development.txt +++ b/forge-gui/res/cardsfolder/r/research_development.txt @@ -13,7 +13,7 @@ Name:Development ManaCost:3 U R Types:Instant A:SP$ Repeat | Cost$ 3 U R | RepeatSubAbility$ DBToken | MaxRepeat$ 3 | StackDescription$ SpellDescription | SubAbility$ DBCleanup | SpellDescription$ Create a 3/1 red Elemental creature token unless any opponent has you draw a card. Repeat this process two more times. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 3 | TokenToughness$ 1 | TokenImage$ r 3 1 elemental DIS | TokenKeywords$ Haste | UnlessPayer$ Player.Opponent | UnlessCost$ Draw<1/Player.IsRemembered> | UnlessAI$ MorePowerful +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_3_1_elemental | TokenOwner$ You | LegacyImage$ r 3 1 elemental dis | UnlessPayer$ Player.Opponent | UnlessCost$ Draw<1/Player.IsRemembered> | UnlessAI$ MorePowerful T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigRemember | Static$ True SVar:TrigRemember:DB$ Pump | RememberObjects$ TriggeredActivator SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/r/resplendent_angel.txt b/forge-gui/res/cardsfolder/r/resplendent_angel.txt index 3e0a4d0aded..06b4f6a51e9 100644 --- a/forge-gui/res/cardsfolder/r/resplendent_angel.txt +++ b/forge-gui/res/cardsfolder/r/resplendent_angel.txt @@ -4,7 +4,7 @@ Types:Creature Angel PT:3/3 K:Flying T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | CheckSVar$ YouLifeGained | SVarCompare$ GE5 | Execute$ TrigToken | TriggerDescription$ At the beginning of each end step, if you gained 5 or more life this turn, create a 4/4 white Angel creature token with flying and vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ w 4 4 angel m19 | TokenKeywords$ Flying<>Vigilance +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying_vigilance | TokenOwner$ You | LegacyImage$ w 4 4 angel flying vigilance m19 SVar:YouLifeGained:Count$LifeYouGainedThisTurn A:AB$ Pump | Cost$ 3 W W W | ValidCard$ Card.Self | NumAtt$ 2 | NumDef$ 2 | KW$ Lifelink | SpellDescription$ Until end of turn, CARDNAME gets +2/+2 and gains lifelink. DeckHints:Ability$LifeGain diff --git a/forge-gui/res/cardsfolder/r/retreat_to_emeria.txt b/forge-gui/res/cardsfolder/r/retreat_to_emeria.txt index 4bbbcda4870..74eb1bc4f26 100644 --- a/forge-gui/res/cardsfolder/r/retreat_to_emeria.txt +++ b/forge-gui/res/cardsfolder/r/retreat_to_emeria.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Land.YouCtrl | Execute$ TrigCharm | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, ABILITY SVar:TrigCharm:DB$ Charm | Choices$ DBToken,DBPumpAll -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Kor Ally | TokenTypes$ Creature,Kor,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Kor Ally creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_kor_ally | TokenOwner$ You | LegacyImage$ w 1 1 kor ally bfz | SpellDescription$ Create a 1/1 white Kor Ally creature token. SVar:DBPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Creatures you control get +1/+1 until end of turn. DeckHints:Type$Ally DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/r/revel_in_riches.txt b/forge-gui/res/cardsfolder/r/revel_in_riches.txt index 7b42629bb92..48eb37f93a7 100644 --- a/forge-gui/res/cardsfolder/r/revel_in_riches.txt +++ b/forge-gui/res/cardsfolder/r/revel_in_riches.txt @@ -2,8 +2,7 @@ Name:Revel in Riches ManaCost:4 B Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.OppCtrl | TriggerZones$ Battlefield | Execute$ DBTreasure | TriggerDescription$ Whenever a creature an opponent controls dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | SpellDescription$ Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln | SpellDescription$ Create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | PresentCompare$ GE10 | IsPresent$ Treasure.YouCtrl | Execute$ TrigWinsGame | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, if you control ten or more Treasures, you win the game. SVar:TrigWinsGame:DB$WinsGame | Defined$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/revel_in_riches.jpg diff --git a/forge-gui/res/cardsfolder/r/revel_of_the_fallen_god.txt b/forge-gui/res/cardsfolder/r/revel_of_the_fallen_god.txt index fa606d1d083..29cadbb883c 100644 --- a/forge-gui/res/cardsfolder/r/revel_of_the_fallen_god.txt +++ b/forge-gui/res/cardsfolder/r/revel_of_the_fallen_god.txt @@ -1,6 +1,6 @@ Name:Revel of the Fallen God ManaCost:3 R R G G Types:Sorcery -A:SP$ Token | Cost$ 3 R R G G | TokenAmount$ 4 | TokenName$ Satyr | TokenTypes$ Creature,Satyr | TokenOwner$ You | TokenColors$ Red,Green | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Haste | TokenImage$ rg 2 2 satyr | SpellDescription$ Create four 2/2 red and green Satyr creature tokens with haste. +A:SP$ Token | Cost$ 3 R R G G | TokenAmount$ 4 | TokenScript$ rg_2_2_satyr_haste | TokenOwner$ You | LegacyImage$ rg 2 2 satyr haste jou | SpellDescription$ Create four 2/2 red and green Satyr creature tokens with haste. SVar:Picture:http://www.wizards.com/global/images/magic/general/revel_of_the_fallen_god.jpg Oracle:Create four 2/2 red and green Satyr creature tokens with haste. diff --git a/forge-gui/res/cardsfolder/r/rhonass_last_stand.txt b/forge-gui/res/cardsfolder/r/rhonass_last_stand.txt index 59e4434c56f..0bf96983a55 100644 --- a/forge-gui/res/cardsfolder/r/rhonass_last_stand.txt +++ b/forge-gui/res/cardsfolder/r/rhonass_last_stand.txt @@ -1,7 +1,7 @@ Name:Rhonas's Last Stand ManaCost:G G Types:Sorcery -A:SP$ Token | Cost$ G G | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 4 | TokenOwner$ You | TokenImage$ g 5 4 snake | SubAbility$ DBNoUntap | SpellDescription$ Create a 5/4 green Snake creature token. +A:SP$ Token | Cost$ G G | TokenAmount$ 1 | TokenScript$ g_5_4_snake | TokenOwner$ You | LegacyImage$ g 5 4 snake hou | SubAbility$ DBNoUntap | SpellDescription$ Create a 5/4 green Snake creature token. SVar:DBNoUntap:DB$ Effect | StaticAbilities$ DontUntap | Triggers$ RemoveEffect | SVars$ ExileEffect | Duration$ Permanent | Name$ Rhonas's Last Stand Effect | SpellDescription$ Lands you control don't untap during your next untap step. SVar:DontUntap:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Land.YouCtrl | AddHiddenKeyword$ This card doesn't untap during your next untap step. SVar:RemoveEffect:Mode$ Phase | Phase$ Untap | ValidPlayer$ You | TriggerZones$ Command | Static$ True | Execute$ ExileEffect diff --git a/forge-gui/res/cardsfolder/r/rhys_the_redeemed.txt b/forge-gui/res/cardsfolder/r/rhys_the_redeemed.txt index 9b323b786bd..884f195ec22 100644 --- a/forge-gui/res/cardsfolder/r/rhys_the_redeemed.txt +++ b/forge-gui/res/cardsfolder/r/rhys_the_redeemed.txt @@ -2,7 +2,7 @@ Name:Rhys the Redeemed ManaCost:GW Types:Legendary Creature Elf Warrior PT:1/1 -A:AB$ Token | Cost$ 2 GW T | TokenAmount$ 1 | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ You | TokenColors$ Green,White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green and white Elf Warrior creature token. +A:AB$ Token | Cost$ 2 GW T | TokenAmount$ 1 | TokenScript$ gw_1_1_elf_warrior | TokenOwner$ You | LegacyImage$ gw 1 1 elf warrior shm | SpellDescription$ Create a 1/1 green and white Elf Warrior creature token. A:AB$ RepeatEach | Cost$ 4 GW GW T | RepeatSubAbility$ DBClone | RepeatCards$ Creature.token+YouCtrl | AILogic$ CloneMyTokens | SpellDescription$ For each creature token you control, create a token that's a copy of that creature. SVar:DBClone:DB$ CopyPermanent | Defined$ Remembered SVar:Picture:http://www.wizards.com/global/images/magic/general/rhys_the_redeemed.jpg diff --git a/forge-gui/res/cardsfolder/r/riftmarked_knight.txt b/forge-gui/res/cardsfolder/r/riftmarked_knight.txt index b924807b1b8..5bf85038e7c 100644 --- a/forge-gui/res/cardsfolder/r/riftmarked_knight.txt +++ b/forge-gui/res/cardsfolder/r/riftmarked_knight.txt @@ -6,6 +6,6 @@ K:Flanking K:Protection from black K:Suspend:3:1 W W T:Mode$ CounterRemoved | ValidCard$ Card.Self | TriggerZones$ Exile | CounterType$ TIME | Execute$ TrigToken | IsPresent$ Card.Self+counters_GE1_TIME | PresentZone$ Exile | PresentCompare$ EQ0 | TriggerDescription$ When the last time counter is removed from CARDNAME while it's exiled, create a 2/2 black Knight creature token with flanking, protection from white, and haste. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ b_2_2_knight_flanking_pro_white_haste +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ b_2_2_knight_flanking_pro_white_haste | LegacyImage$ b 2 2 knight flanking pro white haste plc SVar:Picture:http://www.wizards.com/global/images/magic/general/riftmarked_knight.jpg Oracle:Protection from black, flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nSuspend 3—{1}{W}{W} (Rather than cast this card from your hand, you may pay {1}{W}{W} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)\nWhen the last time counter is removed from Riftmarked Knight while it's exiled, create a 2/2 black Knight creature token with flanking, protection from white, and haste. diff --git a/forge-gui/res/cardsfolder/r/righteous_confluence.txt b/forge-gui/res/cardsfolder/r/righteous_confluence.txt index 61fbdafad10..6f3a1d654a0 100644 --- a/forge-gui/res/cardsfolder/r/righteous_confluence.txt +++ b/forge-gui/res/cardsfolder/r/righteous_confluence.txt @@ -2,7 +2,7 @@ Name:Righteous Confluence ManaCost:3 W W Types:Sorcery A:SP$ Charm | Cost$ 3 W W | Choices$ DBToken,DBChangeZone,DBGainLife | CharmNum$ 3 | CanRepeatModes$ True -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight c15 | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance c15 | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. SVar:DBChangeZone:DB$ ChangeZone | ValidTgts$ Enchantment | TgtPrompt$ Choose target enchantment | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target enchantment. SVar:DBGainLife:DB$ GainLife | LifeAmount$ 5 | SpellDescription$ You gain 5 life. DeckHints:Ability$LifeGain & Ability$Token diff --git a/forge-gui/res/cardsfolder/r/rise_from_the_tides.txt b/forge-gui/res/cardsfolder/r/rise_from_the_tides.txt index e25acce7787..f71299fdb5c 100644 --- a/forge-gui/res/cardsfolder/r/rise_from_the_tides.txt +++ b/forge-gui/res/cardsfolder/r/rise_from_the_tides.txt @@ -1,7 +1,7 @@ Name:Rise from the Tides ManaCost:5 U Types:Sorcery -A:SP$ Token | Cost$ 5 U | TokenAmount$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | References$ X | TokenImage$ b 2 2 zombie SOI | TokenTapped$ True | SpellDescription$ Create a tapped 2/2 black Zombie creature token for each instant and sorcery card in your graveyard. +A:SP$ Token | Cost$ 5 U | TokenAmount$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | References$ X | LegacyImage$ b 2 2 zombie soi | TokenTapped$ True | SpellDescription$ Create a tapped 2/2 black Zombie creature token for each instant and sorcery card in your graveyard. SVar:X:Count$ValidGraveyard Instant.YouOwn,Sorcery.YouOwn SVar:BuffedBy:Instant,Sorcery DeckHints:Ability$Graveyard & Ability$Discard diff --git a/forge-gui/res/cardsfolder/r/rise_of_eagles.txt b/forge-gui/res/cardsfolder/r/rise_of_eagles.txt index dfd5f6d7b1f..5bbf155832c 100644 --- a/forge-gui/res/cardsfolder/r/rise_of_eagles.txt +++ b/forge-gui/res/cardsfolder/r/rise_of_eagles.txt @@ -1,7 +1,7 @@ Name:Rise of Eagles ManaCost:4 U U Types:Sorcery -A:SP$ Token | Cost$ 4 U U | TokenAmount$ 2 | TokenName$ Bird | TokenTypes$ Enchantment,Creature,Bird | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SubAbility$ DBScry | TokenImage$ u_2_2_bird_bng | SpellDescription$ Create two 2/2 blue Bird enchantment creature tokens with flying. Scry 1. +A:SP$ Token | Cost$ 4 U U | TokenAmount$ 2 | TokenScript$ u_2_2_e_bird_flying | TokenOwner$ You | SubAbility$ DBScry | LegacyImage$ u 2 2 e bird flying jou | SpellDescription$ Create two 2/2 blue Bird enchantment creature tokens with flying. Scry 1. SVar:DBScry:DB$ Scry | ScryNum$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/rise_of_eagles.jpg Oracle:Create two 2/2 blue Bird enchantment creature tokens with flying. Scry 1. (Look at the top card of your library. You may put that card on the bottom of your library.) diff --git a/forge-gui/res/cardsfolder/r/rise_of_the_hobgoblins.txt b/forge-gui/res/cardsfolder/r/rise_of_the_hobgoblins.txt index 1c5f5709d54..6e1340a6cf1 100644 --- a/forge-gui/res/cardsfolder/r/rise_of_the_hobgoblins.txt +++ b/forge-gui/res/cardsfolder/r/rise_of_the_hobgoblins.txt @@ -2,7 +2,7 @@ Name:Rise of the Hobgoblins ManaCost:RW RW Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may pay {X}. If you do, create X 1/1 red and white Goblin Soldier creature tokens. -SVar:TrigToken:AB$ Token | Cost$ X | TokenAmount$ X | References$ X | TokenName$ Goblin Soldier | TokenTypes$ Creature,Goblin,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ rw 1 1 goblin soldier EVE +SVar:TrigToken:AB$ Token | Cost$ X | TokenAmount$ X | References$ X | TokenScript$ rw_1_1_goblin_soldier | TokenOwner$ You | LegacyImage$ rw 1 1 goblin soldier eve SVar:X:Count$xPaid A:AB$ PumpAll | Cost$ RW | ValidCards$ Creature.Red+YouCtrl,Creature.White+YouCtrl | KW$ First Strike | SpellDescription$ Red creatures and white creatures you control gain first strike until end of turn. SVar:NeedsToPlayVar:Z GE3 diff --git a/forge-gui/res/cardsfolder/r/rite_of_belzenlok.txt b/forge-gui/res/cardsfolder/r/rite_of_belzenlok.txt index 51567032f69..c46cc52e9a1 100644 --- a/forge-gui/res/cardsfolder/r/rite_of_belzenlok.txt +++ b/forge-gui/res/cardsfolder/r/rite_of_belzenlok.txt @@ -2,12 +2,7 @@ Name:Rite of Belzenlok ManaCost:2 B B Types:Enchantment Saga K:Saga:3:TrigTokenCleric,TrigTokenCleric,TrigTokenDemon -SVar:TrigTokenCleric:DB$ Token | TokenOwner$ You | TokenAmount$ 2 | TokenName$ Cleric | TokenTypes$ Creature,Cleric | TokenColors$ Black | TokenPower$ 0 | TokenToughness$ 1 | TokenImage$ b 0 1 cleric DOM | SpellDescription$ Create two 0/1 black Cleric creature tokens. -SVar:TrigTokenDemon:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenColors$ Black | TokenPower$ 6 | TokenToughness$ 6 | TokenKeywords$ Flying<>Trample | TokenTriggers$ DemonUpkeepTrigger | TokenSVars$ DemonTrigSac,DemonDBDamage,DemonDBCleanup,X | TokenImage$ b 6 6 demon DOM | SpellDescription$ Create a 6/6 black Demon creature token with flying, trample, and "At the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you." -SVar:DemonUpkeepTrigger:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DemonTrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you. -SVar:DemonTrigSac:DB$ Sacrifice | Defined$ You | SacValid$ Creature.Other | SubAbility$ DemonDBDamage | RememberSacrificed$ True | -SVar:DemonDBDamage:DB$ DealDamage | Defined$ You | NumDmg$ 6 | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1 | SubAbility$ DemonDBCleanup | References$ X -SVar:DemonDBCleanup:DB$ Cleanup | ClearRemembered$ True -SVar:X:Remembered$Amount +SVar:TrigTokenCleric:DB$ Token | TokenOwner$ You | TokenAmount$ 2 | TokenScript$ b_0_1_cleric | LegacyImage$ b 0 1 cleric dom | SpellDescription$ Create two 0/1 black Cleric creature tokens. +SVar:TrigTokenDemon:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ b_6_6_demon_flying_trample_aristocrat | LegacyImage$ b 6 6 demon flying trample aristocrat dom | SpellDescription$ Create a 6/6 black Demon creature token with flying, trample, and "At the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you." AI:RemoveDeck:Random Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI, II - Create two 0/1 black Cleric creature tokens.\nIII - Create a 6/6 black Demon creature token with flying, trample, and "At the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/rite_of_the_raging_storm.txt b/forge-gui/res/cardsfolder/r/rite_of_the_raging_storm.txt index 80338774ced..41b42f01ac5 100644 --- a/forge-gui/res/cardsfolder/r/rite_of_the_raging_storm.txt +++ b/forge-gui/res/cardsfolder/r/rite_of_the_raging_storm.txt @@ -3,7 +3,7 @@ ManaCost:3 R R Types:Enchantment S:Mode$ CantAttack | ValidCard$ Creature.namedLightning Rager | Target$ You,Planeswalker.YouCtrl | Description$ Creatures named Lightning Rager can't attack you or planeswalkers you control. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's upkeep, that player creates a 5/1 red Elemental creature token named Lightning Rager. It has trample, haste, and "At the beginning of the end step, sacrifice this creature." -SVar:TrigToken:DB$ Token | TokenScript$ lightning_rager | TokenOwner$ TriggeredPlayer +SVar:TrigToken:DB$ Token | TokenScript$ lightning_rager | LegacyImage$ lightning rager c15 | TokenOwner$ TriggeredPlayer DeckHas:Ability$Token AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/rite_of_the_raging_storm.jpg diff --git a/forge-gui/res/cardsfolder/r/rite_of_the_serpent.txt b/forge-gui/res/cardsfolder/r/rite_of_the_serpent.txt index caf82ae2443..bbc515e9734 100644 --- a/forge-gui/res/cardsfolder/r/rite_of_the_serpent.txt +++ b/forge-gui/res/cardsfolder/r/rite_of_the_serpent.txt @@ -2,7 +2,7 @@ Name:Rite of the Serpent ManaCost:4 B B Types:Sorcery A:SP$ Destroy | Cost$ 4 B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBToken | SpellDescription$ Destroy target creature. If that creature had a +1/+1 counter on it, create a 1/1 green Snake creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake KTK | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE1 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ g 1 1 snake ktk | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE1 SVar:X:TargetedLKI$Valid Creature.counters_GE1_P1P1 SVar:Picture:http://www.wizards.com/global/images/magic/general/rite_of_the_serpent.jpg Oracle:Destroy target creature. If that creature had a +1/+1 counter on it, create a 1/1 green Snake creature token. diff --git a/forge-gui/res/cardsfolder/r/rith_the_awakener.txt b/forge-gui/res/cardsfolder/r/rith_the_awakener.txt index 34742832c7d..2348cf6491c 100644 --- a/forge-gui/res/cardsfolder/r/rith_the_awakener.txt +++ b/forge-gui/res/cardsfolder/r/rith_the_awakener.txt @@ -5,7 +5,7 @@ PT:6/6 K:Flying T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigChoose | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may pay {2}{G}. If you do, choose a color, then create a 1/1 green Saproling creature token for each permanent of that color. SVar:TrigChoose:AB$ ChooseColor | Cost$ 2 G | Defined$ You | AILogic$ MostProminentPermanent | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling inv SVar:X:Count$Valid Permanent.ChosenColor DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/rith_the_awakener.jpg diff --git a/forge-gui/res/cardsfolder/r/riths_charm.txt b/forge-gui/res/cardsfolder/r/riths_charm.txt index 7a3643cf748..2b31e86fb80 100644 --- a/forge-gui/res/cardsfolder/r/riths_charm.txt +++ b/forge-gui/res/cardsfolder/r/riths_charm.txt @@ -3,7 +3,7 @@ ManaCost:R G W Types:Instant A:SP$ Charm | Cost$ R G W | CharmNum$ 1 | Choices$ Bash,Token,Prevent SVar:Bash:DB$ Destroy | ValidTgts$ Land.nonBasic | TgtPrompt$ Select target nonbasic land | SpellDescription$ Destroy target nonbasic land. -SVar:Token:DB$ Token | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create three 1/1 green Saproling creature tokens. +SVar:Token:DB$ Token | TokenAmount$ 3 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling pls | SpellDescription$ Create three 1/1 green Saproling creature tokens. SVar:Prevent:DB$ ChooseSource | Choices$ Card | RememberChosen$ True | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SpellDescription$ Prevent all damage a source of your choice would deal this turn. SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 SVar:RPreventNextFromSource:Event$ DamageDone | ValidSource$ Card.IsRemembered | Prevent$ True | PreventionEffect$ True | Description$ Prevent all damage the source would deal this turn. diff --git a/forge-gui/res/cardsfolder/r/ritual_of_the_returned.txt b/forge-gui/res/cardsfolder/r/ritual_of_the_returned.txt index db886795da2..8e009f1fd74 100644 --- a/forge-gui/res/cardsfolder/r/ritual_of_the_returned.txt +++ b/forge-gui/res/cardsfolder/r/ritual_of_the_returned.txt @@ -2,7 +2,7 @@ Name:Ritual of the Returned ManaCost:3 B Types:Instant A:SP$ ChangeZone | Cost$ 3 B | RememberChanged$ True | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature.YouCtrl | ChangeNum$ 1 | SubAbility$ DBToken | SpellDescription$ Exile target creature card from your graveyard. Create a black Zombie creature token. Its power is equal to that card's power and its toughness is equal to that card's toughness. -SVar:DBToken:DB$ Token | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenPower$ X | TokenToughness$ Y | TokenColors$ Black | TokenOwner$ You | TokenAmount$ 1 | References$ X,Y | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenScript$ b_x_x_zombie | TokenPower$ X | TokenToughness$ Y | LegacyImage$ b x x zombie jou | TokenOwner$ You | TokenAmount$ 1 | References$ X,Y | SubAbility$ DBCleanup SVar:X:Remembered$CardPower SVar:Y:Remembered$CardToughness SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/r/roar_of_the_wurm.txt b/forge-gui/res/cardsfolder/r/roar_of_the_wurm.txt index 07636a7ca2c..f46aef72028 100644 --- a/forge-gui/res/cardsfolder/r/roar_of_the_wurm.txt +++ b/forge-gui/res/cardsfolder/r/roar_of_the_wurm.txt @@ -2,7 +2,7 @@ Name:Roar of the Wurm ManaCost:6 G Types:Sorcery K:Flashback:3 G -A:SP$ Token | Cost$ 6 G | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenColors$ Green | TokenPower$ 6 | TokenToughness$ 6 | SpellDescription$ Create a 6/6 green Wurm creature token. +A:SP$ Token | Cost$ 6 G | TokenAmount$ 1 | TokenScript$ g_6_6_wurm | TokenOwner$ You | LegacyImage$ g 6 6 wurm ody | SpellDescription$ Create a 6/6 green Wurm creature token. SVar:DiscardMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/roar_of_the_wurm.jpg Oracle:Create a 6/6 green Wurm creature token.\nFlashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/r/roc_egg.txt b/forge-gui/res/cardsfolder/r/roc_egg.txt index 9f4e9701521..da7acdcb75a 100644 --- a/forge-gui/res/cardsfolder/r/roc_egg.txt +++ b/forge-gui/res/cardsfolder/r/roc_egg.txt @@ -4,7 +4,7 @@ Types:Creature Bird Egg PT:0/3 K:Defender T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 white Bird creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenOwner$ TriggeredCardController | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_3_3_bird_flying | TokenOwner$ TriggeredCardController | LegacyImage$ w 3 3 bird flying m11 SVar:SacMe:4 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/roc_egg.jpg diff --git a/forge-gui/res/cardsfolder/r/root_out.txt b/forge-gui/res/cardsfolder/r/root_out.txt index e2411d7a377..c41ed7f7967 100644 --- a/forge-gui/res/cardsfolder/r/root_out.txt +++ b/forge-gui/res/cardsfolder/r/root_out.txt @@ -2,8 +2,7 @@ Name:Root Out ManaCost:2 G Types:Sorcery A:SP$ Destroy | Cost$ 2 G | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SubAbility$ DBToken | SpellDescription$ Destroy target artifact or enchantment. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/root_out.jpg Oracle:Destroy target artifact or enchantment.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/r/roots_of_all_evil.txt b/forge-gui/res/cardsfolder/r/roots_of_all_evil.txt index 21aad3223a9..c3dd464479d 100644 --- a/forge-gui/res/cardsfolder/r/roots_of_all_evil.txt +++ b/forge-gui/res/cardsfolder/r/roots_of_all_evil.txt @@ -2,7 +2,7 @@ Name:Roots of All Evil ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ GetSaps | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, create five 1/1 green Saproling creature tokens. -SVar:GetSaps:DB$ Token | TokenAmount$ 5 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:GetSaps:DB$ Token | TokenAmount$ 5 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling arc DeckHas:Ability$Token SVar:Picture:http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=212602&type=card Oracle:When you set this scheme in motion, create five 1/1 green Saproling creature tokens. diff --git a/forge-gui/res/cardsfolder/r/rotlung_reanimator.txt b/forge-gui/res/cardsfolder/r/rotlung_reanimator.txt index 1f0df5b35db..23e18710070 100644 --- a/forge-gui/res/cardsfolder/r/rotlung_reanimator.txt +++ b/forge-gui/res/cardsfolder/r/rotlung_reanimator.txt @@ -4,6 +4,6 @@ Types:Creature Zombie Cleric PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Cleric.Other | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another Cleric dies, create a 2/2 black Zombie creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Cleric dies, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$Token | TokenImage$ b 2 2 zombie | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Black | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie ons | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/rotlung_reanimator.jpg Oracle:Whenever Rotlung Reanimator or another Cleric dies, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/r/rotted_ones_lay_siege.txt b/forge-gui/res/cardsfolder/r/rotted_ones_lay_siege.txt index 5488b03fdff..048bf2ed0e6 100644 --- a/forge-gui/res/cardsfolder/r/rotted_ones_lay_siege.txt +++ b/forge-gui/res/cardsfolder/r/rotted_ones_lay_siege.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TrigRepeat | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, for each opponent, put a 2/2 black Zombie creature token onto the battlefield that attacks that player each combat if able. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenHiddenKeywords$ CARDNAME attacks specific player each combat if able:Remembered | TokenRemembered$ Player.IsRemembered +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie_designated | TokenOwner$ You | LegacyImage$ b 2 2 zombie designated arc | TokenRemembered$ Player.IsRemembered SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/Rotted Ones, Lay Siege.full.jpg Oracle:When you set this scheme in motion, for each opponent, put a 2/2 black Zombie creature token onto the battlefield that attacks that player each combat if able. diff --git a/forge-gui/res/cardsfolder/r/rousing_of_souls.txt b/forge-gui/res/cardsfolder/r/rousing_of_souls.txt index 6a55d9d0cf0..613d37525d0 100644 --- a/forge-gui/res/cardsfolder/r/rousing_of_souls.txt +++ b/forge-gui/res/cardsfolder/r/rousing_of_souls.txt @@ -2,7 +2,7 @@ Name:Rousing of Souls ManaCost:2 W Types:Sorcery A:SP$ Dig | Cost$ 2 W | PreCostDesc$ Parley — | DigNum$ 1 | Defined$ Player | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DBToken | SpellDescription$ Parley — Each player reveals the top card of their library. For each nonland card revealed this way, you create a 1/1 white Spirit creature token with flying. Then each player draws a card. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w_1_1_spirit_CNS | SubAbility$ DBDraw +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying cns | SubAbility$ DBDraw SVar:DBDraw:DB$ Draw | Defined$ Player | NumCards$ 1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Valid Card.nonLand diff --git a/forge-gui/res/cardsfolder/r/rukh_egg.txt b/forge-gui/res/cardsfolder/r/rukh_egg.txt index 9b999ed154e..fc091aea87e 100644 --- a/forge-gui/res/cardsfolder/r/rukh_egg.txt +++ b/forge-gui/res/cardsfolder/r/rukh_egg.txt @@ -4,7 +4,7 @@ Types:Creature Bird Egg PT:0/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DelTrigLeaves | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 4/4 red Bird creature token with flying at the beginning of the next end step. SVar:DelTrigLeaves:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ Create a 4/4 red Bird creature token with flying at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenScript$ r_4_4_bird_flying | LegacyImage$ r 4 4 bird flying | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenScript$ r_4_4_bird_flying | LegacyImage$ r 4 4 bird flying arn | TokenAmount$ 1 SVar:SacMe:4 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/rukh_egg.jpg diff --git a/forge-gui/res/cardsfolder/r/ruthless_knave.txt b/forge-gui/res/cardsfolder/r/ruthless_knave.txt index ff8593c8aba..a54d61b5558 100644 --- a/forge-gui/res/cardsfolder/r/ruthless_knave.txt +++ b/forge-gui/res/cardsfolder/r/ruthless_knave.txt @@ -2,8 +2,7 @@ Name:Ruthless Knave ManaCost:2 B Types:Creature Orc Pirate PT:3/2 -A:AB$ Token | Cost$ 2 B Sac<1/Creature> | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3 | SpellDescription$ Create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +A:AB$ Token | Cost$ 2 B Sac<1/Creature> | TokenAmount$ 2 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln | SpellDescription$ Create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." A:AB$ Draw | Cost$ Sac<3/Treasure> | NumCards$ 1 | SpellDescription$ Draw a card SVar:DBDiscard:DB$Discard | Defined$ You | Mode$ TgtChoose | DiscardValid$ Card.IsRemembered | NumCards$ 1 | SubAbility$ DBCleanup SVar:Picture:http://www.wizards.com/global/images/magic/general/ruthless_knave.jpg diff --git a/forge-gui/res/cardsfolder/s/saber_ants.txt b/forge-gui/res/cardsfolder/s/saber_ants.txt index 7b70e43210e..cef5f1179a3 100644 --- a/forge-gui/res/cardsfolder/s/saber_ants.txt +++ b/forge-gui/res/cardsfolder/s/saber_ants.txt @@ -3,7 +3,7 @@ ManaCost:3 G Types:Creature Insect PT:2/3 T:Mode$ DamageDoneOnce | Execute$ TrigToken | ValidTarget$ Card.Self | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME is dealt damage, you may create that many 1/1 green Insect creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | References$ X +SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect mmq | References$ X SVar:X:TriggerCount$DamageAmount SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/saber_ants.jpg diff --git a/forge-gui/res/cardsfolder/s/sacred_mesa.txt b/forge-gui/res/cardsfolder/s/sacred_mesa.txt index 3bca859e1a5..b3f046ffab3 100644 --- a/forge-gui/res/cardsfolder/s/sacred_mesa.txt +++ b/forge-gui/res/cardsfolder/s/sacred_mesa.txt @@ -2,7 +2,7 @@ Name:Sacred Mesa ManaCost:2 W Types:Enchantment K:UpkeepCost:Sac<1/Pegasus> -A:AB$ Token | Cost$ 1 W | LegacyImage$ w 1 1 pegasus flying ugl | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. +A:AB$ Token | Cost$ 1 W | LegacyImage$ w 1 1 pegasus flying mir | TokenAmount$ 1 | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | SpellDescription$ Create a 1/1 white Pegasus creature token with flying. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/sacred_mesa.jpg Oracle:At the beginning of your upkeep, sacrifice Sacred Mesa unless you sacrifice a Pegasus.\n{1}{W}: Create a 1/1 white Pegasus creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/sai_master_thopterist.txt b/forge-gui/res/cardsfolder/s/sai_master_thopterist.txt index 6c1d9ccc2d9..c4a3467f836 100644 --- a/forge-gui/res/cardsfolder/s/sai_master_thopterist.txt +++ b/forge-gui/res/cardsfolder/s/sai_master_thopterist.txt @@ -2,7 +2,7 @@ Name:Sai, Master Thopterist ManaCost:2 U Types:Legendary Creature Human Artificer T:Mode$ SpellCast | ValidActivatingPlayer$ You | ValidCard$ Artifact | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an artifact spell, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Colorless | TokenName$ Thopter | TokenTypes$ Thopter,Artifact,Creature | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | LegacyImage$ c 1 1 a thopter flying m19 A:AB$ Draw | Cost$ 1 U Sac<2/Artifact> | Defined$ You | NumCards$ 1 | SpellDescription$ Draw a card. DeckHints:Type$Artifact DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/sailor_of_means.txt b/forge-gui/res/cardsfolder/s/sailor_of_means.txt index 06f0f42f54c..bad46233d88 100644 --- a/forge-gui/res/cardsfolder/s/sailor_of_means.txt +++ b/forge-gui/res/cardsfolder/s/sailor_of_means.txt @@ -3,7 +3,6 @@ ManaCost:2 U Types:Creature Human Pirate PT:1/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTreasure | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/sailor_of_means.jpg Oracle:When Sailor of Means enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sanctifier_of_souls.txt b/forge-gui/res/cardsfolder/s/sanctifier_of_souls.txt index 090d4995e90..6e00b3a64ae 100644 --- a/forge-gui/res/cardsfolder/s/sanctifier_of_souls.txt +++ b/forge-gui/res/cardsfolder/s/sanctifier_of_souls.txt @@ -4,7 +4,7 @@ Types:Creature Human Cleric PT:2/3 T:Mode$ ChangesZone | ValidCard$ Creature.Other+YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever another creature enters the battlefield under your control, CARDNAME gets +1/+1 until end of turn. SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1 | NumDef$ +1 -A:AB$ Token | Cost$ 2 W ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit SOI | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 white Spirit creature token with flying. +A:AB$ Token | Cost$ 2 W ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying emn | SpellDescription$ Create a 1/1 white Spirit creature token with flying. SVar:BuffedBy:Creature DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sanctifier_of_souls.jpg diff --git a/forge-gui/res/cardsfolder/s/sandsteppe_outcast.txt b/forge-gui/res/cardsfolder/s/sandsteppe_outcast.txt index 0de5219bed1..37f8a830a87 100644 --- a/forge-gui/res/cardsfolder/s/sandsteppe_outcast.txt +++ b/forge-gui/res/cardsfolder/s/sandsteppe_outcast.txt @@ -5,7 +5,7 @@ PT:2/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigCharm | TriggerDescription$ When CARDNAME enters the battlefield, ABILITY SVar:TrigCharm:DB$ Charm | Choices$ DBCounter,DBToken SVar:DBCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME. -SVar:DBToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit FRF | SpellDescription$ Create a 1/1 white Spirit creature token with flying. +SVar:DBToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | LegacyImage$ w 1 1 spirit flying frf | SpellDescription$ Create a 1/1 white Spirit creature token with flying. DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sandsteppe_outcast.jpg Oracle:When Sandsteppe Outcast enters the battlefield, choose one —\n• Put a +1/+1 counter on Sandsteppe Outcast.\n• Create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/sandwurm_convergence.txt b/forge-gui/res/cardsfolder/s/sandwurm_convergence.txt index 7a363e70978..f09222b905d 100644 --- a/forge-gui/res/cardsfolder/s/sandwurm_convergence.txt +++ b/forge-gui/res/cardsfolder/s/sandwurm_convergence.txt @@ -3,7 +3,7 @@ ManaCost:6 G G Types:Enchantment S:Mode$ CantAttack | ValidCard$ Creature.withFlying | Target$ You,Planeswalker.YouCtrl | Description$ Creatures with flying can't attack you or planeswalkers you control. T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, create a 5/5 green Wurm creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ TriggeredPlayer | TokenPower$ 5 | TokenToughness$ 5 | TokenColors$ Green | TokenImage$ g 5 5 wurm AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_5_5_wurm | TokenOwner$ TriggeredPlayer | LegacyImage$ g 5 5 wurm akh DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sandwurm_convergence.jpg Oracle:Creatures with flying can't attack you or planeswalkers you control.\nAt the beginning of your end step, create a 5/5 green Wurm creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/saproling_burst.txt b/forge-gui/res/cardsfolder/s/saproling_burst.txt index 9ce714dd492..9d7ea984868 100644 --- a/forge-gui/res/cardsfolder/s/saproling_burst.txt +++ b/forge-gui/res/cardsfolder/s/saproling_burst.txt @@ -2,7 +2,7 @@ Name:Saproling Burst ManaCost:4 G Types:Enchantment K:Fading:7 -A:AB$ Token | Cost$ SubCounter<1/FADE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenImage$ g X X saproling | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 0 | ImprintTokens$ True | TokenKeywords$ This creature's power and toughness are each equal to the number of fade counters on CARDNAME. | SpellDescription$ Create a green Saproling creature token. It has "This creature's power and toughness are each equal to the number of fade counters on Saproling Burst." +A:AB$ Token | Cost$ SubCounter<1/FADE> | TokenAmount$ 1 | TokenScript$ g_x_x_saproling_burst | TokenOwner$ You | LegacyImage$ g X X saproling burst nms | TokenColors$ Green | TokenPower$ 0 | TokenToughness$ 0 | ImprintTokens$ True | TokenKeywords$ This creature's power and toughness are each equal to the number of fade counters on CARDNAME. | SpellDescription$ Create a green Saproling creature token. It has "This creature's power and toughness are each equal to the number of fade counters on Saproling Burst." S:Mode$ Continuous | Affected$ Creature.IsImprinted | SetPower$ X | SetToughness$ X SVar:X:Count$CardCounters.FADE T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ DestroyRemembered | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, destroy all tokens created with CARDNAME. They can't be regenerated. diff --git a/forge-gui/res/cardsfolder/s/saproling_cluster.txt b/forge-gui/res/cardsfolder/s/saproling_cluster.txt index 018d4b5df34..921cb740e05 100644 --- a/forge-gui/res/cardsfolder/s/saproling_cluster.txt +++ b/forge-gui/res/cardsfolder/s/saproling_cluster.txt @@ -1,7 +1,7 @@ Name:Saproling Cluster ManaCost:1 G Types:Enchantment -A:AB$ Token | Cost$ 1 Discard<1/Card> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | AnyPlayer$ True | SpellDescription$ Create a 1/1 green Saproling creature token. Any player may activate this ability. +A:AB$ Token | Cost$ 1 Discard<1/Card> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling nms | AnyPlayer$ True | SpellDescription$ Create a 1/1 green Saproling creature token. Any player may activate this ability. AI:RemoveDeck:All SVar:NonStackingEffect:True DeckHas:Ability$Discard & Ability$Token diff --git a/forge-gui/res/cardsfolder/s/saproling_infestation.txt b/forge-gui/res/cardsfolder/s/saproling_infestation.txt index 451831cafb2..fb0c694da06 100644 --- a/forge-gui/res/cardsfolder/s/saproling_infestation.txt +++ b/forge-gui/res/cardsfolder/s/saproling_infestation.txt @@ -2,7 +2,7 @@ Name:Saproling Infestation ManaCost:1 G Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.YouCtrl+kicked | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a player kicks a spell, you create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling inv AI:RemoveDeck:Random DeckNeeds:Keyword$Kicker DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/saproling_migration.txt b/forge-gui/res/cardsfolder/s/saproling_migration.txt index 1b242e7b22b..9ce9bafb334 100644 --- a/forge-gui/res/cardsfolder/s/saproling_migration.txt +++ b/forge-gui/res/cardsfolder/s/saproling_migration.txt @@ -2,7 +2,7 @@ Name:Saproling Migration ManaCost:1 G Types:Sorcery K:Kicker:4 -A:SP$ Token | Cost$ 1 G | TokenAmount$ WasKicked | References$ WasKicked | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling DOM | SpellDescription$ Create two 1/1 green Saproling creature tokens. If this spell was kicked, create four of those tokens instead. +A:SP$ Token | Cost$ 1 G | TokenAmount$ WasKicked | References$ WasKicked | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dom | SpellDescription$ Create two 1/1 green Saproling creature tokens. If this spell was kicked, create four of those tokens instead. SVar:WasKicked:Count$Kicked.4.2 DeckHas:Ability$Token Oracle:Kicker {4} (You may pay an additional {4} as you cast this spell.)\nCreate two 1/1 green Saproling creature tokens. If this spell was kicked, create four of those tokens instead. diff --git a/forge-gui/res/cardsfolder/s/saproling_symbiosis.txt b/forge-gui/res/cardsfolder/s/saproling_symbiosis.txt index 79366ae345f..5ddfb243192 100644 --- a/forge-gui/res/cardsfolder/s/saproling_symbiosis.txt +++ b/forge-gui/res/cardsfolder/s/saproling_symbiosis.txt @@ -2,7 +2,7 @@ Name:Saproling Symbiosis ManaCost:3 G Types:Sorcery K:MayFlashCost:2 -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token for each creature you control. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling inv | SpellDescription$ Create a 1/1 green Saproling creature token for each creature you control. SVar:X:Count$Valid Creature.YouCtrl DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/saproling_symbiosis.jpg diff --git a/forge-gui/res/cardsfolder/s/sarcomancy.txt b/forge-gui/res/cardsfolder/s/sarcomancy.txt index dd86100a752..b3c6117c142 100644 --- a/forge-gui/res/cardsfolder/s/sarcomancy.txt +++ b/forge-gui/res/cardsfolder/s/sarcomancy.txt @@ -2,7 +2,7 @@ Name:Sarcomancy ManaCost:B Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie ugl | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ b 2 2 zombie tmp | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Zombie | PresentCompare$ EQ0 | Execute$ TrigNoZombies | TriggerDescription$ At the beginning of your upkeep, if there are no Zombies on the battlefield, CARDNAME deals 1 damage to you. SVar:TrigNoZombies:DB$DealDamage | NumDmg$ 1 | Defined$ You SVar:BuffedBy:Zombie diff --git a/forge-gui/res/cardsfolder/s/sarkhan_fireblood.txt b/forge-gui/res/cardsfolder/s/sarkhan_fireblood.txt index c85a1e5e8a0..235d5413a8f 100644 --- a/forge-gui/res/cardsfolder/s/sarkhan_fireblood.txt +++ b/forge-gui/res/cardsfolder/s/sarkhan_fireblood.txt @@ -5,7 +5,7 @@ A:AB$ Discard | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | NumCards$ 1 | SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True A:AB$ Mana | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Produced$ Combo W U B R G | Amount$ 2 | RestrictValid$ Card.Dragon | SpellDescription$ Add two mana in any combination of colors. Spend this mana only to cast Dragon spells. -A:AB$ Token | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 4 | TokenPower$ 5 | TokenToughness$ 5 | TokenColors$ Red | TokenName$ Dragon | TokenTypes$ Dragon,Creature | TokenKeywords$ Flying | TokenImage$ r 5 5 dragon m19 | SpellDescription$ Create four 5/5 red Dragon creature tokens with flying. +A:AB$ Token | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 4 | TokenScript$ r_5_5_dragon_flying | LegacyImage$ r 5 5 dragon flying m19 | SpellDescription$ Create four 5/5 red Dragon creature tokens with flying. DeckHas:Ability$Token Oracle:[+1]: You may discard a card. If you do, draw a card.\n[+1]: Add two mana in any combination of colors. Spend this mana only to cast Dragon spells.\n[-7]: Create four 5/5 red Dragon creature tokens with flying. Loyalty:3 \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sarkhan_the_mad.txt b/forge-gui/res/cardsfolder/s/sarkhan_the_mad.txt index e28b9061a0e..531c6ffc65c 100644 --- a/forge-gui/res/cardsfolder/s/sarkhan_the_mad.txt +++ b/forge-gui/res/cardsfolder/s/sarkhan_the_mad.txt @@ -7,7 +7,7 @@ SVar:DBDamage:DB$ DealDamage | Defined$ Self | NumDmg$ Y | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Y:Remembered$CardManaCost A:AB$ Destroy | Cost$ SubCounter<2/LOYALTY> | ValidTgts$ Creature | TgtPrompt$ Select target creature | Sacrifice$ True | SubAbility$ DBToken | Planeswalker$ True | AILogic$ MadSarkhanDragon | SpellDescription$ Target creature's controller sacrifices it, then that player creates a 5/5 red Dragon creature token with flying. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ TargetedController | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenImage$ r 5 5 dragon WWK | TokenKeywords$ Flying +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ TargetedController | LegacyImage$ r 5 5 dragon flying roe #for this AF, the DefinedCards$ Self is the target for Each damaging. They EachDamage themselves. A:AB$ EachDamage | Cost$ SubCounter<4/LOYALTY> | ValidCards$ Dragon.Creature+YouCtrl | ValidDescription$ Dragon creature you control | NumDmg$ X | DamageDesc$ damage equal to its power | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | Planeswalker$ True | Ultimate$ True | References$ X | AILogic$ MadSarkhanUltimate | SpellDescription$ Each Dragon creature you control deals damage equal to its power to target player or planeswalker. #NumDmg isn't really used here. It is left for clarity. The AF pulls Damage straight from "X" hardcoded. diff --git a/forge-gui/res/cardsfolder/s/sarkhan_unbroken.txt b/forge-gui/res/cardsfolder/s/sarkhan_unbroken.txt index bf5551d15fb..da4901ff217 100644 --- a/forge-gui/res/cardsfolder/s/sarkhan_unbroken.txt +++ b/forge-gui/res/cardsfolder/s/sarkhan_unbroken.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Sarkhan Loyalty:4 A:AB$ Draw | Cost$ AddCounter<1/LOYALTY> | Defined$ You | SubAbility$ DBMana | Planeswalker$ True | SpellDescription$ Draw a card, then add one mana of any color. SVar:DBMana:DB$Mana | Produced$ Any | AILogic$ MostProminentInComputerHand -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ r 4 4 dragon DTK | Planeswalker$ True | SpellDescription$ Create a 4/4 red Dragon creature token with flying. +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | TokenAmount$ 1 | TokenScript$ r_4_4_dragon_flying | TokenOwner$ You | LegacyImage$ r 4 4 dragon flying dtk | Planeswalker$ True | SpellDescription$ Create a 4/4 red Dragon creature token with flying. A:AB$ ChangeZone | Cost$ SubCounter<8/LOYALTY> | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature.Dragon | ChangeNum$ XFetch | Planeswalker$ True | Ultimate$ True | StackDescription$ SpellDescription | References$ XFetch | SpellDescription$ Search your library for any number of Dragon creature cards, put them onto the battlefield, then shuffle your library. SVar:XFetch:Count$TypeInYourLibrary.Dragon SVar:Picture:http://www.wizards.com/global/images/magic/general/sarkhan_unbroken.jpg diff --git a/forge-gui/res/cardsfolder/s/sarkhan_vol.txt b/forge-gui/res/cardsfolder/s/sarkhan_vol.txt index 15d86e60035..8b1e5199d33 100644 --- a/forge-gui/res/cardsfolder/s/sarkhan_vol.txt +++ b/forge-gui/res/cardsfolder/s/sarkhan_vol.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Sarkhan Loyalty:4 A:AB$ PumpAll | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 | KW$ Haste | SpellDescription$ Creatures you control get +1/+1 and gain haste until end of turn. A:AB$ GainControl | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | LoseControl$ EOT | Untap$ True | AddKWs$ Haste | SpellDescription$ Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. -A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 5 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | SpellDescription$ Create five 4/4 red Dragon creature tokens with flying. +A:AB$ Token | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 5 | TokenScript$ r_4_4_dragon_flying | TokenOwner$ You | LegacyImage$ r 4 4 dragon flying ala | SpellDescription$ Create five 4/4 red Dragon creature tokens with flying. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/sarkhan_vol.jpg Oracle:[+1]: Creatures you control get +1/+1 and gain haste until end of turn.\n[-2]: Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.\n[-6]: Create five 4/4 red Dragon creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/s/sarpadian_empires_vol_vii.txt b/forge-gui/res/cardsfolder/s/sarpadian_empires_vol_vii.txt index 60356a3e7e9..d98d314de98 100644 --- a/forge-gui/res/cardsfolder/s/sarpadian_empires_vol_vii.txt +++ b/forge-gui/res/cardsfolder/s/sarpadian_empires_vol_vii.txt @@ -4,10 +4,10 @@ Types:Artifact K:ETBReplacement:Other:ChooseColor SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInGame | SpellDescription$ As CARDNAME enters the battlefield, choose white Citizen, blue Camarid, black Thrull, red Goblin, or green Saproling. # Went for MostProminentInGame logic to give the AI a possible out for situations where it might be locked down based on its colors -A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenName$ Citizen | TokenTypes$ Creature,Citizen | TokenOwner$ You | TokenColors$ white | TokenPower$ 1 | TokenToughness$ 1 | ConditionChosenColor$ white | SubAbility$ ChoseBlue | SpellDescription$ Create a 1/1 creature token of the chosen color and type. -SVar:ChoseBlue:DB$ Token | TokenAmount$ 1 | TokenName$ Camarid | TokenTypes$ Creature,Camarid | TokenOwner$ You | TokenColors$ blue | TokenPower$ 1 | TokenToughness$ 1 | ConditionChosenColor$ blue | SubAbility$ ChoseBlack -SVar:ChoseBlack:DB$ Token | TokenAmount$ 1 | TokenName$ Thrull | TokenTypes$ Creature,Thrull | TokenOwner$ You | TokenColors$ black | TokenPower$ 1 | TokenToughness$ 1 | ConditionChosenColor$ black | SubAbility$ ChoseRed -SVar:ChoseRed:DB$ Token | TokenAmount$ 1 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ red | TokenPower$ 1 | TokenToughness$ 1 | ConditionChosenColor$ red | TokenImage$ r 1 1 goblin TSP | SubAbility$ ChoseGreen -SVar:ChoseGreen:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | ConditionChosenColor$ green +A:AB$ Token | Cost$ 3 T | TokenAmount$ 1 | TokenScript$ w_1_1_citizen | TokenOwner$ You | LegacyImage$ w 1 1 citizen tsp | ConditionChosenColor$ white | SubAbility$ ChoseBlue | SpellDescription$ Create a 1/1 creature token of the chosen color and type. +SVar:ChoseBlue:DB$ Token | TokenAmount$ 1 | TokenScript$ u_1_1_camarid | TokenOwner$ You | LegacyImage$ u 1 1 camarid tsp | ConditionChosenColor$ blue | SubAbility$ ChoseBlack +SVar:ChoseBlack:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_thrull | TokenOwner$ You | LegacyImage$ b 1 1 thrull tsp | ConditionChosenColor$ black | SubAbility$ ChoseRed +SVar:ChoseRed:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_goblin | TokenOwner$ You | ConditionChosenColor$ red | TokenImage$ r 1 1 goblin tsp | SubAbility$ ChoseGreen +SVar:ChoseGreen:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | ConditionChosenColor$ green SVar:Picture:http://www.wizards.com/global/images/magic/general/sarpadian_empires_vol_vii.jpg Oracle:As Sarpadian Empires, Vol. VII enters the battlefield, choose white Citizen, blue Camarid, black Thrull, red Goblin, or green Saproling.\n{3}, {T}: Create a 1/1 creature token of the chosen color and type. diff --git a/forge-gui/res/cardsfolder/s/satyr_nyx_smith.txt b/forge-gui/res/cardsfolder/s/satyr_nyx_smith.txt index 496e7ac4c48..d67219158b5 100644 --- a/forge-gui/res/cardsfolder/s/satyr_nyx_smith.txt +++ b/forge-gui/res/cardsfolder/s/satyr_nyx_smith.txt @@ -4,6 +4,6 @@ Types:Creature Satyr Shaman K:Haste PT:2/1 T:Mode$ Untaps | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ GFGToken | TriggerDescription$ Inspired — Whenever CARDNAME becomes untapped, you may pay {2}{R}. If you do, create a 3/1 red Elemental enchantment creature token with haste. -SVar:GFGToken:AB$ Token | Cost$ 2 R | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Enchantment,Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 3 | TokenToughness$ 1 | TokenImage$ r 3 1 elemental bng | TokenKeywords$ Haste +SVar:GFGToken:AB$ Token | Cost$ 2 R | TokenAmount$ 1 | TokenScript$ r_3_1_e_elemental_haste | TokenOwner$ You | LegacyImage$ r 3 1 e elemental haste bng SVar:Picture:http://www.wizards.com/global/images/magic/general/god-favored_general.txt Oracle:Haste\nInspired — Whenever Satyr Nyx-Smith becomes untapped, you may pay {2}{R}. If you do, create a 3/1 red Elemental enchantment creature token with haste. diff --git a/forge-gui/res/cardsfolder/s/savage_conception.txt b/forge-gui/res/cardsfolder/s/savage_conception.txt index 334301c462e..0ce7b5eb231 100644 --- a/forge-gui/res/cardsfolder/s/savage_conception.txt +++ b/forge-gui/res/cardsfolder/s/savage_conception.txt @@ -2,6 +2,6 @@ Name:Savage Conception ManaCost:3 G G Types:Sorcery K:Retrace -A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast EVE | SpellDescription$ Create a 3/3 green Beast creature token. +A:SP$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast eve | SpellDescription$ Create a 3/3 green Beast creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/savage_conception.jpg Oracle:Create a 3/3 green Beast creature token.\nRetrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.) diff --git a/forge-gui/res/cardsfolder/s/savage_thallid.txt b/forge-gui/res/cardsfolder/s/savage_thallid.txt index df81d2ca52b..58a9e5368f2 100644 --- a/forge-gui/res/cardsfolder/s/savage_thallid.txt +++ b/forge-gui/res/cardsfolder/s/savage_thallid.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:5/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Regenerate | Cost$ Sac<1/Saproling> | ValidTgts$ Fungus | TgtPrompt$ Select target fungus. | SpellDescription$ Regenerate target Fungus DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/s/scatter_the_seeds.txt b/forge-gui/res/cardsfolder/s/scatter_the_seeds.txt index d51cbf645d6..08b2222573d 100644 --- a/forge-gui/res/cardsfolder/s/scatter_the_seeds.txt +++ b/forge-gui/res/cardsfolder/s/scatter_the_seeds.txt @@ -2,7 +2,7 @@ Name:Scatter the Seeds ManaCost:3 G G Types:Instant K:Convoke -A:SP$ Token | Cost$ 3 G G | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ Create three 1/1 green Saproling creature tokens. +A:SP$ Token | Cost$ 3 G G | TokenAmount$ 3 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav | SpellDescription$ Create three 1/1 green Saproling creature tokens. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/scatter_the_seeds.jpg Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nCreate three 1/1 green Saproling creature tokens. diff --git a/forge-gui/res/cardsfolder/s/scion_of_vitu_ghazi.txt b/forge-gui/res/cardsfolder/s/scion_of_vitu_ghazi.txt index 85498d901bc..c7bdf804c43 100644 --- a/forge-gui/res/cardsfolder/s/scion_of_vitu_ghazi.txt +++ b/forge-gui/res/cardsfolder/s/scion_of_vitu_ghazi.txt @@ -3,7 +3,7 @@ ManaCost:3 W W Types:Creature Elemental PT:4/4 T:Mode$ ChangesZone | ValidCard$ Card.wasCastFromHand+Self | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if you cast it from your hand, create a 1/1 white Bird creature token with flying, then populate. (Create a token that's a copy of a creature token you control.) -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 bird rtr | SubAbility$ DBCopy +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_1_1_bird_flying | LegacyImage$ w 1 1 bird flying dgm | SubAbility$ DBCopy SVar:DBCopy:DB$ CopyPermanent | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/scion_of_vitu_ghazi.jpg diff --git a/forge-gui/res/cardsfolder/s/scion_summoner.txt b/forge-gui/res/cardsfolder/s/scion_summoner.txt index 7ab797ace37..f52b8a744c9 100644 --- a/forge-gui/res/cardsfolder/s/scion_summoner.txt +++ b/forge-gui/res/cardsfolder/s/scion_summoner.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi Drone PT:2/2 K:Devoid T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/scion_summoner.jpg diff --git a/forge-gui/res/cardsfolder/s/secure_the_wastes.txt b/forge-gui/res/cardsfolder/s/secure_the_wastes.txt index 8ef77a90f91..9159f7e3036 100644 --- a/forge-gui/res/cardsfolder/s/secure_the_wastes.txt +++ b/forge-gui/res/cardsfolder/s/secure_the_wastes.txt @@ -1,7 +1,7 @@ Name:Secure the Wastes ManaCost:X W Types:Instant -A:SP$ Token | Cost$ X W | TokenAmount$ X | References$ X | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 warrior DTK | SpellDescription$ Create X 1/1 white Warrior creature tokens. +A:SP$ Token | Cost$ X W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior dtk | SpellDescription$ Create X 1/1 white Warrior creature tokens. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/secure_the_wastes.jpg Oracle:Create X 1/1 white Warrior creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/security_blockade.txt b/forge-gui/res/cardsfolder/s/security_blockade.txt index 3899be236f1..15e9848079a 100644 --- a/forge-gui/res/cardsfolder/s/security_blockade.txt +++ b/forge-gui/res/cardsfolder/s/security_blockade.txt @@ -6,7 +6,7 @@ A:SP$ Attach | Cost$ 2 W | ValidTgts$ Land | AILogic$ Pump S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ PreventDamage | Description$ Enchanted land has "{T}: Prevent the next 1 damage that would be dealt to you this turn." SVar:PreventDamage:AB$ PreventDamage | Cost$ T | Defined$ You | Amount$ 1 | SpellDescription$ Prevent the next 1 damage that would be dealt to you this turn. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 white Knight creature token with vigilance. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance rtr SVar:NonStackingAttachEffect:True DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/security_blockade.jpg diff --git a/forge-gui/res/cardsfolder/s/security_detail.txt b/forge-gui/res/cardsfolder/s/security_detail.txt index 02f64bf8f73..657fcaf9b15 100644 --- a/forge-gui/res/cardsfolder/s/security_detail.txt +++ b/forge-gui/res/cardsfolder/s/security_detail.txt @@ -1,7 +1,7 @@ Name:Security Detail ManaCost:3 W Types:Enchantment -A:AB$ Token | Cost$ W W | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | IsPresent$ Creature.YouCtrl | PresentCompare$ EQ0 | ActivationLimit$ 1 | SpellDescription$ Create a 1/1 white Soldier creature token. Activate this ability only if you control no creatures and only once each turn. +A:AB$ Token | Cost$ W W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier mmq | IsPresent$ Creature.YouCtrl | PresentCompare$ EQ0 | ActivationLimit$ 1 | SpellDescription$ Create a 1/1 white Soldier creature token. Activate this ability only if you control no creatures and only once each turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/security_detail.jpg SVar:NonStackingEffect:True Oracle:{W}{W}: Create a 1/1 white Soldier creature token. Activate this ability only if you control no creatures and only once each turn. diff --git a/forge-gui/res/cardsfolder/s/seed_guardian.txt b/forge-gui/res/cardsfolder/s/seed_guardian.txt index a0e6b309c5c..c92cbe5d202 100644 --- a/forge-gui/res/cardsfolder/s/seed_guardian.txt +++ b/forge-gui/res/cardsfolder/s/seed_guardian.txt @@ -4,7 +4,7 @@ Types:Creature Elemental PT:3/4 K:Reach T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create an X/X green Elemental creature token, where X is the number of creature cards in your graveyard. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | References$ X +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_x_x_elemental | TokenOwner$ TriggeredCardController | LegacyImage$ g x x elemental ogw | TokenPower$ X | TokenToughness$ X | References$ X SVar:X:Count$TypeInYourYard.Creature SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/seed_guardian.jpg diff --git a/forge-gui/res/cardsfolder/s/seed_spark.txt b/forge-gui/res/cardsfolder/s/seed_spark.txt index d7f586a105d..cc689732988 100644 --- a/forge-gui/res/cardsfolder/s/seed_spark.txt +++ b/forge-gui/res/cardsfolder/s/seed_spark.txt @@ -2,7 +2,7 @@ Name:Seed Spark ManaCost:3 W Types:Instant A:SP$ Destroy | Cost$ 3 W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SubAbility$ MakeToken | SpellDescription$ Destroy target artifact or enchantment. -SVar:MakeToken:DB$ Token | ConditionManaSpent$ G | TokenAmount$ 2 | TokenOwner$ You | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ If {G} was spent to cast CARDNAME, create two 1/1 green Saproling creature tokens. +SVar:MakeToken:DB$ Token | ConditionManaSpent$ G | TokenAmount$ 2 | TokenOwner$ You | TokenScript$ g_1_1_saproling | LegacyImage$ g 1 1 saproling rav | SpellDescription$ If {G} was spent to cast CARDNAME, create two 1/1 green Saproling creature tokens. SVar:ManaNeededToAvoidNegativeEffect:green AI:RemoveDeck:Random DeckNeeds:Color$Green diff --git a/forge-gui/res/cardsfolder/s/seed_the_land.txt b/forge-gui/res/cardsfolder/s/seed_the_land.txt index dc95248c243..f7f2e1dad8f 100644 --- a/forge-gui/res/cardsfolder/s/seed_the_land.txt +++ b/forge-gui/res/cardsfolder/s/seed_the_land.txt @@ -2,6 +2,6 @@ Name:Seed the Land ManaCost:2 G G Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a land enters the battlefield, its controller creates a 1/1 green Snake creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_snake | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 snake sok SVar:Picture:http://www.wizards.com/global/images/magic/general/seed_the_land.jpg Oracle:Whenever a land enters the battlefield, its controller creates a 1/1 green Snake creature token. diff --git a/forge-gui/res/cardsfolder/s/seize_the_soul.txt b/forge-gui/res/cardsfolder/s/seize_the_soul.txt index 566e7430c75..03bf6f5b43b 100644 --- a/forge-gui/res/cardsfolder/s/seize_the_soul.txt +++ b/forge-gui/res/cardsfolder/s/seize_the_soul.txt @@ -3,7 +3,7 @@ ManaCost:2 B B Types:Instant K:Haunt:TrigDestroy SVar:TrigDestroy:DB$ Destroy | ValidTgts$ Creature.nonWhite+nonBlack | TgtPrompt$ Select target nonwhite nonblack creature. | SubAbility$ DBSpirit | SpellDescription$ Destroy target nonwhite nonblack creature. Create a 1/1 white Spirit creature token with flying. -SVar:DBSpirit:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit RAV | TokenKeywords$ Flying +SVar:DBSpirit:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit gpt DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/seize_the_soul.jpg Oracle:Destroy target nonwhite, nonblack creature. Create a 1/1 white Spirit creature token with flying.\nHaunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)\nWhen the creature Seize the Soul haunts dies, destroy target nonwhite, nonblack creature. Create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/sekki_seasons_guide.txt b/forge-gui/res/cardsfolder/s/sekki_seasons_guide.txt index 1ab054a6b9f..cdd9e9b622b 100644 --- a/forge-gui/res/cardsfolder/s/sekki_seasons_guide.txt +++ b/forge-gui/res/cardsfolder/s/sekki_seasons_guide.txt @@ -5,7 +5,7 @@ PT:0/0 K:etbCounter:P1P1:8 R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Card.Self | ReplaceWith$ SekkiCounters | PreventionEffect$ True | Description$ If damage would be dealt to Sekki, prevent that damage, remove that many +1/+1 counters from Sekki, and create that many 1/1 colorless Spirit creature tokens. SVar:SekkiCounters:DB$ RemoveCounter | CounterType$ P1P1 | CounterNum$ SekkiX | SubAbility$ DBSekkiToken | References$ SekkiX -SVar:DBSekkiToken:DB$ Token | TokenAmount$ SekkiX | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | References$ SekkiX +SVar:DBSekkiToken:DB$ Token | TokenAmount$ SekkiX | TokenScript$ c_1_1_spirit | LegacyImage$ c 1 1 spirit sok | References$ SekkiX A:AB$ ChangeZone | Cost$ Sac<8/Spirit> | Defined$ Self | ActivationZone$ Graveyard | Origin$ Graveyard | Destination$ Battlefield | SpellDescription$ Return Sekki from your graveyard to the battlefield. SVar:SekkiX:ReplaceCount$DamageAmount SVar:Picture:http://www.wizards.com/global/images/magic/general/sekki_seasons_guide.jpg diff --git a/forge-gui/res/cardsfolder/s/sekkuar_deathkeeper.txt b/forge-gui/res/cardsfolder/s/sekkuar_deathkeeper.txt index d90a2df2ebb..b5e22dcc54a 100644 --- a/forge-gui/res/cardsfolder/s/sekkuar_deathkeeper.txt +++ b/forge-gui/res/cardsfolder/s/sekkuar_deathkeeper.txt @@ -3,7 +3,7 @@ ManaCost:2 B R G Types:Legendary Creature Orc Shaman PT:4/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another nontoken creature you control dies, create a 3/1 black and red Graveborn creature token with haste. -SVar:TrigToken:DB$Token | TokenScript$ br_3_1_graveborn +SVar:TrigToken:DB$Token | TokenScript$ br_3_1_graveborn_haste | LegacyImage$ br 3 1 graveborn haste csp DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sekkuar_deathkeeper.jpg Oracle:Whenever another nontoken creature you control dies, create a 3/1 black and red Graveborn creature token with haste. diff --git a/forge-gui/res/cardsfolder/s/selesnya_charm.txt b/forge-gui/res/cardsfolder/s/selesnya_charm.txt index 47cf20481c9..a385396a153 100644 --- a/forge-gui/res/cardsfolder/s/selesnya_charm.txt +++ b/forge-gui/res/cardsfolder/s/selesnya_charm.txt @@ -4,6 +4,6 @@ Types:Instant A:SP$ Charm | Cost$ G W | Choices$ Buff,Exile,Knight | CharmNum$ 1 SVar:Buff:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature. | NumAtt$ 2 | NumDef$ 2 | KW$ Trample | SpellDescription$ Target creature gets +2/+2 and gains trample until end of turn. SVar:Exile:DB$ ChangeZone | ValidTgts$ Creature.powerGE5 | TgtPrompt$ Choose target creature with power 5 or greater | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature with power 5 or greater. -SVar:Knight:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. +SVar:Knight:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance rtr | SpellDescription$ Create a 2/2 white Knight creature token with vigilance. SVar:Picture:http://www.wizards.com/global/images/magic/general/selesnya_charm.jpg Oracle:Choose one —\n• Target creature gets +2/+2 and gains trample until end of turn.\n• Exile target creature with power 5 or greater.\n• Create a 2/2 white Knight creature token with vigilance. diff --git a/forge-gui/res/cardsfolder/s/selesnya_evangel.txt b/forge-gui/res/cardsfolder/s/selesnya_evangel.txt index 89d84f687c1..d754a32bd8b 100644 --- a/forge-gui/res/cardsfolder/s/selesnya_evangel.txt +++ b/forge-gui/res/cardsfolder/s/selesnya_evangel.txt @@ -2,7 +2,7 @@ Name:Selesnya Evangel ManaCost:G W Types:Creature Elf Shaman PT:1/2 -A:AB$ Token | Cost$ 1 T tapXType<1/Creature> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 T tapXType<1/Creature> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/selesnya_evangel.jpg Oracle:{1}, {T}, Tap an untapped creature you control: Create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/s/selesnya_guildmage.txt b/forge-gui/res/cardsfolder/s/selesnya_guildmage.txt index 0f41f86e599..1b5214f1263 100644 --- a/forge-gui/res/cardsfolder/s/selesnya_guildmage.txt +++ b/forge-gui/res/cardsfolder/s/selesnya_guildmage.txt @@ -2,7 +2,7 @@ Name:Selesnya Guildmage ManaCost:GW GW Types:Creature Elf Wizard PT:2/2 -A:AB$ Token | Cost$ 3 G | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 3 G | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ PumpAll | Cost$ 3 W | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Creatures you control get +1/+1 until end of turn. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/selesnya_guildmage.jpg diff --git a/forge-gui/res/cardsfolder/s/seller_of_songbirds.txt b/forge-gui/res/cardsfolder/s/seller_of_songbirds.txt index 123441165ac..407d91f270d 100644 --- a/forge-gui/res/cardsfolder/s/seller_of_songbirds.txt +++ b/forge-gui/res/cardsfolder/s/seller_of_songbirds.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Human PT:1/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Bird creature token with flying. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 bird rtr +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_1_1_bird_flying | LegacyImage$ w 1 1 bird flying rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/seller_of_songbirds.jpg Oracle:When Seller of Songbirds enters the battlefield, create a 1/1 white Bird creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/selvalas_charge.txt b/forge-gui/res/cardsfolder/s/selvalas_charge.txt index 9f9415c860a..fd7f4461b7e 100644 --- a/forge-gui/res/cardsfolder/s/selvalas_charge.txt +++ b/forge-gui/res/cardsfolder/s/selvalas_charge.txt @@ -2,7 +2,7 @@ Name:Selvala's Charge ManaCost:4 G Types:Sorcery A:SP$ Dig | Cost$ 4 G | PreCostDesc$ Parley — | DigNum$ 1 | Defined$ Player | Reveal$ True | NoMove$ True | RememberRevealed$ True | SubAbility$ DBToken | SpellDescription$ Parley — Each player reveals the top card of their library. For each nonland card revealed this way, you create a 3/3 green Elephant creature token. Then each player draws a card. -SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g_3_3_elephant_CNS | SubAbility$ DBDraw +SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_3_3_elephant | TokenOwner$ You | LegacyImage$ g 3 3 elephant cns | SubAbility$ DBDraw SVar:DBDraw:DB$ Draw | Defined$ Player | NumCards$ 1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Valid Card.nonLand diff --git a/forge-gui/res/cardsfolder/s/sengir_autocrat.txt b/forge-gui/res/cardsfolder/s/sengir_autocrat.txt index 845a53f6386..bc2690a78a6 100644 --- a/forge-gui/res/cardsfolder/s/sengir_autocrat.txt +++ b/forge-gui/res/cardsfolder/s/sengir_autocrat.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Creature Human PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 0/1 black Serf creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenScript$ b_0_1_serf | TokenOwner$ You | LegacyImage$ b 0 1 serf ema +SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenScript$ b_0_1_serf | TokenOwner$ You | LegacyImage$ b 0 1 serf hml T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExileAllSerfs | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, exile all Serf tokens. SVar:TrigExileAllSerfs:DB$ChangeZoneAll | ChangeType$ Serf.token | Origin$ Battlefield | Destination$ Exile SVar:Picture:http://resources.wizards.com/magic/cards/tsb/en-us/card106638.jpg diff --git a/forge-gui/res/cardsfolder/s/sengir_nosferatu.txt b/forge-gui/res/cardsfolder/s/sengir_nosferatu.txt index f7029316c77..ce2f9754729 100644 --- a/forge-gui/res/cardsfolder/s/sengir_nosferatu.txt +++ b/forge-gui/res/cardsfolder/s/sengir_nosferatu.txt @@ -3,8 +3,7 @@ ManaCost:3 B B Types:Creature Vampire PT:4/4 K:Flying -A:AB$ Token | Cost$ 1 B Exile<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Bat | TokenTypes$ Creature,Bat | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 2 | TokenKeywords$ Flying | TokenAbilities$ ABReturn | SpellDescription$ Create a 1/2 black Bat creature token with flying. It has "{1}{B}, Sacrifice this creature: Return an exiled card named CARDNAME to the battlefield under its owner's control." -SVar:ABReturn:AB$ChangeZone | Cost$ 1 B Sac<1/CARDNAME> | ChangeType$ Card.namedSengir Nosferatu | ChangeNum$ 1 | Origin$ Exile | Destination$ Battlefield | Hidden$ True | SpellDescription$ Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control +A:AB$ Token | Cost$ 1 B Exile<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ b_1_2_bat_flying_nosferatu | TokenOwner$ You | LegacyImage$ b 1 2 bat flying nosferatu tsp | SpellDescription$ Create a 1/2 black Bat creature token with flying. It has "{1}{B}, Sacrifice this creature: Return an exiled card named CARDNAME to the battlefield under its owner's control." AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/sengir_nosferatu.jpg Oracle:Flying\n{1}{B}, Exile Sengir Nosferatu: Create a 1/2 black Bat creature token with flying. It has "{1}{B}, Sacrifice this creature: Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control." diff --git a/forge-gui/res/cardsfolder/s/sensor_splicer.txt b/forge-gui/res/cardsfolder/s/sensor_splicer.txt index 8a0bd4d4a32..4cc52fc4ec7 100644 --- a/forge-gui/res/cardsfolder/s/sensor_splicer.txt +++ b/forge-gui/res/cardsfolder/s/sensor_splicer.txt @@ -3,7 +3,7 @@ ManaCost:4 W Types:Creature Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 colorless Golem artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph S:Mode$ Continuous | Affected$ Creature.Golem+YouCtrl | AddKeyword$ Vigilance | Description$ Golem creatures you control have vigilance. SVar:Picture:http://www.wizards.com/global/images/magic/general/sensor_splicer.jpg Oracle:When Sensor Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.\nGolem creatures you control have vigilance. diff --git a/forge-gui/res/cardsfolder/s/sentinel_dispatch.txt b/forge-gui/res/cardsfolder/s/sentinel_dispatch.txt index 2a66c079494..b4899a91b95 100644 --- a/forge-gui/res/cardsfolder/s/sentinel_dispatch.txt +++ b/forge-gui/res/cardsfolder/s/sentinel_dispatch.txt @@ -2,5 +2,5 @@ Name:Sentinel Dispatch ManaCost:no cost Types:Conspiracy T:Mode$ Phase | Phase$ Upkeep | FirstUpkeepThisGame$ True | Execute$ TrigToken | EffectZone$ Command | TriggerDescription$ At the beginning of the first upkeep, create a 1/1 colorless Construct artifact creature token with defender. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Defender +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_construct_defender | TokenOwner$ You | LegacyImage$ c 1 1 a construct defender cns Oracle:(Start the game with this conspiracy face up in the command zone.)\nAt the beginning of the first upkeep, create a 1/1 colorless Construct artifact creature token with defender. diff --git a/forge-gui/res/cardsfolder/s/sergeant_at_arms.txt b/forge-gui/res/cardsfolder/s/sergeant_at_arms.txt index fb7f32ec8a1..772dbe3a8ad 100644 --- a/forge-gui/res/cardsfolder/s/sergeant_at_arms.txt +++ b/forge-gui/res/cardsfolder/s/sergeant_at_arms.txt @@ -4,6 +4,6 @@ Types:Creature Human Soldier PT:2/3 K:Kicker:2 W T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, create two 1/1 white Soldier creature tokens. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 soldier DOM | TokenAmount$ 2 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 soldier dom | TokenAmount$ 2 | TokenScript$ w_1_1_soldier | TokenOwner$ You DeckHas:Ability$Token Oracle:Kicker {2}{W} (You may pay an additional {2}{W} as you cast this spell.)\nWhen Sergeant-at-Arms enters the battlefield, if it was kicked, create two 1/1 white Soldier creature tokens. diff --git a/forge-gui/res/cardsfolder/s/servo_exhibition.txt b/forge-gui/res/cardsfolder/s/servo_exhibition.txt index 9a7a2544fde..6183bc3556b 100644 --- a/forge-gui/res/cardsfolder/s/servo_exhibition.txt +++ b/forge-gui/res/cardsfolder/s/servo_exhibition.txt @@ -1,6 +1,6 @@ Name:Servo Exhibition ManaCost:1 W Types:Sorcery -A:SP$ Token | Cost$ 1 W | TokenAmount$ 2 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 | SpellDescription$ Create two 1/1 colorless Servo artifact creature tokens. +A:SP$ Token | Cost$ 1 W | TokenAmount$ 2 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo kld | SpellDescription$ Create two 1/1 colorless Servo artifact creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/servo_exhibition.jpg Oracle:Create two 1/1 colorless Servo artifact creature tokens. diff --git a/forge-gui/res/cardsfolder/s/servo_schematic.txt b/forge-gui/res/cardsfolder/s/servo_schematic.txt index ce3c7c83a0a..ec2342c914f 100644 --- a/forge-gui/res/cardsfolder/s/servo_schematic.txt +++ b/forge-gui/res/cardsfolder/s/servo_schematic.txt @@ -3,7 +3,7 @@ ManaCost:2 Types:Artifact T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield or is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:SacMe:5 SVar:Picture:http://www.wizards.com/global/images/magic/general/servo_schematic.jpg Oracle:When Servo Schematic enters the battlefield or is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/shamble_back.txt b/forge-gui/res/cardsfolder/s/shamble_back.txt index 5340e60a228..b879337169d 100644 --- a/forge-gui/res/cardsfolder/s/shamble_back.txt +++ b/forge-gui/res/cardsfolder/s/shamble_back.txt @@ -2,7 +2,7 @@ Name:Shamble Back ManaCost:B Types:Sorcery A:SP$ ChangeZone | Cost$ B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target creature card in a graveyard | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. You gain 2 life. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie SOI | SubAbility$ DBGainLife +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie soi | SubAbility$ DBGainLife SVar:DBGainLife:DB$GainLife | LifeAmount$ 2 SVar:Picture:http://www.wizards.com/global/images/magic/general/shamble_back.jpg Oracle:Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. You gain 2 life. diff --git a/forge-gui/res/cardsfolder/s/sharding_sphinx.txt b/forge-gui/res/cardsfolder/s/sharding_sphinx.txt index 18c261a9702..8546cb24f8c 100644 --- a/forge-gui/res/cardsfolder/s/sharding_sphinx.txt +++ b/forge-gui/res/cardsfolder/s/sharding_sphinx.txt @@ -4,7 +4,7 @@ Types:Artifact Creature Sphinx PT:4/4 K:Flying T:Mode$ DamageDone | ValidSource$ Creature.Artifact+YouCtrl | TriggerZones$ Battlefield | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever an artifact creature you control deals combat damage to a player, you may create a 1/1 blue Thopter artifact creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ u 1 1 a thopter flying ala DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sharding_sphinx.jpg Oracle:Flying\nWhenever an artifact creature you control deals combat damage to a player, you may create a 1/1 blue Thopter artifact creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/shiv.txt b/forge-gui/res/cardsfolder/s/shiv.txt index ec90b28281c..7da5f90c35a 100644 --- a/forge-gui/res/cardsfolder/s/shiv.txt +++ b/forge-gui/res/cardsfolder/s/shiv.txt @@ -4,7 +4,7 @@ Types:Plane Dominaria S:Mode$ Continuous | Affected$ Creature | EffectZone$ Command | AddAbility$ Pump | Description$ All creatures have "{R}: This creature gets +1/+0 until end of turn." SVar:Pump:AB$ Pump | Cost$ R | NumAtt$ +1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn. T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, create a 5/5 red Dragon creature token with flying. -SVar:RolledChaos:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying +SVar:RolledChaos:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | LegacyImage$ r 5 5 dragon flying hop SVar:Picture:http://www.wizards.com/global/images/magic/general/shiv.jpg SVar:AIRollPlanarDieParams:Mode$ Always | LowPriority$ True | MaxRollsPerTurn$ 9 Oracle:All creatures have "{R}: This creature gets +1/+0 until end of turn."\nWhenever you roll {CHAOS}, create a 5/5 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/shrill_howler_howling_chorus.txt b/forge-gui/res/cardsfolder/s/shrill_howler_howling_chorus.txt index 74381eb2dc1..fcf957d7cd2 100644 --- a/forge-gui/res/cardsfolder/s/shrill_howler_howling_chorus.txt +++ b/forge-gui/res/cardsfolder/s/shrill_howler_howling_chorus.txt @@ -18,7 +18,7 @@ Types:Creature Eldrazi Werewolf PT:3/5 K:Creatures with power less than CARDNAME's power can't block it. T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn SVar:Picture:http://www.wizards.com/global/images/magic/general/howling_chorus.jpg Oracle:Creatures with power less than Howling Chorus's power can't block it.\nWhenever Howling Chorus deals combat damage to a player, create a 3/2 colorless Eldrazi Horror creature token. diff --git a/forge-gui/res/cardsfolder/s/shrine_of_loyal_legions.txt b/forge-gui/res/cardsfolder/s/shrine_of_loyal_legions.txt index 20b0d87c6bb..7ed2f9b7606 100644 --- a/forge-gui/res/cardsfolder/s/shrine_of_loyal_legions.txt +++ b/forge-gui/res/cardsfolder/s/shrine_of_loyal_legions.txt @@ -4,7 +4,7 @@ Types:Artifact T:Mode$ SpellCast | ValidCard$ Card.White | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAddCounter | TriggerDescription$ At the beginning of your upkeep or whenever you cast a white spell, put a charge counter on CARDNAME. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAddCounter | Secondary$ True | TriggerDescription$ At the beginning of your upkeep or whenever you cast a white spell, put a charge counter on CARDNAME. SVar:TrigAddCounter:DB$ PutCounter | CounterType$ CHARGE | CounterNum$ 1 -A:AB$ Token | Cost$ 3 T Sac<1/CARDNAME> | TokenAmount$ X | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 myr NPH | TokenOwner$ You | References$ X | SpellDescription$ Create a 1/1 colorless Myr artifact creature token for each charge counter on CARDNAME. +A:AB$ Token | Cost$ 3 T Sac<1/CARDNAME> | TokenAmount$ X | TokenScript$ c_1_1_a_myr | LegacyImage$ c 1 1 a myr nph | TokenOwner$ You | References$ X | SpellDescription$ Create a 1/1 colorless Myr artifact creature token for each charge counter on CARDNAME. SVar:X:Count$CardCounters.CHARGE DeckNeeds:Color$White DeckHints:Type$Myr diff --git a/forge-gui/res/cardsfolder/s/sidisi_brood_tyrant.txt b/forge-gui/res/cardsfolder/s/sidisi_brood_tyrant.txt index b5f12180c15..0bfca237a70 100644 --- a/forge-gui/res/cardsfolder/s/sidisi_brood_tyrant.txt +++ b/forge-gui/res/cardsfolder/s/sidisi_brood_tyrant.txt @@ -6,7 +6,7 @@ T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.S T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMill | Secondary$ True | TriggerDescription$ Whenever CARDNAME enters the battlefield or attacks, put the top three cards of your library into your graveyard. T:Mode$ ChangesZoneAll | ValidCards$ Creature.YouOwn | Origin$ Library | Destination$ Graveyard | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever one or more creature cards are put into your graveyard from your library, create a 2/2 black Zombie creature token. SVar:TrigMill:DB$Mill | NumCards$ 3 | Defined$ You -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ktk DeckHas:Ability$Token & Ability$Graveyard SVar:Picture:http://www.wizards.com/global/images/magic/general/sidisi_brood_tyrant.jpg Oracle:Whenever Sidisi, Brood Tyrant enters the battlefield or attacks, put the top three cards of your library into your graveyard.\nWhenever one or more creature cards are put into your graveyard from your library, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/s/siege_gang_commander.txt b/forge-gui/res/cardsfolder/s/siege_gang_commander.txt index 15d2a312ee0..f928624928b 100644 --- a/forge-gui/res/cardsfolder/s/siege_gang_commander.txt +++ b/forge-gui/res/cardsfolder/s/siege_gang_commander.txt @@ -4,7 +4,7 @@ Types:Creature Goblin PT:2/2 A:AB$ DealDamage | Cost$ 1 R Sac<1/Goblin> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to any target. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create three 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin 10E | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin scg | TokenOwner$ You SVar:AIPreference:SacCost$Creature.Goblin+token,Creature.Goblin+cmcLE1 DeckHas:Ability$Token DeckHints:Type$Goblin diff --git a/forge-gui/res/cardsfolder/s/sifter_of_skulls.txt b/forge-gui/res/cardsfolder/s/sifter_of_skulls.txt index c39c690bb36..153bf77307c 100644 --- a/forge-gui/res/cardsfolder/s/sifter_of_skulls.txt +++ b/forge-gui/res/cardsfolder/s/sifter_of_skulls.txt @@ -4,8 +4,7 @@ Types:Creature Eldrazi PT:4/3 K:Devoid T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Other+nonToken+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another nontoken creature you control dies, create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." ({C} represents colorless mana.) -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sifter_of_skulls.jpg diff --git a/forge-gui/res/cardsfolder/s/sigarda_herons_grace.txt b/forge-gui/res/cardsfolder/s/sigarda_herons_grace.txt index 40d2b3f57c2..f57c036d4c6 100644 --- a/forge-gui/res/cardsfolder/s/sigarda_herons_grace.txt +++ b/forge-gui/res/cardsfolder/s/sigarda_herons_grace.txt @@ -4,6 +4,6 @@ Types:Legendary Creature Angel PT:4/5 K:Flying S:Mode$ Continuous | Affected$ You,Human.YouCtrl | AddKeyword$ Hexproof | Description$ You and Humans you control have hexproof. -A:AB$ Token | Cost$ 2 ExileFromGrave<1/Card> | TokenAmount$ 1 | TokenName$ Human Soldier | TokenTypes$ Creature,Human,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Human Soldier creature token. +A:AB$ Token | Cost$ 2 ExileFromGrave<1/Card> | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You | LegacyImage$ w 1 1 human soldier soi | SpellDescription$ Create a 1/1 white Human Soldier creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/sigarda_herons_grace.jpg Oracle:Flying\nYou and Humans you control have hexproof.\n{2}, Exile a card from your graveyard: Create a 1/1 white Human Soldier creature token. diff --git a/forge-gui/res/cardsfolder/s/sigil_of_the_empty_throne.txt b/forge-gui/res/cardsfolder/s/sigil_of_the_empty_throne.txt index 110a796be5e..4c84671b2ee 100644 --- a/forge-gui/res/cardsfolder/s/sigil_of_the_empty_throne.txt +++ b/forge-gui/res/cardsfolder/s/sigil_of_the_empty_throne.txt @@ -2,6 +2,6 @@ Name:Sigil of the Empty Throne ManaCost:3 W W Types:Enchantment T:Mode$ SpellCast | ValidCard$ Enchantment | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast an enchantment spell, create a 4/4 white Angel creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel CFX +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying cfx SVar:Picture:http://www.wizards.com/global/images/magic/general/sigil_of_the_empty_throne.jpg Oracle:Whenever you cast an enchantment spell, create a 4/4 white Angel creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/sigiled_sword_of_valeron.txt b/forge-gui/res/cardsfolder/s/sigiled_sword_of_valeron.txt index 06a767db159..6f097f1fcf6 100644 --- a/forge-gui/res/cardsfolder/s/sigiled_sword_of_valeron.txt +++ b/forge-gui/res/cardsfolder/s/sigiled_sword_of_valeron.txt @@ -4,7 +4,7 @@ Types:Artifact Equipment K:Equip:3 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddKeyword$ Vigilance | AddType$ Knight | Description$ Equipped creature gets +2/+0, has vigilance, and is a Knight in addition to its other types. T:Mode$ Attacks | ValidCard$ Card.EquippedBy | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature attacks, create a 2/2 white Knight creature token with vigilance that's attacking. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenAttacking$ True | TokenImage$ w 2 2 knight m19 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | TokenAttacking$ True | LegacyImage$ w 2 2 knight vigilance m19 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sigiled_sword_of_valeron.jpg Oracle:Equipped creature gets +2/+0, has vigilance, and is a Knight in addition to its other types.\nWhenever equipped creature attacks, create a 2/2 white Knight creature token with vigilance that's attacking.\nEquip {3} diff --git a/forge-gui/res/cardsfolder/s/silverfur_partisan.txt b/forge-gui/res/cardsfolder/s/silverfur_partisan.txt index e7d8e5c9ef8..ce1b6ca4031 100644 --- a/forge-gui/res/cardsfolder/s/silverfur_partisan.txt +++ b/forge-gui/res/cardsfolder/s/silverfur_partisan.txt @@ -4,7 +4,7 @@ Types:Creature Wolf Warrior PT:2/2 K:Trample T:Mode$ BecomesTarget | ValidTarget$ Wolf.YouCtrl+inZoneBattlefield,Werewolf.YouCtrl+inZoneBattlefield | ValidSource$ Instant,Sorcery | SourceType$ spell | TriggerZones$ Battlefield | Execute$ DBToken | TriggerDescription$ Whenever a Wolf or Werewolf you control becomes the target of an instant or sorcery spell, create a 2/2 green Wolf creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOI +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf soi DeckHints:Type$Wolf & Type$Werewolf SVar:Picture:http://www.wizards.com/global/images/magic/general/silverfur_partisan.jpg Oracle:Trample\nWhenever a Wolf or Werewolf you control becomes the target of an instant or sorcery spell, create a 2/2 green Wolf creature token. diff --git a/forge-gui/res/cardsfolder/s/skeletal_vampire.txt b/forge-gui/res/cardsfolder/s/skeletal_vampire.txt index 29927047d92..51bf26260aa 100644 --- a/forge-gui/res/cardsfolder/s/skeletal_vampire.txt +++ b/forge-gui/res/cardsfolder/s/skeletal_vampire.txt @@ -4,8 +4,8 @@ Types:Creature Vampire Skeleton PT:3/3 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, Create two 1/1 black Bat creature tokens with flying. -SVar:TrigToken:DB$Token | TokenImage$ b 1 1 bat | TokenName$ Bat | TokenColors$ Black | TokenTypes$ Creature,Bat | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenOwner$ You | TokenAmount$ 2 | TokenSVars$ Sac -A:AB$ Token | Cost$ 3 B B Sac<1/Bat> | TokenAmount$ 2 | TokenImage$ b 1 1 bat | TokenName$ Bat | TokenColors$ Black | TokenTypes$ Creature,Bat | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenOwner$ You | TokenSVars$ Sac | SpellDescription$ Create two 1/1 black Bat creature tokens with flying. +SVar:TrigToken:DB$Token | LegacyImage$ b 1 1 bat flying gpt | TokenScript$ b_1_1_bat_flying | TokenOwner$ You | TokenAmount$ 2 | TokenSVars$ Sac +A:AB$ Token | Cost$ 3 B B Sac<1/Bat> | TokenAmount$ 2 | LegacyImage$ b 1 1 bat flying gpt | TokenScript$ b_1_1_bat_flying | TokenOwner$ You | TokenSVars$ Sac | SpellDescription$ Create two 1/1 black Bat creature tokens with flying. A:AB$ Regenerate | Cost$ Sac<1/Bat> | SpellDescription$ Regenerate CARDNAME. SVar:Sac:SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/skeletal_vampire.jpg diff --git a/forge-gui/res/cardsfolder/s/skeletonize.txt b/forge-gui/res/cardsfolder/s/skeletonize.txt index 73c12d332f2..81e3b5ac114 100644 --- a/forge-gui/res/cardsfolder/s/skeletonize.txt +++ b/forge-gui/res/cardsfolder/s/skeletonize.txt @@ -4,7 +4,6 @@ Types:Instant A:SP$ DealDamage | Cost$ 4 R | NumDmg$ 3 | ValidTgts$ Creature | TgtPrompt$ Select target creature | ForgetOtherTargets$ True | SubAbility$ DBEffect | SpellDescription$ CARDNAME deals 3 damage to target creature. When a creature dealt damage this way dies this turn, create a 1/1 black Skeleton creature token with "{B}: Regenerate this creature." SVar:DBEffect:DB$ Effect | Name$ Skeletonize Effect | Triggers$ TrigDies | SVars$ ABToken,ABRegen | RememberObjects$ Targeted SVar:TrigDies:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ ABToken | TriggerDescription$ When a creature dealt damage this way dies this turn, create a 1/1 black Skeleton creature token with "{B}: Regenerate this creature." -SVar:ABToken:DB$ Token | TokenAmount$ 1 | TokenName$ Skeleton | TokenTypes$ Creature,Skeleton | TokenColors$ Black | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABRegen -SVar:ABRegen:AB$ Regenerate | Cost$ B | SpellDescription$ Regenerate this creature. +SVar:ABToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_1_1_skeleton_regenerate | TokenOwner$ You | LegacyImage$ b 1 1 skeleton regenerate ala SVar:Picture:http://www.wizards.com/global/images/magic/general/skeletonize.jpg Oracle:Skeletonize deals 3 damage to target creature. When a creature dealt damage this way dies this turn, create a 1/1 black Skeleton creature token with "{B}: Regenerate this creature." diff --git a/forge-gui/res/cardsfolder/s/skirk_ridge_exhumer.txt b/forge-gui/res/cardsfolder/s/skirk_ridge_exhumer.txt index 86e77cec498..3829c987bbf 100644 --- a/forge-gui/res/cardsfolder/s/skirk_ridge_exhumer.txt +++ b/forge-gui/res/cardsfolder/s/skirk_ridge_exhumer.txt @@ -2,8 +2,6 @@ Name:Skirk Ridge Exhumer ManaCost:1 B Types:Creature Zombie Spellshaper PT:1/1 -A:AB$ Token | Cost$ B T Discard<1/Card> | TokenName$ Festering Goblin | TokenTypes$ Creature,Zombie,Goblin | TokenColors$ Black | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenAmount$ 1 | TokenTriggers$ TriggerJunior | TokenSVars$ TrigTokenPump | References$ TriggerJunior,TrigTokenPump | SpellDescription$ Create a 1/1 black Zombie Goblin creature token named Festering Goblin. It has "When Festering Goblin dies, target creature gets -1/-1 until end of turn." -SVar:TriggerJunior:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigTokenPump | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, target creature gets -1/-1 until end of turn. -SVar:TrigTokenPump:DB$Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True +A:AB$ Token | Cost$ B T Discard<1/Card> | TokenScript$ festering_goblin | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ festering goblin fut | SpellDescription$ Create a 1/1 black Zombie Goblin creature token named Festering Goblin. It has "When Festering Goblin dies, target creature gets -1/-1 until end of turn." SVar:Picture:http://www.wizards.com/global/images/magic/general/skirk_ridge_exhumer.jpg Oracle:{B}, {T}, Discard a card: Create a 1/1 black Zombie Goblin creature token named Festering Goblin. It has "When Festering Goblin dies, target creature gets -1/-1 until end of turn." diff --git a/forge-gui/res/cardsfolder/s/skirsdag_high_priest.txt b/forge-gui/res/cardsfolder/s/skirsdag_high_priest.txt index 73b57269b43..b5faae8f3ce 100644 --- a/forge-gui/res/cardsfolder/s/skirsdag_high_priest.txt +++ b/forge-gui/res/cardsfolder/s/skirsdag_high_priest.txt @@ -2,7 +2,7 @@ Name:Skirsdag High Priest ManaCost:1 B Types:Creature Human Cleric PT:1/2 -A:AB$ Token | Cost$ T tapXType<2/Creature> | CheckSVar$ Morbid | SVarCompare$ GE1 | TokenImage$ b 5 5 Demon | TokenAltImages$ b_5_5_demon_AVR | TokenAmount$ 1 | TokenName$ Demon | TokenTypes$ Creature,Demon | TokenOwner$ You | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | CostDesc$ Morbid — {T}, Tap two untapped creatures you control: | References$ Morbid | SpellDescription$ Create a 5/5 black Demon creature token with flying. Activate this ability only if a creature died this turn. +A:AB$ Token | Cost$ T tapXType<2/Creature> | CheckSVar$ Morbid | SVarCompare$ GE1 | LegacyImage$ b 5 5 demon flying isd | TokenAmount$ 1 | TokenScript$ b_5_5_demon_flying | TokenOwner$ You | CostDesc$ Morbid — {T}, Tap two untapped creatures you control: | References$ Morbid | SpellDescription$ Create a 5/5 black Demon creature token with flying. Activate this ability only if a creature died this turn. SVar:Morbid:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/skirsdag_high_priest.jpg Oracle:Morbid — {T}, Tap two untapped creatures you control: Create a 5/5 black Demon creature token with flying. Activate this ability only if a creature died this turn. diff --git a/forge-gui/res/cardsfolder/s/skittering_invasion.txt b/forge-gui/res/cardsfolder/s/skittering_invasion.txt index b6bb7030155..bc7446b785f 100644 --- a/forge-gui/res/cardsfolder/s/skittering_invasion.txt +++ b/forge-gui/res/cardsfolder/s/skittering_invasion.txt @@ -1,8 +1,7 @@ Name:Skittering Invasion ManaCost:7 Types:Tribal Sorcery Eldrazi -A:SP$ Token | Cost$ 7 | TokenAmount$ 5 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenAltImages$ c_0_1_eldrazi_spawn2,c_0_1_eldrazi_spawn3 | SpellDescription$ Create five 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:SP$ Token | Cost$ 7 | TokenAmount$ 5 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe | SpellDescription$ Create five 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/skittering_invasion.jpg diff --git a/forge-gui/res/cardsfolder/s/skyline_despot.txt b/forge-gui/res/cardsfolder/s/skyline_despot.txt index 16a4c5086f3..e85d414e4f2 100644 --- a/forge-gui/res/cardsfolder/s/skyline_despot.txt +++ b/forge-gui/res/cardsfolder/s/skyline_despot.txt @@ -6,6 +6,6 @@ K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | CheckDefinedPlayer$ You.isMonarch | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if you are the monarch, create a 5/5 red Dragon creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenImage$ r 5 5 dragon CN2 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_5_5_dragon_flying | TokenOwner$ You | LegacyImage$ r 5 5 dragon flying cn2 SVar:Picture:http://www.wizards.com/global/images/magic/general/skyline_despot.jpg Oracle:Flying\nWhen Skyline Despot enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, if you are the monarch, create a 5/5 red Dragon creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/skywise_teachings.txt b/forge-gui/res/cardsfolder/s/skywise_teachings.txt index e28168d6eb9..a252306205d 100644 --- a/forge-gui/res/cardsfolder/s/skywise_teachings.txt +++ b/forge-gui/res/cardsfolder/s/skywise_teachings.txt @@ -2,6 +2,6 @@ Name:Skywise Teachings ManaCost:3 U Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast a noncreature spell, you may pay {1}{U}. If you do, create a 2/2 blue Djinn Monk creature token with flying. -SVar:TrigToken:AB$ Token | Cost$ 1 U | TokenAmount$ 1 | TokenName$ Djinn Monk | TokenTypes$ Creature,Djinn,Monk | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | TokenOwner$ You +SVar:TrigToken:AB$ Token | Cost$ 1 U | TokenAmount$ 1 | TokenScript$ u_2_2_djinn_monk_flying | LegacyImage$ u 2 2 djinn monk flying dtk | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/skywise_teachings.jpg Oracle:Whenever you cast a noncreature spell, you may pay {1}{U}. If you do, create a 2/2 blue Djinn Monk creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/slayers_plate.txt b/forge-gui/res/cardsfolder/s/slayers_plate.txt index 4fc597f21e6..6dcfb78a69b 100644 --- a/forge-gui/res/cardsfolder/s/slayers_plate.txt +++ b/forge-gui/res/cardsfolder/s/slayers_plate.txt @@ -3,7 +3,7 @@ ManaCost:3 Types:Artifact Equipment S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 4 | AddToughness$ 2 | Description$ Equipped creature gets +4/+2. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.AttachedBy+Human | Execute$ TrigToken | TriggerDescription$ Whenever equipped creature dies, if it was a Human, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit SOI | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying soi | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You K:Equip:3 DeckHints:Type$Human DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/slime_molding.txt b/forge-gui/res/cardsfolder/s/slime_molding.txt index 20b0330b802..9d672471b66 100644 --- a/forge-gui/res/cardsfolder/s/slime_molding.txt +++ b/forge-gui/res/cardsfolder/s/slime_molding.txt @@ -1,7 +1,7 @@ Name:Slime Molding ManaCost:X G Types:Sorcery -A:SP$ Token | Cost$ X G | TokenAmount$ 1 | TokenName$ Ooze | TokenTypes$ Creature,Ooze | TokenOwner$ You | TokenColors$ Green | TokenPower$ X | TokenToughness$ X | References$ X | TokenImage$ g x x ooze rtr | SpellDescription$ Create an X/X green Ooze creature token. +A:SP$ Token | Cost$ X G | TokenAmount$ 1 | TokenScript$ g_x_x_ooze_rtr | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x ooze rtr | SpellDescription$ Create an X/X green Ooze creature token. SVar:X:Count$xPaid DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/slime_molding.jpg diff --git a/forge-gui/res/cardsfolder/s/slimefoot_the_stowaway.txt b/forge-gui/res/cardsfolder/s/slimefoot_the_stowaway.txt index bd2546e0cf5..74d489f92c5 100644 --- a/forge-gui/res/cardsfolder/s/slimefoot_the_stowaway.txt +++ b/forge-gui/res/cardsfolder/s/slimefoot_the_stowaway.txt @@ -5,7 +5,7 @@ PT:2/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Saproling.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever a Saproling you control dies, CARDNAME deals 1 damage to each opponent and you gain 1 life. SVar:TrigDealDamage:DB$ DamageAll | ValidPlayers$ Player.Opponent | NumDmg$ 1 | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1 -A:AB$ Token | Cost$ 4 | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling dom | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 4 | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dom | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/slimefoot_the_stowaway.jpg Oracle:Whenever a Saproling you control dies, Slimefoot, the Stowaway deals 1 damage to each opponent and you gain 1 life.\n{4}: Create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/s/sliver_hive.txt b/forge-gui/res/cardsfolder/s/sliver_hive.txt index 287ec44ba47..32d3f5830a2 100644 --- a/forge-gui/res/cardsfolder/s/sliver_hive.txt +++ b/forge-gui/res/cardsfolder/s/sliver_hive.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 1 | RestrictValid$ Card.Sliver | SpellDescription$ Add one mana of any color. Spend this mana only to cast a Sliver spell. -A:AB$ Token | Cost$ 5 T | IsPresent$ Sliver.YouCtrl | TokenAmount$ 1 | TokenName$ Sliver | TokenTypes$ Creature,Sliver | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 sliver M15 | SpellDescription$ Create a 1/1 colorless Sliver creature token. Activate this ability only if you control a Sliver. +A:AB$ Token | Cost$ 5 T | IsPresent$ Sliver.YouCtrl | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c 1 1 sliver m15 | SpellDescription$ Create a 1/1 colorless Sliver creature token. Activate this ability only if you control a Sliver. SVar:BuffedBy:Sliver DeckHints:Type$Sliver DeckHas:Ability$Mana.Colorless & Ability$Token diff --git a/forge-gui/res/cardsfolder/s/sliver_queen.txt b/forge-gui/res/cardsfolder/s/sliver_queen.txt index e7e62524421..6ea91ade227 100644 --- a/forge-gui/res/cardsfolder/s/sliver_queen.txt +++ b/forge-gui/res/cardsfolder/s/sliver_queen.txt @@ -2,7 +2,7 @@ Name:Sliver Queen ManaCost:W U B R G Types:Legendary Creature Sliver PT:7/7 -A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c 1 1 sliver lgn | SpellDescription$ Create a 1/1 colorless Sliver creature token. +A:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | TokenOwner$ You | LegacyImage$ c 1 1 sliver van | SpellDescription$ Create a 1/1 colorless Sliver creature token. DeckHints:Type$Sliver DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sliver_queen.jpg diff --git a/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt b/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt index fdd6c06f618..54310983217 100644 --- a/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt +++ b/forge-gui/res/cardsfolder/s/sliver_queen_brood_mother.txt @@ -2,6 +2,6 @@ Name:Sliver Queen, Brood Mother ManaCost:no cost Types:Vanguard HandLifeModifier:+0/+8 -A:AB$ Token | ActivationZone$ Command | Cost$ 3 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | LegacyImage$ c 1 1 sliver leg | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Sliver creature token. +A:AB$ Token | ActivationZone$ Command | Cost$ 3 | TokenAmount$ 1 | TokenScript$ c_1_1_sliver | LegacyImage$ c 1 1 sliver van | TokenOwner$ You | SpellDescription$ Create a 1/1 colorless Sliver creature token. SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Sliver Queen, Brood Mother.full.jpg Oracle:Hand +0, life +8\n{3}: Create a 1/1 colorless Sliver creature token. diff --git a/forge-gui/res/cardsfolder/s/sliversmith.txt b/forge-gui/res/cardsfolder/s/sliversmith.txt index 514262e2d63..3c1f635f815 100644 --- a/forge-gui/res/cardsfolder/s/sliversmith.txt +++ b/forge-gui/res/cardsfolder/s/sliversmith.txt @@ -2,7 +2,7 @@ Name:Sliversmith ManaCost:2 Types:Artifact Creature Spellshaper PT:1/1 -A:AB$ Token | Cost$ 1 T Discard<1/Card> | TokenAmount$ 1 | TokenName$ Metallic Sliver | TokenTypes$ Artifact,Creature,Sliver | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Sliver artifact creature token named Metallic Sliver. +A:AB$ Token | Cost$ 1 T Discard<1/Card> | TokenAmount$ 1 | TokenScript$ metallic_sliver | TokenOwner$ You | LegacyImage$ metallic sliver fut | SpellDescription$ Create a 1/1 colorless Sliver artifact creature token named Metallic Sliver. AI:RemoveDeck:Random SVar:AIPreference:DiscardCost$Card DeckHints:Type$Sliver diff --git a/forge-gui/res/cardsfolder/s/sly_requisitioner.txt b/forge-gui/res/cardsfolder/s/sly_requisitioner.txt index 72324bcd882..62b3faa0c69 100644 --- a/forge-gui/res/cardsfolder/s/sly_requisitioner.txt +++ b/forge-gui/res/cardsfolder/s/sly_requisitioner.txt @@ -4,6 +4,6 @@ Types:Creature Human Artificer PT:2/2 K:Improvise T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Artifact.nonToken+YouCtrl | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a nontoken artifact you control is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer SVar:Picture:http://www.wizards.com/global/images/magic/general/sly_requisitioner.jpg Oracle:Improvise (Your artifacts can help cast this spell. Each artifact you tap after you're done activating mana abilities pays for {1}.)\nWhenever a nontoken artifact you control is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/snake_pit.txt b/forge-gui/res/cardsfolder/s/snake_pit.txt index 2d44017a07c..416330a3698 100644 --- a/forge-gui/res/cardsfolder/s/snake_pit.txt +++ b/forge-gui/res/cardsfolder/s/snake_pit.txt @@ -2,6 +2,6 @@ Name:Snake Pit ManaCost:3 G Types:Enchantment T:Mode$ SpellCast | ValidCard$ Card.Blue,Card.Black | ValidActivatingPlayer$ Opponent | Execute$ TrigToken | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever an opponent casts a blue or black spell, you may create a 1/1 green Snake creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ g 1 1 snake mmq SVar:Picture:http://www.wizards.com/global/images/magic/general/snake_pit.jpg Oracle:Whenever an opponent casts a blue or black spell, you may create a 1/1 green Snake creature token. diff --git a/forge-gui/res/cardsfolder/s/sorin_grim_nemesis.txt b/forge-gui/res/cardsfolder/s/sorin_grim_nemesis.txt index d48d9132341..202a8fa93c0 100644 --- a/forge-gui/res/cardsfolder/s/sorin_grim_nemesis.txt +++ b/forge-gui/res/cardsfolder/s/sorin_grim_nemesis.txt @@ -9,7 +9,7 @@ SVar:Y:Remembered$CardManaCost A:AB$ DealDamage | Cost$ SubCounter | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ ChosenX | Planeswalker$ True | SubAbility$ DBGainLife | References$ X,ChosenX | SpellDescription$ CARDNAME deals X damage to target creature or planeswalker and you gain X life. SVar:DBGainLife:DB$GainLife | LifeAmount$ ChosenX | Defined$ You | References$ ChosenX SVar:X:XChoice -A:AB$ Token | Cost$ SubCounter<9/LOYALTY> | Planeswalker$ True | TokenAmount$ Z | References$ Z | TokenName$ Vampire Knight | TokenTypes$ Creature,Vampire,Knight | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | Ultimate$ True | SpellDescription$ Create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the highest life total among all players. +A:AB$ Token | Cost$ SubCounter<9/LOYALTY> | Planeswalker$ True | TokenAmount$ Z | References$ Z | TokenScript$ b_1_1_vampire_knight_lifelink | TokenOwner$ You | LegacyImage$ b 1 1 vampire knight lifelink soi | Ultimate$ True | SpellDescription$ Create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the highest life total among all players. SVar:Z:PlayerCountPlayers$HighestLifeTotal SVar:Picture:http://www.wizards.com/global/images/magic/general/sorin_grim_nemesis.jpg Oracle:[+1]: Reveal the top card of your library and put that card into your hand. Each opponent loses life equal to its converted mana cost.\n[-X]: Sorin, Grim Nemesis deals X damage to target creature or planeswalker and you gain X life.\n[-9]: Create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the highest life total among all players. diff --git a/forge-gui/res/cardsfolder/s/sorin_lord_of_innistrad.txt b/forge-gui/res/cardsfolder/s/sorin_lord_of_innistrad.txt index 1bf3dc04d30..330bf1d8304 100644 --- a/forge-gui/res/cardsfolder/s/sorin_lord_of_innistrad.txt +++ b/forge-gui/res/cardsfolder/s/sorin_lord_of_innistrad.txt @@ -2,7 +2,7 @@ Name:Sorin, Lord of Innistrad ManaCost:2 W B Types:Legendary Planeswalker Sorin Loyalty:3 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenName$ Vampire | TokenColors$ Black | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink | Planeswalker$ True | SpellDescription$ Create a 1/1 black Vampire creature token with lifelink. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | TokenAmount$ 1 | TokenScript$ b_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ b 1 1 vampire lifelink dka | Planeswalker$ True | SpellDescription$ Create a 1/1 black Vampire creature token with lifelink. A:AB$ Effect | Cost$ SubCounter<2/LOYALTY> | Name$ Emblem - Sorin, Lord of Innistrad | Image$ emblem_sorin_lord_of_innistrad | StaticAbilities$ STPump | Planeswalker$ True | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "Creatures you control get +1/+0." SVar:STPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature.YouCtrl | AddPower$ 1 A:AB$ Destroy | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Creature,Planeswalker.Other | TargetMin$ 0 | TargetMax$ 3 | TgtPrompt$ Select target creatures or other planeswalkers | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ DBChangeZoneAll | SpellDescription$ Destroy up to 3 target creatures and/or other planeswalkers. Return each card put into a graveyard this way to the battlefield under your control. diff --git a/forge-gui/res/cardsfolder/s/sorin_solemn_visitor.txt b/forge-gui/res/cardsfolder/s/sorin_solemn_visitor.txt index 00bd482de84..c7c457a420d 100644 --- a/forge-gui/res/cardsfolder/s/sorin_solemn_visitor.txt +++ b/forge-gui/res/cardsfolder/s/sorin_solemn_visitor.txt @@ -3,7 +3,7 @@ ManaCost:2 W B Types:Legendary Planeswalker Sorin Loyalty:4 A:AB$ PumpAll | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | KW$ Lifelink | UntilYourNextTurn$ True | SpellDescription$ Until your next turn, creatures you control get +1/+0 and gain lifelink. -A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenImage$ b 2 2 vampire KTK | TokenOwner$ You | TokenName$ Vampire | TokenColors$ Black | TokenTypes$ Creature,Vampire | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SpellDescription$ Create a 2/2 black Vampire creature token with flying. +A:AB$ Token | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | LegacyImage$ b 2 2 vampire flying ktk | TokenOwner$ You | TokenScript$ b_2_2_vampire_flying | SpellDescription$ Create a 2/2 black Vampire creature token with flying. A:AB$ Effect | Cost$ SubCounter<6/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Sorin, Solemn Visitor | Triggers$ BOTTrig | SVars$ SorinSac | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "At the beginning of each opponent's upkeep, that player sacrifices a creature." SVar:BOTTrig:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player.Opponent | TriggerZones$ Command | Execute$ SorinSac | TriggerDescription$ At the beginning of each opponent's upkeep, that player sacrifices a creature. SVar:SorinSac:DB$ Sacrifice | SacValid$ Creature | Defined$ TriggeredPlayer diff --git a/forge-gui/res/cardsfolder/s/sosukes_summons.txt b/forge-gui/res/cardsfolder/s/sosukes_summons.txt index 70af58c99f5..8aa8a69315a 100644 --- a/forge-gui/res/cardsfolder/s/sosukes_summons.txt +++ b/forge-gui/res/cardsfolder/s/sosukes_summons.txt @@ -1,7 +1,7 @@ Name:Sosuke's Summons ManaCost:2 G Types:Sorcery -A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK | SpellDescription$ Create two 1/1 green Snake creature tokens. +A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenScript$ g_1_1_snake | TokenOwner$ You | LegacyImage$ g 1 1 snake chk | SpellDescription$ Create two 1/1 green Snake creature tokens. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Snake+nonToken+YouCtrl | TriggerZones$ Graveyard | OptionalDecider$ You | Execute$ TrigChange | TriggerDescription$ Whenever a nontoken Snake enters the battlefield under your control, you may return CARDNAME from your graveyard to your hand. SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand DeckHints:Type$Snake diff --git a/forge-gui/res/cardsfolder/s/soul_of_zendikar.txt b/forge-gui/res/cardsfolder/s/soul_of_zendikar.txt index 99a498cec64..d1a60c546fb 100644 --- a/forge-gui/res/cardsfolder/s/soul_of_zendikar.txt +++ b/forge-gui/res/cardsfolder/s/soul_of_zendikar.txt @@ -3,7 +3,7 @@ ManaCost:4 G G Types:Creature Avatar PT:6/6 K:Reach -A:AB$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast M15 | SpellDescription$ Create a 3/3 green Beast creature token. -A:AB$ Token | Cost$ 3 G G ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3| TokenToughness$ 3 | TokenImage$ g 3 3 beast M15 | SpellDescription$ Create a 3/3 green Beast creature token. +A:AB$ Token | Cost$ 3 G G | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast m15 | SpellDescription$ Create a 3/3 green Beast creature token. +A:AB$ Token | Cost$ 3 G G ExileFromGrave<1/CARDNAME> | ActivationZone$ Graveyard | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | LegacyImage$ g 3 3 beast m15 | SpellDescription$ Create a 3/3 green Beast creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_of_zendikar.jpg Oracle:Reach\n{3}{G}{G}: Create a 3/3 green Beast creature token.\n{3}{G}{G}, Exile Soul of Zendikar from your graveyard: Create a 3/3 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/s/soul_separator.txt b/forge-gui/res/cardsfolder/s/soul_separator.txt index f6df2872a49..fd1ea72b844 100644 --- a/forge-gui/res/cardsfolder/s/soul_separator.txt +++ b/forge-gui/res/cardsfolder/s/soul_separator.txt @@ -3,7 +3,7 @@ ManaCost:3 Types:Artifact A:AB$ ChangeZone | Cost$ 5 T Sac<1/CARDNAME> | RememberLKI$ True | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature.YouCtrl | ChangeNum$ 1 | SubAbility$ DBCopy | SpellDescription$ Exile target creature card from your graveyard. Create a token that's a copy of that card, except it's 1/1, it's a Spirit in addition to its other types, and it has flying. Create a black Zombie creature token with power equal to that card's power and toughness equal to that card's toughness. SVar:DBCopy:DB$ CopyPermanent | Defined$ Remembered | SetPower$ 1 | SetToughness$ 1 | AddTypes$ Spirit | Keywords$ Flying | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenImage$ b x y zombie EMN | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenPower$ X | TokenToughness$ Y | TokenColors$ Black | TokenOwner$ You | TokenAmount$ 1 | References$ X,Y | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | LegacyImage$ b x x zombie emn | TokenScript$ b_x_x_zombie | TokenPower$ X | TokenToughness$ Y | TokenOwner$ You | TokenAmount$ 1 | References$ X,Y | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$CardPower SVar:Y:RememberedLKI$CardToughness diff --git a/forge-gui/res/cardsfolder/s/sound_the_call.txt b/forge-gui/res/cardsfolder/s/sound_the_call.txt index 6e1a980a91d..02a89304a9a 100644 --- a/forge-gui/res/cardsfolder/s/sound_the_call.txt +++ b/forge-gui/res/cardsfolder/s/sound_the_call.txt @@ -1,9 +1,7 @@ Name:Sound the Call ManaCost:2 G Types:Sorcery -A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenStaticAbilities$ StaticCall | TokenSVars$ CallCount | SpellDescription$ Create a 1/1 green Wolf creature token. It has "This creature gets +1/+1 for each card named Sound the Call in each graveyard." -SVar:StaticCall:Mode$ Continuous | Affected$ Card.Self | AddPower$ CallCount | AddToughness$ CallCount | EffectZone$ Battlefield | Description$ This creature gets +1/+1 for each card named Sound the Call in each graveyard. -SVar:CallCount:Count$ValidGraveyard Card.namedSound the Call +A:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_1_1_wolf_sound_the_call | TokenOwner$ You | LegacyImage$ g 1 1 wolf sound the call csp | SpellDescription$ Create a 1/1 green Wolf creature token. It has "This creature gets +1/+1 for each card named Sound the Call in each graveyard." DeckHints:Name$Sound the Call SVar:Picture:http://www.wizards.com/global/images/magic/general/sound_the_call.jpg Oracle:Create a 1/1 green Wolf creature token. It has "This creature gets +1/+1 for each card named Sound the Call in each graveyard." diff --git a/forge-gui/res/cardsfolder/s/sparkspitter.txt b/forge-gui/res/cardsfolder/s/sparkspitter.txt index 50b4cdc4626..d94a72ceb2d 100644 --- a/forge-gui/res/cardsfolder/s/sparkspitter.txt +++ b/forge-gui/res/cardsfolder/s/sparkspitter.txt @@ -2,7 +2,7 @@ Name:Sparkspitter ManaCost:2 R Types:Creature Elemental Spellshaper PT:1/3 -A:AB$ Token | Cost$ R T Discard<1/Card> | TokenScript$ spark_elemental | SpellDescription$ Create a 3/1 red Elemental creature token named Spark Elemental. It has trample, haste, and "At the beginning of the end step, sacrifice Spark Elemental." +A:AB$ Token | Cost$ R T Discard<1/Card> | TokenScript$ spark_elemental | LegacyImage$ spark elemental fut | SpellDescription$ Create a 3/1 red Elemental creature token named Spark Elemental. It has trample, haste, and "At the beginning of the end step, sacrifice Spark Elemental." DeckHas:Ability$Token AI:RemoveDeck:Random SVar:Picture:http://resources.wizards.com/magic/cards/fut/en-us/card130341.jpg diff --git a/forge-gui/res/cardsfolder/s/spawning_bed.txt b/forge-gui/res/cardsfolder/s/spawning_bed.txt index ffd1f9841ee..efda1cdff76 100644 --- a/forge-gui/res/cardsfolder/s/spawning_bed.txt +++ b/forge-gui/res/cardsfolder/s/spawning_bed.txt @@ -2,8 +2,7 @@ Name:Spawning Bed ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 6 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 3 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABEldraziMana | SpellDescription$ Create three 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:ABEldraziMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:AB$ Token | Cost$ 6 T Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 3 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz | SpellDescription$ Create three 1/1 colorless Eldrazi Scion creature tokens. They have "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/spawning_bed.jpg diff --git a/forge-gui/res/cardsfolder/s/spawning_breath.txt b/forge-gui/res/cardsfolder/s/spawning_breath.txt index cf5bf58da3a..7141b85abd0 100644 --- a/forge-gui/res/cardsfolder/s/spawning_breath.txt +++ b/forge-gui/res/cardsfolder/s/spawning_breath.txt @@ -2,8 +2,7 @@ Name:Spawning Breath ManaCost:1 R Types:Instant A:SP$ DealDamage | Cost$ 1 R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 | SubAbility$ DBToken | SpellDescription$ CARDNAME deals 1 damage to any target. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenImage$ c_0_1_eldrazi_spawn3 | SpellDescription$ Create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | LegacyImage$ c 0 1 eldrazi spawn sac roe | SpellDescription$ Create a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C}." DeckHints:Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/spawning_breath.jpg diff --git a/forge-gui/res/cardsfolder/s/spawning_grounds.txt b/forge-gui/res/cardsfolder/s/spawning_grounds.txt index 67f642a6aca..7b71f948061 100644 --- a/forge-gui/res/cardsfolder/s/spawning_grounds.txt +++ b/forge-gui/res/cardsfolder/s/spawning_grounds.txt @@ -4,6 +4,6 @@ Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 6 G G | ValidTgts$ Land | AILogic$ Pump S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ SpawningGroundsToken | Description$ Enchanted land has "{T}: Create a 5/5 green Beast creature token with trample." -SVar:SpawningGroundsToken:AB$ Token | Cost$ T | TokenOwner$ You | TokenName$ Beast | TokenColors$ Green | TokenTypes$ Creature,Beast | TokenPower$ 5 | TokenToughness$ 5 | TokenAmount$ 1 | TokenKeywords$ Trample | SpellDescription$ Create a 5/5 green Beast creature token with trample." +SVar:SpawningGroundsToken:AB$ Token | Cost$ T | TokenOwner$ You | TokenScript$ g_5_5_beast_trample | TokenAmount$ 1 | LegacyImage$ g 5 5 beast trample c13 | SpellDescription$ Create a 5/5 green Beast creature token with trample. SVar:Picture:http://www.wizards.com/global/images/magic/general/spawning_grounds.jpg Oracle:Enchant land\nEnchanted land has "{T}: Create a 5/5 green Beast creature token with trample." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/spawning_pit.txt b/forge-gui/res/cardsfolder/s/spawning_pit.txt index 4240a8b0d33..4991e07c2e4 100644 --- a/forge-gui/res/cardsfolder/s/spawning_pit.txt +++ b/forge-gui/res/cardsfolder/s/spawning_pit.txt @@ -2,7 +2,7 @@ Name:Spawning Pit ManaCost:2 Types:Artifact A:AB$ PutCounter | Cost$ Sac<1/Creature> | Defined$ Self | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME. -A:AB$ Token | Cost$ 1 SubCounter<2/CHARGE> | TokenAmount$ 1 | TokenController$ You | TokenName$ Spawn | TokenTypes$ Artifact,Creature,Spawn | TokenColors$ Colorless | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 colorless Spawn artifact creature token. +A:AB$ Token | Cost$ 1 SubCounter<2/CHARGE> | TokenAmount$ 1 | TokenController$ You | TokenScript$ c_2_2_a_spawn | LegacyImage$ c 2 2 a spawn dst | SpellDescription$ Create a 2/2 colorless Spawn artifact creature token. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/spawning_pit.jpg Oracle:Sacrifice a creature: Put a charge counter on Spawning Pit.\n{1}, Remove two charge counters from Spawning Pit: Create a 2/2 colorless Spawn artifact creature token. diff --git a/forge-gui/res/cardsfolder/s/spawnsire_of_ulamog.txt b/forge-gui/res/cardsfolder/s/spawnsire_of_ulamog.txt index 2c9162bcaa9..1aaedbfcd85 100644 --- a/forge-gui/res/cardsfolder/s/spawnsire_of_ulamog.txt +++ b/forge-gui/res/cardsfolder/s/spawnsire_of_ulamog.txt @@ -3,8 +3,7 @@ ManaCost:10 Types:Creature Eldrazi PT:7/11 K:Annihilator:1 -A:AB$ Token | Cost$ 4 | TokenAmount$ 2 | TokenName$ Eldrazi Spawn | TokenTypes$ Creature,Eldrazi,Spawn | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 0 | TokenToughness$ 1 | TokenAltImages$ c_0_1_eldrazi_spawn2,c_0_1_eldrazi_spawn3 | TokenAbilities$ ABEldraziMana | SpellDescription$ Create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." -SVar:ABEldraziMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:AB$ Token | Cost$ 4 | TokenAmount$ 2 | TokenScript$ c_0_1_eldrazi_spawn_sac | TokenOwner$ You | c 0 1 eldrazi spawn sac roe | SpellDescription$ Create two 0/1 colorless Eldrazi Spawn creature tokens. They have "Sacrifice this creature: Add {C}." A:AB$ Play | Cost$ 20 | Valid$ Card.Eldrazi+YouOwn | ValidZone$ Sideboard | WithoutManaCost$ True | Amount$ SpawnsireX | Controller$ You | Optional$ True | References$ SpawnsireX | SpellDescription$ Cast any number of Eldrazi cards you own from outside the game without paying their mana costs. SVar:SpawnsireX:Count$TypeInYourSideboard.Eldrazi DeckHints:Type$Eldrazi diff --git a/forge-gui/res/cardsfolder/s/spectral_procession.txt b/forge-gui/res/cardsfolder/s/spectral_procession.txt index 8b0f2f84a68..a23289a9e5e 100644 --- a/forge-gui/res/cardsfolder/s/spectral_procession.txt +++ b/forge-gui/res/cardsfolder/s/spectral_procession.txt @@ -1,6 +1,6 @@ Name:Spectral Procession ManaCost:2/W 2/W 2/W Types:Sorcery -A:SP$ Token | Cost$ 2/W 2/W 2/W | TokenAmount$ 3 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit SHM | TokenKeywords$ Flying | SpellDescription$ Create three 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 2/W 2/W 2/W | TokenAmount$ 3 | TokenScript$ w_1_1_spirit | TokenOwner$ You | LegacyImage$ w 1 1 spirit shm | SpellDescription$ Create three 1/1 white Spirit creature tokens with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_procession.jpg Oracle:Create three 1/1 white Spirit creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/s/spectral_reserves.txt b/forge-gui/res/cardsfolder/s/spectral_reserves.txt index 7c924eb9a52..05434d58270 100644 --- a/forge-gui/res/cardsfolder/s/spectral_reserves.txt +++ b/forge-gui/res/cardsfolder/s/spectral_reserves.txt @@ -1,7 +1,7 @@ Name:Spectral Reserves ManaCost:3 W Types:Sorcery -A:SP$ Token | Cost$ 3 W | TokenImage$ w 1 1 spirit SOI | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ DBGainLife | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 3 W | LegacyImage$ w 1 1 spirit flying emn | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SubAbility$ DBGainLife | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 2 | SpellDescription$ You gain 2 life. DeckHas:Ability$Token & Ability$LifeGain SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_reserves.jpg diff --git a/forge-gui/res/cardsfolder/s/spell_swindle.txt b/forge-gui/res/cardsfolder/s/spell_swindle.txt index d113d0cf9d1..7142bdf1cf6 100644 --- a/forge-gui/res/cardsfolder/s/spell_swindle.txt +++ b/forge-gui/res/cardsfolder/s/spell_swindle.txt @@ -2,8 +2,7 @@ Name:Spell Swindle ManaCost:3 U U Types:Instant A:SP$ Counter | Cost$ 3 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | RememberCounteredCMC$ True | SubAbility$ DBTreasureTokens | SpellDescription$ Counter target spell. Create X colorless Treasure artifact tokens, where X is that spell's converted mana cost. They have "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasureTokens:DB$ Token | TokenAmount$ X | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | References$ X | SubAbility$ DBCleanup -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasureTokens:DB$ Token | TokenAmount$ X | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$RememberedNumber DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/spider_spawning.txt b/forge-gui/res/cardsfolder/s/spider_spawning.txt index 5bc99e78d4d..9760e3b8677 100644 --- a/forge-gui/res/cardsfolder/s/spider_spawning.txt +++ b/forge-gui/res/cardsfolder/s/spider_spawning.txt @@ -2,7 +2,7 @@ Name:Spider Spawning ManaCost:4 G Types:Sorcery K:Flashback:6 B -A:SP$ Token | Cost$ 4 G | TokenImage$ g 1 2 spider ISD | TokenAmount$ X | References$ X | TokenName$ Spider | TokenTypes$ Creature,Spider | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 2 | TokenKeywords$ Reach | SpellDescription$ Create a 1/2 green Spider creature token with reach for each creature card in your graveyard. +A:SP$ Token | Cost$ 4 G | LegacyImage$ g 1 2 spider reach isd | TokenAmount$ X | References$ X | TokenScript$ g_1_2_spider_reach | TokenOwner$ You | SpellDescription$ Create a 1/2 green Spider creature token with reach for each creature card in your graveyard. SVar:X:Count$TypeInYourYard.Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/spider_spawning.jpg Oracle:Create a 1/2 green Spider creature token with reach for each creature card in your graveyard.\nFlashback {6}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.) diff --git a/forge-gui/res/cardsfolder/s/spirit_bonds.txt b/forge-gui/res/cardsfolder/s/spirit_bonds.txt index 2b9be76da3e..5c4e13b74e1 100644 --- a/forge-gui/res/cardsfolder/s/spirit_bonds.txt +++ b/forge-gui/res/cardsfolder/s/spirit_bonds.txt @@ -2,7 +2,7 @@ Name:Spirit Bonds ManaCost:1 W Types:Enchantment T:Mode$ ChangesZone | ValidCard$ Creature.nonToken+YouCtrl | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature enters the battlefield under your control, you may pay {W}. If you do, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:AB$ Token | Cost$ W | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit M15 | TokenKeywords$ Flying +SVar:TrigToken:AB$ Token | Cost$ W | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying m15 A:AB$ Pump | Cost$ 1 W Sac<1/Spirit> | ValidTgts$ Creature.nonSpirit+YouCtrl | TgtPrompt$ Select target non-Spirit creature you control | KW$ Indestructible | SpellDescription$ Target non-Spirit creature you control gains indestructible until end of turn. SVar:BuffedBy:Creature DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/spirit_cairn.txt b/forge-gui/res/cardsfolder/s/spirit_cairn.txt index 8c62c155697..aebea2777ce 100644 --- a/forge-gui/res/cardsfolder/s/spirit_cairn.txt +++ b/forge-gui/res/cardsfolder/s/spirit_cairn.txt @@ -2,7 +2,7 @@ Name:Spirit Cairn ManaCost:2 W Types:Enchantment T:Mode$ Discarded | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a player discards a card, you may pay {W}. If you do, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:AB$Token | Cost$ W | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:AB$Token | Cost$ W | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying jud DeckHints::Ability$Discard DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/spirit_cairn.jpg diff --git a/forge-gui/res/cardsfolder/s/spirit_mirror.txt b/forge-gui/res/cardsfolder/s/spirit_mirror.txt index 1dcfad35dab..89a49b79f83 100644 --- a/forge-gui/res/cardsfolder/s/spirit_mirror.txt +++ b/forge-gui/res/cardsfolder/s/spirit_mirror.txt @@ -2,7 +2,7 @@ Name:Spirit Mirror ManaCost:2 W W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Reflection.token | PresentCompare$ EQ0 | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if there are no Reflection tokens on the battlefield, create a 2/2 white Reflection creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_reflection | TokenOwner$ You | LegacyImage$ w 2 2 reflection vma | TokenSVars$ ReflectionSac +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_reflection | TokenOwner$ You | LegacyImage$ w 2 2 reflection tmp | TokenSVars$ ReflectionSac A:AB$ Destroy | Cost$ 0 | ValidTgts$ Reflection | TgtPrompt$ Select target Reflection | AILogic$ Pactivator | SpellDescription$ Destroy target Reflection. SVar:ReflectionSac:SVar:SacMe:2 SVar:Picture:http://www.wizards.com/global/images/magic/general/spirit_mirror.jpg diff --git a/forge-gui/res/cardsfolder/s/spiritual_visit.txt b/forge-gui/res/cardsfolder/s/spiritual_visit.txt index c8f2e4f42d0..af474cbcba9 100644 --- a/forge-gui/res/cardsfolder/s/spiritual_visit.txt +++ b/forge-gui/res/cardsfolder/s/spiritual_visit.txt @@ -2,6 +2,6 @@ Name:Spiritual Visit ManaCost:W Types:Instant Arcane K:Splice:Arcane:W -A:SP$ Token | Cost$ W | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 colorless Spirit creature token. +A:SP$ Token | Cost$ W | TokenAmount$ 1 | TokenScript$ c_1_1_spirit | TokenOwner$ You | LegacyImage$ c 1 1 spirit sok | SpellDescription$ Create a 1/1 colorless Spirit creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/spiritual_visit.jpg Oracle:Create a 1/1 colorless Spirit creature token.\nSplice onto Arcane {W} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.) diff --git a/forge-gui/res/cardsfolder/s/spoils_of_blood.txt b/forge-gui/res/cardsfolder/s/spoils_of_blood.txt index 5cd814351e0..082c2ec9cdc 100644 --- a/forge-gui/res/cardsfolder/s/spoils_of_blood.txt +++ b/forge-gui/res/cardsfolder/s/spoils_of_blood.txt @@ -1,7 +1,7 @@ Name:Spoils of Blood ManaCost:B Types:Instant -A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenName$ Horror | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Horror | TokenColors$ Black | SpellDescription$ Create an X/X black Horror creature token, where X is the number of creatures that died this turn. +A:SP$ Token | Cost$ B | TokenAmount$ 1 | TokenScript$ b_x_x_horror | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ b x x horror c14 | SpellDescription$ Create an X/X black Horror creature token, where X is the number of creatures that died this turn. SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/spoils_of_blood.jpg Oracle:Create an X/X black Horror creature token, where X is the number of creatures that died this turn. diff --git a/forge-gui/res/cardsfolder/s/spontaneous_generation.txt b/forge-gui/res/cardsfolder/s/spontaneous_generation.txt index 8d25b1b1ac1..73e1d362662 100644 --- a/forge-gui/res/cardsfolder/s/spontaneous_generation.txt +++ b/forge-gui/res/cardsfolder/s/spontaneous_generation.txt @@ -1,7 +1,7 @@ Name:Spontaneous Generation ManaCost:3 G Types:Sorcery -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Saproling creature token for each card in your hand. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling mmq | SpellDescription$ Create a 1/1 green Saproling creature token for each card in your hand. SVar:X:Count$InYourHand SVar:Picture:http://www.wizards.com/global/images/magic/general/spontaneous_generation.jpg Oracle:Create a 1/1 green Saproling creature token for each card in your hand. diff --git a/forge-gui/res/cardsfolder/s/spore_burst.txt b/forge-gui/res/cardsfolder/s/spore_burst.txt index e8aae07584a..6af97773bc2 100644 --- a/forge-gui/res/cardsfolder/s/spore_burst.txt +++ b/forge-gui/res/cardsfolder/s/spore_burst.txt @@ -1,7 +1,7 @@ Name:Spore Burst ManaCost:3 G Types:Sorcery -A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA | SpellDescription$ Domain — Create a 1/1 green Saproling creature token for each basic land type among lands you control. +A:SP$ Token | Cost$ 3 G | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling cfx | SpellDescription$ Domain — Create a 1/1 green Saproling creature token for each basic land type among lands you control. SVar:X:Count$Domain AI:RemoveDeck:Random DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/s/spore_swarm.txt b/forge-gui/res/cardsfolder/s/spore_swarm.txt index f2f7dc990c5..c2b20b327fa 100644 --- a/forge-gui/res/cardsfolder/s/spore_swarm.txt +++ b/forge-gui/res/cardsfolder/s/spore_swarm.txt @@ -1,6 +1,6 @@ Name:Spore Swarm ManaCost:3 G Types:Instant -A:SP$ Token | Cost$ 3 G | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling DOM | SpellDescription$ Create three 1/1 green Saproling creature tokens. +A:SP$ Token | Cost$ 3 G | TokenAmount$ 3 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dom | SpellDescription$ Create three 1/1 green Saproling creature tokens. DeckHas:Ability$Token Oracle:Create three 1/1 green Saproling creature tokens. diff --git a/forge-gui/res/cardsfolder/s/sporemound.txt b/forge-gui/res/cardsfolder/s/sporemound.txt index d973b35e1e1..009c9d948ed 100644 --- a/forge-gui/res/cardsfolder/s/sporemound.txt +++ b/forge-gui/res/cardsfolder/s/sporemound.txt @@ -3,7 +3,7 @@ ManaCost:3 G G Types:Creature Fungus PT:3/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a land enters the battlefield under your control, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling M14 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_saproling | TokenOwner$ You | TokenImage$ g 1 1 saproling m14 SVar:BuffedBy:Land DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sporemound.jpg diff --git a/forge-gui/res/cardsfolder/s/sporesower_thallid.txt b/forge-gui/res/cardsfolder/s/sporesower_thallid.txt index ccc17e7795e..ce756857876 100644 --- a/forge-gui/res/cardsfolder/s/sporesower_thallid.txt +++ b/forge-gui/res/cardsfolder/s/sporesower_thallid.txt @@ -2,7 +2,7 @@ Name:Sporesower Thallid ManaCost:2 G G Types:Creature Fungus PT:4/4 -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create a 1/1 green Saproling creature token. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigCounters | TriggerDescription$ At the beginning of your upkeep, put a spore counter on each Fungus you control. SVar:TrigCounters:DB$ PutCounterAll | ValidCards$ Fungus.YouCtrl | CounterType$ SPORE | CounterNum$ 1 DeckHints:Type$Fungus diff --git a/forge-gui/res/cardsfolder/s/sporogenesis.txt b/forge-gui/res/cardsfolder/s/sporogenesis.txt index 1f8df920646..381a250c159 100644 --- a/forge-gui/res/cardsfolder/s/sporogenesis.txt +++ b/forge-gui/res/cardsfolder/s/sporogenesis.txt @@ -4,7 +4,7 @@ Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, you may put a fungus counter on target nontoken creature. SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | CounterType$ FUNGUS | CounterNum$ 1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | ValidCard$ Creature.counters_GE1_FUNGUS | Execute$ TrigToken | TriggerDescription$ Whenever a creature with a fungus counter on it dies, create a 1/1 green Saproling creature token for each fungus counter on that creature. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling usg SVar:X:TriggeredCard$CardCounters.FUNGUS T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigRemove | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, remove all fungus counters from all creatures. SVar:TrigRemove:DB$ RepeatEach | RepeatCards$ Creature | RepeatSubAbility$ DBRemoveFungus diff --git a/forge-gui/res/cardsfolder/s/sporoloth_ancient.txt b/forge-gui/res/cardsfolder/s/sporoloth_ancient.txt index f592aad9d8c..ce9e2f1d669 100644 --- a/forge-gui/res/cardsfolder/s/sporoloth_ancient.txt +++ b/forge-gui/res/cardsfolder/s/sporoloth_ancient.txt @@ -5,7 +5,7 @@ PT:4/4 S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddAbility$ MakeSaproling | Description$ Creatures you control have "Remove two spore counters from this creature: Create a 1/1 green Saproling creature token." T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -SVar:MakeSaproling:AB$ Token | Cost$ SubCounter<2/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +SVar:MakeSaproling:AB$ Token | Cost$ SubCounter<2/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fut | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sporoloth_ancient.jpg diff --git a/forge-gui/res/cardsfolder/s/springjack_pasture.txt b/forge-gui/res/cardsfolder/s/springjack_pasture.txt index 2f2b5c90b0a..75fb4a9d66a 100644 --- a/forge-gui/res/cardsfolder/s/springjack_pasture.txt +++ b/forge-gui/res/cardsfolder/s/springjack_pasture.txt @@ -2,7 +2,7 @@ Name:Springjack Pasture ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Goat | TokenTypes$ Creature,Goat | TokenOwner$ You | TokenColors$ White | TokenPower$ 0 | TokenToughness$ 1 | SpellDescription$ Create a 0/1 white Goat creature token. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ w_0_1_goat | TokenOwner$ You | LegacyImage$ w 0 1 goat eve | SpellDescription$ Create a 0/1 white Goat creature token. A:AB$Mana | Cost$ T Sac | CostDesc$ {T}, Sacrifice X Goats: | Produced$ Any | Amount$ ChosenX | References$ X | Defined$ You | SubAbility$ DBGainLife | SpellDescription$ Add X mana of any one color. You gain X life. SVar:X:XChoice SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ ChosenX diff --git a/forge-gui/res/cardsfolder/s/springjack_shepherd.txt b/forge-gui/res/cardsfolder/s/springjack_shepherd.txt index 94761f7d35e..9f28027dda6 100644 --- a/forge-gui/res/cardsfolder/s/springjack_shepherd.txt +++ b/forge-gui/res/cardsfolder/s/springjack_shepherd.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Kithkin Wizard PT:1/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Chroma — When CARDNAME enters the battlefield, create a 0/1 white Goat creature token for each white mana symbol in the mana costs of permanents you control. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Goat | TokenTypes$ Creature,Goat | TokenOwner$ You | TokenColors$ White | TokenPower$ 0 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ w_0_1_goat | TokenOwner$ You | LegacyImage$ w 0 1 goat eve SVar:X:Count$Chroma.White SVar:Picture:http://www.wizards.com/global/images/magic/general/springjack_shepherd.jpg Oracle:Chroma — When Springjack Shepherd enters the battlefield, create a 0/1 white Goat creature token for each white mana symbol in the mana costs of permanents you control. diff --git a/forge-gui/res/cardsfolder/s/sprout_swarm.txt b/forge-gui/res/cardsfolder/s/sprout_swarm.txt index f8d091b3d9b..648af561812 100644 --- a/forge-gui/res/cardsfolder/s/sprout_swarm.txt +++ b/forge-gui/res/cardsfolder/s/sprout_swarm.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Instant K:Convoke K:Buyback:3 -A:SP$ Token | Cost$ 1 G | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:SP$ Token | Cost$ 1 G | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fut | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sprout_swarm.jpg Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nBuyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt b/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt index ec914fb0c2c..2c8d1d6ae63 100644 --- a/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt +++ b/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt @@ -3,7 +3,7 @@ ManaCost:B R G Types:Creature Lizard PT:3/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create three 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 saproling ala SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sprouting_thrinax.jpg diff --git a/forge-gui/res/cardsfolder/s/squires_devotion.txt b/forge-gui/res/cardsfolder/s/squires_devotion.txt index 73b264dab5b..f5cd150d286 100644 --- a/forge-gui/res/cardsfolder/s/squires_devotion.txt +++ b/forge-gui/res/cardsfolder/s/squires_devotion.txt @@ -5,6 +5,6 @@ K:Enchant creature S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Lifelink | Description$ Enchanted creature gets +1/+1 and has lifelink. A:SP$ Attach | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Vampire creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Vampire | TokenTypes$ Creature,Vampire | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_vampire_lifelink | TokenOwner$ You | LegacyImage$ w 1 1 vampire lifelink rix SVar:Picture:http://www.wizards.com/global/images/magic/general/squires_devotion.jpg Oracle:Enchant creature\nEnchanted creature gets +1/+1 and has lifelink.\nWhen Squire's Devotion enters the battlefield, create a 1/1 white Vampire creature token with lifelink. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/squirrel_nest.txt b/forge-gui/res/cardsfolder/s/squirrel_nest.txt index ca6f18b693a..e28dfb92952 100644 --- a/forge-gui/res/cardsfolder/s/squirrel_nest.txt +++ b/forge-gui/res/cardsfolder/s/squirrel_nest.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 1 G G | ValidTgts$ Land | AILogic$ Pump S:Mode$ Continuous | Affected$ Land.AttachedBy | AddAbility$ Token | Description$ Enchanted land has "{T}: Create a 1/1 green Squirrel creature token." -SVar:Token:AB$Token | Cost$ T | TokenAmount$ 1 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You | SpellDescription$ Create a 1/1 green Squirrel creature token. +SVar:Token:AB$Token | Cost$ T | TokenAmount$ 1 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel ody | SpellDescription$ Create a 1/1 green Squirrel creature token. SVar:NonStackingAttachEffect:True SVar:Picture:http://www.wizards.com/global/images/magic/general/squirrel_nest.jpg Oracle:Enchant land\nEnchanted land has "{T}: Create a 1/1 green Squirrel creature token." diff --git a/forge-gui/res/cardsfolder/s/squirrel_wrangler.txt b/forge-gui/res/cardsfolder/s/squirrel_wrangler.txt index 9590ea6b7cf..fbe68581687 100644 --- a/forge-gui/res/cardsfolder/s/squirrel_wrangler.txt +++ b/forge-gui/res/cardsfolder/s/squirrel_wrangler.txt @@ -2,7 +2,7 @@ Name:Squirrel Wrangler ManaCost:2 G G Types:Creature Human Druid PT:2/2 -A:AB$ Token | Cost$ 1 G Sac<1/Land> | TokenAmount$ 2 | TokenName$ Squirrel | TokenTypes$ Creature,Squirrel | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 green Squirrel creature tokens. +A:AB$ Token | Cost$ 1 G Sac<1/Land> | TokenAmount$ 2 | TokenScript$ g_1_1_squirrel | TokenOwner$ You | LegacyImage$ g 1 1 squirrel pcy | SpellDescription$ Create two 1/1 green Squirrel creature tokens. A:AB$ PumpAll | Cost$ 1 G Sac<1/Land> | ValidCards$ Creature.Squirrel | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Squirrel creatures get +1/+1 until end of turn. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/squirrel_wrangler.jpg diff --git a/forge-gui/res/cardsfolder/s/srams_expertise.txt b/forge-gui/res/cardsfolder/s/srams_expertise.txt index 84ee8e8ae9e..1e4e4043f37 100644 --- a/forge-gui/res/cardsfolder/s/srams_expertise.txt +++ b/forge-gui/res/cardsfolder/s/srams_expertise.txt @@ -1,7 +1,7 @@ Name:Sram's Expertise ManaCost:2 W W Types:Sorcery -A:SP$ Token | Cost$ 2 W W | TokenAmount$ 3 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 | SubAbility$ DBPlay | SpellDescription$ Create three 1/1 colorless Servo artifact creature tokens. You may cast a card with converted mana cost 3 or less from your hand without paying its mana cost. +A:SP$ Token | Cost$ 2 W W | TokenAmount$ 3 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo aer | SubAbility$ DBPlay | SpellDescription$ Create three 1/1 colorless Servo artifact creature tokens. You may cast a card with converted mana cost 3 or less from your hand without paying its mana cost. SVar:DBPlay:DB$ Play | Valid$ Card.nonLand+YouOwn+cmcLE3 | ValidZone$ Hand | WithoutManaCost$ True | Amount$ 1 | Controller$ You | Optional$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/srams_expertise.jpg Oracle:Create three 1/1 colorless Servo artifact creature tokens.\nYou may cast a card with converted mana cost 3 or less from your hand without paying its mana cost. diff --git a/forge-gui/res/cardsfolder/s/start_finish.txt b/forge-gui/res/cardsfolder/s/start_finish.txt index d8922b076e3..878de9fe756 100644 --- a/forge-gui/res/cardsfolder/s/start_finish.txt +++ b/forge-gui/res/cardsfolder/s/start_finish.txt @@ -2,7 +2,7 @@ Name:Start ManaCost:2 W AlternateMode: Split Types:Instant -A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH | SpellDescription$ Create two 1/1 white Warrior creature tokens with vigilance. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh | SpellDescription$ Create two 1/1 white Warrior creature tokens with vigilance. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/start_finish.jpg Oracle:Create two 1/1 white Warrior creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/s/stir_the_sands.txt b/forge-gui/res/cardsfolder/s/stir_the_sands.txt index aa1c96f8c94..bb736f025ff 100644 --- a/forge-gui/res/cardsfolder/s/stir_the_sands.txt +++ b/forge-gui/res/cardsfolder/s/stir_the_sands.txt @@ -1,10 +1,10 @@ Name:Stir the Sands ManaCost:4 B B Types:Sorcery -A:SP$ Token | Cost$ 4 B B | TokenImage$ b 2 2 zombie AKH | TokenAmount$ 3 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create three 2/2 black Zombie creature tokens. +A:SP$ Token | Cost$ 4 B B | LegacyImage$ b 2 2 zombie akh | TokenAmount$ 3 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create three 2/2 black Zombie creature tokens. K:Cycling:3 B T:Mode$ Cycled | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cycle CARDNAME, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie AKH | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie akh | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/stir_the_sands.jpg Oracle:Create three 2/2 black Zombie creature tokens.\nCycling {3}{B} ({3}{B}, Discard this card: Draw a card.)\nWhen you cycle Stir the Sands, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/s/stitcher_geralf.txt b/forge-gui/res/cardsfolder/s/stitcher_geralf.txt index aeacff01311..e9dcd658468 100644 --- a/forge-gui/res/cardsfolder/s/stitcher_geralf.txt +++ b/forge-gui/res/cardsfolder/s/stitcher_geralf.txt @@ -5,7 +5,7 @@ PT:3/4 A:AB$ Mill | Cost$ 2 U T | Defined$ Player | NumCards$ 3 | RememberMilled$ True | SubAbility$ DBChoose | SpellDescription$ Each player puts the top three cards of their library into their graveyard. Exile up to two creature cards put into graveyards this way. Create an X/X blue Zombie creature token, where X is the total power of the cards exiled this way. SVar:DBChoose:DB$ ChooseCard | Defined$ You | Choices$ Creature.IsRemembered | ChoiceZone$ Graveyard | MinAmount$ 0 | Amount$ 2 | SubAbility$ DBExile SVar:DBExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | Defined$ ChosenCard | ForgetOtherRemembered$ True | RememberLKI$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Zombie | TokenColors$ Blue | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_x_x_zombie | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ u x x zombie c14 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/stitcher_geralf.jpg diff --git a/forge-gui/res/cardsfolder/s/stitchers_apprentice.txt b/forge-gui/res/cardsfolder/s/stitchers_apprentice.txt index 847d9174114..15b96196d9b 100644 --- a/forge-gui/res/cardsfolder/s/stitchers_apprentice.txt +++ b/forge-gui/res/cardsfolder/s/stitchers_apprentice.txt @@ -2,7 +2,7 @@ Name:Stitcher's Apprentice ManaCost:1 U Types:Creature Homunculus PT:1/2 -A:AB$ Token | Cost$ 1 U T | TokenImage$ u 2 2 homunculus | TokenAmount$ 1 | TokenName$ Homunculus | TokenTypes$ Creature,Homunculus | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | SubAbility$ DBSac | SpellDescription$ Create a 2/2 blue Homunculus creature token, then sacrifice a creature. +A:AB$ Token | Cost$ 1 U T | LegacyImage$ u 2 2 homunculus isd | TokenAmount$ 1 | TokenScript$ u_2_2_homunculus | TokenOwner$ You | SubAbility$ DBSac | SpellDescription$ Create a 2/2 blue Homunculus creature token, then sacrifice a creature. SVar:DBSac:DB$Sacrifice | SacValid$ Creature | Defined$ You | Amount$ 1 AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/stitchers_apprentice.jpg diff --git a/forge-gui/res/cardsfolder/s/stone_idol_trap.txt b/forge-gui/res/cardsfolder/s/stone_idol_trap.txt index 7b168a63882..2b36f67fa4a 100644 --- a/forge-gui/res/cardsfolder/s/stone_idol_trap.txt +++ b/forge-gui/res/cardsfolder/s/stone_idol_trap.txt @@ -1,7 +1,7 @@ Name:Stone Idol Trap ManaCost:5 R Types:Instant Trap -A:SP$ Token | Cost$ 5 R | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 6 | TokenToughness$ 12 | AtEOT$ YourExile | TokenKeywords$ Trample | SpellDescription$ Create a 6/12 colorless Construct artifact creature token with trample. Exile it at the beginning of your next end step. +A:SP$ Token | Cost$ 5 R | TokenAmount$ 1 | TokenScript$ c_6_12_a_construct_trample | TokenOwner$ You | LegacyImage$ c 6 12 a construct trample wwk | AtEOT$ YourExile | SpellDescription$ Create a 6/12 colorless Construct artifact creature token with trample. Exile it at the beginning of your next end step. S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | References$ X | EffectZone$ All | Description$ CARDNAME costs {1} less to cast for each attacking creature. SVar:X:Count$Valid Creature.attacking SVar:Picture:http://www.wizards.com/global/images/magic/general/stone_idol_trap.jpg diff --git a/forge-gui/res/cardsfolder/s/stonybrook_schoolmaster.txt b/forge-gui/res/cardsfolder/s/stonybrook_schoolmaster.txt index b09a2d4f05c..786a6b035c9 100644 --- a/forge-gui/res/cardsfolder/s/stonybrook_schoolmaster.txt +++ b/forge-gui/res/cardsfolder/s/stonybrook_schoolmaster.txt @@ -3,6 +3,6 @@ ManaCost:2 W Types:Creature Merfolk Wizard PT:1/2 T:Mode$ Taps | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME becomes tapped, you may create a 1/1 blue Merfolk Wizard creature token. -SVar:TrigToken:DB$Token | TokenImage$ u 1 1 merfolk wizard | TokenName$ Merfolk Wizard | TokenAmount$ 1 | TokenColors$ Blue | TokenTypes$ Creature,Merfolk,Wizard | TokenPower$ 1 | TokenToughness$ 1 | TokenOwner$ You +SVar:TrigToken:DB$Token | LegacyImage$ u 1 1 merfolk wizard lrw | TokenScript$ u_1_1_merfolk_wizard | TokenAmount$ 1 | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/stonybrook_schoolmaster.jpg Oracle:Whenever Stonybrook Schoolmaster becomes tapped, you may create a 1/1 blue Merfolk Wizard creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/storm_herd.txt b/forge-gui/res/cardsfolder/s/storm_herd.txt index 5705f5132b0..c1ac1263d1b 100644 --- a/forge-gui/res/cardsfolder/s/storm_herd.txt +++ b/forge-gui/res/cardsfolder/s/storm_herd.txt @@ -1,7 +1,7 @@ Name:Storm Herd ManaCost:8 W W Types:Sorcery -A:SP$ Token | Cost$ 8 W W | TokenAmount$ X | References$ X | TokenName$ Pegasus | TokenTypes$ Creature,Pegasus | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create X 1/1 white Pegasus creature tokens with flying, where X is your life total. +A:SP$ Token | Cost$ 8 W W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_pegasus_flying | TokenOwner$ You | LegacyImage$ w 1 1 pegasus flying gpt | SpellDescription$ Create X 1/1 white Pegasus creature tokens with flying, where X is your life total. SVar:X:Count$YourLifeTotal SVar:Picture:http://resources.wizards.com/magic/cards/gpt/en-us/card96968.jpg Oracle:Create X 1/1 white Pegasus creature tokens with flying, where X is your life total. diff --git a/forge-gui/res/cardsfolder/s/storm_the_vault_vault_of_catlacan.txt b/forge-gui/res/cardsfolder/s/storm_the_vault_vault_of_catlacan.txt index 0a67c9223f5..10cd43a4ac3 100644 --- a/forge-gui/res/cardsfolder/s/storm_the_vault_vault_of_catlacan.txt +++ b/forge-gui/res/cardsfolder/s/storm_the_vault_vault_of_catlacan.txt @@ -1,9 +1,8 @@ Name:Storm the Vault ManaCost:2 U R Types:Legendary Enchantment -T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | TriggerZones$ Battlefield | Execute$ DBToken | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player this turn, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | TriggerZones$ Battlefield | Execute$ DBToken | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player this turn, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rix T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Artifact.YouCtrl | PresentCompare$ GE5 | Execute$ TrigTransform | TriggerDescription$ At the beginning of your end step, if you control five or more artifacts, transform CARDNAME. SVar:TrigTransform:DB$ SetState | Defined$ Self | Mode$ Transform AlternateMode:DoubleFaced diff --git a/forge-gui/res/cardsfolder/s/stormfront_riders.txt b/forge-gui/res/cardsfolder/s/stormfront_riders.txt index 24574971952..b2551caedf7 100644 --- a/forge-gui/res/cardsfolder/s/stormfront_riders.txt +++ b/forge-gui/res/cardsfolder/s/stormfront_riders.txt @@ -6,7 +6,7 @@ K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, return two creatures you control to their owner's hand. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Hand | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another creature is returned to your hand from the battlefield, create a 1/1 white Soldier creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Hand | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another creature is returned to your hand from the battlefield, create a 1/1 white Soldier creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier PLC +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier plc SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Creature.YouCtrl | ChangeNum$ 2 | Mandatory$ True SVar:NeedsToPlayVar:Z GE2 SVar:Z:Count$Valid Creature.YouCtrl+cmcLE4+inZoneBattlefield diff --git a/forge-gui/res/cardsfolder/s/strength_of_arms.txt b/forge-gui/res/cardsfolder/s/strength_of_arms.txt index fe043b840cf..28755d2d45c 100644 --- a/forge-gui/res/cardsfolder/s/strength_of_arms.txt +++ b/forge-gui/res/cardsfolder/s/strength_of_arms.txt @@ -2,7 +2,7 @@ Name:Strength of Arms ManaCost:W Types:Instant A:SP$ Pump | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | SubAbility$ DBToken | SpellDescription$ Target creature gets +2/+2 until end of turn. If you control an Equipment, create a 1/1 white Human Soldier creature token. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Human Soldier | TokenTypes$ Creature,Human,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | ConditionPresent$ Equipment.YouCtrl | ConditionCompare$ GE1 | ConditionDescription$ If you control an Equipment, +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You | LegacyImage$ w 1 1 human soldier soi | ConditionPresent$ Equipment.YouCtrl | ConditionCompare$ GE1 | ConditionDescription$ If you control an Equipment, DeckHints:Type$Equipment SVar:Picture:http://www.wizards.com/global/images/magic/general/strength_of_arms.jpg Oracle:Target creature gets +2/+2 until end of turn. If you control an Equipment, create a 1/1 white Human Soldier creature token. diff --git a/forge-gui/res/cardsfolder/s/subterranean_tremors.txt b/forge-gui/res/cardsfolder/s/subterranean_tremors.txt index 6f70c692044..b3e0c2d7c61 100644 --- a/forge-gui/res/cardsfolder/s/subterranean_tremors.txt +++ b/forge-gui/res/cardsfolder/s/subterranean_tremors.txt @@ -3,7 +3,7 @@ ManaCost:X R Types:Sorcery A:SP$ DamageAll | Cost$ X R | ValidCards$ Creature.withoutFlying | NumDmg$ X | References$ X | SubAbility$ DBDestroyAll | SpellDescription$ CARDNAME deals X damage to each creature without flying. If X is 4 or more, destroy all artifacts. If X is 8 or more, create an 8/8 red Lizard creature token. SVar:DBDestroyAll:DB$DestroyAll | ValidCards$ Artifact | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE4 | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Lizard | TokenTypes$ Creature,Lizard | TokenOwner$ You | TokenColors$ Red | TokenPower$ 8 | TokenToughness$ 8 | TokenImage$ r 8 8 lizard | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE8 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_8_8_lizard | TokenOwner$ You | LegacyImage$ r 8 8 lizard cn2| ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE8 SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/subterranean_tremors.jpg Oracle:Subterranean Tremors deals X damage to each creature without flying. If X is 4 or more, destroy all artifacts. If X is 8 or more, create an 8/8 red Lizard creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/summon_the_school.txt b/forge-gui/res/cardsfolder/s/summon_the_school.txt index 8fef633e565..74773e3d3ed 100644 --- a/forge-gui/res/cardsfolder/s/summon_the_school.txt +++ b/forge-gui/res/cardsfolder/s/summon_the_school.txt @@ -1,8 +1,8 @@ Name:Summon the School ManaCost:3 W Types:Tribal Sorcery Merfolk -A:SP$ Token | Cost$ 3 W | TokenImage$ u 1 1 merfolk wizard | TokenAmount$ 2 | TokenName$ Merfolk Wizard | TokenTypes$ Creature,Merfolk,Wizard | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 blue Merfolk Wizard creature tokens. -A:AB$ ChangeZone | Cost$tapXType<4/Merfolk> | Origin$ Graveyard | Destination$ Hand | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to your hand. +A:SP$ Token | Cost$ 3 W | LegacyImage$ u 1 1 merfolk wizard lrw | TokenAmount$ 2 | TokenScript$ u_1_1_merfolk_wizard | TokenOwner$ You | SpellDescription$ Create two 1/1 blue Merfolk Wizard creature tokens. +A:AB$ ChangeZone | Cost$ tapXType<4/Merfolk> | Origin$ Graveyard | Destination$ Hand | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to your hand. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/summon_the_school.jpg Oracle:Create two 1/1 blue Merfolk Wizard creature tokens.\nTap four untapped Merfolk you control: Return Summon the School from your graveyard to your hand. diff --git a/forge-gui/res/cardsfolder/s/summoners_bane.txt b/forge-gui/res/cardsfolder/s/summoners_bane.txt index b13315d70e2..166be571bd5 100644 --- a/forge-gui/res/cardsfolder/s/summoners_bane.txt +++ b/forge-gui/res/cardsfolder/s/summoners_bane.txt @@ -2,6 +2,6 @@ Name:Summoner's Bane ManaCost:2 U U Types:Instant A:SP$ Counter | Cost$ 2 U U | TargetType$ Spell | TgtPrompt$ Select target creature spell | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Counter target creature spell. Create a 2/2 blue Illusion creature token. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Illusion | TokenTypes$ Creature,Illusion | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ u 2 2 illusion +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_2_2_illusion | TokenOwner$ You | LegacyImage$ u 2 2 illusion zen SVar:Picture:http://www.wizards.com/global/images/magic/general/summoners_bane.jpg Oracle:Counter target creature spell. Create a 2/2 blue Illusion creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/summoning_station.txt b/forge-gui/res/cardsfolder/s/summoning_station.txt index 19960574119..998a996afe2 100644 --- a/forge-gui/res/cardsfolder/s/summoning_station.txt +++ b/forge-gui/res/cardsfolder/s/summoning_station.txt @@ -1,7 +1,7 @@ Name:Summoning Station ManaCost:7 Types:Artifact -A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Pincher | TokenTypes$ Creature,Pincher | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 colorless Pincher creature token. +A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ c_2_2_pincher | TokenOwner$ You | LegacyImage$ c 2 2 pincher 5dn | SpellDescription$ Create a 2/2 colorless Pincher creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Artifact | TriggerZones$ Battlefield | Execute$ TrigUntap | OptionalDecider$ You | TriggerDescription$ Whenever an artifact is put into a graveyard from the battlefield, you may untap CARDNAME. SVar:TrigUntap:DB$Untap | Defined$ Self AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/s/sunhome_guildmage.txt b/forge-gui/res/cardsfolder/s/sunhome_guildmage.txt index 81e3368ddb5..41b38135625 100644 --- a/forge-gui/res/cardsfolder/s/sunhome_guildmage.txt +++ b/forge-gui/res/cardsfolder/s/sunhome_guildmage.txt @@ -3,7 +3,7 @@ ManaCost:R W Types:Creature Human Wizard PT:2/2 A:AB$ PumpAll | Cost$ 1 R W | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | SpellDescription$ Creatures you control get +1/+0 until end of turn. -A:AB$ Token | Cost$ 2 R W | TokenAmount$ 1 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste | SpellDescription$ Create a 1/1 red and white Soldier creature token with haste. +A:AB$ Token | Cost$ 2 R W | TokenAmount$ 1 | TokenScript$ rw_1_1_soldier_haste | TokenOwner$ You | LegacyImage$ rw 1 1 soldier haste gtc | SpellDescription$ Create a 1/1 red and white Soldier creature token with haste. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sunhome_guildmage.jpg Oracle:{1}{R}{W}: Creatures you control get +1/+0 until end of turn.\n{2}{R}{W}: Create a 1/1 red and white Soldier creature token with haste. diff --git a/forge-gui/res/cardsfolder/s/sunspire_gatekeepers.txt b/forge-gui/res/cardsfolder/s/sunspire_gatekeepers.txt index 6029a91c473..1c1c4662d87 100644 --- a/forge-gui/res/cardsfolder/s/sunspire_gatekeepers.txt +++ b/forge-gui/res/cardsfolder/s/sunspire_gatekeepers.txt @@ -3,7 +3,7 @@ ManaCost:3 W Types:Creature Human Soldier PT:2/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | IsPresent$ Gate.YouCtrl | PresentCompare$ GE2 | Execute$ TrigToken| TriggerDescription$ When CARDNAME enters the battlefield, if you control two or more Gates, create a 2/2 white Knight creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance dgm DeckHas:Ability$Token DeckHints:Type$Gate SVar:Picture:http://www.wizards.com/global/images/magic/general/sunspire_gatekeepers.jpg diff --git a/forge-gui/res/cardsfolder/s/supply_caravan.txt b/forge-gui/res/cardsfolder/s/supply_caravan.txt index 3c432adbc2f..6e5ce46fba6 100644 --- a/forge-gui/res/cardsfolder/s/supply_caravan.txt +++ b/forge-gui/res/cardsfolder/s/supply_caravan.txt @@ -3,6 +3,6 @@ ManaCost:4 W Types:Creature Camel PT:3/5 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | IsPresent$ Creature.tapped+YouCtrl | TriggerDescription$ When CARDNAME enters the battlefield, if you control a tapped creature, create a 1/1 white Warrior creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance | TokenImage$ w 1 1 warrior AKH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_warrior_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 warrior vigilance akh SVar:Picture:http://www.wizards.com/global/images/magic/general/supply_caravan.jpg Oracle:When Supply Caravan enters the battlefield, if you control a tapped creature, create a 1/1 white Warrior creature token with vigilance. diff --git a/forge-gui/res/cardsfolder/s/supply_demand.txt b/forge-gui/res/cardsfolder/s/supply_demand.txt index c1078f3cdc9..865e0338c99 100644 --- a/forge-gui/res/cardsfolder/s/supply_demand.txt +++ b/forge-gui/res/cardsfolder/s/supply_demand.txt @@ -2,7 +2,7 @@ Name:Supply ManaCost:X G W AlternateMode: Split Types:Sorcery -A:SP$ Token | Cost$ X G W | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ Create X 1/1 green Saproling creature tokens +A:SP$ Token | Cost$ X G W | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling dis | SpellDescription$ Create X 1/1 green Saproling creature tokens SVar:X:Count$xPaid DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/supplydemand.jpg diff --git a/forge-gui/res/cardsfolder/s/survive_the_night.txt b/forge-gui/res/cardsfolder/s/survive_the_night.txt index 9913f8bbce8..c4926edeff7 100644 --- a/forge-gui/res/cardsfolder/s/survive_the_night.txt +++ b/forge-gui/res/cardsfolder/s/survive_the_night.txt @@ -2,8 +2,7 @@ Name:Survive the Night ManaCost:2 W Types:Instant A:SP$ Pump | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | KW$ Indestructible | SubAbility$ DBToken | SpellDescription$ Target creature gets +1/+0 and gains indestructible until end of turn. Investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/survive_the_night.jpg Oracle:Target creature gets +1/+0 and gains indestructible until end of turn.\nInvestigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/s/swan_song.txt b/forge-gui/res/cardsfolder/s/swan_song.txt index e21d8145a75..c15912e1d87 100644 --- a/forge-gui/res/cardsfolder/s/swan_song.txt +++ b/forge-gui/res/cardsfolder/s/swan_song.txt @@ -2,7 +2,7 @@ Name:Swan Song ManaCost:U Types:Instant A:SP$ Counter | Cost$ U | TargetType$ Spell | TgtPrompt$ Select target enchantment, instant or sorcery spell | ValidTgts$ Enchantment,Instant,Sorcery | SubAbility$ DBToken | SpellDescription$ Counter target enchantment, instant or sorcery spell. Its controller creates a 2/2 blue Bird creature token with flying. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TargetedController | TokenName$ Bird | TokenTypes$ Creature,Bird | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | TokenImage$ u_2_2_bird_ths +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TargetedController | TokenScript$ u_2_2_bird_flying | LegacyImage$ u 2 2 bird flying ths AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/swan_song.jpg Oracle:Counter target enchantment, instant, or sorcery spell. Its controller creates a 2/2 blue Bird creature token with flying. diff --git a/forge-gui/res/cardsfolder/s/sword_of_body_and_mind.txt b/forge-gui/res/cardsfolder/s/sword_of_body_and_mind.txt index 47fe486fe3c..922a5e5fe8e 100644 --- a/forge-gui/res/cardsfolder/s/sword_of_body_and_mind.txt +++ b/forge-gui/res/cardsfolder/s/sword_of_body_and_mind.txt @@ -4,7 +4,7 @@ Types:Artifact Equipment K:Equip:2 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 2 | AddSVar$ SwordOfBodyAndMindCE | AddKeyword$ Protection from green & Protection from blue | Description$ Equipped creature gets +2/+2 and has protection from green and from blue. T:Mode$ DamageDone | ValidSource$ Creature.EquippedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever equipped creature deals combat damage to a player, you you create a 2/2 green Wolf creature token and that player puts the top ten cards of their library into their graveyard. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf SOM | SubAbility$ DBMill +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You |LegacyImage$ g 2 2 wolf fvr | SubAbility$ DBMill SVar:DBMill:DB$ Mill | Defined$ TriggeredTarget | NumCards$ 10 SVar:SwordOfBodyAndMindCE:SVar:MustBeBlocked:AttackingPlayerConservative SVar:Picture:http://www.wizards.com/global/images/magic/general/sword_of_body_and_mind.jpg diff --git a/forge-gui/res/cardsfolder/s/sylvan_offering.txt b/forge-gui/res/cardsfolder/s/sylvan_offering.txt index 290eb1954fd..3c803b0cdb2 100644 --- a/forge-gui/res/cardsfolder/s/sylvan_offering.txt +++ b/forge-gui/res/cardsfolder/s/sylvan_offering.txt @@ -2,9 +2,9 @@ Name:Sylvan Offering ManaCost:X G Types:Sorcery A:SP$ ChoosePlayer | Cost$ X G | Defined$ You | Choices$ Player.Opponent | SubAbility$ DBToken | SpellDescription$ Choose an opponent. You and that player each create an X/X green Treefolk creature token. Choose an opponent. You and that player each create X 1/1 green Elf Warrior creature tokens. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treefolk | TokenOwner$ ChosenAndYou | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Treefolk | TokenColors$ Green | SubAbility$ DBChoose +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_x_x_treefolk | TokenOwner$ ChosenAndYou | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x treefolk c14 | SubAbility$ DBChoose SVar:DBChoose:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | SubAbility$ DBToken2 -SVar:DBToken2:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Elf Warrior | TokenTypes$ Creature,Elf,Warrior | TokenOwner$ ChosenAndYou | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 elf warrior C14 +SVar:DBToken2:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_elf_warrior | TokenOwner$ ChosenAndYou | LegacyImage$ g 1 1 elf warrior c14 SVar:X:Count$xPaid AI:RemoveDeck:All AI:RemoveDeck:Random diff --git a/forge-gui/res/cardsfolder/s/symbiotic_beast.txt b/forge-gui/res/cardsfolder/s/symbiotic_beast.txt index e8c80fbe2e4..6602e3d4835 100644 --- a/forge-gui/res/cardsfolder/s/symbiotic_beast.txt +++ b/forge-gui/res/cardsfolder/s/symbiotic_beast.txt @@ -3,6 +3,6 @@ ManaCost:4 G G Types:Creature Insect Beast PT:4/4 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create four 1/1 green Insect creature tokens. -SVar:TrigToken:DB$Token | TokenImage$ g 1 1 insect | TokenAmount$ 4 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ g 1 1 insect ons | TokenAmount$ 4 | TokenScript$ g_1_1_insect | TokenOwner$ TriggeredCardController SVar:Picture:http://www.wizards.com/global/images/magic/general/symbiotic_beast.jpg Oracle:When Symbiotic Beast dies, create four 1/1 green Insect creature tokens. diff --git a/forge-gui/res/cardsfolder/s/symbiotic_elf.txt b/forge-gui/res/cardsfolder/s/symbiotic_elf.txt index ee5d0ebab04..20cb918edae 100644 --- a/forge-gui/res/cardsfolder/s/symbiotic_elf.txt +++ b/forge-gui/res/cardsfolder/s/symbiotic_elf.txt @@ -3,6 +3,6 @@ ManaCost:3 G Types:Creature Elf PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create two 1/1 green Insect creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 2 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 2 | TokenScript$ g_1_1_insect | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 insect ons SVar:Picture:http://resources.wizards.com/magic/cards/ons/en-us/card32216.jpg Oracle:When Symbiotic Elf dies, create two 1/1 green Insect creature tokens. diff --git a/forge-gui/res/cardsfolder/s/symbiotic_wurm.txt b/forge-gui/res/cardsfolder/s/symbiotic_wurm.txt index 7d46c995aa7..7e87d77da14 100644 --- a/forge-gui/res/cardsfolder/s/symbiotic_wurm.txt +++ b/forge-gui/res/cardsfolder/s/symbiotic_wurm.txt @@ -3,6 +3,6 @@ ManaCost:5 G G G Types:Creature Wurm PT:7/7 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create seven 1/1 green Insect creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ 7 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$Token | TokenAmount$ 7 | TokenScript$ g_1_1_insect | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 insect ons SVar:Picture:http://www.wizards.com/global/images/magic/general/symbiotic_wurm.jpg Oracle:When Symbiotic Wurm dies, create seven 1/1 green Insect creature tokens. diff --git a/forge-gui/res/cardsfolder/s/syphon_flesh.txt b/forge-gui/res/cardsfolder/s/syphon_flesh.txt index 8145176be22..9761d0aa6ac 100644 --- a/forge-gui/res/cardsfolder/s/syphon_flesh.txt +++ b/forge-gui/res/cardsfolder/s/syphon_flesh.txt @@ -2,7 +2,7 @@ Name:Syphon Flesh ManaCost:4 B Types:Sorcery A:SP$ Sacrifice | Cost$ 4 B | Defined$ Player.Other | SacValid$ Creature | SacMessage$ Creature | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ Each other player sacrifices a creature. You create a 2/2 black Zombie creature token for each creature sacrificed this way. -SVar:DBToken:DB$ Token | TokenImage$ b 2 2 zombie | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ X | References$ X | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | LegacyImage$ b 2 2 zombie cmd | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ X | References$ X | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/syphon_flesh.jpg diff --git a/forge-gui/res/cardsfolder/t/take_up_arms.txt b/forge-gui/res/cardsfolder/t/take_up_arms.txt index 4ddb2df151b..0b31683872d 100644 --- a/forge-gui/res/cardsfolder/t/take_up_arms.txt +++ b/forge-gui/res/cardsfolder/t/take_up_arms.txt @@ -1,6 +1,6 @@ Name:Take Up Arms ManaCost:4 W Types:Instant -A:SP$ Token | Cost$ 4 W | TokenAmount$ 3 | TokenName$ Warrior | TokenTypes$ Creature,Warrior | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create three 1/1 white Warrior creature tokens. +A:SP$ Token | Cost$ 4 W | TokenAmount$ 3 | TokenScript$ w_1_1_warrior | TokenOwner$ You | LegacyImage$ w 1 1 warrior ktk | SpellDescription$ Create three 1/1 white Warrior creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/take_up_arms.jpg Oracle:Create three 1/1 white Warrior creature tokens. diff --git a/forge-gui/res/cardsfolder/t/talrand_sky_summoner.txt b/forge-gui/res/cardsfolder/t/talrand_sky_summoner.txt index e6a5c9b8510..c9dda39f016 100644 --- a/forge-gui/res/cardsfolder/t/talrand_sky_summoner.txt +++ b/forge-gui/res/cardsfolder/t/talrand_sky_summoner.txt @@ -3,6 +3,6 @@ ManaCost:2 U U Types:Legendary Creature Merfolk Wizard PT:2/2 T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 2/2 blue Drake creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Drake | TokenTypes$ Creature,Drake | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenKeywords$ Flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_2_2_drake_flying | LegacyImage$ u 2 2 drake flying m13 | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/talrand_sky_summoner.jpg Oracle:Whenever you cast an instant or sorcery spell, create a 2/2 blue Drake creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/talrands_invocation.txt b/forge-gui/res/cardsfolder/t/talrands_invocation.txt index 6a6571b2659..3eff244f3b4 100644 --- a/forge-gui/res/cardsfolder/t/talrands_invocation.txt +++ b/forge-gui/res/cardsfolder/t/talrands_invocation.txt @@ -1,6 +1,6 @@ Name:Talrand's Invocation ManaCost:2 U U Types:Sorcery -A:SP$ Token | Cost$ 2 U U | TokenAmount$ 2 | TokenName$ Drake | TokenTypes$ Creature,Drake | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying | SpellDescription$ Create two 2/2 blue Drake creatures with flying. +A:SP$ Token | Cost$ 2 U U | TokenAmount$ 2 | TokenScript$ u_2_2_drake_flying | TokenOwner$ You | LegacyImage$ u 2 2 drake flying m13 | SpellDescription$ Create two 2/2 blue Drake creatures with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/talrands_invocation.jpg Oracle:Create two 2/2 blue Drake creatures with flying. diff --git a/forge-gui/res/cardsfolder/t/tamiyos_journal.txt b/forge-gui/res/cardsfolder/t/tamiyos_journal.txt index 521ef026901..ee783321ccc 100644 --- a/forge-gui/res/cardsfolder/t/tamiyos_journal.txt +++ b/forge-gui/res/cardsfolder/t/tamiyos_journal.txt @@ -2,9 +2,8 @@ Name:Tamiyo's Journal ManaCost:5 Types:Legendary Artifact T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -A:AB$ ChangeZone | Cost$ T Sac<3/Clue> | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | SpellDescription$ Search your library for a card and put that card into your hand. Then shuffle your library. -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi +A:AB$ ChangeZone | Cost$ T Sac<3/Clue> | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Mandatory$ True | SpellDescription$ Search your library for a card and put that card into your hand. Then shuffle your library. DeckHints:Ability$Investigate DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/tamiyos_journal.jpg diff --git a/forge-gui/res/cardsfolder/t/tana_the_bloodsower.txt b/forge-gui/res/cardsfolder/t/tana_the_bloodsower.txt index 141a21bc9a9..36a8147d45c 100644 --- a/forge-gui/res/cardsfolder/t/tana_the_bloodsower.txt +++ b/forge-gui/res/cardsfolder/t/tana_the_bloodsower.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Elf Druid PT:2/2 K:Trample T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, create that many 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g_1_1_saproling_C16 | TokenAltImages$ g_1_1_saproling2_C16 +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling c16 SVar:X:TriggerCount$DamageAmount K:Partner DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/tatsumasa_the_dragons_fang.txt b/forge-gui/res/cardsfolder/t/tatsumasa_the_dragons_fang.txt index 8b985215dfa..484cc816e1f 100644 --- a/forge-gui/res/cardsfolder/t/tatsumasa_the_dragons_fang.txt +++ b/forge-gui/res/cardsfolder/t/tatsumasa_the_dragons_fang.txt @@ -3,7 +3,7 @@ ManaCost:6 Types:Legendary Artifact Equipment K:Equip:3 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 5 | AddToughness$ 5 | Description$ Equipped creature gets +5/+5. -A:AB$ Token | Cost$ 6 Exile<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Dragon Spirit | TokenTypes$ Creature,Dragon,Spirit | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 5 | TokenToughness$ 5 | RememberTokens$ True | TokenKeywords$ Flying | SpellDescription$ Create a 5/5 blue Dragon Spirit creature token with flying. Return CARDNAME to the battlefield under its owner's control when that token dies. +A:AB$ Token | Cost$ 6 Exile<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ u_5_5_dragon_spirit_flying | TokenOwner$ You | LegacyImage$ u 5 5 dragon spirit flying chk | RememberTokens$ True | SpellDescription$ Create a 5/5 blue Dragon Spirit creature token with flying. Return CARDNAME to the battlefield under its owner's control when that token dies. T:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Exile | Execute$ TrigReturn | Secondary$ True | TriggerDescription$ Return CARDNAME to the battlefield under its owner's control when that token dies. SVar:TrigReturn:DB$ChangeZone | Origin$ Exile | Destination$ Battlefield | Defined$ Self | SubAbility$ DBCleanUp SVar:DBCleanUp:DB$Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/t/tempt_with_vengeance.txt b/forge-gui/res/cardsfolder/t/tempt_with_vengeance.txt index 2525681f0e6..45ecb52fcc8 100644 --- a/forge-gui/res/cardsfolder/t/tempt_with_vengeance.txt +++ b/forge-gui/res/cardsfolder/t/tempt_with_vengeance.txt @@ -1,11 +1,11 @@ Name:Tempt with Vengeance ManaCost:X R Types:Sorcery -A:SP$ Token | Cost$ X R | TokenAmount$ X | References$ X | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste | SubAbility$ DBRepeat | StackDescription$ SpellDescription | SpellDescription$ Tempting offer — Create X 1/1 red Elemental creature tokens with haste. Each opponent may create X 1/1 red Elemental creature tokens with haste. For each player who does, create X 1/1 red Elemental creature tokens with haste. +A:SP$ Token | Cost$ X R | TokenAmount$ X | References$ X | TokenScript$ r_1_1_elemental_haste | TokenOwner$ You | LegacyImage$ r 1 1 elemental haste c13 | SubAbility$ DBRepeat | StackDescription$ SpellDescription | SpellDescription$ Tempting offer — Create X 1/1 red Elemental creature tokens with haste. Each opponent may create X 1/1 red Elemental creature tokens with haste. For each player who does, create X 1/1 red Elemental creature tokens with haste. SVar:DBRepeat:DB$ RepeatEach | RepeatSubAbility$ DBTokenOpp | RepeatPlayers$ Player.Opponent | RepeatOptionalForEachPlayer$ True | RepeatOptionalMessage$ Do you want to create X 1/1 red Elemental creature tokens with haste? | SubAbility$ DBToken -SVar:DBTokenOpp:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ Player.IsRemembered | TokenColors$ Red | TokenPower$ 1 | TokenKeywords$ Haste | TokenToughness$ 1 | SubAbility$ DBCount +SVar:DBTokenOpp:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_elemental_haste | TokenOwner$ Player.IsRemembered | LegacyImage$ r 1 1 elemental haste c13 | SubAbility$ DBCount SVar:DBCount:DB$ StoreSVar | SVar$ Y | Type$ CountSVar | Expression$ Y/Plus.1 | References$ Y -SVar:DBToken:DB$ Token | TokenAmount$ Z | References$ X,Y,Z | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenKeywords$ Haste | TokenToughness$ 1 | SubAbility$ DBReset | StackDescription$ None +SVar:DBToken:DB$ Token | TokenAmount$ Z | References$ X,Y,Z | TokenScript$ r_1_1_elemental_haste | TokenOwner$ You | LegacyImage$ r 1 1 elemental haste c13 | SubAbility$ DBReset | StackDescription$ None SVar:DBReset:DB$ StoreSVar | SVar$ Y | Type$ Number | Expression$ 0 | References$ Y SVar:Y:Number$0 SVar:X:Count$xPaid diff --git a/forge-gui/res/cardsfolder/t/tendershoot_dryad.txt b/forge-gui/res/cardsfolder/t/tendershoot_dryad.txt index 86d947a3152..515a1df0b38 100644 --- a/forge-gui/res/cardsfolder/t/tendershoot_dryad.txt +++ b/forge-gui/res/cardsfolder/t/tendershoot_dryad.txt @@ -4,7 +4,7 @@ Types:Creature Dryad PT:2/2 K:Ascend T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Green | TokenImage$ g 1 1 saproling RIX +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rix S:Mode$ Continuous | Affected$ Creature.Saproling+YouCtrl | AddPower$ 2 | AddToughness$ 2 | Condition$ Blessing | IsPresent$ Card.Self | Description$ Saprolings you control have +2/+2 as long as you have the city's blessing. SVar:PlayMain1:TRUE DeckHints:Type$Fungus diff --git a/forge-gui/res/cardsfolder/t/terastodon.txt b/forge-gui/res/cardsfolder/t/terastodon.txt index e1ebd9696de..799e3c85f38 100644 --- a/forge-gui/res/cardsfolder/t/terastodon.txt +++ b/forge-gui/res/cardsfolder/t/terastodon.txt @@ -5,7 +5,7 @@ PT:9/9 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigDestroy | TriggerDescription$ When CARDNAME enters the battlefield, you may destroy up to three target noncreature permanents. For each permanent put into a graveyard this way, its controller creates a 3/3 green Elephant creature token. SVar:TrigDestroy:DB$ Destroy | TargetMin$ 0 | TargetMax$ 3 | ValidTgts$ Permanent.nonCreature | TgtPrompt$ Choose up to three noncreature permanents. | SubAbility$ MakeTokens SVar:MakeTokens:DB$ RepeatEach | RepeatSubAbility$ DBToken | DefinedCards$ Targeted -SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.inRealZoneGraveyard | TokenAmount$ 1 | TokenName$ Elephant | TokenTypes$ Creature,Elephant | TokenOwner$ RememberedController | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 elephant WWK +SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.inRealZoneGraveyard | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ RememberedController | LegacyImage$ g 3 3 elephant wwk DeckHints:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/terastodon.jpg Oracle:When Terastodon enters the battlefield, you may destroy up to three target noncreature permanents. For each permanent put into a graveyard this way, its controller creates a 3/3 green Elephant creature token. diff --git a/forge-gui/res/cardsfolder/t/teysa_envoy_of_ghosts.txt b/forge-gui/res/cardsfolder/t/teysa_envoy_of_ghosts.txt index d902149358c..2e576d8003f 100644 --- a/forge-gui/res/cardsfolder/t/teysa_envoy_of_ghosts.txt +++ b/forge-gui/res/cardsfolder/t/teysa_envoy_of_ghosts.txt @@ -6,7 +6,7 @@ K:Vigilance K:Protection from creatures T:Mode$ DamageDone | ValidSource$ Creature | ValidTarget$ You | CombatDamage$ True | Execute$ TrigDestroy | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature deals combat damage to you, destroy that creature. Create a 1/1 white and black Spirit creature token with flying. SVar:TrigDestroy:DB$ Destroy | Defined$ TriggeredSource | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White,Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ wb_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ wb 1 1 spirit flying dgm DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/teysa_envoy_of_ghosts.jpg Oracle:Vigilance, protection from creatures\nWhenever a creature deals combat damage to you, destroy that creature. Create a 1/1 white and black Spirit creature token with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/teysa_orzhov_scion.txt b/forge-gui/res/cardsfolder/t/teysa_orzhov_scion.txt index 98aba64981c..5c4952fa29e 100644 --- a/forge-gui/res/cardsfolder/t/teysa_orzhov_scion.txt +++ b/forge-gui/res/cardsfolder/t/teysa_orzhov_scion.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Human Advisor PT:2/3 A:AB$ ChangeZone | Cost$ Sac<3/Creature.White/white creature> | ValidTgts$ Creature | Origin$ Battlefield | Destination$ Exile | TgtPrompt$ Select target creature | SpellDescription$ Exile target creature. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Black+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever another black creature you control dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenImage$ w 1 1 spirit RAV | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | LegacyImage$ w 1 1 spirit flying gpt | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/teysa_orzhov_scion.jpg Oracle:Sacrifice three white creatures: Exile target creature.\nWhenever another black creature you control dies, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/t/teysa_orzhov_scion_avatar.txt b/forge-gui/res/cardsfolder/t/teysa_orzhov_scion_avatar.txt index a92ad07e240..ed4ffbc0ea2 100644 --- a/forge-gui/res/cardsfolder/t/teysa_orzhov_scion_avatar.txt +++ b/forge-gui/res/cardsfolder/t/teysa_orzhov_scion_avatar.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Vanguard HandLifeModifier:+0/-2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.nonToken | TriggerZones$ Command | Execute$ TrigToken | TriggerDescription$ Whenever a nontoken creature dies, create a 1/1 white Spirit creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying van DeckHas:Ability$Token SVar:Picture:https://downloads.cardforge.org/images/cards/VAN/Teysa, Orzhov Scion Avatar.full.jpg Oracle:Hand +0, life -2\nWhenever a nontoken creature dies, create a 1/1 white Spirit creature token with flying. diff --git a/forge-gui/res/cardsfolder/t/tezzeret_artifice_master.txt b/forge-gui/res/cardsfolder/t/tezzeret_artifice_master.txt index ea22b9b1bb4..b05f9327adb 100644 --- a/forge-gui/res/cardsfolder/t/tezzeret_artifice_master.txt +++ b/forge-gui/res/cardsfolder/t/tezzeret_artifice_master.txt @@ -1,7 +1,7 @@ Name:Tezzeret, Artifice Master ManaCost:3 U U Types:Legendary Planeswalker Tezzeret -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Colorless | TokenName$ Thopter | TokenTypes$ Thopter,Artifact,Creature | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter m19 | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | LegacyImage$ c 1 1 a thopter flying m19 | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. A:AB$ Draw | Cost$ AddCounter<0/LOYALTY> | Planeswalker$ True | Defined$ You | NumCards$ X | References$ X | SpellDescription$ Draw a card. If you control three or more artifacts, draw two cards instead. SVar:X:Count$Metalcraft.2.1 A:AB$ Effect | Cost$ SubCounter<9/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Tezzeret, Artifice Master | Image$ emblem_tezzeret_artifice_master | Duration$ Permanent | Triggers$ EffT | SpellDescription$ You get an emblem with "At the beginning of your end step, search your library for a permanent card, put it onto the battlefield, then shuffle your library." diff --git a/forge-gui/res/cardsfolder/t/tezzeret_the_schemer.txt b/forge-gui/res/cardsfolder/t/tezzeret_the_schemer.txt index 69ed679bf02..0fe10c87d84 100644 --- a/forge-gui/res/cardsfolder/t/tezzeret_the_schemer.txt +++ b/forge-gui/res/cardsfolder/t/tezzeret_the_schemer.txt @@ -2,8 +2,7 @@ Name:Tezzeret the Schemer ManaCost:2 U B Types:Legendary Planeswalker Tezzeret Loyalty:5 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Etherium Cell | TokenImage$ c etherium cell | TokenTypes$ Artifact | TokenOwner$ You | TokenColors$ Colorless | TokenAbilities$ ABMana | References$ ABMana | SpellDescription$ Create a colorless artifact token named Etherium Cell with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:ABMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ etherium_cell | TokenOwner$ You | LegacyImage$ etherium cell aer | SpellDescription$ Create a colorless artifact token named Etherium Cell with "{T}, Sacrifice this artifact: Add one mana of any color." A:AB$ Pump | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +X | NumDef$ -X | References$ X | SpellDescription$ Target creature gets +X/-X until end of turn, where X is the number of artifacts you control. SVar:X:Count$Valid Artifact.YouCtrl A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Tezzeret the Schemer | Triggers$ CombatTrig | SVars$ TezzeretAnimate | Duration$ Permanent | AILogic$ Always | SpellDescription$ You get an emblem with "At the beginning of combat on your turn, target artifact you control becomes an artifact creature with base power and toughness 5/5." diff --git a/forge-gui/res/cardsfolder/t/thallid_germinator.txt b/forge-gui/res/cardsfolder/t/thallid_germinator.txt index d137a57d497..c515bf6a911 100644 --- a/forge-gui/res/cardsfolder/t/thallid_germinator.txt +++ b/forge-gui/res/cardsfolder/t/thallid_germinator.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:2/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Pump | Cost$ Sac<1/Saproling> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ Target creature gets +1/+1 until end of turn. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/t/thallid_shell_dweller.txt b/forge-gui/res/cardsfolder/t/thallid_shell_dweller.txt index 1a3cfb0ae6d..26cc4c19331 100644 --- a/forge-gui/res/cardsfolder/t/thallid_shell_dweller.txt +++ b/forge-gui/res/cardsfolder/t/thallid_shell_dweller.txt @@ -5,7 +5,7 @@ PT:0/5 K:Defender T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHints:Type$Fungus DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thallid_shell_dweller.jpg diff --git a/forge-gui/res/cardsfolder/t/thatcher_revolt.txt b/forge-gui/res/cardsfolder/t/thatcher_revolt.txt index 3acc534c04d..a7ed33c615d 100644 --- a/forge-gui/res/cardsfolder/t/thatcher_revolt.txt +++ b/forge-gui/res/cardsfolder/t/thatcher_revolt.txt @@ -1,7 +1,7 @@ Name:Thatcher Revolt ManaCost:2 R Types:Sorcery -A:SP$ Token | Cost$ 2 R | TokenAmount$ 3 | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Haste | AtEOT$ Sacrifice | SpellDescription$ Create three 1/1 red Human creature tokens with haste. Sacrifice those tokens at the beginning of the next end step. +A:SP$ Token | Cost$ 2 R | TokenAmount$ 3 | TokenScript$ r_1_1_human_haste | TokenOwner$ You | LegacyImage$ r 1 1 human haste avr | AtEOT$ Sacrifice | SpellDescription$ Create three 1/1 red Human creature tokens with haste. Sacrifice those tokens at the beginning of the next end step. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/thatcher_revolt.jpg Oracle:Create three 1/1 red Human creature tokens with haste. Sacrifice those tokens at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/t/the_fourth_sphere.txt b/forge-gui/res/cardsfolder/t/the_fourth_sphere.txt index 155a3143dc0..63a91d191b0 100644 --- a/forge-gui/res/cardsfolder/t/the_fourth_sphere.txt +++ b/forge-gui/res/cardsfolder/t/the_fourth_sphere.txt @@ -4,7 +4,7 @@ Types:Plane Phyrexia T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Command | Execute$ FourthSac | TriggerDescription$ At the beginning of your upkeep, sacrifice a nonblack creature. SVar:FourthSac:DB$ Sacrifice | Defined$ You | SacValid$ Creature.nonBlack T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll {CHAOS}, put a 2/2 black zombie token onto the battlefield. -SVar:RolledChaos:DB$ Token | TokenImage$ b 2 2 zombie | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 +SVar:RolledChaos:DB$ Token | LegacyImage$ b 2 2 zombie hop | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 SVar:Picture:http://www.wizards.com/global/images/magic/general/the_fourth_sphere.jpg SVar:AIRollPlanarDieParams:Mode$ Always | LowPriority$ True | MaxRollsPerTurn$ 9 Oracle:At the beginning of your upkeep, sacrifice a nonblack creature.\nWhenever you roll {CHAOS}, put a 2/2 black Zombie creature token onto the battlefield. diff --git a/forge-gui/res/cardsfolder/t/the_hive.txt b/forge-gui/res/cardsfolder/t/the_hive.txt index b148762d2ab..416ae031a12 100644 --- a/forge-gui/res/cardsfolder/t/the_hive.txt +++ b/forge-gui/res/cardsfolder/t/the_hive.txt @@ -1,6 +1,6 @@ Name:The Hive ManaCost:5 Types:Artifact -A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenScript$ wasp | TokenOwner$ You | LegacyImage$ wasp 10e | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying named Wasp. +A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenScript$ wasp | TokenOwner$ You | LegacyImage$ wasp lea | SpellDescription$ Create a 1/1 colorless Insect artifact creature token with flying named Wasp. SVar:Picture:http://www.wizards.com/global/images/magic/general/the_hive.jpg Oracle:{5}, {T}: Create a 1/1 colorless Insect artifact creature token with flying named Wasp. diff --git a/forge-gui/res/cardsfolder/t/the_iron_guardian_stirs.txt b/forge-gui/res/cardsfolder/t/the_iron_guardian_stirs.txt index 2f949910b56..2871f66549d 100644 --- a/forge-gui/res/cardsfolder/t/the_iron_guardian_stirs.txt +++ b/forge-gui/res/cardsfolder/t/the_iron_guardian_stirs.txt @@ -2,6 +2,6 @@ Name:The Iron Guardian Stirs ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ DarkEffect | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, put a 4/6 colorless Golem creature token onto the battlefield. -SVar:DarkEffect:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 4 | TokenToughness$ 6 +SVar:DarkEffect:DB$ Token | TokenAmount$ 1 | TokenScript$ c_4_6_a_golem | TokenOwner$ You | LegacyImage$ c 4 6 a golem arc SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/The Iron Guardian Stirs.full.jpg Oracle:When you set this scheme in motion, put a 4/6 colorless Golem artifact creature token onto the battlefield. diff --git a/forge-gui/res/cardsfolder/t/the_locust_god.txt b/forge-gui/res/cardsfolder/t/the_locust_god.txt index 014c5cc6f5e..82981fa972a 100644 --- a/forge-gui/res/cardsfolder/t/the_locust_god.txt +++ b/forge-gui/res/cardsfolder/t/the_locust_god.txt @@ -4,7 +4,7 @@ Types:Legendary Creature God PT:4/4 K:Flying T:Mode$ Drawn | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you draw a card, create a 1/1 blue and red Insect creature token with flying and haste. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Blue,Red | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying<>Haste +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ ur_1_1_insect_flying_haste | TokenOwner$ You | LegacyImage$ ur 1 1 insect flying haste hou A:AB$ Draw | Cost$ 2 U R | NumCards$ 1 | SpellDescription$ Draw a card, then discard a card. | SubAbility$ DBDiscard SVar:DBDiscard:DB$Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | TriggerController$ TriggeredCardController | Execute$ TrigDelay | TriggerDescription$ When CARDNAME dies, return it to its owner's hand at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/t/thelonite_hermit.txt b/forge-gui/res/cardsfolder/t/thelonite_hermit.txt index 403d67afebd..8c82326df00 100644 --- a/forge-gui/res/cardsfolder/t/thelonite_hermit.txt +++ b/forge-gui/res/cardsfolder/t/thelonite_hermit.txt @@ -5,7 +5,7 @@ PT:1/1 K:Morph:3 G G S:Mode$ Continuous | Affected$ Creature.Saproling | AddPower$ 1 | AddToughness$ 1 | IsPresent$ Card.Self+faceUp | Description$ Saproling creatures get +1/+1. T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, create four 1/1 green Saproling creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create four 1/1 green Saproling creature tokens. +SVar:TrigToken:DB$ Token | TokenAmount$ 4 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp | SpellDescription$ Create four 1/1 green Saproling creature tokens. SVar:PlayMain1:TRUE DeckHints:Type$Fungus DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/there_is_no_refuge.txt b/forge-gui/res/cardsfolder/t/there_is_no_refuge.txt index b84bac958c5..815737b45d8 100644 --- a/forge-gui/res/cardsfolder/t/there_is_no_refuge.txt +++ b/forge-gui/res/cardsfolder/t/there_is_no_refuge.txt @@ -3,6 +3,6 @@ ManaCost:no cost Types:Scheme T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TrigDmg | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, it deals 3 damage to up to one target creature. Create a 3/3 black Horror creature token. SVar:TrigDmg:DB$ DealDamage | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 1 | NumDmg$ 3 | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_3_3_horror | TokenOwner$ You | LegacyImage$ b 3 3 horror e01 SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/There Is No Refuge.full.jpg Oracle:When you set this scheme in motion, it deals 3 damage to up to one target creature. Create a 3/3 black Horror creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/thopter_assembly.txt b/forge-gui/res/cardsfolder/t/thopter_assembly.txt index da5ada1799b..d672d5132f7 100644 --- a/forge-gui/res/cardsfolder/t/thopter_assembly.txt +++ b/forge-gui/res/cardsfolder/t/thopter_assembly.txt @@ -5,7 +5,7 @@ PT:5/5 K:Flying T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Thopter.Other+YouCtrl | PresentCompare$ EQ0 | Execute$ TrigChange | TriggerDescription$ At the beginning of your upkeep, if you control no Thopters other than CARDNAME, return CARDNAME to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying. SVar:TrigChange:DB$ChangeZone | Origin$ Battlefield | Destination$ Hand | Defined$ Self | SubAbility$ DBToken -SVar:DBToken:DB$Token | TokenAmount$ 5 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:DBToken:DB$Token | TokenAmount$ 5 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying mbs DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thopter_assembly.jpg Oracle:Flying\nAt the beginning of your upkeep, if you control no Thopters other than Thopter Assembly, return Thopter Assembly to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/t/thopter_engineer.txt b/forge-gui/res/cardsfolder/t/thopter_engineer.txt index 02fb908d461..b9b72df8bbb 100644 --- a/forge-gui/res/cardsfolder/t/thopter_engineer.txt +++ b/forge-gui/res/cardsfolder/t/thopter_engineer.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Creature Human Artificer PT:1/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori S:Mode$ Continuous | Affected$ Creature.Artifact+YouCtrl | AddKeyword$ Haste | Description$ Artifact creatures you control have haste. SVar:PlayMain1:TRUE DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/thopter_foundry.txt b/forge-gui/res/cardsfolder/t/thopter_foundry.txt index b85921c182e..e4ce7bfb9cf 100644 --- a/forge-gui/res/cardsfolder/t/thopter_foundry.txt +++ b/forge-gui/res/cardsfolder/t/thopter_foundry.txt @@ -1,7 +1,7 @@ Name:Thopter Foundry ManaCost:WB U Types:Artifact -A:AB$ Token | Cost$ 1 Sac<1/Artifact.nonToken/nontoken artifact> | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SubAbility$ DBGainLife | SpellDescription$ Create a 1/1 blue Thopter artifact creature token with flying. +A:AB$ Token | Cost$ 1 Sac<1/Artifact.nonToken/nontoken artifact> | TokenAmount$ 1 | TokenScript$ u_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ u 1 1 a thopter flying arb | SubAbility$ DBGainLife | SpellDescription$ Create a 1/1 blue Thopter artifact creature token with flying. SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 1 | SpellDescription$ You gain 1 life. SVar:AIPreference:SacCost$Permanent.namedSword of the Meek DeckHas:Ability$Token & Ability$LifeGain diff --git a/forge-gui/res/cardsfolder/t/thopter_spy_network.txt b/forge-gui/res/cardsfolder/t/thopter_spy_network.txt index d1b73628a1e..f42302398f9 100644 --- a/forge-gui/res/cardsfolder/t/thopter_spy_network.txt +++ b/forge-gui/res/cardsfolder/t/thopter_spy_network.txt @@ -2,7 +2,7 @@ Name:Thopter Spy Network ManaCost:2 U U Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | IsPresent$ Artifact.YouCtrl | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, if you control an artifact, create a 1/1 colorless Thopter artifact creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori T:Mode$ DamageDoneOnce | CombatDamage$ True | ValidSource$ Creature.Artifact+YouCtrl | TriggerZones$ Battlefield | ValidTarget$ Player | Execute$ TrigDraw | TriggerDescription$ Whenever one or more artifact creatures you control deal combat damage to a player, draw a card. SVar:TrigDraw:DB$ Draw | NumCards$ 1 DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/thopter_squadron.txt b/forge-gui/res/cardsfolder/t/thopter_squadron.txt index 2867f685e0e..fc5bf5565e7 100644 --- a/forge-gui/res/cardsfolder/t/thopter_squadron.txt +++ b/forge-gui/res/cardsfolder/t/thopter_squadron.txt @@ -4,7 +4,7 @@ Types:Artifact Creature Thopter PT:0/0 K:Flying K:etbCounter:P1P1:3 -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c_1_1_a_thopter_flying | SorcerySpeed$ True | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. Activate this ability only any time you could cast a sorcery. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying exo | SorcerySpeed$ True | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. Activate this ability only any time you could cast a sorcery. A:AB$ PutCounter | Cost$ 1 Sac<1/Thopter.Other/another Thopter> | CounterType$ P1P1 | CounterNum$ 1 | SorcerySpeed$ True | SpellDescription$ Put a +1/+1 counter on Thopter Squadron. Activate this ability only any time you could cast a sorcery. DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thopter_squadron.jpg diff --git a/forge-gui/res/cardsfolder/t/thorn_lieutenant.txt b/forge-gui/res/cardsfolder/t/thorn_lieutenant.txt index c8778761d09..a4530f9df49 100644 --- a/forge-gui/res/cardsfolder/t/thorn_lieutenant.txt +++ b/forge-gui/res/cardsfolder/t/thorn_lieutenant.txt @@ -2,7 +2,7 @@ Name:Thorn Lieutenant ManaCost:1 G Types:Creature Elf Warrior T:Mode$ BecomesTarget | ValidTarget$ Card.Self | ValidSource$ Spell.OppCtrl,Activated.OppCtrl,Triggered.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME becomes the target of a spell or ability an opponent controls, create a 1/1 green Elf Warrior creature token. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenToughness$ 1 | TokenPower$ 1 | TokenColors$ Green | TokenName$ Elf Warrior | TokenTypes$ Elf,Warrior,Creature | TokenImage$ g 1 1 elf warrior m19 +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ g_1_1_elf_warrior | LegacyImage$ g 1 1 elf warrior m19 A:AB$ Pump | Cost$ 5 G | NumAtt$ +4 | NumDef$ +4 | SpellDescription$ CARDNAME gets +4/+4 until end of turn. DeckHas:Ability$Token Oracle:Whenever Thorn Lieutenant becomes the target of a spell or ability an opponent controls, create a 1/1 green Elf Warrior creature token.\n{5}{G}: Thorn Lieutenant gets +4/+4 until end of turn. diff --git a/forge-gui/res/cardsfolder/t/thraben_doomsayer.txt b/forge-gui/res/cardsfolder/t/thraben_doomsayer.txt index 5db2e2dc5cd..4aaf5e2c6b6 100644 --- a/forge-gui/res/cardsfolder/t/thraben_doomsayer.txt +++ b/forge-gui/res/cardsfolder/t/thraben_doomsayer.txt @@ -2,7 +2,7 @@ Name:Thraben Doomsayer ManaCost:1 W W Types:Creature Human Cleric PT:2/2 -A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Human | TokenColors$ White | TokenTypes$ Creature,Human | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Human creature token. +A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human dka | SpellDescription$ Create a 1/1 white Human creature token. S:Mode$ Continuous | Affected$ Creature.YouCtrl+Other | AddPower$ 2 | AddToughness$ 2 | Condition$ FatefulHour | Description$ Fateful hour — As long as you have 5 or less life, other creatures you control get +2/+2. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/thraben_doomsayer.jpg diff --git a/forge-gui/res/cardsfolder/t/thraben_inspector.txt b/forge-gui/res/cardsfolder/t/thraben_inspector.txt index aa0cdb6edb0..f978902a20c 100644 --- a/forge-gui/res/cardsfolder/t/thraben_inspector.txt +++ b/forge-gui/res/cardsfolder/t/thraben_inspector.txt @@ -3,8 +3,7 @@ ManaCost:W Types:Creature Human Soldier PT:1/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/thraben_inspector.jpg Oracle:When Thraben Inspector enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/t/thraben_standard_bearer.txt b/forge-gui/res/cardsfolder/t/thraben_standard_bearer.txt index fd012888e40..9e470b4fc24 100644 --- a/forge-gui/res/cardsfolder/t/thraben_standard_bearer.txt +++ b/forge-gui/res/cardsfolder/t/thraben_standard_bearer.txt @@ -2,7 +2,7 @@ Name:Thraben Standard Bearer ManaCost:W Types:Creature Human Soldier PT:1/1 -A:AB$ Token | Cost$ 1 W T Discard<1/Card> | TokenAmount$ 1 | TokenName$ Human Soldier | TokenOwner$ You | TokenTypes$ Creature,Human,Soldier | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white Human Soldier creature token. +A:AB$ Token | Cost$ 1 W T Discard<1/Card> | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You | LegacyImage$ w 1 1 human soldier emn | SpellDescription$ Create a 1/1 white Human Soldier creature token. DeckHints:Ability$Discard SVar:Picture:http://www.wizards.com/global/images/magic/general/thraben_standard_bearer.jpg Oracle:{1}{W}, {T}, Discard a card: Create a 1/1 white Human Soldier creature token. diff --git a/forge-gui/res/cardsfolder/t/thragtusk.txt b/forge-gui/res/cardsfolder/t/thragtusk.txt index 87dc351760e..e738f8aee2d 100644 --- a/forge-gui/res/cardsfolder/t/thragtusk.txt +++ b/forge-gui/res/cardsfolder/t/thragtusk.txt @@ -4,7 +4,7 @@ Types:Creature Beast PT:5/3 T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ Life | TriggerDescription$ When CARDNAME enters the battlefield, you gain 5 life. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ Token | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, create a 3/3 green Beast creature token. -SVar:Token:DB$ Token | TokenOwner$ You | TokenName$ Beast | TokenColors$ Green | TokenTypes$ Creature,Beast | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 beast M13 | TokenAmount$ 1 +SVar:Token:DB$ Token | TokenOwner$ You | TokenScript$ g_3_3_beast | LegacyImage$ g 3 3 beast m13 | TokenAmount$ 1 SVar:Life:DB$ GainLife | Defined$ You | LifeAmount$ 5 SVar:Picture:http://www.wizards.com/global/images/magic/general/thragtusk.jpg Oracle:When Thragtusk enters the battlefield, you gain 5 life.\nWhen Thragtusk leaves the battlefield, create a 3/3 green Beast creature token. diff --git a/forge-gui/res/cardsfolder/t/throne_of_empires.txt b/forge-gui/res/cardsfolder/t/throne_of_empires.txt index 24daa0f7428..185cdd4ea4c 100644 --- a/forge-gui/res/cardsfolder/t/throne_of_empires.txt +++ b/forge-gui/res/cardsfolder/t/throne_of_empires.txt @@ -1,7 +1,7 @@ Name:Throne of Empires ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ 1 T | TokenAmount$ X | References$ X,Y,Z,AllM12Empires | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M12 | SpellDescription$ Create a 1/1 white Soldier creature token. Create five of those tokens instead if you control artifacts named Crown of Empires and Scepter of Empires. +A:AB$ Token | Cost$ 1 T | TokenAmount$ X | References$ X,Y,Z,AllM12Empires | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m12 | SpellDescription$ Create a 1/1 white Soldier creature token. Create five of those tokens instead if you control artifacts named Crown of Empires and Scepter of Empires. SVar:X:Count$Compare AllM12Empires GT0.5.1 SVar:AllM12Empires:SVar$Z/Times.Y SVar:Z:Count$Valid Artifact.namedCrown of Empires+YouCtrl diff --git a/forge-gui/res/cardsfolder/t/thunderheads.txt b/forge-gui/res/cardsfolder/t/thunderheads.txt index 7cb7038e617..ef32b05db7d 100644 --- a/forge-gui/res/cardsfolder/t/thunderheads.txt +++ b/forge-gui/res/cardsfolder/t/thunderheads.txt @@ -2,7 +2,7 @@ Name:Thunderheads ManaCost:2 U Types:Instant K:Replicate:2 U -A:SP$ Token | Cost$ 2 U | TokenScript$ u_3_3_weird_defender_flying | AtEOT$ Exile | SpellDescription$ Create a 3/3 blue Weird creature token with defender and flying. Exile it at the beginning of the next end step. +A:SP$ Token | Cost$ 2 U | TokenScript$ u_3_3_weird_defender_flying | LegacyImage$ u 3 3 weird defender flying gpt | AtEOT$ Exile | SpellDescription$ Create a 3/3 blue Weird creature token with defender and flying. Exile it at the beginning of the next end step. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/thunderheads.jpg Oracle:Replicate {2}{U} (When you cast this spell, copy it for each time you paid its replicate cost.)\nCreate a 3/3 blue Weird creature token with defender and flying. Exile it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/t/thundering_spineback.txt b/forge-gui/res/cardsfolder/t/thundering_spineback.txt index d711f03b3e6..18007b7eb95 100644 --- a/forge-gui/res/cardsfolder/t/thundering_spineback.txt +++ b/forge-gui/res/cardsfolder/t/thundering_spineback.txt @@ -3,7 +3,7 @@ ManaCost:5 G G Types:Creature Dinosaur PT:5/5 S:Mode$ Continuous | Affected$ Creature.Dinosaur+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Dinosaurs you control get +1/+1. -A:AB$ Token | Cost$ 5 G | TokenOwner$ You | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | TokenAmount$ 1 | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample. +A:AB$ Token | Cost$ 5 G | TokenOwner$ You | TokenScript$ g_3_3_dinosaur_trample | LegacyImage$ g 3 3 dinosaur trample xln | TokenAmount$ 1 | SpellDescription$ Create a 3/3 green Dinosaur creature token with trample. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/skittering_heartstopper.jpg Oracle:Other Dinosaurs you control get +1/+1.\n{5}{G}: Create a 3/3 green Dinosaur creature token with trample. diff --git a/forge-gui/res/cardsfolder/t/tidal_wave.txt b/forge-gui/res/cardsfolder/t/tidal_wave.txt index 275b5ebd0b9..98607b8c3d3 100644 --- a/forge-gui/res/cardsfolder/t/tidal_wave.txt +++ b/forge-gui/res/cardsfolder/t/tidal_wave.txt @@ -1,7 +1,7 @@ Name:Tidal Wave ManaCost:2 U Types:Instant -A:SP$ Token | Cost$ 2 U | TokenAmount$ 1 | TokenScript$ u_5_5_wall_defender | TokenOwner$ You | LegacyImage$ u 5 5 wall defender ema | AtEOT$ Sacrifice | SpellDescription$ Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. +A:SP$ Token | Cost$ 2 U | TokenAmount$ 1 | TokenScript$ u_5_5_wall_defender | TokenOwner$ You | LegacyImage$ u 5 5 wall defender mir | AtEOT$ Sacrifice | SpellDescription$ Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/tidal_wave.jpg Oracle:Create a 5/5 blue Wall creature token with defender. Sacrifice it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/t/tilonallis_summoner.txt b/forge-gui/res/cardsfolder/t/tilonallis_summoner.txt index ac0d12dcf0d..868c276167f 100644 --- a/forge-gui/res/cardsfolder/t/tilonallis_summoner.txt +++ b/forge-gui/res/cardsfolder/t/tilonallis_summoner.txt @@ -4,7 +4,7 @@ Types:Creature Human Shaman PT:1/1 K:Ascend T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, you may pay {X}{R}. If you do, create X 1/1 red Elemental creature tokens that are tapped and attacking. At the beginning of the next end step, exile those tokens unless you have the city's blessing. -SVar:TrigToken:AB$ Token | Cost$ X R | TokenAmount$ X | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenTapped$ True | TokenAttacking$ True | TokenImage$ r 1 1 Elemental RIX | References$ X | AtEOT$ Exile | AtEOTCondition$ Y | AtEOTDesc$ At the beginning of the next end step, exile those tokens unless you have the city's blessing. +SVar:TrigToken:AB$ Token | Cost$ X R | TokenAmount$ X | TokenScript$ r_1_1_elemental | TokenOwner$ You | TokenTapped$ True | TokenAttacking$ True | LegacyImage$ r 1 1 elemental rix | References$ X | AtEOT$ Exile | AtEOTCondition$ Y | AtEOTDesc$ At the beginning of the next end step, exile those tokens unless you have the city's blessing. SVar:X:Count$xPaid SVar:Y:Count$Blessing.0.1 DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/timely_reinforcements.txt b/forge-gui/res/cardsfolder/t/timely_reinforcements.txt index 0916d0057f3..bd584cea771 100644 --- a/forge-gui/res/cardsfolder/t/timely_reinforcements.txt +++ b/forge-gui/res/cardsfolder/t/timely_reinforcements.txt @@ -2,7 +2,7 @@ Name:Timely Reinforcements ManaCost:2 W Types:Sorcery A:SP$ GainLife | Cost$ 2 W | LifeAmount$ 6 | ConditionLifeTotal$ You | ConditionLifeAmount$ LTX | References$ X | SubAbility$ DBToken | SpellDescription$ If you have less life than an opponent, you gain 6 life. If you control fewer creatures than an opponent, create three 1/1 white Soldier creature tokens. -SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenName$ Soldier | TokenTypes$ Creature,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 soldier M12 | ConditionCheckSVar$ CreatureYouControl | ConditionSVarCompare$ LTCreatureOppControl | References$ CreatureYouControl,CreatureOppControl +SVar:DBToken:DB$ Token | TokenAmount$ 3 | TokenScript$ w_1_1_soldier | TokenOwner$ You | LegacyImage$ w 1 1 soldier m12 | ConditionCheckSVar$ CreatureYouControl | ConditionSVarCompare$ LTCreatureOppControl | References$ CreatureYouControl,CreatureOppControl SVar:X:PlayerCountOpponents$HighestLifeTotal SVar:CreatureYouControl:Count$Valid Creature.YouCtrl SVar:CreatureOppControl:PlayerCountOpponents$HighestValid Creature.YouCtrl diff --git a/forge-gui/res/cardsfolder/t/tireless_tracker.txt b/forge-gui/res/cardsfolder/t/tireless_tracker.txt index 8423face624..bf3deb55007 100644 --- a/forge-gui/res/cardsfolder/t/tireless_tracker.txt +++ b/forge-gui/res/cardsfolder/t/tireless_tracker.txt @@ -3,8 +3,7 @@ ManaCost:2 G Types:Creature Human Scout PT:3/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a land enters the battlefield under your control, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw T:Mode$ Sacrificed | ValidCard$ Clue.YouCtrl | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a Clue, put a +1/+1 counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 DeckHints:Ability$Investigate diff --git a/forge-gui/res/cardsfolder/t/titan_forge.txt b/forge-gui/res/cardsfolder/t/titan_forge.txt index 5ce46d60ac6..70affc6e4ac 100644 --- a/forge-gui/res/cardsfolder/t/titan_forge.txt +++ b/forge-gui/res/cardsfolder/t/titan_forge.txt @@ -2,6 +2,6 @@ Name:Titan Forge ManaCost:3 Types:Artifact A:AB$ PutCounter | Cost$ 3 T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME. -A:AB$ Token | Cost$ T SubCounter<3/CHARGE> | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 9 | TokenToughness$ 9 | SpellDescription$ Create a 9/9 colorless Golem artifact creature token. +A:AB$ Token | Cost$ T SubCounter<3/CHARGE> | TokenAmount$ 1 | TokenScript$ c_9_9_a_golem | TokenOwner$ You | LegacyImage$ c 9 9 a golem mbs | SpellDescription$ Create a 9/9 colorless Golem artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/titan_forge.jpg Oracle:{3}, {T}: Put a charge counter on Titan Forge.\n{T}, Remove three charge counters from Titan Forge: Create a 9/9 colorless Golem artifact creature token. diff --git a/forge-gui/res/cardsfolder/t/titania_protector_of_argoth.txt b/forge-gui/res/cardsfolder/t/titania_protector_of_argoth.txt index c4519b254de..19f801540a0 100644 --- a/forge-gui/res/cardsfolder/t/titania_protector_of_argoth.txt +++ b/forge-gui/res/cardsfolder/t/titania_protector_of_argoth.txt @@ -5,6 +5,6 @@ PT:5/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, return target land card from your graveyard to the battlefield. SVar:TrigChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Land.YouCtrl T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a land you control is put into a graveyard from the battlefield, create a 5/3 green Elemental creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 3 | TokenImage$ g 5 3 elemental +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_5_3_elemental | TokenOwner$ You | LegacyImage$ g 5 3 elemental c14 SVar:Picture:http://www.wizards.com/global/images/magic/general/titania_protector_of_argoth.jpg Oracle:When Titania, Protector of Argoth enters the battlefield, return target land card from your graveyard to the battlefield.\nWhenever a land you control is put into a graveyard from the battlefield, create a 5/3 green Elemental creature token. diff --git a/forge-gui/res/cardsfolder/t/tolsimir_wolfblood.txt b/forge-gui/res/cardsfolder/t/tolsimir_wolfblood.txt index 6e49140b8b3..2fb1eaf20bb 100644 --- a/forge-gui/res/cardsfolder/t/tolsimir_wolfblood.txt +++ b/forge-gui/res/cardsfolder/t/tolsimir_wolfblood.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Elf Warrior PT:3/4 S:Mode$ Continuous | Affected$ Creature.Green+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other green creatures you control get +1/+1. S:Mode$ Continuous | Affected$ Creature.White+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other white creatures you control get +1/+1. -A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenName$ Voja | TokenTypes$ Legendary,Creature,Wolf | TokenOwner$ You | TokenColors$ Green,White | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a legendary 2/2 green and white Wolf creature token named Voja. +A:AB$ Token | Cost$ T | TokenAmount$ 1 | TokenScript$ voja | TokenOwner$ You | LegacyImage$ voja rav | SpellDescription$ Create a legendary 2/2 green and white Wolf creature token named Voja. SVar:PlayMain1:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/tolsimir_wolfblood.jpg Oracle:Other green creatures you control get +1/+1.\nOther white creatures you control get +1/+1.\n{T}: Create a legendary 2/2 green and white Wolf creature token named Voja. diff --git a/forge-gui/res/cardsfolder/t/tomb_of_urami.txt b/forge-gui/res/cardsfolder/t/tomb_of_urami.txt index dbd555573f0..07d52d932f2 100644 --- a/forge-gui/res/cardsfolder/t/tomb_of_urami.txt +++ b/forge-gui/res/cardsfolder/t/tomb_of_urami.txt @@ -3,7 +3,7 @@ ManaCost:no cost Types:Legendary Land A:AB$ Mana | Cost$ T | Produced$ B | SubAbility$ DBPain | SpellDescription$ Add {B}. CARDNAME deals 1 damage to you if you don't control an Ogre. SVar:DBPain:DB$DealDamage | NumDmg$ 1 | Defined$ You | ConditionPresent$ Ogre.YouCtrl | ConditionCompare$ EQ0 -A:AB$ Token | Cost$ 2 B B T Sac | TokenAmount$ 1 | TokenController$ You | TokenName$ Urami | TokenTypes$ Legendary,Creature,Demon,Spirit | TokenColors$ Black | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Flying | CostDesc$ {2}{B}{B}, {T}, Sacrifice all lands you control: | SpellDescription$ Create a legendary 5/5 black Demon Spirit creature token with flying named Urami. +A:AB$ Token | Cost$ 2 B B T Sac | TokenAmount$ 1 | TokenController$ You | TokenScript$ urami | LegacyImage$ urami sok | CostDesc$ {2}{B}{B}, {T}, Sacrifice all lands you control: | SpellDescription$ Create a legendary 5/5 black Demon Spirit creature token with flying named Urami. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/tomb_of_urami.jpg Oracle:{T}: Add {B}. Tomb of Urami deals 1 damage to you if you don't control an Ogre.\n{2}{B}{B}, {T}, Sacrifice all lands you control: Create a legendary 5/5 black Demon Spirit creature token with flying named Urami. diff --git a/forge-gui/res/cardsfolder/t/tooth_and_claw.txt b/forge-gui/res/cardsfolder/t/tooth_and_claw.txt index 9fb4297b01d..591f5d2d65b 100644 --- a/forge-gui/res/cardsfolder/t/tooth_and_claw.txt +++ b/forge-gui/res/cardsfolder/t/tooth_and_claw.txt @@ -1,7 +1,7 @@ Name:Tooth and Claw ManaCost:3 R Types:Enchantment -A:AB$ Token | Cost$ Sac<2/Creature> | TokenAmount$ 1 | TokenScript$ carnivore | TokenOwner$ You | LegacyImage$ carnivore ema | SpellDescription$ Create a 3/1 red Beast creature token named Carnivore. +A:AB$ Token | Cost$ Sac<2/Creature> | TokenAmount$ 1 | TokenScript$ carnivore | TokenOwner$ You | LegacyImage$ carnivore tmp | SpellDescription$ Create a 3/1 red Beast creature token named Carnivore. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/tooth_and_claw.jpg Oracle:Sacrifice two creatures: Create a 3/1 red Beast creature token named Carnivore. diff --git a/forge-gui/res/cardsfolder/t/trading_post.txt b/forge-gui/res/cardsfolder/t/trading_post.txt index e346c291b23..e3bfb143841 100644 --- a/forge-gui/res/cardsfolder/t/trading_post.txt +++ b/forge-gui/res/cardsfolder/t/trading_post.txt @@ -2,7 +2,7 @@ Name:Trading Post ManaCost:4 Types:Artifact A:AB$ GainLife | Cost$ 1 T Discard<1/Card> | LifeAmount$ 4 | SpellDescription$ You gain 4 life. -A:AB$ Token | Cost$ 1 T PayLife<1> | TokenAmount$ 1 | TokenName$ Goat | TokenTypes$ Creature,Goat | TokenOwner$ You | TokenColors$ White | TokenPower$ 0 | TokenToughness$ 1 | TokenImage$ w 0 1 goat M13 | SpellDescription$ Create a 0/1 white Goat creature token. +A:AB$ Token | Cost$ 1 T PayLife<1> | TokenAmount$ 1 | TokenScript$ w_0_1_goat | TokenOwner$ You | LegacyImage$ w 0 1 goat m13 | SpellDescription$ Create a 0/1 white Goat creature token. A:AB$ ChangeZone | Cost$ 1 T Sac<1/Creature> | TgtPrompt$ Choose target artifact card in your graveyard | ValidTgts$ Artifact.YouCtrl | Origin$ Graveyard | Destination$ Hand | SpellDescription$ Return target artifact card from your graveyard to your hand. A:AB$ Draw | Cost$ 1 T Sac<1/Artifact> | NumCards$ 1 | SpellDescription$ Draw a card. AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/t/trail_of_evidence.txt b/forge-gui/res/cardsfolder/t/trail_of_evidence.txt index 1fee19499a4..050a4da4644 100644 --- a/forge-gui/res/cardsfolder/t/trail_of_evidence.txt +++ b/forge-gui/res/cardsfolder/t/trail_of_evidence.txt @@ -2,8 +2,7 @@ Name:Trail of Evidence ManaCost:2 U Types:Enchantment T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | Execute$ DBToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast an instant or sorcery spell, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi DeckNeeds:Type$Instant|Sorcery DeckHas:Ability$Investigate & Ability$Token Oracle:Whenever you cast an instant or sorcery spell, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") diff --git a/forge-gui/res/cardsfolder/t/transluminant.txt b/forge-gui/res/cardsfolder/t/transluminant.txt index a59c006a2ca..0165828a853 100644 --- a/forge-gui/res/cardsfolder/t/transluminant.txt +++ b/forge-gui/res/cardsfolder/t/transluminant.txt @@ -3,7 +3,7 @@ ManaCost:1 G Types:Creature Dryad Shaman PT:2/2 A:AB$ DelayedTrigger | Cost$ W Sac<1/CARDNAME> | Mode$ Phase | Phase$ End of Turn | Execute$ TrigToken | SpellDescription$ Create a 1/1 white Spirit creature token with flying at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit RAV | TokenKeywords$ Flying +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying rav AI:RemoveDeck:Random AI:RemoveDeck:All DeckHints:Color$White diff --git a/forge-gui/res/cardsfolder/t/transmogrifying_wand.txt b/forge-gui/res/cardsfolder/t/transmogrifying_wand.txt index aee61cab269..c8a895cf4b0 100644 --- a/forge-gui/res/cardsfolder/t/transmogrifying_wand.txt +++ b/forge-gui/res/cardsfolder/t/transmogrifying_wand.txt @@ -3,6 +3,6 @@ ManaCost:3 Types:Artifact K:etbCounter:CHARGE:3 A:AB$ Destroy | Cost$ 1 T SubCounter<1/CHARGE> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SorcerySpeed$ True | SubAbility$ OxToken | SpellDescription$ Destroy target creature. -SVar:OxToken:DB$Token | TokenAmount$ 1 | TokenName$ Ox | TokenTypes$ Creature,Ox | TokenOwner$ TargetedController | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 4 | TokenImage$ w 2 4 ox | SpellDescription$ Its controller creates a 2/4 white Ox creature token +SVar:OxToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_4_ox | TokenOwner$ TargetedController | LegacyImage$ w 2 4 ox | SpellDescription$ Its controller creates a 2/4 white Ox creature token SVar:Picture:http://www.wizards.com/global/images/magic/general/transmogrifying_wand.jpg Oracle:Transmogrifying Wand enters the battlefield with three charge counters on it.\n{1}, {T}, Remove a charge counter from Transmogrifying Wand: Destroy target creature. Its controller creates a 2/4 white Ox creature token. Activate this ability only any time you could cast a sorcery. diff --git a/forge-gui/res/cardsfolder/t/treasure_map_treasure_cove.txt b/forge-gui/res/cardsfolder/t/treasure_map_treasure_cove.txt index 5da0a728389..10dfe672f72 100644 --- a/forge-gui/res/cardsfolder/t/treasure_map_treasure_cove.txt +++ b/forge-gui/res/cardsfolder/t/treasure_map_treasure_cove.txt @@ -6,8 +6,7 @@ SVar:DBLandmark:DB$ PutCounter | Defined$ Self | CounterType$ LANDMARK | Counter SVar:DBBranch:DB$ Branch | BranchConditionSVar$ XMarksTheSpot | References$ XMarksTheSpot | TrueSubAbility$ DBRemoveCtrs SVar:DBRemoveCtrs:DB$ RemoveCounter | Defined$ Self | CounterType$ LANDMARK | CounterNum$ All | SubAbility$ DBTransform SVar:DBTransform:DB$ SetState | Defined$ Self | Mode$ Transform | SubAbility$ DBTreasureTokens -SVar:DBTreasureTokens:DB$ Token | TokenAmount$ 3 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | References$ ABTreasureMana -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasureTokens:DB$ Token | TokenAmount$ 3 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln SVar:XMarksTheSpot:Count$Valid Card.Self+counters_GE3_LANDMARK AlternateMode:DoubleFaced DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/trial_of_strength.txt b/forge-gui/res/cardsfolder/t/trial_of_strength.txt index 934a50dfca0..f5b0aa13112 100644 --- a/forge-gui/res/cardsfolder/t/trial_of_strength.txt +++ b/forge-gui/res/cardsfolder/t/trial_of_strength.txt @@ -2,7 +2,7 @@ Name:Trial of Strength ManaCost:2 G Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 4/2 green Beast creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Beast | TokenTypes$ Creature,Beast | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 2 | TokenImage$ g 4 2 beast +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_2_beast | TokenOwner$ You | LegacyImage$ g 4 2 beast akh T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | TriggerZones$ Battlefield | ValidCard$ Cartouche.YouCtrl | Execute$ TrigReturn | TriggerDescription$ When a Cartouche enters the battlefield under your control, return CARDNAME to its owner's hand. SVar:TrigReturn:DB$ChangeZone | Origin$ Battlefield | Destination$ Hand | Defined$ Self DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/t/trigon_of_infestation.txt b/forge-gui/res/cardsfolder/t/trigon_of_infestation.txt index b18fd803c41..d30aa059d12 100644 --- a/forge-gui/res/cardsfolder/t/trigon_of_infestation.txt +++ b/forge-gui/res/cardsfolder/t/trigon_of_infestation.txt @@ -3,6 +3,6 @@ ManaCost:4 Types:Artifact K:etbCounter:CHARGE:3 A:AB$ PutCounter | Cost$ G G T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME. -A:AB$ Token | Cost$ 2 T SubCounter<1/CHARGE> | TokenImage$ g 1 1 insect infect | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Infect | SpellDescription$ Create a 1/1 green Insect creature token with infect. +A:AB$ Token | Cost$ 2 T SubCounter<1/CHARGE> | LegacyImage$ g 1 1 insect infect som | TokenAmount$ 1 | TokenScript$ g_1_1_insect_infect | TokenOwner$ You | SpellDescription$ Create a 1/1 green Insect creature token with infect. SVar:Picture:http://www.wizards.com/global/images/magic/general/trigon_of_infestation.jpg Oracle:Trigon of Infestation enters the battlefield with three charge counters on it.\n{G}{G}, {T}: Put a charge counter on Trigon of Infestation.\n{2}, {T}, Remove a charge counter from Trigon of Infestation: Create a 1/1 green Insect creature token with infect. diff --git a/forge-gui/res/cardsfolder/t/triplicate_spirits.txt b/forge-gui/res/cardsfolder/t/triplicate_spirits.txt index a35e5acce3b..02f78b6bcd7 100644 --- a/forge-gui/res/cardsfolder/t/triplicate_spirits.txt +++ b/forge-gui/res/cardsfolder/t/triplicate_spirits.txt @@ -2,7 +2,7 @@ Name:Triplicate Spirits ManaCost:4 W W Types:Sorcery K:Convoke -A:SP$ Token | Cost$ 4 W W | TokenAmount$ 3 | TokenImage$ w 1 1 spirit M15 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create three 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 4 W W | TokenAmount$ 3 | LegacyImage$ w 1 1 spirit flying m15 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Create three 1/1 white Spirit creature tokens with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/triplicate_spirits.jpg Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nCreate three 1/1 white Spirit creature tokens with flying. (They can't be blocked except by creatures with flying or reach.) diff --git a/forge-gui/res/cardsfolder/t/triskelavus.txt b/forge-gui/res/cardsfolder/t/triskelavus.txt index 776bf815c3b..2eae244602a 100644 --- a/forge-gui/res/cardsfolder/t/triskelavus.txt +++ b/forge-gui/res/cardsfolder/t/triskelavus.txt @@ -4,7 +4,6 @@ Types:Artifact Creature Construct PT:1/1 K:Flying K:etbCounter:P1P1:3 -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Triskelavite | TokenTypes$ Artifact,Creature,Triskelavite | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Create a 1/1 colorless Triskelavite artifact creature token with flying. It has "Sacrifice this creature: This creature deals 1 damage to any target." | TokenAbilities$ ABDamage -SVar:ABDamage:AB$DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to any target. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ c_1_1_a_triskelavite_flying_ammo | TokenOwner$ You | LegacyImage$ c 1 1 a triskelavite flying ammo tsp | SpellDescription$ Create a 1/1 colorless Triskelavite artifact creature token with flying. It has "Sacrifice this creature: This creature deals 1 damage to any target." SVar:Picture:http://www.wizards.com/global/images/magic/general/triskelavus.jpg Oracle:Flying\nTriskelavus enters the battlefield with three +1/+1 counters on it.\n{1}, Remove a +1/+1 counter from Triskelavus: Create a 1/1 colorless Triskelavite artifact creature token with flying. It has "Sacrifice this creature: This creature deals 1 damage to any target." diff --git a/forge-gui/res/cardsfolder/t/trostanis_summoner.txt b/forge-gui/res/cardsfolder/t/trostanis_summoner.txt index d834b57444a..0630f628c52 100644 --- a/forge-gui/res/cardsfolder/t/trostanis_summoner.txt +++ b/forge-gui/res/cardsfolder/t/trostanis_summoner.txt @@ -3,9 +3,9 @@ ManaCost:5 G W Types:Creature Elf Shaman PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 white Knight creature token with vigilance, a 3/3 green Centaur creature token, and a 4/4 green Rhino creature token with trample. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight rtr | SubAbility$ DBCentaurToken | -SVar:DBCentaurToken:DB$ Token | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | SubAbility$ DBRhinoToken -SVar:DBRhinoToken:DB$ Token | TokenAmount$ 1 | TokenName$ Rhino | TokenTypes$ Creature,Rhino | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Trample | TokenImage$ g 4 4 rhino rtr +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance | TokenOwner$ You | LegacyImage$ w 2 2 knight vigilance dgm | SubAbility$ DBCentaurToken | +SVar:DBCentaurToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur dgm | SubAbility$ DBRhinoToken +SVar:DBRhinoToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_4_4_rhino_trample | TokenOwner$ You | LegacyImage$ g 4 4 rhino trample dgm DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/trostanis_summoner.jpg Oracle:When Trostani's Summoner enters the battlefield, create a 2/2 white Knight creature token with vigilance, a 3/3 green Centaur creature token, and a 4/4 green Rhino creature token with trample. diff --git a/forge-gui/res/cardsfolder/t/trove_of_temptation.txt b/forge-gui/res/cardsfolder/t/trove_of_temptation.txt index 928bb4dd0c9..32c5b8b8bab 100644 --- a/forge-gui/res/cardsfolder/t/trove_of_temptation.txt +++ b/forge-gui/res/cardsfolder/t/trove_of_temptation.txt @@ -2,9 +2,8 @@ Name:Trove of Temptation ManaCost:3 R Types:Enchantment K:Each opponent must attack you or a planeswalker you control with at least one creature each combat if able. -T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBTreasureToken | TriggerDescription$ At the beginning of your end step, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color. -SVar:DBTreasureToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBTreasureToken | TriggerDescription$ At the beginning of your end step, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." +SVar:DBTreasureToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/trove_of_temptation.jpg Oracle:Each opponent must attack you or a planeswalker you control with at least one creature each combat if able.\nAt the beginning of your end step, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color. diff --git a/forge-gui/res/cardsfolder/t/tukatongue_thallid.txt b/forge-gui/res/cardsfolder/t/tukatongue_thallid.txt index 5f4b593a983..a0bebd295d9 100644 --- a/forge-gui/res/cardsfolder/t/tukatongue_thallid.txt +++ b/forge-gui/res/cardsfolder/t/tukatongue_thallid.txt @@ -3,7 +3,7 @@ ManaCost:G Types:Creature Fungus PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ TriggeredCardController | LegacyImage$ g 1 1 saproling cfx SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/tukatongue_thallid.jpg diff --git a/forge-gui/res/cardsfolder/t/tuktuk_the_explorer.txt b/forge-gui/res/cardsfolder/t/tuktuk_the_explorer.txt index 1db8315fe6c..8fcfd1282c2 100644 --- a/forge-gui/res/cardsfolder/t/tuktuk_the_explorer.txt +++ b/forge-gui/res/cardsfolder/t/tuktuk_the_explorer.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Goblin PT:1/1 K:Haste T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a legendary 5/5 colorless Goblin Golem artifact creature token named Tuktuk the Returned. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Tuktuk the Returned | TokenTypes$ Legendary,Artifact,Creature,Goblin,Golem | TokenOwner$ TriggeredCardController | TokenColors$ Colorless | TokenPower$ 5 | TokenToughness$ 5 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ tuktuk_the_returned | TokenOwner$ TriggeredCardController | LegacyImage$ tuktuk the returned roe SVar:SacMe:4 SVar:Picture:http://www.wizards.com/global/images/magic/general/tuktuk_the_explorer.jpg Oracle:Haste\nWhen Tuktuk the Explorer dies, create a legendary 5/5 colorless Goblin Golem artifact creature token named Tuktuk the Returned. diff --git a/forge-gui/res/cardsfolder/t/turntimber_ranger.txt b/forge-gui/res/cardsfolder/t/turntimber_ranger.txt index 2631efa2ce0..a7e52cab587 100644 --- a/forge-gui/res/cardsfolder/t/turntimber_ranger.txt +++ b/forge-gui/res/cardsfolder/t/turntimber_ranger.txt @@ -4,7 +4,7 @@ Types:Creature Elf Scout Ally PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, you may create a 2/2 green Wolf creature token. If you do, put a +1/+1 counter on CARDNAME. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Ally enters the battlefield under your control, create a 2/2 green Wolf creature token. If you do, put a +1/+1 counter on CARDNAME. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ZEN | SubAbility$ DBPutCounter +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf zen | SubAbility$ DBPutCounter SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:BuffedBy:Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/turntimber_ranger.jpg diff --git a/forge-gui/res/cardsfolder/t/twilight_drover.txt b/forge-gui/res/cardsfolder/t/twilight_drover.txt index dfb75f00c36..2f887a0a428 100644 --- a/forge-gui/res/cardsfolder/t/twilight_drover.txt +++ b/forge-gui/res/cardsfolder/t/twilight_drover.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Spirit PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Creature.token | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature token leaves the battlefield, put a +1/+1 counter on CARDNAME. -A:AB$ Token | Cost$ 2 W SubCounter<1/P1P1> | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ w 1 1 spirit RAV | TokenKeywords$ Flying | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. +A:AB$ Token | Cost$ 2 W SubCounter<1/P1P1> | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying rav | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. SVar:TrigPutCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 DeckNeeds:Ability$Token DeckHas:Ability$Counters & Ability$Token diff --git a/forge-gui/res/cardsfolder/u/ulasht_the_hate_seed.txt b/forge-gui/res/cardsfolder/u/ulasht_the_hate_seed.txt index a6bbbc42387..6ecc82b8232 100644 --- a/forge-gui/res/cardsfolder/u/ulasht_the_hate_seed.txt +++ b/forge-gui/res/cardsfolder/u/ulasht_the_hate_seed.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Hellion Hydra PT:0/0 K:etbCounter:P1P1:X:no Condition:Ulasht, the Hate Seed enters the battlefield with a +1/+1 counter on it for each other red creature you control and a +1/+1 counter on it for each other green creature you control. A:AB$ DealDamage | Cost$ 1 SubCounter<1/P1P1> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 1 | SpellDescription$ Ulasht deals 1 damage to target creature. -A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | TokenOwner$ You | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 1 SubCounter<1/P1P1> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | LegacyImage$ g 1 1 saproling gpt | TokenOwner$ You | SpellDescription$ Create a 1/1 green Saproling creature token. SVar:X:Count$LastStateBattlefield Creature.YouCtrl+Red+Other/Plus.B SVar:B:Count$LastStateBattlefield Creature.YouCtrl+Green+Other SVar:NeedsToPlay:X GE3 diff --git a/forge-gui/res/cardsfolder/u/ulvenwald_mysteries.txt b/forge-gui/res/cardsfolder/u/ulvenwald_mysteries.txt index fd685c670ca..4a7f10d4644 100644 --- a/forge-gui/res/cardsfolder/u/ulvenwald_mysteries.txt +++ b/forge-gui/res/cardsfolder/u/ulvenwald_mysteries.txt @@ -2,10 +2,9 @@ Name:Ulvenwald Mysteries ManaCost:2 G Types:Enchantment T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+nonToken | TriggerZones$ Battlefield | Execute$ TrigToken1 | TriggerDescription$ Whenever a nontoken creature you control dies, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken1:DB$Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAbilities$ ABDraw | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken1:DB$Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi T:Mode$ Sacrificed | ValidCard$ Clue.YouCtrl | Execute$ TrigToken2 | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a Clue, create a 1/1 white Human Soldier creature token. -SVar:TrigToken2:DB$ Token | TokenAmount$ 1 | TokenName$ Human Soldier | TokenTypes$ Creature,Human,Soldier| TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken2:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You | LegacyImage$ w 1 1 human soldier soi DeckHints:Ability$Investigate DeckHas:Ability$Investigate & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/ulvenwald_mysteries.jpg diff --git a/forge-gui/res/cardsfolder/u/undead_alchemist.txt b/forge-gui/res/cardsfolder/u/undead_alchemist.txt index 990855646fd..2e25a68e846 100644 --- a/forge-gui/res/cardsfolder/u/undead_alchemist.txt +++ b/forge-gui/res/cardsfolder/u/undead_alchemist.txt @@ -7,6 +7,6 @@ SVar:Mill:DB$ Mill | Defined$ ReplacedTarget | NumCards$ X | References$ X SVar:X:ReplaceCount$DamageAmount T:Mode$ ChangesZone | ValidCard$ Creature.nonToken+OppOwn | Origin$ Library | Destination$ Graveyard | Execute$ ExileAndToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token. SVar:ExileAndToken:DB$ ChangeZone | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Exile | SubAbility$ DoToken -SVar:DoToken:DB$ Token | TokenName$ Zombie | TokenOwner$ You | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenAmount$ 1 | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD +SVar:DoToken:DB$ Token | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | LegacyImage$ b 2 2 zombie isd SVar:Picture:http://www.wizards.com/global/images/magic/general/undead_alchemist.jpg Oracle:If a Zombie you control would deal combat damage to a player, instead that player puts that many cards from the top of their library into their graveyard.\nWhenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/u/undead_servant.txt b/forge-gui/res/cardsfolder/u/undead_servant.txt index bcda5d062ff..1bd79abbcab 100644 --- a/forge-gui/res/cardsfolder/u/undead_servant.txt +++ b/forge-gui/res/cardsfolder/u/undead_servant.txt @@ -3,7 +3,7 @@ ManaCost:3 B Types:Creature Zombie PT:3/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 black Zombie creature token for each card named Undead Servant in your graveyard. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b_2_2_zombie_ori +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie ori SVar:X:Count$ValidGraveyard Card.YouOwn+namedUndead Servant DeckHints:Name$Undead Servant SVar:Picture:http://www.wizards.com/global/images/magic/general/undead_servant.jpg diff --git a/forge-gui/res/cardsfolder/u/unified_front.txt b/forge-gui/res/cardsfolder/u/unified_front.txt index 96fe6208dc3..b0b1841a27c 100644 --- a/forge-gui/res/cardsfolder/u/unified_front.txt +++ b/forge-gui/res/cardsfolder/u/unified_front.txt @@ -1,7 +1,7 @@ Name:Unified Front ManaCost:3 W Types:Sorcery -A:SP$ Token | Cost$ 3 W | TokenAmount$ X | References$ X | TokenName$ Kor Ally | TokenTypes$ Creature,Kor,Ally | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Converge — Create a 1/1 white Kor Ally creature token for each color of mana spent to cast CARDNAME. +A:SP$ Token | Cost$ 3 W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_kor_ally | TokenOwner$ You | LegacyImage$ w 1 1 kor ally bfz | SpellDescription$ Converge — Create a 1/1 white Kor Ally creature token for each color of mana spent to cast CARDNAME. SVar:X:Count$Converge DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/unified_front.jpg diff --git a/forge-gui/res/cardsfolder/u/unscythe_killer_of_kings.txt b/forge-gui/res/cardsfolder/u/unscythe_killer_of_kings.txt index 2e3e737d1e0..2998ae710bf 100644 --- a/forge-gui/res/cardsfolder/u/unscythe_killer_of_kings.txt +++ b/forge-gui/res/cardsfolder/u/unscythe_killer_of_kings.txt @@ -5,7 +5,7 @@ K:Equip:2 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | AddKeyword$ First Strike | Description$ Equipped creature gets +3/+3 and has first strike. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.DamagedByEquipped | Execute$ UnscytheTrigExile | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Whenever a creature dealt damage by equipped creature this turn dies, you may exile that card. If you do, create a 2/2 black Zombie creature token. SVar:UnscytheTrigExile:DB$ ChangeZone | Defined$ TriggeredCard | Origin$ Graveyard | Destination$ Exile | RememberChanged$ True | SubAbility$ UnscytheDBToken -SVar:UnscytheDBToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ALA | ConditionCheckSVar$ UnscytheX | ConditionSVarCompare$ GE1 | SubAbility$ UnscytheDBCleanup +SVar:UnscytheDBToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | LegacyImage$ b 2 2 zombie arb | ConditionCheckSVar$ UnscytheX | ConditionSVarCompare$ GE1 | SubAbility$ UnscytheDBCleanup SVar:UnscytheDBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:UnscytheX:Remembered$Amount SVar:Picture:http://www.wizards.com/global/images/magic/general/unscythe_killer_of_kings.jpg diff --git a/forge-gui/res/cardsfolder/u/urbis_protector.txt b/forge-gui/res/cardsfolder/u/urbis_protector.txt index ab21fbc990f..5f05e88c4a6 100644 --- a/forge-gui/res/cardsfolder/u/urbis_protector.txt +++ b/forge-gui/res/cardsfolder/u/urbis_protector.txt @@ -3,7 +3,7 @@ ManaCost:4 W W Types:Creature Human Cleric PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 4/4 white Angel creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel gtc +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying gtc DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/urbis_protector.jpg Oracle:When Urbis Protector enters the battlefield, create a 4/4 white Angel creature token with flying. diff --git a/forge-gui/res/cardsfolder/u/urzas_factory.txt b/forge-gui/res/cardsfolder/u/urzas_factory.txt index cf9dfcdcd8b..df3c8e46838 100644 --- a/forge-gui/res/cardsfolder/u/urzas_factory.txt +++ b/forge-gui/res/cardsfolder/u/urzas_factory.txt @@ -2,6 +2,6 @@ Name:Urza's Factory ManaCost:no cost Types:Land Urza's A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 7 T | TokenAmount$ 1 | TokenName$ Assembly-Worker | TokenTypes$ Artifact,Creature,Assembly-Worker | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 colorless Assembly-Worker artifact creature token. +A:AB$ Token | Cost$ 7 T | TokenAmount$ 1 | TokenScript$ c_2_2_a_assembly_worker | TokenOwner$ You | LegacyImage$ c 2 2 a assembly worker tsp | SpellDescription$ Create a 2/2 colorless Assembly-Worker artifact creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/urzas_factory.jpg Oracle:{T}: Add {C}.\n{7}, {T}: Create a 2/2 colorless Assembly-Worker artifact creature token. diff --git a/forge-gui/res/cardsfolder/u/utopia_mycon.txt b/forge-gui/res/cardsfolder/u/utopia_mycon.txt index 4d5a91c2454..217c9e41b83 100644 --- a/forge-gui/res/cardsfolder/u/utopia_mycon.txt +++ b/forge-gui/res/cardsfolder/u/utopia_mycon.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:0/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 | SpellDescription$ Put a spore counter on CARDNAME. -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fut | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Mana | Cost$ Sac<1/Saproling> | Produced$ Any | SpellDescription$ Add one mana of any color. SVar:Picture:http://www.wizards.com/global/images/magic/general/utopia_mycon.jpg Oracle:At the beginning of your upkeep, put a spore counter on Utopia Mycon.\nRemove three spore counters from Utopia Mycon: Create a 1/1 green Saproling creature token.\nSacrifice a Saproling: Add one mana of any color. diff --git a/forge-gui/res/cardsfolder/u/utvara_hellkite.txt b/forge-gui/res/cardsfolder/u/utvara_hellkite.txt index 7bdd7b40db4..09a326ef231 100644 --- a/forge-gui/res/cardsfolder/u/utvara_hellkite.txt +++ b/forge-gui/res/cardsfolder/u/utvara_hellkite.txt @@ -4,7 +4,7 @@ Types:Creature Dragon PT:6/6 K:Flying T:Mode$ Attacks | ValidCard$ Dragon.YouCtrl | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever a dragon you control attacks, create a 6/6 red Dragon creature token with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 6 | TokenToughness$ 6 | TokenKeywords$ Flying | TokenImage$ r 6 6 dragon rtr +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_6_6_dragon_flying | TokenOwner$ You | LegacyImage$ r 6 6 dragon flying rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/utvara_hellkite.jpg Oracle:Flying\nWhenever a Dragon you control attacks, create a 6/6 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/v/valduk_keeper_of_the_flame.txt b/forge-gui/res/cardsfolder/v/valduk_keeper_of_the_flame.txt index 103d3548083..301b868c7dd 100644 --- a/forge-gui/res/cardsfolder/v/valduk_keeper_of_the_flame.txt +++ b/forge-gui/res/cardsfolder/v/valduk_keeper_of_the_flame.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Legendary Creature Human Shaman PT:3/2 T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of combat on your turn, for each Aura and Equipment attached to CARDNAME, create a 3/1 red Elemental creature token with trample and haste. Exile those tokens at the beginning of the next end step. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_3_1_elemental_trample_haste | AtEOT$ Exile +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ r_3_1_elemental_trample_haste | AtEOT$ Exile | LegacyImage$ r 3 1 elemental trample haste dom SVar:X:Count$Valid Equipment.Attached,Aura.Attached SVar:EnchantMe:Multiple SVar:EquipMe:Multiple diff --git a/forge-gui/res/cardsfolder/v/vanguard_of_brimaz.txt b/forge-gui/res/cardsfolder/v/vanguard_of_brimaz.txt index d98086c11bb..ed31c686cf3 100644 --- a/forge-gui/res/cardsfolder/v/vanguard_of_brimaz.txt +++ b/forge-gui/res/cardsfolder/v/vanguard_of_brimaz.txt @@ -4,6 +4,6 @@ Types:Creature Cat Soldier PT:2/2 K:Vigilance T:Mode$ SpellCast | ValidActivatingPlayer$ You | TargetsValid$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Heroic — Whenever you cast a spell that targets CARDNAME, create a 1/1 white Cat Soldier creature token with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Cat Soldier | TokenTypes$ Creature,Cat,Soldier | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Vigilance +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_cat_soldier_vigilance | TokenOwner$ You | LegacyImage$ w 1 1 cat soldier vigilance bng SVar:Picture:http://www.wizards.com/global/images/magic/general/vanguard_of_brimaz.jpg Oracle:Vigilance\nHeroic — Whenever you cast a spell that targets Vanguard of Brimaz, create a 1/1 white Cat Soldier creature token with vigilance. diff --git a/forge-gui/res/cardsfolder/v/verdant_embrace.txt b/forge-gui/res/cardsfolder/v/verdant_embrace.txt index d097d54513e..c86819d6cb2 100644 --- a/forge-gui/res/cardsfolder/v/verdant_embrace.txt +++ b/forge-gui/res/cardsfolder/v/verdant_embrace.txt @@ -5,7 +5,7 @@ K:Enchant Creature A:SP$ Attach | Cost$ 3 G G | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddToughness$ 3 | AddTrigger$ VerdantTrig | AddSVar$ VerdantToken | Description$ Enchanted creature gets +3/+3 and has "At the beginning of each upkeep, create a 1/1 green Saproling creature token." SVar:VerdantTrig:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ VerdantToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 green Saproling creature token. -SVar:VerdantToken:DB$ Token | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | TokenColors$ Green +SVar:VerdantToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tsp DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_embrace.jpg Oracle:Enchant creature\nEnchanted creature gets +3/+3 and has "At the beginning of each upkeep, create a 1/1 green Saproling creature token." diff --git a/forge-gui/res/cardsfolder/v/verdant_force.txt b/forge-gui/res/cardsfolder/v/verdant_force.txt index 541a2b44f52..f6ff1c5551b 100644 --- a/forge-gui/res/cardsfolder/v/verdant_force.txt +++ b/forge-gui/res/cardsfolder/v/verdant_force.txt @@ -3,7 +3,7 @@ ManaCost:5 G G G Types:Creature Elemental PT:7/7 T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of each upkeep, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling fem +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling tmp DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/verdant_force.jpg Oracle:At the beginning of each upkeep, create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/v/verdeloth_the_ancient.txt b/forge-gui/res/cardsfolder/v/verdeloth_the_ancient.txt index bb7b25bd9eb..4f353352def 100644 --- a/forge-gui/res/cardsfolder/v/verdeloth_the_ancient.txt +++ b/forge-gui/res/cardsfolder/v/verdeloth_the_ancient.txt @@ -5,7 +5,7 @@ PT:4/7 K:Kicker:X S:Mode$ Continuous | Affected$ Creature.Saproling,Creature.Treefolk+Other | AddPower$ 1 | AddToughness$ 1 | Description$ Saproling creatures and other Treefolk creatures get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+kicked | Execute$ TrigKicker | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, create X 1/1 green Saproling creature tokens. -SVar:TrigKicker:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | Secondary$ True | SpellDescription$ Create X 1/1 green Saproling creature tokens. +SVar:TrigKicker:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling inv | Secondary$ True | SpellDescription$ Create X 1/1 green Saproling creature tokens. SVar:X:Count$xPaid DeckHints:Type$Fungus|Treefolk DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/v/verix_bladewing.txt b/forge-gui/res/cardsfolder/v/verix_bladewing.txt index 61fd3f5bffd..938e223260f 100644 --- a/forge-gui/res/cardsfolder/v/verix_bladewing.txt +++ b/forge-gui/res/cardsfolder/v/verix_bladewing.txt @@ -5,6 +5,6 @@ PT:4/4 K:Flying K:Kicker:3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+kicked | Execute$ TrigKicker | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, create Karox Bladewing, a legendary 4/4 red Dragon creature token with flying. -SVar:TrigKicker:DB$ Token | TokenAmount$ 1 | TokenName$ Karox Bladewing | TokenTypes$ Legendary,Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying +SVar:TrigKicker:DB$ Token | TokenAmount$ 1 | TokenScript$ karox_bladewing | TokenOwner$ You | LegacyImage$ karox bladewing dom DeckHas:Ability$Token Oracle:Kicker {3} (You may pay an additional {3} as you cast this spell.)\nFlying\nWhen Verix Bladewing enters the battlefield, if it was kicked, create Karox Bladewing, a legendary 4/4 red Dragon creature token with flying. diff --git a/forge-gui/res/cardsfolder/v/vessel_of_ephemera.txt b/forge-gui/res/cardsfolder/v/vessel_of_ephemera.txt index b5163a6418f..bd6d0cf9069 100644 --- a/forge-gui/res/cardsfolder/v/vessel_of_ephemera.txt +++ b/forge-gui/res/cardsfolder/v/vessel_of_ephemera.txt @@ -1,7 +1,7 @@ Name:Vessel of Ephemera ManaCost:1 W Types:Enchantment -A:AB$ Token | Cost$ 2 W Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit SOI | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. +A:AB$ Token | Cost$ 2 W Sac<1/CARDNAME> | TokenOwner$ You | TokenAmount$ 2 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | LegacyImage$ w 1 1 spirit flying soi | SpellDescription$ Create two 1/1 white Spirit creature tokens with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/vessel_of_ephemera.jpg Oracle:{2}{W}, Sacrifice Vessel of Ephemera: Create two 1/1 white Spirit creature tokens with flying. diff --git a/forge-gui/res/cardsfolder/v/vile_rebirth.txt b/forge-gui/res/cardsfolder/v/vile_rebirth.txt index 520924c04e1..0c33a2aa77b 100644 --- a/forge-gui/res/cardsfolder/v/vile_rebirth.txt +++ b/forge-gui/res/cardsfolder/v/vile_rebirth.txt @@ -2,6 +2,6 @@ Name:Vile Rebirth ManaCost:B Types:Instant A:SP$ ChangeZone | Cost$ B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target creature card in a graveyard | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M13 +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie m13 SVar:Picture:http://www.wizards.com/global/images/magic/general/vile_rebirth.jpg Oracle:Exile target creature card from a graveyard. Create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/v/vile_redeemer.txt b/forge-gui/res/cardsfolder/v/vile_redeemer.txt index e3183e479a2..a852e35f466 100644 --- a/forge-gui/res/cardsfolder/v/vile_redeemer.txt +++ b/forge-gui/res/cardsfolder/v/vile_redeemer.txt @@ -5,8 +5,7 @@ PT:3/3 K:Devoid K:Flash T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When you cast CARDNAME, you may pay {C}. If you do, create a 1/1 colorless Eldrazi Scion creature token for each nontoken creature that died under your control this turn. Those tokens have "Sacrifice this creature: Add {C}." -SVar:TrigToken:AB$ Token | Cost$ C | TokenAmount$ X | References$ X | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:TrigToken:AB$ Token | Cost$ C | TokenAmount$ X | References$ X | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.nonToken+YouCtrl DeckHints:Ability$Mana.Colorless DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/v/violet_pall.txt b/forge-gui/res/cardsfolder/v/violet_pall.txt index c9c46b48d0b..7629d017d1c 100644 --- a/forge-gui/res/cardsfolder/v/violet_pall.txt +++ b/forge-gui/res/cardsfolder/v/violet_pall.txt @@ -2,6 +2,6 @@ Name:Violet Pall ManaCost:4 B Types:Tribal Instant Faerie A:SP$ Destroy | Cost$ 4 B | ValidTgts$ Creature.nonBlack | TgtPrompt$ Select target nonblack creature | SubAbility$ DBToken | SpellDescription$ Destroy target nonblack creature. Create a 1/1 black Faerie Rogue creature token with flying. -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Faerie Rogue | TokenTypes$ Creature,Faerie,Rogue | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ b_1_1_faerie_rogue_flying | TokenOwner$ You | LegacyImage$ b 1 1 faerie rogue flying mor SVar:Picture:http://www.wizards.com/global/images/magic/general/violet_pall.jpg Oracle:Destroy target nonblack creature. Create a 1/1 black Faerie Rogue creature token with flying. diff --git a/forge-gui/res/cardsfolder/v/vital_splicer.txt b/forge-gui/res/cardsfolder/v/vital_splicer.txt index 56734970369..98daf888a81 100644 --- a/forge-gui/res/cardsfolder/v/vital_splicer.txt +++ b/forge-gui/res/cardsfolder/v/vital_splicer.txt @@ -3,7 +3,7 @@ ManaCost:3 G Types:Creature Human Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 colorless Golem artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph A:AB$ Regenerate | Cost$ 1 | ValidTgts$ Golem.YouCtrl | TgtPrompt$ Select target Golem you control. | SpellDescription$ Regenerate target Golem you control. SVar:Picture:http://www.wizards.com/global/images/magic/general/vital_splicer.jpg Oracle:When Vital Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.\n{1}: Regenerate target Golem you control. diff --git a/forge-gui/res/cardsfolder/v/vitality_charm.txt b/forge-gui/res/cardsfolder/v/vitality_charm.txt index 7b16c45a9c8..13b9e25e777 100644 --- a/forge-gui/res/cardsfolder/v/vitality_charm.txt +++ b/forge-gui/res/cardsfolder/v/vitality_charm.txt @@ -2,7 +2,7 @@ Name:Vitality Charm ManaCost:G Types:Instant A:SP$ Charm | Cost$ G | Choices$ DBToken,DBPump,DBReg -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 green Insect creature token. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect ons | SpellDescription$ Create a 1/1 green Insect creature token. SVar:DBPump:DB$ Pump | ValidTgts$ Creature | NumAtt$ +1 | NumDef$ +1 | KW$ Trample | TgtPrompt$ Select target creature | SpellDescription$ Target creature gets +1/+1 and gains trample until end of turn. SVar:DBReg:DB$ Regenerate | ValidTgts$ Beast | TgtPrompt$ Select target Beast | SpellDescription$ Regenerate target Beast. SVar:Picture:http://www.wizards.com/global/images/magic/general/vitality_charm.jpg diff --git a/forge-gui/res/cardsfolder/v/vitaspore_thallid.txt b/forge-gui/res/cardsfolder/v/vitaspore_thallid.txt index 10e659ac60e..11af02e8015 100644 --- a/forge-gui/res/cardsfolder/v/vitaspore_thallid.txt +++ b/forge-gui/res/cardsfolder/v/vitaspore_thallid.txt @@ -4,7 +4,7 @@ Types:Creature Fungus PT:1/1 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a spore counter on CARDNAME. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SPORE | CounterNum$ 1 -A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling TSP | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ SubCounter<3/SPORE> | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling plc | SpellDescription$ Create a 1/1 green Saproling creature token. A:AB$ Pump | Cost$ Sac<1/Saproling> | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ Haste | SpellDescription$ Target creature gains haste until end of turn. DeckHas:Ability$Counters & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/vitaspore_thallid.jpg diff --git a/forge-gui/res/cardsfolder/v/vitu_ghazi_guildmage.txt b/forge-gui/res/cardsfolder/v/vitu_ghazi_guildmage.txt index 1555658b8b1..c323c6d010f 100644 --- a/forge-gui/res/cardsfolder/v/vitu_ghazi_guildmage.txt +++ b/forge-gui/res/cardsfolder/v/vitu_ghazi_guildmage.txt @@ -2,7 +2,7 @@ Name:Vitu-Ghazi Guildmage ManaCost:G W Types:Creature Dryad Shaman PT:2/2 -A:AB$ Token | Cost$ 4 G W | TokenAmount$ 1 | TokenName$ Centaur | TokenTypes$ Creature,Centaur | TokenOwner$ You | TokenColors$ Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. +A:AB$ Token | Cost$ 4 G W | TokenAmount$ 1 | TokenScript$ g_3_3_centaur | TokenOwner$ You | LegacyImage$ g 3 3 centaur rtr | SpellDescription$ Create a 3/3 green Centaur creature token. A:AB$ CopyPermanent | Cost$ 2 G W | Choices$ Creature.token+YouCtrl | NumCopies$ 1 | Populate$ True | StackDescription$ SpellDescription | SpellDescription$ Populate. (Create a token that's a copy of a creature token you control.) DeckHas:Ability$Token DeckHints:Ability$Token diff --git a/forge-gui/res/cardsfolder/v/vitu_ghazi_the_city_tree.txt b/forge-gui/res/cardsfolder/v/vitu_ghazi_the_city_tree.txt index 0d5971b31d0..552f6d19a20 100644 --- a/forge-gui/res/cardsfolder/v/vitu_ghazi_the_city_tree.txt +++ b/forge-gui/res/cardsfolder/v/vitu_ghazi_the_city_tree.txt @@ -2,7 +2,7 @@ Name:Vitu-Ghazi, the City-Tree ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 2 G W T | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling RAV | SpellDescription$ Create a 1/1 green Saproling creature token. +A:AB$ Token | Cost$ 2 G W T | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You | LegacyImage$ g 1 1 saproling rav | SpellDescription$ Create a 1/1 green Saproling creature token. DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/vitu_ghazi_the_city_tree.jpg Oracle:{T}: Add {C}.\n{2}{G}{W}, {T}: Create a 1/1 green Saproling creature token. diff --git a/forge-gui/res/cardsfolder/v/voice_of_resurgence.txt b/forge-gui/res/cardsfolder/v/voice_of_resurgence.txt index b58af26839e..0512a982fbf 100644 --- a/forge-gui/res/cardsfolder/v/voice_of_resurgence.txt +++ b/forge-gui/res/cardsfolder/v/voice_of_resurgence.txt @@ -4,9 +4,7 @@ Types:Creature Elemental PT:2/2 T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | PlayerTurn$ True | Execute$ TrigToken | TriggerDescription$ Whenever an opponent casts a spell during your turn, or whenever CARDNAME dies, create a green and white Elemental creature token with "This creature's power and toughness are each equal to the number of creatures you control." T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever an opponent casts a spell during your turn, or whenever CARDNAME dies, create a green and white Elemental creature token with "This creature's power and toughness are each equal to the number of creatures you control." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green,White | TokenStaticAbilities$ TokenPT | TokenSVars$ TokenX | TokenImage$ gw x x elemental -SVar:TokenPT:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ TokenX | SetToughness$ TokenX | Description$ CARDNAME's power and toughness are each equal to the number of creatures you control. -SVar:TokenX:Count$Valid Creature.YouCtrl +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ gw_x_x_elemental_total_creatures | TokenOwner$ You | LegacyImage$ gw x x elemental total creatures dgm SVar:SacMe:1 SVar:Picture:http://www.wizards.com/global/images/magic/general/voice_of_resurgence.jpg Oracle:Whenever an opponent casts a spell during your turn or when Voice of Resurgence dies, create a green and white Elemental creature token with "This creature's power and toughness are each equal to the number of creatures you control." diff --git a/forge-gui/res/cardsfolder/v/voice_of_the_provinces.txt b/forge-gui/res/cardsfolder/v/voice_of_the_provinces.txt index 33f27c107fa..f16d5454b78 100644 --- a/forge-gui/res/cardsfolder/v/voice_of_the_provinces.txt +++ b/forge-gui/res/cardsfolder/v/voice_of_the_provinces.txt @@ -4,6 +4,6 @@ Types:Creature Angel PT:3/3 K:Flying T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 white Human creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Human | TokenTypes$ Creature,Human | TokenOwner$ You | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ White | TokenImage$ w 1 1 human avr +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human avr SVar:Picture:http://www.wizards.com/global/images/magic/general/voice_of_the_provinces.jpg Oracle:Flying\nWhen Voice of the Provinces enters the battlefield, create a 1/1 white Human creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/v/voice_of_the_woods.txt b/forge-gui/res/cardsfolder/v/voice_of_the_woods.txt index 7ca4fdc7ff7..d496498f318 100644 --- a/forge-gui/res/cardsfolder/v/voice_of_the_woods.txt +++ b/forge-gui/res/cardsfolder/v/voice_of_the_woods.txt @@ -2,7 +2,7 @@ Name:Voice of the Woods ManaCost:3 G G Types:Creature Elf PT:2/2 -A:AB$ Token | Cost$ tapXType<5/Elf> | TokenOwner$ You | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenColors$ Green | TokenPower$ 7 | TokenToughness$ 7 | TokenKeywords$ Trample |SpellDescription$ Create a 7/7 green Elemental creature token with trample. +A:AB$ Token | Cost$ tapXType<5/Elf> | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ g_7_7_elemental_trample | LegacyImage$ g 7 7 elemental trample ons |SpellDescription$ Create a 7/7 green Elemental creature token with trample. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/voice_of_the_woods.jpg Oracle:Tap five untapped Elves you control: Create a 7/7 green Elemental creature token with trample. diff --git a/forge-gui/res/cardsfolder/v/void_attendant.txt b/forge-gui/res/cardsfolder/v/void_attendant.txt index 89678376faf..bd5b9d0deb1 100644 --- a/forge-gui/res/cardsfolder/v/void_attendant.txt +++ b/forge-gui/res/cardsfolder/v/void_attendant.txt @@ -3,8 +3,7 @@ ManaCost:2 G Types:Creature Eldrazi Processor PT:2/3 K:Devoid -A:AB$ Token | Cost$ 1 G ExiledMoveToGrave<1/Card.OppOwn/card an opponent owns> | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAbilities$ ABMana | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +A:AB$ Token | Cost$ 1 G ExiledMoveToGrave<1/Card.OppOwn/card an opponent owns> | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac bfz | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." DeckHints:Keyword$Ingest & Type$Eldrazi DeckHas:Ability$Mana.Colorless & Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/void_attendant.jpg diff --git a/forge-gui/res/cardsfolder/v/volraths_laboratory.txt b/forge-gui/res/cardsfolder/v/volraths_laboratory.txt index d866025f341..f3c15a65250 100644 --- a/forge-gui/res/cardsfolder/v/volraths_laboratory.txt +++ b/forge-gui/res/cardsfolder/v/volraths_laboratory.txt @@ -4,7 +4,7 @@ Types:Artifact K:ETBReplacement:Other:ChooseColor SVar:ChooseColor:DB$ ChooseColor | Defined$ You | SubAbility$ ChooseCT | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters the battlefield, choose a color and a creature type. SVar:ChooseCT:DB$ ChooseType | Defined$ You | AILogic$ MostProminentInComputerDeck | Type$ Creature -A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenName$ ChosenType | TokenTypes$ Creature,ChosenType | TokenOwner$ You | TokenColors$ ChosenColor | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ volrath's laboratory sth | SpellDescription$ Create a 2/2 creature token of the chosen color and type. +A:AB$ Token | Cost$ 5 T | TokenAmount$ 1 | TokenName$ ChosenType | TokenTypes$ Creature,ChosenType | TokenOwner$ You | TokenColors$ ChosenColor | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ volraths laboratory sth | SpellDescription$ Create a 2/2 creature token of the chosen color and type. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/volraths_laboratory.jpg Oracle:As Volrath's Laboratory enters the battlefield, choose a color and a creature type.\n{5}, {T}: Create a 2/2 creature token of the chosen color and type. diff --git a/forge-gui/res/cardsfolder/v/vraska_relic_seeker.txt b/forge-gui/res/cardsfolder/v/vraska_relic_seeker.txt index f312d508a51..bec8d890f19 100644 --- a/forge-gui/res/cardsfolder/v/vraska_relic_seeker.txt +++ b/forge-gui/res/cardsfolder/v/vraska_relic_seeker.txt @@ -2,10 +2,9 @@ Name:Vraska, Relic Seeker ManaCost:4 B G Types:Legendary Planeswalker Vraska Loyalty:6 -A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Pirate | TokenTypes$ Creature,Pirate | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Menace | SpellDescription$ Create a 2/2 black Pirate creature token with menace. +A:AB$ Token | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ b_2_2_pirate_menace | TokenOwner$ You | LegacyImage$ b 2 2 pirate menace xln | SpellDescription$ Create a 2/2 black Pirate creature token with menace. A:AB$ Destroy | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Artifact,Creature,Enchantment | TgtPrompt$ Select target artifact, creature, or enchantment | AILogic$ MinLoyalty.4 | SubAbility$ DBTreasure | SpellDescription$ Destroy target artifact, creature, or enchantment. Create a colorless treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAbilities$ ABTreasureMana | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 -SVar:ABTreasureMana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. +SVar:DBTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln A:AB$ SetLife | Cost$ SubCounter<10/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Player | TgtPrompt$ Select target player | LifeAmount$ 1 | SpellDescription$ Target player's life total becomes 1. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/vraska_relic_seeker.jpg diff --git a/forge-gui/res/cardsfolder/v/vraska_the_unseen.txt b/forge-gui/res/cardsfolder/v/vraska_the_unseen.txt index 8d78105eb1d..de1be405f9b 100644 --- a/forge-gui/res/cardsfolder/v/vraska_the_unseen.txt +++ b/forge-gui/res/cardsfolder/v/vraska_the_unseen.txt @@ -6,9 +6,6 @@ A:AB$ Animate | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Defined$ Self SVar:TrigVraska:Mode$ DamageDone | ValidSource$ Creature | ValidTarget$ Card.Self | TriggerZones$ Battlefield | CombatDamage$ True | Execute$ VraskaGaze | TriggerDescription$ Until your next turn, whenever a creature deals combat damage to CARDNAME, destroy that creature. SVar:VraskaGaze:DB$ Destroy | Defined$ TriggeredSource A:AB$ Destroy | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | SpellDescription$ Destroy target nonland permanent. -A:AB$ Token | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 3 | TokenName$ Assassin | TokenTypes$ Creature,Assassin | TokenOwner$ You | TokenImage$ b 1 1 assassin RTR | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenTriggers$ TrigAssassin | TokenSVars$ Assassination,MustBeBlocked | SpellDescription$ Create three 1/1 black Assassin creature tokens with "Whenever this creature deals combat damage to a player, that player loses the game." -SVar:TrigAssassin:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ Assassination | TriggerDescription$ Whenever this creature deals combat damage to a player, that player loses the game. -SVar:Assassination:DB$ LosesGame | Defined$ TriggeredTarget -SVar:MustBeBlocked:True +A:AB$ Token | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | TokenAmount$ 3 | TokenScript$ b_1_1_assassin_lose_con | TokenOwner$ You | LegacyImage$ b 1 1 assassin lose con rtr | SpellDescription$ Create three 1/1 black Assassin creature tokens with "Whenever this creature deals combat damage to a player, that player loses the game." SVar:Picture:http://www.wizards.com/global/images/magic/general/vraska_the_unseen.jpg Oracle:[+1]: Until your next turn, whenever a creature deals combat damage to Vraska the Unseen, destroy that creature.\n[-3]: Destroy target nonland permanent.\n[-7]: Create three 1/1 black Assassin creature tokens with "Whenever this creature deals combat damage to a player, that player loses the game." diff --git a/forge-gui/res/cardsfolder/w/wakedancer.txt b/forge-gui/res/cardsfolder/w/wakedancer.txt index 4c99c36fa68..174e2aa1d29 100644 --- a/forge-gui/res/cardsfolder/w/wakedancer.txt +++ b/forge-gui/res/cardsfolder/w/wakedancer.txt @@ -3,7 +3,7 @@ ManaCost:2 B Types:Creature Human Shaman PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ Morbid | SVarCompare$ GE1 | Execute$ TrigToken | TriggerDescription$ Morbid — When CARDNAME enters the battlefield, if a creature died this turn, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ISD | TokenAltImages$ b_2_2_zombie2_ISD,b_2_2_zombie3_ISD +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie dka SVar:Morbid:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature SVar:Picture:http://www.wizards.com/global/images/magic/general/wakedancer.jpg Oracle:Morbid — When Wakedancer enters the battlefield, if a creature died this turn, create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/w/walker_of_the_grove.txt b/forge-gui/res/cardsfolder/w/walker_of_the_grove.txt index 0ea5f5e7af9..a434b76a5f0 100644 --- a/forge-gui/res/cardsfolder/w/walker_of_the_grove.txt +++ b/forge-gui/res/cardsfolder/w/walker_of_the_grove.txt @@ -4,6 +4,6 @@ Types:Creature Elemental PT:7/7 K:Evoke:4 G T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, create a 4/4 green Elemental creature token. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 4 | TokenToughness$ 4 +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_4_4_elemental | TokenOwner$ You | LegacyImage$ g 4 4 elemental mor SVar:Picture:http://www.wizards.com/global/images/magic/general/walker_of_the_grove.jpg Oracle:When Walker of the Grove leaves the battlefield, create a 4/4 green Elemental creature token.\nEvoke {4}{G} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.) diff --git a/forge-gui/res/cardsfolder/w/wand_of_the_elements.txt b/forge-gui/res/cardsfolder/w/wand_of_the_elements.txt index f57060fd2e9..87205cb040e 100644 --- a/forge-gui/res/cardsfolder/w/wand_of_the_elements.txt +++ b/forge-gui/res/cardsfolder/w/wand_of_the_elements.txt @@ -1,8 +1,8 @@ Name:Wand of the Elements ManaCost:4 Types:Artifact -A:AB$ Token | Cost$ T Sac<1/Island> | TokenImage$ u 2 2 elemental flying | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying| SpellDescription$ Create a 2/2 blue Elemental creature token with flying. -A:AB$ Token | Cost$ T Sac<1/Mountain> | TokenImage$ r 3 3 elemental | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Red | TokenPower$ 3 | TokenToughness$ 3 | SpellDescription$ Create a 3/3 red Elemental creature token. +A:AB$ Token | Cost$ T Sac<1/Island> | LegacyImage$ u 2 2 elemental flying dst | TokenAmount$ 1 | TokenScript$ u_2_2_elemental_flying | TokenOwner$ You | SpellDescription$ Create a 2/2 blue Elemental creature token with flying. +A:AB$ Token | Cost$ T Sac<1/Mountain> | LegacyImage$ r 3 3 elemental dst | TokenAmount$ 1 | TokenScript$ r_3_3_elemental | TokenOwner$ You | SpellDescription$ Create a 3/3 red Elemental creature token. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/wand_of_the_elements.jpg Oracle:{T}, Sacrifice an Island: Create a 2/2 blue Elemental creature token with flying.\n{T}, Sacrifice a Mountain: Create a 3/3 red Elemental creature token. diff --git a/forge-gui/res/cardsfolder/w/wanted_scoundrels.txt b/forge-gui/res/cardsfolder/w/wanted_scoundrels.txt index ca90b4117bc..4b27976573a 100644 --- a/forge-gui/res/cardsfolder/w/wanted_scoundrels.txt +++ b/forge-gui/res/cardsfolder/w/wanted_scoundrels.txt @@ -3,7 +3,6 @@ ManaCost:1 B Types:Creature Human Pirate PT:4/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, target opponent creates two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 2 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ Targeted | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | ValidTgts$ Opponent | TokenAmount$ 2 | TokenScript$ c_a_treasure_sac | TokenOwner$ Targeted | LegacyImage$ c a treasure sac xln SVar:Picture:http://www.wizards.com/global/images/magic/general/sanctum_seeker.jpg Oracle:When Wanted Scoundrels dies, target opponent creates two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt b/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt index 65870334cfe..d7945cbbf9a 100644 --- a/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt +++ b/forge-gui/res/cardsfolder/w/warbreak_trumpeter.txt @@ -4,7 +4,7 @@ Types:Creature Goblin PT:1/1 K:Morph:X X R T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, create X 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You +SVar:TrigToken:DB$Token | TokenAmount$ X | References$ X | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin lgn SVar:X:Count$xPaid AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/warbreak_trumpeter.jpg diff --git a/forge-gui/res/cardsfolder/w/warping_wail.txt b/forge-gui/res/cardsfolder/w/warping_wail.txt index 53a77c6138b..1e76b85d439 100644 --- a/forge-gui/res/cardsfolder/w/warping_wail.txt +++ b/forge-gui/res/cardsfolder/w/warping_wail.txt @@ -4,8 +4,7 @@ Types:Instant A:SP$ Charm | Cost$ 1 C | Choices$ DBExile,DBCounter,DBToken SVar:DBExile:DB$ ChangeZone | ValidTgts$ Creature.powerLE1,Creature.toughnessLE1 | TgtPrompt$ Choose target creature with power or toughness 1 or less | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature with power or toughness 1 or less. SVar:DBCounter:DB$ Counter | TargetType$ Spell | ValidTgts$ Card.Sorcery | TgtPrompt$ Counter target sorcery spell | SpellDescription$ Counter target sorcery spell. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Eldrazi Scion | TokenTypes$ Creature,Eldrazi,Scion | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenAltImages$ c_1_1_eldrazi_scion2,c_1_1_eldrazi_scion3,c_1_1_eldrazi_scion4,c_1_1_eldrazi_scion5,c_1_1_eldrazi_scion6 | TokenAbilities$ ABMana | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_eldrazi_scion_sac | TokenOwner$ You | LegacyImage$ c 1 1 eldrazi scion sac ogw | SpellDescription$ Create a 1/1 colorless Eldrazi Scion creature token. It has "Sacrifice this creature: Add {C}." DeckNeeds:Ability$Mana.Colorless DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/warping_wail.jpg diff --git a/forge-gui/res/cardsfolder/w/warren_weirding.txt b/forge-gui/res/cardsfolder/w/warren_weirding.txt index 2e63235b93e..538bd2df0a7 100644 --- a/forge-gui/res/cardsfolder/w/warren_weirding.txt +++ b/forge-gui/res/cardsfolder/w/warren_weirding.txt @@ -2,7 +2,7 @@ Name:Warren Weirding ManaCost:1 B Types:Tribal Sorcery Goblin A:SP$ Sacrifice | Cost$ 1 B | ValidTgts$ Player | SacValid$ Creature | SacMessage$ Creature | RememberSacrificed$ True | SubAbility$ DBToken | SpellDescription$ Target player sacrifices a creature. If a Goblin is sacrificed this way, that player creates two 1/1 black Goblin Rogue creature tokens, and those tokens gain haste until end of turn. -SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Goblin | ConditionCompare$ GE1 | TokenAmount$ 2 | TokenName$ Goblin Rogue | TokenTypes$ Creature,Goblin,Rogue | TokenOwner$ Targeted | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | RememberTokens$ True | ForgetOtherRemembered$ True | SubAbility$ AdditionalPump +SVar:DBToken:DB$ Token | ConditionDefined$ Remembered | ConditionPresent$ Card.Goblin | ConditionCompare$ GE1 | TokenAmount$ 2 | TokenScript$ b_1_1_goblin_rogue | TokenOwner$ Targeted | LegacyImage$ b 1 1 goblin rogue mor | RememberTokens$ True | ForgetOtherRemembered$ True | SubAbility$ AdditionalPump SVar:AdditionalPump:DB$ PumpAll | ValidCards$ Creature.IsRemembered | KW$ Haste | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True AI:RemoveDeck:All diff --git a/forge-gui/res/cardsfolder/w/wasitora_nekoru_queen.txt b/forge-gui/res/cardsfolder/w/wasitora_nekoru_queen.txt index f24b48eb05f..4ef99b274e6 100644 --- a/forge-gui/res/cardsfolder/w/wasitora_nekoru_queen.txt +++ b/forge-gui/res/cardsfolder/w/wasitora_nekoru_queen.txt @@ -6,8 +6,8 @@ K:Flying K:Trample T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigSac | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player sacrifices a creature. If the player can't, you create a 3/3 black, red, and green Cat Dragon creature token with flying. SVar:TrigSac:DB$ Sacrifice | Defined$ TriggeredTarget | SacValid$ Creature | RememberSacrificed$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Cat Dragon | TokenTypes$ Creature,Cat,Dragon | TokenOwner$ You | TokenColors$ Black,Red,Green | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ brg 3 3 cat dragon | TokenKeywords$ Flying | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0 | References$ X | SubAbility$ DBCleanup -SVar:DBCleanup:DB$ Cleanup | ClearRemembered $ True +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ brg_3_3_cat_dragon_flying | TokenOwner$ You | LegacyImage$ brg 3 3 cat dragon flying c17 | ConditionCheckSVar$ X | ConditionSVarCompare$ EQ0 | References$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Remembered$Amount SVar:MustBeBlocked:True SVar:Picture:http://www.wizards.com/global/images/magic/general/wasitora_nekoru_queen.jpg diff --git a/forge-gui/res/cardsfolder/w/waste_not.txt b/forge-gui/res/cardsfolder/w/waste_not.txt index 933c74ef03c..356f588cefb 100644 --- a/forge-gui/res/cardsfolder/w/waste_not.txt +++ b/forge-gui/res/cardsfolder/w/waste_not.txt @@ -2,7 +2,7 @@ Name:Waste Not ManaCost:1 B Types:Enchantment T:Mode$ Discarded | ValidCard$ Creature.OppOwn | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an opponent discards a creature card, create a 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie M15 | +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie m15 | T:Mode$ Discarded | ValidCard$ Land.OppOwn | TriggerZones$ Battlefield | Execute$ TrigMana | TriggerDescription$ Whenever an opponent discards a land card, add {B}{B}. SVar:TrigMana:DB$ Mana | Produced$ B | Amount$ 2 | Defined$ You T:Mode$ Discarded | ValidCard$ Card.nonLand+nonCreature+OppOwn | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever an opponent discards a noncreature, nonland card, draw a card. diff --git a/forge-gui/res/cardsfolder/w/waylay.txt b/forge-gui/res/cardsfolder/w/waylay.txt index d06de614bd2..ccc24e25f59 100644 --- a/forge-gui/res/cardsfolder/w/waylay.txt +++ b/forge-gui/res/cardsfolder/w/waylay.txt @@ -1,7 +1,7 @@ Name:Waylay ManaCost:2 W Types:Instant -A:SP$ Token | Cost$ 2 W | TokenAmount$ 3 | TokenScript$ w_2_2_knight | TokenOwner$ You | LegacyImage$ w_2_2_knight | AtEOT$ Exile | SpellDescription$ Create three 2/2 white Knight creature tokens. Exile them at the beginning of the next cleanup step. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 3 | TokenScript$ w_2_2_knight | TokenOwner$ You | LegacyImage$ w 2 2 knight usg | AtEOT$ Exile | SpellDescription$ Create three 2/2 white Knight creature tokens. Exile them at the beginning of the next cleanup step. DeckHas:Ability$Token AI:RemoveDeck:All DeckHints:Type$Knight diff --git a/forge-gui/res/cardsfolder/w/weirding_shaman.txt b/forge-gui/res/cardsfolder/w/weirding_shaman.txt index aba044f6976..ea5e9d0fd2e 100644 --- a/forge-gui/res/cardsfolder/w/weirding_shaman.txt +++ b/forge-gui/res/cardsfolder/w/weirding_shaman.txt @@ -2,6 +2,6 @@ Name:Weirding Shaman ManaCost:1 B Types:Creature Goblin Shaman PT:2/1 -A:AB$ Token | Cost$ 3 B Sac<1/Goblin> | TokenAmount$ 2 | TokenName$ Goblin Rogue | TokenTypes$ Creature,Goblin,Rogue | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create two 1/1 black Goblin Rogue creature tokens. +A:AB$ Token | Cost$ 3 B Sac<1/Goblin> | TokenAmount$ 2 | TokenScript$ b_1_1_goblin_rogue | TokenOwner$ You | LegacyImage$ b 1 1 goblin rogue mor | SpellDescription$ Create two 1/1 black Goblin Rogue creature tokens. SVar:Picture:http://www.wizards.com/global/images/magic/general/weirding_shaman.jpg Oracle:{3}{B}, Sacrifice a Goblin: Create two 1/1 black Goblin Rogue creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/weirding_wood.txt b/forge-gui/res/cardsfolder/w/weirding_wood.txt index d79143b2df6..fa8b2e7091d 100644 --- a/forge-gui/res/cardsfolder/w/weirding_wood.txt +++ b/forge-gui/res/cardsfolder/w/weirding_wood.txt @@ -4,8 +4,7 @@ Types:Enchantment Aura K:Enchant land A:SP$ Attach | Cost$ 2 G | ValidTgts$ Land | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, investigate. (Create a colorless Clue artifact token with "{2}, Sacrifice this artifact: Draw a card.") -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Clue | TokenTypes$ Artifact,Clue | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c clue | TokenAltImages$ c_clue2,c_clue3,c_clue4,c_clue5,c_clue6 | TokenAbilities$ ABDraw -SVar:ABDraw:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_clue_draw | TokenOwner$ You | LegacyImage$ c a clue draw soi S:Mode$ Continuous | Affected$ Card.EnchantedBy | AddAbility$ WeirdingWoodTap | Description$ Enchanted land has "{T}: Add two mana of any one color." SVar:WeirdingWoodTap:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 2 | SpellDescription$ Add two mana of any one color. DeckHas:Ability$Investigate & Ability$Token diff --git a/forge-gui/res/cardsfolder/w/westvale_abbey_ormendahl_profane_prince.txt b/forge-gui/res/cardsfolder/w/westvale_abbey_ormendahl_profane_prince.txt index 0662b4f574c..99d24499350 100644 --- a/forge-gui/res/cardsfolder/w/westvale_abbey_ormendahl_profane_prince.txt +++ b/forge-gui/res/cardsfolder/w/westvale_abbey_ormendahl_profane_prince.txt @@ -2,7 +2,7 @@ Name:Westvale Abbey ManaCost:no cost Types:Land A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}. -A:AB$ Token | Cost$ 5 T PayLife<1> | TokenAmount$ 1 | TokenName$ Human Cleric | TokenTypes$ Creature,Human,Cleric | TokenOwner$ You | TokenColors$ White,Black | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 white and black Human Cleric creature token. +A:AB$ Token | Cost$ 5 T PayLife<1> | TokenAmount$ 1 | TokenScript$ wb_1_1_human_cleric | TokenOwner$ You | LegacyImage$ wb 1 1 human cleric soi | SpellDescription$ Create a 1/1 white and black Human Cleric creature token. A:AB$SetState | Cost$ 5 T Sac<5/Creature> | Defined$ Self | Mode$ Transform | SubAbility$ DBUntap | SpellDescription$ Transform CARDNAME, then untap it. SVar:DBUntap:DB$ Untap | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/westvale_abbey.jpg diff --git a/forge-gui/res/cardsfolder/w/wharf_infiltrator.txt b/forge-gui/res/cardsfolder/w/wharf_infiltrator.txt index 9ac00c0ddb8..4f69997d820 100644 --- a/forge-gui/res/cardsfolder/w/wharf_infiltrator.txt +++ b/forge-gui/res/cardsfolder/w/wharf_infiltrator.txt @@ -7,7 +7,7 @@ T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SubAbility$ DBDiscard SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose T:Mode$ Discarded | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you discard a creature card, you may pay {2}. If you do, create a 3/2 colorless Eldrazi Horror creature token. -SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 +SVar:TrigToken:AB$ Token | Cost$ 2 | TokenAmount$ 1 | TokenScript$ c_3_2_eldrazi_horror | TokenOwner$ You | LegacyImage$ c 3 2 eldrazi horror emn DeckHas:Ability$Token & Ability$Discard DeckHints:Ability$Discard SVar:Picture:http://www.wizards.com/global/images/magic/general/wharf_infiltrator.jpg diff --git a/forge-gui/res/cardsfolder/w/whirler_rogue.txt b/forge-gui/res/cardsfolder/w/whirler_rogue.txt index 9cec6868aac..87c47258368 100644 --- a/forge-gui/res/cardsfolder/w/whirler_rogue.txt +++ b/forge-gui/res/cardsfolder/w/whirler_rogue.txt @@ -3,7 +3,7 @@ ManaCost:2 U U Types:Creature Human Rogue Artificer PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter ORI | TokenAltImages$ c 1 1 thopter2 ORI +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying ori A:AB$ Pump | Cost$ tapXType<2/Artifact> | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN Unblockable | SpellDescription$ Target creature can't be blocked this turn. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/whirler_rogue.jpg diff --git a/forge-gui/res/cardsfolder/w/whirler_virtuoso.txt b/forge-gui/res/cardsfolder/w/whirler_virtuoso.txt index ab32ccf00b7..75c39a963ae 100644 --- a/forge-gui/res/cardsfolder/w/whirler_virtuoso.txt +++ b/forge-gui/res/cardsfolder/w/whirler_virtuoso.txt @@ -4,7 +4,7 @@ Types:Creature Vedalken Artificer PT:2/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEnergy | TriggerDescription$ When CARDNAME enters the battlefield, you get {E}{E}{E} (three energy counters). SVar:TrigEnergy:DB$ PutCounter | Defined$ You | CounterType$ ENERGY | CounterNum$ 3 -A:AB$ Token | Cost$ PayEnergy<3> | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | TokenAltImages$ c_1_1_thopter2_KLD,c_1_1_thopter3_KLD | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. +A:AB$ Token | Cost$ PayEnergy<3> | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying kld | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/whirler_virtuoso.jpg Oracle:When Whirler Virtuoso enters the battlefield, you get {E}{E}{E} (three energy counters).\nPay {E}{E}{E}: Create a 1/1 colorless Thopter artifact creature token with flying. diff --git a/forge-gui/res/cardsfolder/w/whirlermaker.txt b/forge-gui/res/cardsfolder/w/whirlermaker.txt index 610eef8fadd..30a4a5c606a 100644 --- a/forge-gui/res/cardsfolder/w/whirlermaker.txt +++ b/forge-gui/res/cardsfolder/w/whirlermaker.txt @@ -1,7 +1,7 @@ Name:Whirlermaker ManaCost:3 Types:Artifact -A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter KLD | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. +A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying kld | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/whirlermaker.jpg DeckHas:Ability$Token Oracle:{4}, {T}: Create a 1/1 colorless Thopter artifact creature token with flying. diff --git a/forge-gui/res/cardsfolder/w/white_suns_zenith.txt b/forge-gui/res/cardsfolder/w/white_suns_zenith.txt index 022966fb444..04403f54ceb 100644 --- a/forge-gui/res/cardsfolder/w/white_suns_zenith.txt +++ b/forge-gui/res/cardsfolder/w/white_suns_zenith.txt @@ -1,7 +1,7 @@ Name:White Sun's Zenith ManaCost:X W W W Types:Instant -A:SP$ Token | Cost$ X W W W | TokenAmount$ X | References$ X | TokenName$ Cat | TokenTypes$ Creature,Cat | TokenOwner$ You | TokenColors$ White | TokenPower$ 2 | TokenToughness$ 2 | SubAbility$ DBShuffle | SpellDescription$ Create X 2/2 white Cat creature tokens. Shuffle CARDNAME into its owner's library. +A:SP$ Token | Cost$ X W W W | TokenAmount$ X | References$ X | TokenScript$ w_2_2_cat | TokenOwner$ You | LegacyImage$ w 2 2 cat mbs | SubAbility$ DBShuffle | SpellDescription$ Create X 2/2 white Cat creature tokens. Shuffle CARDNAME into its owner's library. SVar:X:Count$xPaid SVar:DBShuffle:DB$ChangeZone | Origin$ Stack | Destination$ Library | Shuffle$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/white_suns_zenith.jpg diff --git a/forge-gui/res/cardsfolder/w/wily_goblin.txt b/forge-gui/res/cardsfolder/w/wily_goblin.txt index 85bd1ffd107..dad54c805ae 100644 --- a/forge-gui/res/cardsfolder/w/wily_goblin.txt +++ b/forge-gui/res/cardsfolder/w/wily_goblin.txt @@ -3,8 +3,7 @@ ManaCost:R R Types:Creature Goblin Pirate PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Treasure | TokenTypes$ Artifact,Treasure | TokenOwner$ You | TokenColors$ Colorless | TokenImage$ c treasure | TokenAltImages$ c_treasure2,c_treasure3,c_treasure4 | TokenAbilities$ ABMana | References$ ABMana -SVar:ABMana:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac xln DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/wily_goblin.jpg Oracle:When Wily Goblin enters the battlefield, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/w/wing_splicer.txt b/forge-gui/res/cardsfolder/w/wing_splicer.txt index 463e041288a..53aa22e9227 100644 --- a/forge-gui/res/cardsfolder/w/wing_splicer.txt +++ b/forge-gui/res/cardsfolder/w/wing_splicer.txt @@ -3,7 +3,7 @@ ManaCost:3 U Types:Creature Human Artificer PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 colorless Golem artifact creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Golem | TokenTypes$ Artifact,Creature,Golem | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 3 | TokenImage$ c 3 3 golem NPH +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_3_3_a_golem | TokenOwner$ You | LegacyImage$ c 3 3 a golem nph S:Mode$ Continuous | Affected$ Creature.Golem+YouCtrl | AddKeyword$ Flying | Description$ Golem creatures you control have flying. SVar:Picture:http://www.wizards.com/global/images/magic/general/wing_splicer.jpg Oracle:When Wing Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.\nGolem creatures you control have flying. diff --git a/forge-gui/res/cardsfolder/w/wingmate_roc.txt b/forge-gui/res/cardsfolder/w/wingmate_roc.txt index a5bb1844047..a077e778d04 100644 --- a/forge-gui/res/cardsfolder/w/wingmate_roc.txt +++ b/forge-gui/res/cardsfolder/w/wingmate_roc.txt @@ -5,7 +5,7 @@ PT:3/4 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | CheckSVar$ RaidTest | Execute$ TrigToken | TriggerDescription$ Raid — When CARDNAME enters the battlefield, if you attacked with a creature this turn, create a 3/4 white Bird creature token with flying. SVar:RaidTest:Count$AttackersDeclared -SVar:TrigToken:DB$ Token | TokenName$ Bird | TokenColors$ White | TokenPower$ 3 | TokenToughness$ 4 | TokenTypes$ Creature,Bird | TokenKeywords$ Flying | TokenAmount$ 1 | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenScript$ w_3_4_bird_flying | LegacyImage$ w 3 4 bird flying ktk | TokenAmount$ 1 | TokenOwner$ You T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ Whenever CARDNAME attacks, you gain 1 life for each attacking creature. SVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X SVar:X:Count$Valid Creature.attacking diff --git a/forge-gui/res/cardsfolder/w/wirefly_hive.txt b/forge-gui/res/cardsfolder/w/wirefly_hive.txt index cbecc0df48f..93351c5b5ef 100644 --- a/forge-gui/res/cardsfolder/w/wirefly_hive.txt +++ b/forge-gui/res/cardsfolder/w/wirefly_hive.txt @@ -3,6 +3,6 @@ ManaCost:3 Types:Artifact A:AB$ FlipACoin | Cost$ 3 T | WinSubAbility$ DBToken | LoseSubAbility$ DBDestroyAll | SpellDescription$ Flip a coin. If you win the flip, create a 2/2 colorless Insect artifact creature token with flying named Wirefly. If you lose the flip, destroy all permanents named Wirefly. SVar:DBDestroyAll:DB$DestroyAll | ValidCards$ Permanent.namedWirefly -SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenName$ Wirefly | TokenTypes$ Creature,Artifact,Insect | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Flying +SVar:DBToken:DB$Token | TokenAmount$ 1 | TokenScript$ wirefly | TokenOwner$ You | LegacyImage$ wirefly dst SVar:Picture:http://www.wizards.com/global/images/magic/general/wirefly_hive.jpg Oracle:{3}, {T}: Flip a coin. If you win the flip, create a 2/2 colorless Insect artifact creature token with flying named Wirefly. If you lose the flip, destroy all permanents named Wirefly. diff --git a/forge-gui/res/cardsfolder/w/wirewood_hivemaster.txt b/forge-gui/res/cardsfolder/w/wirewood_hivemaster.txt index a29486a65df..79c847f29b8 100644 --- a/forge-gui/res/cardsfolder/w/wirewood_hivemaster.txt +++ b/forge-gui/res/cardsfolder/w/wirewood_hivemaster.txt @@ -3,6 +3,6 @@ ManaCost:1 G Types:Creature Elf PT:1/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Elf.nonToken+Other | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigMakeToken | TriggerDescription$ Whenever another nontoken Elf enters the battlefield, you may create a 1/1 green Insect creature token. -SVar:TrigMakeToken:DB$Token | TokenAmount$ 1 | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigMakeToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_1_1_insect | TokenOwner$ You | LegacyImage$ g 1 1 insect lgn SVar:Picture:http://www.wizards.com/global/images/magic/general/wirewood_hivemaster.jpg Oracle:Whenever another nontoken Elf enters the battlefield, you may create a 1/1 green Insect creature token. diff --git a/forge-gui/res/cardsfolder/w/wolf_skull_shaman.txt b/forge-gui/res/cardsfolder/w/wolf_skull_shaman.txt index 26cfc0c40ea..6d81bf8137c 100644 --- a/forge-gui/res/cardsfolder/w/wolf_skull_shaman.txt +++ b/forge-gui/res/cardsfolder/w/wolf_skull_shaman.txt @@ -4,7 +4,7 @@ Types:Creature Elf Shaman PT:2/2 T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigKinship | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Kinship — At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with CARDNAME, you may reveal it. If you do, create a 2/2 green Wolf creature token. SVar:TrigKinship:DB$ PeekAndReveal | PeekAmount$ 1 | RevealValid$ Card.sharesCreatureTypeWith | RevealOptional$ True | RememberRevealed$ True | SubAbility$ DBToken -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf mor | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:Picture:http://www.wizards.com/global/images/magic/general/wolf_skull_shaman.jpg Oracle:Kinship — At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with Wolf-Skull Shaman, you may reveal it. If you do, create a 2/2 green Wolf creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/wolfbriar_elemental.txt b/forge-gui/res/cardsfolder/w/wolfbriar_elemental.txt index f6247674c2a..fcea3e89bf6 100644 --- a/forge-gui/res/cardsfolder/w/wolfbriar_elemental.txt +++ b/forge-gui/res/cardsfolder/w/wolfbriar_elemental.txt @@ -4,7 +4,7 @@ Types:Creature Elemental PT:4/4 K:Multikicker:G T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 green Wolf creature token for each time it was kicked. -SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf ZEN +SVar:TrigToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf wwk SVar:X:Count$TimesKicked DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/wolfbriar_elemental.jpg diff --git a/forge-gui/res/cardsfolder/w/wolfcallers_howl.txt b/forge-gui/res/cardsfolder/w/wolfcallers_howl.txt index 5e6206f6494..97a597d46b0 100644 --- a/forge-gui/res/cardsfolder/w/wolfcallers_howl.txt +++ b/forge-gui/res/cardsfolder/w/wolfcallers_howl.txt @@ -2,7 +2,7 @@ Name:Wolfcaller's Howl ManaCost:3 G Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create X 2/2 green Wolf creature tokens, where X is the number of your opponents with four or more cards in hand. -SVar:TrigToken:DB$ Token | TokenImage$ g 2 2 wolf C14 | TokenAmount$ X | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ Green | References$ X +SVar:TrigToken:DB$ Token | LegacyImage$ g 2 2 wolf c14 | TokenAmount$ X | TokenScript$ g_2_2_wolf | TokenOwner$ You | References$ X SVar:X:PlayerCountOpponents$HasPropertyWithCardsInHandAtLeast4 AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/wolfcallers_howl.jpg diff --git a/forge-gui/res/cardsfolder/w/wolfkin_bond.txt b/forge-gui/res/cardsfolder/w/wolfkin_bond.txt index ced3941ea58..435f9ec103e 100644 --- a/forge-gui/res/cardsfolder/w/wolfkin_bond.txt +++ b/forge-gui/res/cardsfolder/w/wolfkin_bond.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 4 G | ValidTgts$ Creature | AILogic$ Pump T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 green Wolf creature token. -SVar:TrigToken:DB$ Token | TokenName$ Wolf | TokenColors$ Green | TokenTypes$ Creature,Wolf | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 wolf soi | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$ Token | TokenScript$ g_2_2_wolf | LegacyImage$ g 2 2 wolf emn | TokenOwner$ You | TokenAmount$ 1 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Enchanted creature gets +2/+2. SVar:Picture:http://www.wizards.com/global/images/magic/general/wolfkin_bond.jpg Oracle:Enchant creature\nWhen Wolfkin Bond enters the battlefield, create a 2/2 green Wolf creature token.\nEnchanted creature gets +2/+2. diff --git a/forge-gui/res/cardsfolder/w/words_of_wilding.txt b/forge-gui/res/cardsfolder/w/words_of_wilding.txt index c8b19c6e140..017495dd610 100644 --- a/forge-gui/res/cardsfolder/w/words_of_wilding.txt +++ b/forge-gui/res/cardsfolder/w/words_of_wilding.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Enchantment A:AB$ Effect | Cost$ 1 | Name$ Words of Wilding Effect | ReplacementEffects$ DrawReplace | SVars$ ExileEffect,WildToken | SpellDescription$ The next time you would draw a card this turn, create a 2/2 green Bear creature token instead. SVar:DrawReplace:Event$ Draw | ValidPlayer$ You | ReplaceWith$ WildToken | Description$ The next time you would draw a card this turn, create a 2/2 green Bear creature token instead. -SVar:WildToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenName$ Bear | TokenTypes$ Creature,Bear | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ g 2 2 bear ONS | SubAbility$ ExileEffect +SVar:WildToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | TokenScript$ g_2_2_bear | LegacyImage$ g 2 2 bear ons | SubAbility$ ExileEffect SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/words_of_wilding.jpg diff --git a/forge-gui/res/cardsfolder/w/worldspine_wurm.txt b/forge-gui/res/cardsfolder/w/worldspine_wurm.txt index 19fd2628ee8..f51d24f1441 100644 --- a/forge-gui/res/cardsfolder/w/worldspine_wurm.txt +++ b/forge-gui/res/cardsfolder/w/worldspine_wurm.txt @@ -6,7 +6,7 @@ K:Trample T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create three 5/5 green Wurm creature tokens with trample. T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Creature.Self | Execute$ TrigShuffle | TriggerDescription$ When CARDNAME is put into a graveyard from anywhere, shuffle it into its owner's library. SVar:TrigShuffle:DB$ ChangeZone | Origin$ Graveyard | Destination$ Library | Shuffle$ True | Defined$ TriggeredCard -SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenName$ Wurm | TokenTypes$ Creature,Wurm | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 5 | TokenToughness$ 5 | TokenKeywords$ Trample | TokenImage$ g 5 5 wurm rtr +SVar:TrigToken:DB$Token | TokenAmount$ 3 | TokenScript$ g_5_5_wurm_trample | TokenOwner$ TriggeredCardController | LegacyImage$ g 5 5 wurm trample rtr DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/worldspine_wurm.jpg Oracle:Trample\nWhen Worldspine Wurm dies, create three 5/5 green Wurm creature tokens with trample.\nWhen Worldspine Wurm is put into a graveyard from anywhere, shuffle it into its owner's library. diff --git a/forge-gui/res/cardsfolder/w/worm_harvest.txt b/forge-gui/res/cardsfolder/w/worm_harvest.txt index 71021cdfad8..a5b25e4fda3 100644 --- a/forge-gui/res/cardsfolder/w/worm_harvest.txt +++ b/forge-gui/res/cardsfolder/w/worm_harvest.txt @@ -2,7 +2,7 @@ Name:Worm Harvest ManaCost:2 BG BG BG Types:Sorcery K:Retrace -A:SP$ Token | Cost$ 2 BG BG BG | TokenAmount$ X | References$ X | TokenName$ Worm | TokenTypes$ Creature,Worm | TokenOwner$ You | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1 | SpellDescription$ Create a 1/1 black and green Worm creature token for each land card in your graveyard. +A:SP$ Token | Cost$ 2 BG BG BG | TokenAmount$ X | References$ X | TokenScript$ bg_1_1_worm | TokenOwner$ You | LegacyImage$ bg 1 1 worm eve | SpellDescription$ Create a 1/1 black and green Worm creature token for each land card in your graveyard. SVar:X:Count$TypeInYourYard.Land SVar:NeedsToPlayVar:Z GE2 SVar:Z:Count$ValidGraveyard Land.YouOwn diff --git a/forge-gui/res/cardsfolder/w/wrens_run_packmaster.txt b/forge-gui/res/cardsfolder/w/wrens_run_packmaster.txt index 862affa673b..ab71a2c5b0c 100644 --- a/forge-gui/res/cardsfolder/w/wrens_run_packmaster.txt +++ b/forge-gui/res/cardsfolder/w/wrens_run_packmaster.txt @@ -4,7 +4,7 @@ Types:Creature Elf Warrior PT:5/5 K:Champion:Elf S:Mode$ Continuous | Affected$ Permanent.Wolf+YouCtrl | AddKeyword$ Deathtouch | Description$ Wolves you control have deathtouch. -A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenName$ Wolf | TokenTypes$ Creature,Wolf | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 green Wolf creature token. +A:AB$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_2_2_wolf | TokenOwner$ You | LegacyImage$ g 2 2 wolf lrw | SpellDescription$ Create a 2/2 green Wolf creature token. AI:RemoveDeck:Random SVar:Picture:http://www.wizards.com/global/images/magic/general/wrens_run_packmaster.jpg Oracle:Champion an Elf (When this creature enters the battlefield, sacrifice it unless you exile another Elf you control. When this creature leaves the battlefield, that card returns to the battlefield.)\n{2}{G}: Create a 2/2 green Wolf creature token.\nWolves you control have deathtouch. diff --git a/forge-gui/res/cardsfolder/w/wurmcalling.txt b/forge-gui/res/cardsfolder/w/wurmcalling.txt index a6fb9166387..2c5f4724510 100644 --- a/forge-gui/res/cardsfolder/w/wurmcalling.txt +++ b/forge-gui/res/cardsfolder/w/wurmcalling.txt @@ -2,7 +2,7 @@ Name:Wurmcalling ManaCost:X G Types:Sorcery K:Buyback:2 G -A:SP$ Token | Cost$ X G | TokenAmount$ 1 | TokenName$ Wurm | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | TokenTypes$ Creature,Wurm | TokenColors$ Green | SpellDescription$ Create an X/X green Wurm creature token. +A:SP$ Token | Cost$ X G | TokenAmount$ 1 | TokenScript$ g_x_x_wurm | TokenOwner$ You | TokenPower$ X | TokenToughness$ X | References$ X | LegacyImage$ g x x wurm tsp | SpellDescription$ Create an X/X green Wurm creature token. SVar:X:Count$xPaid SVar:Picture:http://www.wizards.com/global/images/magic/general/wurmcalling.jpg Oracle:Buyback {2}{G} (You may pay an additional {2}{G} as you cast this spell. If you do, put this card into your hand as it resolves.)\nCreate an X/X green Wurm creature token. diff --git a/forge-gui/res/cardsfolder/w/wurmcoil_engine.txt b/forge-gui/res/cardsfolder/w/wurmcoil_engine.txt index 6099f563118..0ed9a381f34 100644 --- a/forge-gui/res/cardsfolder/w/wurmcoil_engine.txt +++ b/forge-gui/res/cardsfolder/w/wurmcoil_engine.txt @@ -5,7 +5,7 @@ PT:6/6 K:Deathtouch K:Lifelink T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 3/3 colorless Wurm artifact creature token with deathtouch and a 3/3 colorless Wurm artifact creature token with lifelink. -SVar:TrigToken:DB$Token | TokenImage$ c 3 3 wurm deathtouch | TokenColors$ Colorless | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Artifact,Creature,Wurm | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Deathtouch | SubAbility$ DBToken -SVar:DBToken:DB$Token | TokenImage$ c 3 3 wurm lifelink | TokenColors$ Colorless | TokenAmount$ 1 | TokenName$ Wurm | TokenTypes$ Artifact,Creature,Wurm | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Lifelink +SVar:TrigToken:DB$Token | LegacyImage$ c 3 3 a wurm deathtouch som | TokenAmount$ 1 | TokenScript$ c_3_3_a_wurm_deathtouch | SubAbility$ DBToken +SVar:DBToken:DB$Token | LegacyImage$ c 3 3 a wurm lifelink som | TokenAmount$ 1 | TokenScript$ c_3_3_a_wurm_lifelink SVar:Picture:http://www.wizards.com/global/images/magic/general/wurmcoil_engine.jpg Oracle:Deathtouch, lifelink\nWhen Wurmcoil Engine dies, create a 3/3 colorless Wurm artifact creature token with deathtouch and a 3/3 colorless Wurm artifact creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/w/wurmweaver_coil.txt b/forge-gui/res/cardsfolder/w/wurmweaver_coil.txt index cd540155043..5e828fa2292 100644 --- a/forge-gui/res/cardsfolder/w/wurmweaver_coil.txt +++ b/forge-gui/res/cardsfolder/w/wurmweaver_coil.txt @@ -4,6 +4,6 @@ Types:Enchantment Aura K:Enchant green creature A:SP$ Attach | Cost$ 4 G G | ValidTgts$ Creature.Green | TgtPrompt$ Select target green creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 6 | AddToughness$ 6 | Description$ Enchanted creature gets +6/+6. -A:AB$ Token | Cost$ G G G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenName$ Wurm | TokenColors$ Green | TokenTypes$ Creature,Wurm | TokenOwner$ You | TokenPower$ 6 | TokenToughness$ 6 | TokenImage$ g 6 6 wurm GPT | SpellDescription$ Create a 6/6 green Wurm creature token. +A:AB$ Token | Cost$ G G G Sac<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ g_6_6_wurm | TokenOwner$ You | LegacyImage$ g 6 6 wurm gpt | SpellDescription$ Create a 6/6 green Wurm creature token. SVar:Picture:http://www.wizards.com/global/images/magic/general/wurmweaver_coil.jpg Oracle:Enchant green creature\nEnchanted creature gets +6/+6.\n{G}{G}{G}, Sacrifice Wurmweaver Coil: Create a 6/6 green Wurm creature token. diff --git a/forge-gui/res/cardsfolder/x/xathrid_necromancer.txt b/forge-gui/res/cardsfolder/x/xathrid_necromancer.txt index 9d6555951a5..c6aba5ea382 100644 --- a/forge-gui/res/cardsfolder/x/xathrid_necromancer.txt +++ b/forge-gui/res/cardsfolder/x/xathrid_necromancer.txt @@ -4,7 +4,7 @@ Types:Creature Human Wizard PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.Human+YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME or another Human creature you control dies, create a tapped 2/2 black Zombie creature token. T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerController$ TriggeredCardController | Execute$ TrigToken | Secondary$ True | TriggerDescription$ Whenever CARDNAME or another Human creature you control dies, create a tapped 2/2 black Zombie creature token. -SVar:TrigToken:DB$ Token | TokenImage$ b 2 2 zombie M14 | TokenName$ Zombie | TokenColors$ Black | TokenTypes$ Creature,Zombie | TokenPower$ 2 | TokenToughness$ 2 | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True +SVar:TrigToken:DB$ Token | LegacyImage$ b 2 2 zombie m14 | TokenScript$ b_2_2_zombie | TokenOwner$ You | TokenAmount$ 1 | TokenTapped$ True DeckHints:Type$Human SVar:Picture:http://www.wizards.com/global/images/magic/general/xathrid_necromancer.jpg Oracle:Whenever Xathrid Necromancer or another Human creature you control dies, create a tapped 2/2 black Zombie creature token. diff --git a/forge-gui/res/cardsfolder/x/xenagos_the_reveler.txt b/forge-gui/res/cardsfolder/x/xenagos_the_reveler.txt index 87917ef3937..969d25aa5fe 100644 --- a/forge-gui/res/cardsfolder/x/xenagos_the_reveler.txt +++ b/forge-gui/res/cardsfolder/x/xenagos_the_reveler.txt @@ -4,7 +4,7 @@ Types:Legendary Planeswalker Xenagos Loyalty:3 A:AB$ Mana | Cost$ AddCounter<1/LOYALTY> | Amount$ X | Produced$ Combo R G | Planeswalker$ True | References$ X | SpellDescription$ Add X mana in any combination of {R} and/or {G}, where X is the number of creatures you control. SVar:X:Count$Valid Creature.YouCtrl -A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenName$ Satyr | TokenColors$ Red,Green | TokenTypes$ Creature,Satyr | TokenOwner$ You | TokenPower$ 2 | TokenToughness$ 2 | TokenKeywords$ Haste | Planeswalker$ True | TokenImage$ rg 2 2 satyr | SpellDescription$ Create a 2/2 red and green Satyr creature token with haste. +A:AB$ Token | Cost$ AddCounter<0/LOYALTY> | TokenAmount$ 1 | TokenScript$ rg_2_2_satyr_haste | TokenOwner$ You | Planeswalker$ True | LegacyImage$ rg 2 2 satyr haste ths | SpellDescription$ Create a 2/2 red and green Satyr creature token with haste. A:AB$ Mill | Cost$ SubCounter<6/LOYALTY> | NumCards$ 7 | Destination$ Exile | RememberMilled$ True | Planeswalker$ True | Ultimate$ True | SubAbility$ DBChangeZone | SpellDescription$ Exile the top seven cards of your library. You may put any number of creature and/or land cards from among them onto the battlefield. SVar:DBChangeZone:DB$ ChangeZone | Origin$ Exile | Destination$ Battlefield | ChangeType$ Creature.IsRemembered,Land.IsRemembered | Hidden$ True | ChangeNum$ Y | References$ Y | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/y/yavimaya_sapherd.txt b/forge-gui/res/cardsfolder/y/yavimaya_sapherd.txt index 92c5c86bc22..0d6d89c173a 100644 --- a/forge-gui/res/cardsfolder/y/yavimaya_sapherd.txt +++ b/forge-gui/res/cardsfolder/y/yavimaya_sapherd.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Creature Fungus PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 1/1 green Saproling creature token. -SVar:TrigToken:DB$ Token | TokenImage$ g 1 1 saproling DOM | TokenAmount$ 1 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | LegacyImage$ g 1 1 saproling dom | TokenAmount$ 1 | TokenScript$ g_1_1_saproling | TokenOwner$ You DeckHas:Ability$Token DeckHints:Type$Saproling|Fungus Oracle:When Yavimaya Sapherd enters the battlefield, create a 1/1 green Saproling creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/y/young_pyromancer.txt b/forge-gui/res/cardsfolder/y/young_pyromancer.txt index 83226f8cda3..59527a5744b 100644 --- a/forge-gui/res/cardsfolder/y/young_pyromancer.txt +++ b/forge-gui/res/cardsfolder/y/young_pyromancer.txt @@ -3,6 +3,6 @@ ManaCost:1 R Types:Creature Human Shaman PT:2/1 T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 elemental2 M14 | TokenOwner$ You +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ r_1_1_elemental | LegacyImage$ r 1 1 elemental m14 | TokenOwner$ You SVar:Picture:http://www.wizards.com/global/images/magic/general/young_pyromancer.jpg Oracle:Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token. diff --git a/forge-gui/res/cardsfolder/z/zektar_shrine_expedition.txt b/forge-gui/res/cardsfolder/z/zektar_shrine_expedition.txt index a5af3b70d86..0b30470e712 100644 --- a/forge-gui/res/cardsfolder/z/zektar_shrine_expedition.txt +++ b/forge-gui/res/cardsfolder/z/zektar_shrine_expedition.txt @@ -1,7 +1,7 @@ Name:Zektar Shrine Expedition ManaCost:1 R Types:Enchantment -A:AB$ Token | Cost$ SubCounter<3/QUEST> Sac<1/CARDNAME> | TokenScript$ r_7_1_elemental_trample_haste | AtEOT$ Exile | SpellDescription$ Create a 7/1 red Elemental creature token with trample and haste. Exile it at the beginning of the next end step. +A:AB$ Token | Cost$ SubCounter<3/QUEST> Sac<1/CARDNAME> | TokenScript$ r_7_1_elemental_trample_haste | LegacyImage$ r 7 1 elemental trample haste zen | AtEOT$ Exile | SpellDescription$ Create a 7/1 red Elemental creature token with trample and haste. Exile it at the beginning of the next end step. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigPutCounter | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, you may put a quest counter on CARDNAME. SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ QUEST | CounterNum$ 1 SVar:MaxQuestEffect:3 diff --git a/forge-gui/res/cardsfolder/z/zendikars_roil.txt b/forge-gui/res/cardsfolder/z/zendikars_roil.txt index 53acc0af1f0..fc6a443bdf8 100644 --- a/forge-gui/res/cardsfolder/z/zendikars_roil.txt +++ b/forge-gui/res/cardsfolder/z/zendikars_roil.txt @@ -2,6 +2,6 @@ Name:Zendikar's Roil ManaCost:3 G G Types:Enchantment T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a land enters the battlefield under your control, create a 2/2 green Elemental creature token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenTypes$ Creature,Elemental | TokenOwner$ You | TokenColors$ Green | TokenPower$ 2 | TokenToughness$ 2 +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ g_2_2_elemental | TokenOwner$ You | LegacyImage$ g 2 2 elemental ori SVar:Picture:http://www.wizards.com/global/images/magic/general/zendikars_roil.jpg Oracle:Whenever a land enters the battlefield under your control, create a 2/2 green Elemental creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/z/zombie_infestation.txt b/forge-gui/res/cardsfolder/z/zombie_infestation.txt index c251b9226e0..80975af3484 100644 --- a/forge-gui/res/cardsfolder/z/zombie_infestation.txt +++ b/forge-gui/res/cardsfolder/z/zombie_infestation.txt @@ -1,7 +1,7 @@ Name:Zombie Infestation ManaCost:1 B Types:Enchantment -A:AB$ Token | Cost$ Discard<2/Card> | TokenImage$ b 2 2 zombie | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Create a 2/2 black Zombie creature token. +A:AB$ Token | Cost$ Discard<2/Card> | LegacyImage$ b 2 2 zombie ody | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create a 2/2 black Zombie creature token. AI:RemoveDeck:All SVar:Picture:http://www.wizards.com/global/images/magic/general/zombie_infestation.jpg Oracle:Discard two cards: Create a 2/2 black Zombie creature token. diff --git a/forge-gui/res/editions/Amonkhet.txt b/forge-gui/res/editions/Amonkhet.txt index 9d13fee2ea5..ed341a2e32f 100644 --- a/forge-gui/res/editions/Amonkhet.txt +++ b/forge-gui/res/editions/Amonkhet.txt @@ -300,21 +300,6 @@ AdditionalSetUnlockedInQuest=MPS_AKH 287 C Woodland Stream [tokens] -embalm_angel_of_sanctions -embalm_anointer_priest -embalm_aven_initiate -embalm_aven_wind_guide -embalm_glyph_keeper -embalm_heart-piercer_manticore -embalm_honored_hydra -embalm_labyrinth_guardian -embalm_oketra's_attendant -embalm_sacred_cat -embalm_tah-crop_skirmisher -embalm_temmet_vizier_of_naktamun -embalm_trueheart_duelist -embalm_unwavering_initiate -embalm_vizier_of_many_faces w_1_1_cat_lifelink w_1_1_warrior_vigilance u_2_2_drake_flying diff --git a/forge-gui/res/editions/Avacyn Restored.txt b/forge-gui/res/editions/Avacyn Restored.txt index 42e5a6611c1..3d3de349056 100644 --- a/forge-gui/res/editions/Avacyn Restored.txt +++ b/forge-gui/res/editions/Avacyn Restored.txt @@ -256,9 +256,11 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand [tokens] w_4_4_angel_flying +w_4_4_angel_flying w_1_1_human w_1_1_spirit_flying u_1_1_spirit_flying b_5_5_demon_flying +b_5_5_demon_flying b_2_2_zombie r_1_1_human_haste \ No newline at end of file diff --git a/forge-gui/res/editions/Born of the Gods.txt b/forge-gui/res/editions/Born of the Gods.txt index 695456fef69..33d3307b4df 100644 --- a/forge-gui/res/editions/Born of the Gods.txt +++ b/forge-gui/res/editions/Born of the Gods.txt @@ -179,6 +179,7 @@ gold w_1_1_bird_flying w_1_1_cat_soldier_vigilance w_1_1_e_soldier +w_1_1_e_soldier u_2_2_e_bird_flying u_9_9_kraken b_2_2_e_zombie diff --git a/forge-gui/res/editions/Commander.txt b/forge-gui/res/editions/Commander.txt index a0ebaf9bbee..ab3e415b7e7 100644 --- a/forge-gui/res/editions/Commander.txt +++ b/forge-gui/res/editions/Commander.txt @@ -330,6 +330,7 @@ Type=Other [tokens] spawnwrithe c_0_1_eldrazi_spawn_sac +c_0_1_eldrazi_spawn_sac w_1_1_kithkin_soldier w_1_1_pegasus_flying w_1_1_soldier diff --git a/forge-gui/res/editions/Dark Ascension.txt b/forge-gui/res/editions/Dark Ascension.txt index 4162dd63416..c39a28fd4a9 100644 --- a/forge-gui/res/editions/Dark Ascension.txt +++ b/forge-gui/res/editions/Dark Ascension.txt @@ -170,6 +170,7 @@ Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand IS [tokens] w_1_1_human +w_1_1_human w_1_1_spirit_flying b_1_1_vampire_lifelink b_2_2_zombie diff --git a/forge-gui/res/editions/Dragon's Maze.txt b/forge-gui/res/editions/Dragon's Maze.txt index 844180a1486..e6b83cee621 100644 --- a/forge-gui/res/editions/Dragon's Maze.txt +++ b/forge-gui/res/editions/Dragon's Maze.txt @@ -169,9 +169,12 @@ Booster=10 Common:!land, 3 Uncommon, 1 RareMythic:!land, 1 fromSheet("DGM Lands" [tokens] w_1_1_bird_flying w_2_2_knight_vigilance +w_2_2_knight_vigilance +g_3_3_centaur g_3_3_centaur g_4_4_rhino_trample g_5_5_wurm_trample gw_x_x_elemental_total_creatures rw_1_1_soldier_haste +rw_1_1_soldier_haste wb_1_1_spirit_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt index e784d20e53f..0e8c01d8928 100644 --- a/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt +++ b/forge-gui/res/editions/Duel Decks Elves vs. Goblins.txt @@ -1,9 +1,9 @@ [metadata] -Code=EVG +Code=DD1 Date=2007-11-16 Name=Duel Decks: Elves vs. Goblins Code2=EVG -MciCode=evg +MciCode=dd1 Type=Duel_Decks [cards] diff --git a/forge-gui/res/editions/Fate Reforged.txt b/forge-gui/res/editions/Fate Reforged.txt index f7a788907aa..02752ed7073 100644 --- a/forge-gui/res/editions/Fate Reforged.txt +++ b/forge-gui/res/editions/Fate Reforged.txt @@ -196,5 +196,6 @@ Booster=10 Common:!land, 3 Uncommon, 1 RareMythic, 1 fromSheet("FRF Lands"), 0 f [tokens] w_1_1_monk_prowess +w_1_1_monk_prowess w_1_1_spirit_flying b_2_1_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/From the Vault Transform.txt b/forge-gui/res/editions/From the Vault Transform.txt index 019c5ccc6eb..18354bcb3c8 100644 --- a/forge-gui/res/editions/From the Vault Transform.txt +++ b/forge-gui/res/editions/From the Vault Transform.txt @@ -27,4 +27,5 @@ ashaya_the_awoken_world b_2_2_vampire_flying b_1_1_wolf_deathtouch b_2_2_zombie +g_2_2_wolf g_2_2_wolf \ No newline at end of file diff --git a/forge-gui/res/editions/Gatecrash.txt b/forge-gui/res/editions/Gatecrash.txt index 2869c87f1d1..efa1c8a65ac 100644 --- a/forge-gui/res/editions/Gatecrash.txt +++ b/forge-gui/res/editions/Gatecrash.txt @@ -263,6 +263,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand RTR giant_adephage w_4_4_angel_flying w_2_2_knight_vigilance +w_2_2_knight_vigilance w_1_1_soldier b_1_1_rat g_3_3_frog_lizard @@ -270,4 +271,5 @@ g_x_x_ooze wb_1_1_cleric_deathpact ub_1_1_horror_flying rw_1_1_soldier_haste +rw_1_1_soldier_haste wb_1_1_spirit_flying \ No newline at end of file diff --git a/forge-gui/res/editions/Hour of Devastation.txt b/forge-gui/res/editions/Hour of Devastation.txt index a00ef9e4cdb..87346a0180b 100644 --- a/forge-gui/res/editions/Hour of Devastation.txt +++ b/forge-gui/res/editions/Hour of Devastation.txt @@ -223,15 +223,6 @@ TreatAsSmallSet=true 209 C Cinder Barrens [tokens] -eternalize_adorned_pouncer -eternalize_champion_of_wits -eternalize_dreamstealer -eternalize_earthshaker_khenra -eternalize_proven_combatant -eternalize_resilient_khenra -eternalize_sinuous_striker -eternalize_steadfast_sentinel -eternalize_sunscourge_champion w_1_1_cat_lifelink w_5_5_horse w_1_1_warrior_vigilance diff --git a/forge-gui/res/editions/Ixalan.txt b/forge-gui/res/editions/Ixalan.txt index b74b530cae2..43bf96ccf29 100644 --- a/forge-gui/res/editions/Ixalan.txt +++ b/forge-gui/res/editions/Ixalan.txt @@ -300,7 +300,6 @@ Booster=10 Common:!fromSheet("XLN Planeswalker Decks and Toolkit"), 3 Uncommon:! 289 C Stone Quarry [tokens] -jace_cunning_castaway w_1_1_vampire_lifelink u_2_2_illusion_illusory u_1_1_merfolk_hexproof @@ -310,4 +309,5 @@ g_3_3_dinosaur_trample c_a_treasure_sac c_a_treasure_sac c_a_treasure_sac +c_a_treasure_sac c_a_treasure_sac \ No newline at end of file diff --git a/forge-gui/res/editions/Journey into Nyx.txt b/forge-gui/res/editions/Journey into Nyx.txt index f02a20c8d30..ee75f5acee7 100644 --- a/forge-gui/res/editions/Journey into Nyx.txt +++ b/forge-gui/res/editions/Journey into Nyx.txt @@ -178,10 +178,12 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand THS gold w_1_1_soldier w_1_1_soldier +w_1_1_soldier u_2_2_e_bird_flying u_4_4_sphinx_flying b_x_x_zombie r_2_3_minotaur_haste +r_2_3_minotaur_haste g_x_x_hydra g_1_3_e_spider_reach rg_2_2_satyr_haste diff --git a/forge-gui/res/editions/Khans of Tarkir.txt b/forge-gui/res/editions/Khans of Tarkir.txt index 2bc90201f91..eb1ab10a7df 100644 --- a/forge-gui/res/editions/Khans of Tarkir.txt +++ b/forge-gui/res/editions/Khans of Tarkir.txt @@ -284,6 +284,7 @@ w_3_4_bird_flying w_1_1_spirit_flying w_1_1_warrior w_1_1_warrior +w_1_1_warrior b_2_2_vampire_flying b_2_2_zombie r_1_1_goblin diff --git a/forge-gui/res/editions/Magic 2013.txt b/forge-gui/res/editions/Magic 2013.txt index b72f361827f..2dab22e50c0 100644 --- a/forge-gui/res/editions/Magic 2013.txt +++ b/forge-gui/res/editions/Magic 2013.txt @@ -266,6 +266,7 @@ w_1_1_soldier u_2_2_drake_flying b_2_2_zombie r_1_1_goblin +r_1_1_goblin r_4_4_hellion_haste g_3_3_beast g_1_1_saproling diff --git a/forge-gui/res/editions/Magic 2014.txt b/forge-gui/res/editions/Magic 2014.txt index fedd7a5c656..d4daec8d83b 100644 --- a/forge-gui/res/editions/Magic 2014.txt +++ b/forge-gui/res/editions/Magic 2014.txt @@ -261,6 +261,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand [tokens] c_1_1_sliver +c_1_1_sliver w_4_4_angel_flying w_2_2_cat w_0_1_goat diff --git a/forge-gui/res/editions/Magic 2015.txt b/forge-gui/res/editions/Magic 2015.txt index 1410dfac935..53ada72d465 100644 --- a/forge-gui/res/editions/Magic 2015.txt +++ b/forge-gui/res/editions/Magic 2015.txt @@ -300,6 +300,7 @@ c_1_1_sliver w_1_1_soldier w_1_1_spirit_flying u_1_1_squid_islandwalk +u_1_1_squid_islandwalk b_3_3_beast_deathtouch b_2_2_zombie r_2_2_dragon_flying_firebreathing diff --git a/forge-gui/res/editions/Planechase 2012.txt b/forge-gui/res/editions/Planechase 2012.txt index e9c5ea8cc88..65decdec667 100644 --- a/forge-gui/res/editions/Planechase 2012.txt +++ b/forge-gui/res/editions/Planechase 2012.txt @@ -213,6 +213,7 @@ b_0_0_germ b_2_4_spider_reach b_2_2_zombie r_1_1_goblin +r_1_1_goblin r_4_4_hellion g_3_3_beast g_3_3_boar @@ -220,4 +221,7 @@ g_1_1_insect g_1_1_ooze g_2_2_ooze_mitotic g_0_1_plant +g_1_1_saproling +g_1_1_saproling +g_1_1_saproling g_1_1_saproling \ No newline at end of file diff --git a/forge-gui/res/editions/Return to Ravnica.txt b/forge-gui/res/editions/Return to Ravnica.txt index 520b13e56e6..1398696bdac 100644 --- a/forge-gui/res/editions/Return to Ravnica.txt +++ b/forge-gui/res/editions/Return to Ravnica.txt @@ -288,11 +288,13 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand pack_rat w_1_1_bird_flying w_2_2_knight_vigilance +w_2_2_knight_vigilance w_1_1_soldier b_1_1_assassin_lose_con r_6_6_dragon_flying r_1_1_goblin g_3_3_centaur +g_3_3_centaur g_x_x_ooze g_4_4_rhino_trample g_1_1_saproling diff --git a/forge-gui/res/editions/Rivals of Ixalan.txt b/forge-gui/res/editions/Rivals of Ixalan.txt index 77fb9decc41..d18d2ee0082 100644 --- a/forge-gui/res/editions/Rivals of Ixalan.txt +++ b/forge-gui/res/editions/Rivals of Ixalan.txt @@ -217,7 +217,6 @@ TreatAsSmallSet=true 205 C Cinder Barrens [tokens] -polyraptor w_1_1_vampire_lifelink u_1_1_merfolk_hexproof r_1_1_elemental @@ -228,4 +227,5 @@ g_4_4_a_golem c_a_treasure_sac c_a_treasure_sac c_a_treasure_sac +c_a_treasure_sac c_a_treasure_sac \ No newline at end of file diff --git a/forge-gui/res/editions/Stronghold.txt b/forge-gui/res/editions/Stronghold.txt index 5af90e1b4a1..f0343e415c1 100644 --- a/forge-gui/res/editions/Stronghold.txt +++ b/forge-gui/res/editions/Stronghold.txt @@ -159,4 +159,5 @@ hornet c_1_1_sliver b_1_1_rat r_1_1_goblin -g_1_1_spike \ No newline at end of file +g_1_1_spike +volraths_laboratory \ No newline at end of file diff --git a/forge-gui/res/editions/Theros.txt b/forge-gui/res/editions/Theros.txt index d6f0c9e28bf..d6ab386759c 100644 --- a/forge-gui/res/editions/Theros.txt +++ b/forge-gui/res/editions/Theros.txt @@ -262,6 +262,7 @@ Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand w_2_1_e_cleric w_1_1_soldier w_1_1_soldier +w_1_1_soldier u_2_2_bird_flying u_1_0_elemental b_1_1_harpy_flying diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index d96790ca8df..cb1efdd7c9b 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -1,563 +1,1269 @@ # Tokens -b_0_0_germ.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ.jpg -b_0_0_germ_c14.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c14.jpg -b_0_0_germ_c15.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c15.jpg -b_0_0_germ_c16.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c16.jpg -b_0_0_germ_mm2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_mm2.jpg -b_0_0_germ_pca.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pca.jpg -b_0_1_cleric_dom.jpg https://downloads.cardforge.org/images/tokens/b_0_1_cleric_dom.jpg -b_0_1_insect_mir.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect_mir.jpg -b_0_1_serf_ema.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_ema.jpg -b_0_1_thrull_ddc.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_ddc.jpg -b_0_1_thrull_fem.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_fem.jpg -b_1_1_assassin_rtr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_rtr.jpg -b_1_1_bat_flying.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying.jpg -b_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue.jpg -b_1_1_festering_goblin.jpg https://downloads.cardforge.org/images/tokens/b_1_1_festering_goblin.jpg -b_1_1_goblin_rogue.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue.jpg -b_1_1_harpy.jpg https://downloads.cardforge.org/images/tokens/b_1_1_harpy.jpg -b_1_1_minion.jpg https://downloads.cardforge.org/images/tokens/b_1_1_minion.jpg -b_1_1_rat_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_c17.jpg -b_1_1_rat_gtc.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_gtc.jpg -b_1_1_rat_shm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_shm.jpg -b_1_1_skeleton_regenerate_ala.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_ala.jpg -b_1_1_skeleton_regenerate_a25.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_a25.jpg -b_1_1_thrull.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull.jpg -b_1_1_vampire.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire.jpg -b_1_1_wolf.jpg https://downloads.cardforge.org/images/tokens/b_1_1_wolf.jpg -b_1_2_bat.jpg https://downloads.cardforge.org/images/tokens/b_1_2_bat.jpg -b_20_20_marit_lage.jpg https://downloads.cardforge.org/images/tokens/b_20_20_marit_lage.jpg -b_2_1_cat.jpg https://downloads.cardforge.org/images/tokens/b_2_1_cat.jpg -b_2_2_knight_flanking_pro_white_haste.jpg https://downloads.cardforge.org/images/tokens/b_2_2_knight_flanking_pro_white_haste.jpg -b_2_2_vampire.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire.jpg -b_2_2_zombie_ugl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ugl.jpg -b_2_2_zombie_10e.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_10e.jpg -b_2_2_zombie_akh.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_akh.jpg -b_2_2_zombie_ala.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ala.jpg -b_2_2_zombie_avr.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_avr.jpg -b_2_2_zombie_bng.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_bng.jpg -b_2_2_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c14.jpg -b_2_2_zombie_c15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c15jpg -b_2_2_zombie_c16.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c16.jpg -b_2_2_zombie_c17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c17.jpg -b_2_2_zombie_cns.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cns.jpg -b_2_2_zombie_ddl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddl.jpg -b_2_2_zombie_ddq.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddq.jpg -b_2_2_zombie_dtk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_dtk.jpg -b_2_2_zombie_ema.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ema.jpg -b_2_2_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_emn.jpg -b_2_2_zombie2_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_emn.jpg -b_2_2_zombie3_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_emn.jpg -b_2_2_zombie_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_isd.jpg -b_2_2_zombie2_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_isd.jpg -b_2_2_zombie3_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_isd.jpg -b_2_2_zombie_ktk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ktk.jpg -b_2_2_zombie_m10.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m10.jpg -b_2_2_zombie_m11.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m11.jpg -b_2_2_zombie_m12.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m12.jpg -b_2_2_zombie_m13.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m13.jpg -b_2_2_zombie_m14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m14.jpg -b_2_2_zombie_m15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m15.jpg -b_2_2_zombie_mbs.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mbs.jpg -b_2_2_zombie_mm3.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mm3.jpg -b_2_2_zombie_ogw.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ogw.jpg -b_2_2_zombie_ons.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ons.jpg -b_2_2_zombie_ori.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ori.jpg -b_2_2_zombie_pca.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pca.jpg -b_2_2_zombie_soi.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_soi.jpg -b_2_2_zombie_ust.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ust.jpg -b_2_2_zombie_knight.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_knight.jpg -b_2_4_spider.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider.jpg -b_3_3_angel.jpg https://downloads.cardforge.org/images/tokens/b_3_3_angel.jpg -b_3_3_kavu.jpg https://downloads.cardforge.org/images/tokens/b_3_3_kavu.jpg -b_4_4_horror.jpg https://downloads.cardforge.org/images/tokens/b_4_4_horror.jpg -b_5_5_demon.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon.jpg -b_5_5_demon_avr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_avr.jpg -b_5_5_urami.jpg https://downloads.cardforge.org/images/tokens/b_5_5_urami.jpg -b_5_5_zombie_giant.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant.jpg -b_6_6_demon.jpg https://downloads.cardforge.org/images/tokens/b_6_6_demon.jpg -b_6_6_wurm.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm.jpg -b_x_x_spirit_hml.jpg https://downloads.cardforge.org/images/tokens/b_x_x_spirit_hml.jpg -b_x_x_demon.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon.jpg -b_x_x_minion.jpg https://downloads.cardforge.org/images/tokens/b_x_x_minion.jpg -b_x_x_nightmare_horror.jpg https://downloads.cardforge.org/images/tokens/b_x_x_nightmare_horror.jpg -b_x_x_vampire.jpg https://downloads.cardforge.org/images/tokens/b_x_x_vampire.jpg -bg_1_1_worm.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm.jpg -br_3_1_graveborn_haste_csp.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_csp.jpg -br_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental.jpg -butterfly_vis.jpg https://downloads.cardforge.org/images/tokens/butterfly_vis.jpg -c_0_0_construct.jpg https://downloads.cardforge.org/images/tokens/c_0_0_construct.jpg -c_0_1_eldrazi_spawn.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn.jpg -c_0_1_eldrazi_spawn2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn2.jpg -c_0_1_eldrazi_spawn3.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn3.jpg -c_0_1_pest.jpg https://downloads.cardforge.org/images/tokens/c_0_1_pest.jpg -c_0_1_a_prism_vis.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism_vis.jpg -c_0_2_a_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender_mir.jpg -c_10_10_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi.jpg -c_1_1_a_gnome.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome.jpg -c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg -c_1_1_a_thopter_flying.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying.jpg -c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg -c_1_1_eldrazi_scion.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion.jpg -c_1_1_eldrazi_scion2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion2.jpg -c_1_1_eldrazi_scion3.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion3.jpg -c_1_1_hornet.jpg https://downloads.cardforge.org/images/tokens/c_1_1_hornet.jpg -c_1_1_metallic_sliver.jpg https://downloads.cardforge.org/images/tokens/c_1_1_metallic_sliver.jpg -c_1_1_myr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_myr.jpg -c_1_1_myr_nph.jpg https://downloads.cardforge.org/images/tokens/c_1_1_myr_nph.jpg -c_1_1_myr_som.jpg https://downloads.cardforge.org/images/tokens/c_1_1_myr_som.jpg -c_1_1_pentavite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_pentavite.jpg -c_1_1_sand.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sand.jpg -c_1_1_shapeshifter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter.jpg -c_1_1_sliver_lgn.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_lgn.jpg -c_1_1_sliver_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m14.jpg -c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver2_m14.jpg -c_1_1_sliver_m15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m15.jpg -c_1_1_a_snake_poison_leg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_leg.jpg -c_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit.jpg -c_1_1_thopter.jpg https://downloads.cardforge.org/images/tokens/c_1_1_thopter.jpg -c_1_1_triskelavite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_triskelavite.jpg -c_2_2_assembly_worker.jpg https://downloads.cardforge.org/images/tokens/c_2_2_assembly_worker.jpg -c_2_2_pincher.jpg https://downloads.cardforge.org/images/tokens/c_2_2_pincher.jpg -c_2_2_spawn.jpg https://downloads.cardforge.org/images/tokens/c_2_2_spawn.jpg -volrath's_laboratory_sth.jpg https://downloads.cardforge.org/images/tokens/volrath%27s_laboratory_sth.jpg -c_2_2_wirefly.jpg https://downloads.cardforge.org/images/tokens/c_2_2_wirefly.jpg -c_3_3_a_wurm_deathtouch.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch.jpg -c_3_3_a_wurm_deathtouch_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_c14.jpg -c_3_3_a_wurm_lifelink.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink.jpg -c_3_3_a_wurm_lifelink_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_c14.jpg -c_3_3_golem.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem.jpg -c_3_3_golem_nph.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem_nph.jpg -c_3_3_golem_ths.jpg https://downloads.cardforge.org/images/tokens/c_3_3_golem_ths.jpg -c_3_4_gargoyle.jpg https://downloads.cardforge.org/images/tokens/c_3_4_gargoyle.jpg -c_4_4_kaldra.jpg https://downloads.cardforge.org/images/tokens/c_4_4_kaldra.jpg -c_4_6_golem.jpg https://downloads.cardforge.org/images/tokens/c_4_6_golem.jpg -c_5_5_a_djinn_flying_arn.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_arn.jpg -c_5_5_tuktuk_the_returned.jpg https://downloads.cardforge.org/images/tokens/c_5_5_tuktuk_the_returned.jpg -c_6_12_construct.jpg https://downloads.cardforge.org/images/tokens/c_6_12_construct.jpg -c_7_7_eldrazi.jpg https://downloads.cardforge.org/images/tokens/c_7_7_eldrazi.jpg -c_9_9_golem.jpg https://downloads.cardforge.org/images/tokens/c_9_9_golem.jpg -c_gold.jpg https://downloads.cardforge.org/images/tokens/c_gold.jpg -c_x_x_horror.jpg https://downloads.cardforge.org/images/tokens/c_x_x_horror.jpg -c_x_x_riptide_replicator.jpg https://downloads.cardforge.org/images/tokens/c_x_x_riptide_replicator.jpg -c_x_y_twin.jpg https://downloads.cardforge.org/images/tokens/c_x_y_twin.jpg -carnivore_ema.jpg https://downloads.cardforge.org/images/tokens/carnivore_ema.jpg -g_0_1_plant.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant.jpg -g_0_1_plant_ddp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddp.jpg -g_0_1_plant_ddr.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddr.jpg -g_0_1_plant_ogw.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ogw.jpg -g_0_1_plant_pca.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pca.jpg -g_0_1_sheep.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep.jpg -g_0_1_sheep_tsp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsp.jpg -g_1_1_cat_mir.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat_mir.jpg -g_1_1_elf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf.jpg -g_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior.jpg -g_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_shm.jpg -g_1_1_hippo_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_all.jpg -g_1_1_hound_tmp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hound_tmp.jpg -g_1_1_insect.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect.jpg -g_1_1_insect_deathtouch.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_deathtouch.jpg -g_1_1_insect_infect.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_infect.jpg -g_1_1_insect_m10.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_m10.jpg -g_1_1_insect_mrd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_mrd.jpg -g_1_1_llanowar_elves.jpg https://downloads.cardforge.org/images/tokens/g_1_1_llanowar_elves.jpg -g_1_1_ooze.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze.jpg -g_1_1_ooze_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_pca.jpg -g_1_1_plant.jpg https://downloads.cardforge.org/images/tokens/g_1_1_plant.jpg -g_1_1_saproling_fem.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fem.jpg -g_1_1_saproling_10e.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_10e.jpg -g_1_1_saproling_9ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_9ed.jpg -g_1_1_saproling_ala.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ala.jpg -g_1_1_saproling_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c15.jpg -g_1_1_saproling_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c16.jpg -g_1_1_saproling2_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c16.jpg -g_1_1_saproling_ddf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddf.jpg -g_1_1_saproling_ddh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddh.jpg -g_1_1_saproling_ddj.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddj.jpg -g_1_1_saproling_ddl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddl.jpg -g_1_1_saproling_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_dom.jpg -g_1_1_saproling2_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_dom.jpg -g_1_1_saproling3_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_dom.jpg -g_1_1_saproling_e02.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_e02.jpg -g_1_1_saproling_inv.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_inv.jpg -g_1_1_saproling_m12.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m12.jpg -g_1_1_saproling_m13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m13.jpg -g_1_1_saproling_m14.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m14.jpg -g_1_1_saproling_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm2.jpg -g_1_1_saproling_mm3.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm3.jpg -g_1_1_saproling_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pca.jpg -g_1_1_saproling_rav.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rav.jpg -g_1_1_saproling_rix.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rix.jpg -g_1_1_saproling_rtr.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rtr.jpg -g_1_1_saproling_tsb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tsb.jpg -g_1_1_saproling_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ust.jpg -g_1_1_saproling2_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_ust.jpg -g_1_1_saproling_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_vma.jpg -g_1_1_snake_akh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_akh.jpg -g_1_1_snake_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_c15.jpg -g_1_1_snake_chk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_chk.jpg -g_1_1_snake_ktk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_ktk.jpg -g_1_1_snake_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mm2.jpg -g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg -g_1_1_spike_sth.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike_sth.jpg -g_1_1_splinter_flying_cum_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum_all.jpg -g_1_1_squirrel_ugl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ugl.jpg -g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg -g_1_1_squirrel_ody.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ody.jpg -g_1_1_squirrel_ust.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ust.jpg -g_1_1_squirrel_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_vma.jpg -g_1_1_wolf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_wolf.jpg -g_1_2_spider.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider.jpg -g_1_2_spider_isd.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_isd.jpg -g_2_2_ape.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ape.jpg -g_2_2_bear.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear.jpg -g_2_2_bear_ons.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_ons.jpg -g_2_2_beast.jpg https://downloads.cardforge.org/images/tokens/g_2_2_beast.jpg -g_2_2_boar.jpg https://downloads.cardforge.org/images/tokens/g_2_2_boar.jpg -g_2_2_cat_warrior.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior.jpg -g_2_2_cat_warrior_forestwalk.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk.jpg -g_2_2_cat_warrior_forestwalk_c17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_c17.jpg -g_2_2_lizard.jpg https://downloads.cardforge.org/images/tokens/g_2_2_lizard.jpg -g_2_2_ooze.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze.jpg -g_2_2_ooze_mitotic.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic.jpg -g_2_2_ooze_mitotic_pca.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_pca.jpg -g_2_2_wolf.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf.jpg -g_2_2_wolf_bng.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_bng.jpg -g_2_2_wolf_isd.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_isd.jpg -g_2_2_wolf_m10.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_m10.jpg -g_2_2_wolf_shm.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_shm.jpg -g_2_2_wolf_som.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_som.jpg -g_2_2_wolf_zen.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_zen.jpg -g_2_3_antelope.jpg https://downloads.cardforge.org/images/tokens/g_2_3_antelope.jpg -g_2_5_treefolk_shaman.jpg https://downloads.cardforge.org/images/tokens/g_2_5_treefolk_shaman.jpg -g_3_2_cat.jpg https://downloads.cardforge.org/images/tokens/g_3_2_cat.jpg -g_3_3_ape.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ape.jpg -g_3_3_beast.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast.jpg -g_3_3_beast_c14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c14.jpg -g_3_3_beast_c16.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c16.jpg -g_3_3_beast_ddd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddd.jpg -g_3_3_beast_ddl.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddl.jpg -g_3_3_beast_e01.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_e01.jpg -g_3_3_beast_eve.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_eve.jpg -g_3_3_beast_lrw.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_lrw.jpg -g_3_3_beast_m10.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m10.jpg -g_3_3_beast_m11.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m11.jpg -g_3_3_beast_m12.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m12.jpg -g_3_3_beast_m13.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m13.jpg -g_3_3_beast_m14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m14.jpg -g_3_3_beast_m15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m15.jpg -g_3_3_beast_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_mm3.jpg -g_3_3_beast_nph.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_nph.jpg -g_3_3_beast_pca.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_pca.jpg -g_3_3_beast_ust.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ust.jpg -g_3_3_beast2_ust.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast2_ust.jpg -g_3_3_boar.jpg https://downloads.cardforge.org/images/tokens/g_3_3_boar.jpg -g_3_3_centaur.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur.jpg -g_3_3_centaur_bng.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_bng.jpg -g_3_3_centaur_pro_black.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_pro_black.jpg -g_3_3_centaur_rtr.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_rtr.jpg -g_3_3_elephant.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant.jpg -g_3_3_elephant_ody.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_ody.jpg -g_3_3_elephant_wwk.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_wwk.jpg -g_3_3_frog_lizard.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard.jpg -g_4_4_beast.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast.jpg -g_4_4_beast_zen.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_zen.jpg -g_4_4_elemental.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental.jpg -g_4_4_rhino.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino.jpg -g_4_4_rhino_rtr.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino_rtr.jpg -g_5_5_beast.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast.jpg -g_5_5_wurm_rtr.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_rtr.jpg -g_6_1_insect.jpg https://downloads.cardforge.org/images/tokens/g_6_1_insect.jpg -g_6_6_wurm.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm.jpg -g_6_6_wurm_gpt.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_gpt.jpg -g_6_6_wurm_m12.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_m12.jpg -g_7_7_elemental.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental.jpg -g_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental.jpg -g_x_x_elephant.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elephant.jpg -g_x_x_ooze.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze.jpg -g_x_x_ooze_isd.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_isd.jpg -g_x_x_ooze_roe.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_roe.jpg -g_x_x_ooze_rtr.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_rtr.jpg -g_x_x_saproling.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling.jpg -g_x_x_treefolk_warrior.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_warrior.jpg -g_x_x_wurm.jpg https://downloads.cardforge.org/images/tokens/g_x_x_wurm.jpg -gr_1_1_dragon.jpg https://downloads.cardforge.org/images/tokens/gr_1_1_dragon.jpg -gu_1_1_snake.jpg https://downloads.cardforge.org/images/tokens/gu_1_1_snake.jpg -gu_2_2_drake.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake.jpg -gw_1_1_elf_warrior.jpg https://downloads.cardforge.org/images/tokens/gw_1_1_elf_warrior.jpg -gw_2_2_voja.jpg https://downloads.cardforge.org/images/tokens/gw_2_2_voja.jpg -gw_8_8_elemental_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_rtr.jpg -gw_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental.jpg -hornet_dde.jpg https://downloads.cardforge.org/images/tokens/hornet_dde.jpg -kelp_hml.jpg https://downloads.cardforge.org/images/tokens/kelp_hml.jpg -lightning_rager.jpg https://downloads.cardforge.org/images/tokens/lightning_rager.jpg -minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg -r_0_1_kobolds_of_kher_keep.jpg https://downloads.cardforge.org/images/tokens/r_0_1_kobolds_of_kher_keep.jpg -r_1_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental.jpg -r_1_1_elemental2_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_m14.jpg -r_1_1_elemental_cat.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat.jpg -r_1_1_elemental_cat_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat_haste.jpg -r_1_1_elemental_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m14.jpg -r_1_1_goblin_fem.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_fem.jpg -r_1_1_goblin_10e.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_10e.jpg -r_1_1_goblin_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ala.jpg -r_1_1_goblin_c14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_c14.jpg -r_1_1_goblin_c16.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_c16.jpg -r_1_1_goblin_dom.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dom.jpg -r_1_1_goblin_m10.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m10.jpg -r_1_1_goblin_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m13.jpg -r_1_1_goblin2_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_m13.jpg -r_1_1_goblin_nph.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_nph.jpg -r_1_1_goblin_rav.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rav.jpg -r_1_1_goblin_rtr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rtr.jpg -r_1_1_goblin_som.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_som.jpg -r_1_1_goblin_tsp.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tsp.jpg -r_1_1_goblin_ugl.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ugl.jpg -r_1_1_goblin_scout.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout.jpg -r_1_1_goblin_haste.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste.jpg -r_1_1_goblin_scout_mountainwalk_mir.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk_mir.jpg -r_1_1_human.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human.jpg -r_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier.jpg -r_1_1_survivor_all.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_all.jpg -r_1_1_warrior.jpg https://downloads.cardforge.org/images/tokens/r_1_1_warrior.jpg -r_2_1_goblin.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin.jpg -r_2_2_dragon_flying_firebreathing.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing.jpg -r_2_2_dragon_flying_firebreathing_ema.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ema.jpg -r_2_2_dragon_flying_firebreathing_ima.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ima.jpg -r_2_2_dragon_flying_firebreathing_m14.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m14.jpg -r_2_2_dragon_flying_firebreathing_m15.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m15.jpg -r_2_2_gremlin.jpg https://downloads.cardforge.org/images/tokens/r_2_2_gremlin.jpg -r_3_1_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental.jpg -r_3_1_elemental_bfz.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_bfz.jpg -r_3_1_elemental_bng.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_bng.jpg -r_3_1_elemental_dis.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dis.jpg -r_3_1_elemental_dom.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dom.jpg -r_3_1_elemental_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_mrd.jpg -r_3_1_elemental_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_sok.jpg -r_3_1_elemental_haste.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste.jpg -r_3_1_elemental_haste_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_sok.jpg -r_3_1_elemental_shaman.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman.jpg -r_3_3_elemental.jpg https://downloads.cardforge.org/images/tokens/r_3_3_elemental.jpg -r_3_3_ogre.jpg https://downloads.cardforge.org/images/tokens/r_3_3_ogre.jpg -r_4_4_bird_flying_arn.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_arn.jpg -r_4_4_bird_flying_8ed.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_8ed.jpg -r_4_4_dragon.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon.jpg -r_4_4_giant.jpg https://downloads.cardforge.org/images/tokens/r_4_4_giant.jpg -r_4_4_hellion.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion.jpg -r_4_4_hellion_m13.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_m13.jpg -r_4_4_karox_bladewing.jpg https://downloads.cardforge.org/images/tokens/r_4_4_karox_bladewing.jpg -r_5_5_dragon.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon.jpg -r_5_5_dragon_10e.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_10e.jpg -r_5_5_dragon_bfz.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_bfz.jpg -r_5_5_dragon_wwk.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_wwk.jpg -r_6_6_dragon_rtr.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_rtr.jpg -r_7_1_elemental_trample_haste.jpg https://downloads.cardforge.org/images/tokens/r_7_1_elemental_trample_haste.jpg -r_x_x_elemental.jpg https://downloads.cardforge.org/images/tokens/r_x_x_elemental.jpg -ragavan.jpg https://downloads.cardforge.org/images/tokens/ragavan.jpg -rg_1_1_goblin_warrior.jpg https://downloads.cardforge.org/images/tokens/rg_1_1_goblin_warrior.jpg -rg_2_2_satyr.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr.jpg -rg_4_4_giant_warrior_haste.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste.jpg -rg_4_4_giant_warrior_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_mm3.jpg -rg_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/rg_5_5_elemental.jpg -rgw_1_1_sand_warrior_leg.jpg https://downloads.cardforge.org/images/tokens/rgw_1_1_sand_warrior_leg.jpg -rw_1_1_goblin_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier.jpg -rw_1_1_goblin_soldier_eve.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_eve.jpg -rw_1_1_soldier.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier.jpg -spark_elemental.jpg https://downloads.cardforge.org/images/tokens/spark_elemental.jpg -stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_a25.jpg -tombspawn_mir.jpg https://downloads.cardforge.org/images/tokens/tombspawn_mir.jpg -u_0_1_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_0_1_homunculus.jpg -u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg -u_0_1_starfish_all.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish_all.jpg -u_1_0_elemental.jpg https://downloads.cardforge.org/images/tokens/u_1_0_elemental.jpg -u_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird.jpg -u_1_1_bird_eve.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_eve.jpg -u_1_1_camarid_fem.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_fem.jpg -u_1_1_camarid_tsp.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_tsp.jpg -u_1_1_cloud_sprite.jpg https://downloads.cardforge.org/images/tokens/u_1_1_cloud_sprite.jpg -u_1_1_faerie.jpg https://downloads.cardforge.org/images/tokens/u_1_1_faerie.jpg -u_1_1_illusion.jpg https://downloads.cardforge.org/images/tokens/u_1_1_illusion.jpg -u_1_1_merfolk.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk.jpg -u_1_1_merfolk_wizard.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_wizard.jpg -u_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/u_1_1_spirit.jpg -u_1_1_thopter.jpg https://downloads.cardforge.org/images/tokens/u_1_1_thopter.jpg -u_2_2_bird.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird.jpg -u_2_2_bird_bng.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird_bng.jpg -u_2_2_drake.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake.jpg -u_2_2_elemental_flying.jpg https://downloads.cardforge.org/images/tokens/u_2_2_elemental_flying.jpg -u_2_2_homunculus.jpg https://downloads.cardforge.org/images/tokens/u_2_2_homunculus.jpg -u_2_2_illusion.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion.jpg -u_3_3_fish_hatches_whale.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale.jpg -u_3_3_fish_hatches_whale_a25.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_a25.jpg -u_3_3_weird_defender_flying.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying.jpg -u_5_5_dragon_spirit.jpg https://downloads.cardforge.org/images/tokens/u_5_5_dragon_spirit.jpg -u_5_5_wall_defender_ema.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ema.jpg -u_5_5_wall_defender_ddt.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ddt.jpg -u_5_5_whale_hatches_kraken.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken.pg -u_5_5_whale_hatches_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_5_5_whale_hatches_kraken_a25.pg -u_8_8_octopus.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus.jpg -u_9_9_kraken.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken.jpg -u_9_9_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_a25.jpg -u_x_x_orb_all.jpg https://downloads.cardforge.org/images/tokens/u_x_x_orb_all.jpg -ub_1_1_faerie_rogue.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue.jpg -ub_1_1_horror.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror.jpg -ub_1_1_zombie_wizard.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_zombie_wizard.jpg -ur_5_5_elemental.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental.jpg -w_0_1_caribou_ice.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_ice.jpg -w_0_1_deserter_all.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter_all.jpg -w_0_1_goat.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat.jpg -w_0_1_goat_m13.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_m13.jpg -w_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird.jpg -w_1_1_bird_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_bng.jpg -w_1_1_bird_csp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_csp.jpg -w_1_1_bird_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_rtr.jpg -w_1_1_bird_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_soldier.jpg -w_1_1_cat_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_soldier.jpg -w_1_1_citizen_fem.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_fem.jpg -w_1_1_citizen_tsp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_tsp.jpg -w_1_1_goldmeadow_harrier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_goldmeadow_harrier.jpg -w_1_1_human.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human.jpg -w_1_1_human_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_avr.jpg -w_1_1_kithkin_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier.jpg -w_1_1_kithkin_soldier_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_shm.jpg -w_1_1_knight_banding_all.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight_banding_all.jpg -w_1_1_kor_ally.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally.jpg -w_1_1_kor_soldier.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier.jpg -w_1_1_pegasus_flying_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_ugl.jpg -w_1_1_pegasus_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_c14.jpg -w_1_1_soldier_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ugl.jpg -w_1_1_soldier2_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_ths.jpg -w_1_1_soldier_10e.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_10e.jpg -w_1_1_soldier_ala.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ala.jpg -w_1_1_soldier_ally.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ally.jpg -w_1_1_soldier_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_bng.jpg -w_1_1_soldier_csp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_csp.jpg -w_1_1_soldier_dom.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_dom.jpg -w_1_1_soldier_m10.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m10.jpg -w_1_1_soldier_m12.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m12.jpg -w_1_1_soldier_m13.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m13.jpg -w_1_1_soldier_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mrd.jpg -w_1_1_soldier_plc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_plc.jpg -w_1_1_soldier_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_rtr.jpg -w_1_1_soldier_som.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_som.jpg -w_1_1_soldier_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ths.jpg -w_1_1_spirit_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_a25.jpg -w_1_1_spirit_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_avr.jpg -w_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_avr.jpg -w_1_1_spirit_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c14.jpg -w_1_1_spirit_flying_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c16.jpg -w_1_1_spirit_flying_cns.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cns.jpg -w_1_1_spirit_flying_ddc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddc.jpg -w_1_1_spirit_flying_ddk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddk.jpg -w_1_1_spirit_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddq.jpg -w_1_1_spirit_flying_e01.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_e01.jpg -w_1_1_spirit_flying_ema.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ema.jpg -w_1_1_spirit_flying_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_frf.jpg -w_1_1_spirit_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ima.jpg -w_1_1_spirit_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_isd.jpg -w_1_1_spirit_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_isd.jpg -w_1_1_spirit_flying_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ktk.jpg -w_1_1_spirit_flying_m15.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_m15.jpg -w_1_1_spirit_flying_mm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm2.jpg -w_1_1_spirit_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm3.jpg -w_1_1_spirit_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_mrd.jpg -w_1_1_spirit_flying_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mrd.jpg -w_1_1_spirit_flying_pls.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_pls.jpg -w_1_1_spirit_rav.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_rav.jpg -w_1_1_spirit_flying_rav.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_rav.jpg -w_1_1_spirit_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_shm.jpg -w_1_1_spirit_flying_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_shm.jpg -w_1_1_spirit_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_soi.jpg -w_1_1_spirit_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_vma.jpg -w_1_1_spirit_flying_ust.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ust.jpg -w_1_1_spirit_flying2_ust.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying2_ust.jpg -w_2_1_cleric.jpg https://downloads.cardforge.org/images/tokens/w_2_1_cleric.jpg -w_2_2_cat.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat.jpg -w_2_2_cat_m13.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m13.jpg -w_2_2_cat_m14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m14.jpg -w_2_2_griffin.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin.jpg -w_2_2_knight_ally.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_ally.jpg -w_2_2_knight_first_strike.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_first_strike.jpg -w_2_2_knight.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight.jpg -w_2_2_knight_vigilance.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance.jpg -w_2_2_knight_vigilance_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_c15.jpg -w_2_2_knight_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_dom.jpg -w_2_2_knight_vigilance_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dom.jpg -w_2_2_knight2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight2_dom.jpg -w_2_2_knight_vigilance2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_dom.jpg -w_2_2_knight_vigilance_ori.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_ori.jpg -w_2_2_knight_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_rtr.jpg -w_2_2_knight_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_rtr.jpg -w_2_2_reflection_vma.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection_vma.jpg -w_3_3_bird.jpg https://downloads.cardforge.org/images/tokens/w_3_3_bird.jpg -w_3_3_spirit.jpg https://downloads.cardforge.org/images/tokens/w_3_3_spirit.jpg -w_4_4_angel.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel.jpg -w_4_4_angel_flying.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying.jpg -w_4_4_angel_flying2.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2.jpg -w_4_4_angel_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_avr.jpg -w_4_4_angel_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_avr.jpg -w_4_4_angel2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel2_avr.jpg -w_4_4_angel_flying2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2_avr.jpg -w_4_4_angel_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c14.jpg -w_4_4_angel_flying_c15.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c15.jpg -w_4_4_angel_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_cfx.jpg -w_4_4_angel_flying_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_cfx.jpg -w_4_4_angel_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ddq.jpg -w_4_4_angel_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_gtc.jpg -w_4_4_angel_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_gtc.jpg -w_4_4_angel_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ima.jpg -w_4_4_angel_isd.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_isd.jpg -w_4_4_angel_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_isd.jpg -w_4_4_angel_m14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_m14.jpg -w_4_4_angel_flying_m14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_m14.jpg -w_4_4_angel_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_mm3.jpg -w_4_4_angel_flying_ons.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ons.jpg -w_4_4_angel_flying_ori.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ori.jpg -w_4_4_angel_flying_pca.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_pca.jpg -w_4_4_angel_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_soi.jpg -w_4_4_angel_flying_ust.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ust.jpg -w_4_4_angel_flying2_ust.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2_ust.jpg -w_4_4_angel_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_zen.jpg -w_4_4_angel_flying_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_zen.jpg -w_4_4_elemental.jpg https://downloads.cardforge.org/images/tokens/w_4_4_elemental.jpg -w_5_5_giant_warrior.jpg https://downloads.cardforge.org/images/tokens/w_5_5_giant_warrior.jpg -w_n_n_avatar.jpg https://downloads.cardforge.org/images/tokens/w_n_n_avatar.jpg -w_x_x_reflection.jpg https://downloads.cardforge.org/images/tokens/w_x_x_reflection.jpg -wasp_10e.jpg https://downloads.cardforge.org/images/tokens/wasp_10e.jpg -wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg -wb_1_1_cleric.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric.jpg -wb_1_1_spirit.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit.jpg -wb_1_1_spirit_flying.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying.jpg -wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg -wb_1_1_spirit_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_gtc.jpg -wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg -wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg -wood_mir.jpg https://downloads.cardforge.org/images/tokens/wood_mir.jpg -wrg_8_8_beast.jpg https://downloads.cardforge.org/images/tokens/wrg_8_8_beast.jpg -wu_1_1_bird.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird.jpg +ashaya_the_awoken_world_ori.jpg https://downloads.cardforge.org/images/tokens/ashaya_the_awoken_world_ori.jpg +ashaya_the_awoken_world_v17.jpg https://downloads.cardforge.org/images/tokens/ashaya_the_awoken_world_v17.jpg +b_0_0_germ_c14.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c14.jpg +b_0_0_germ_c15.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c15.jpg +b_0_0_germ_c16.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_c16.jpg +b_0_0_germ_cm2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_cm2jpg +b_0_0_germ_cma.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_cma.jpg +b_0_0_germ_mbs.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_mbs.jpg +b_0_0_germ_mm2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_mm2.jpg +b_0_0_germ_nph.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_nph.jpg +b_0_0_germ_pc2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pc2.jpg +b_0_0_germ_pca.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pca.jpg +b_0_0_germ_pz1.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_pz1.jpg +b_0_0_germ_td2.jpg https://downloads.cardforge.org/images/tokens/b_0_0_germ_td2.jpg +b_0_1_cleric_dom.jpg https://downloads.cardforge.org/images/tokens/b_0_1_cleric_dom.jpg +b_0_1_insect_mir.jpg https://downloads.cardforge.org/images/tokens/b_0_1_insect_mir.jpg +b_0_1_serf_5ed.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_5ed.jpg +b_0_1_serf_6ed.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_6ed.jpg +b_0_1_serf_ema.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_ema.jpg +b_0_1_serf_hml.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_hml.jpg +b_0_1_serf_tsb.jpg https://downloads.cardforge.org/images/tokens/b_0_1_serf_tsb.jpg +b_0_1_thrull_5ed.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_5ed.jpg +b_0_1_thrull_ddc.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_ddc.jpg +b_0_1_thrull_dvd.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_dvd.jpg +b_0_1_thrull_fem.jpg https://downloads.cardforge.org/images/tokens/b_0_1_thrull_fem.jpg +b_1_1_assassin_deathtouch_haste_cn2.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_deathtouch_haste_cn2.jpg +b_1_1_assassin_lose_con_ddm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_lose_con_ddm.jpg +b_1_1_assassin_lose_con_rtr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_lose_con_rtr.jpg +b_1_1_bat_flying_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_c17.jpg +b_1_1_bat_flying_ddd.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_ddd.jpg +b_1_1_bat_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_gpt.jpg +b_1_1_bat_flying_gvl.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_gvl.jpg +b_1_1_bat_flying_m19.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_m19.jpg +b_1_1_bat_flying_mma.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_mma.jpg +b_1_1_faerie_rogue_flying_mm2.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue_flying_mm2.jpg +b_1_1_faerie_rogue_flying_mor.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue_flying_mor.jpg +b_1_1_goblin_rogue_lrw.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_lrw.jpg +b_1_1_goblin_rogue_mma.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_mma.jpg +b_1_1_goblin_rogue_mor.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_mor.jpg +b_1_1_harpy_flying_ths.jpg https://downloads.cardforge.org/images/tokens/b_1_1_harpy_flying_ths.jpg +b_1_1_insect_akh.jpg https://downloads.cardforge.org/images/tokens/b_1_1_minion_pcy.jpg +b_1_1_minion_pcy.jpg https://downloads.cardforge.org/images/tokens/b_1_1_minion_pcy.jpg +b_1_1_rat_chk.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_chk.jpg +b_1_1_rat_deathtouch_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_deathtouch_c17.jpg +b_1_1_rat_gtc.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_gtc.jpg +b_1_1_rat_shm.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_shm.jpg +b_1_1_rat_sth.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_sth.jpg +b_1_1_rat_tpr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_rat_tpr.jpg +b_1_1_skeleton_regenerate_a25.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_a25.jpg +b_1_1_skeleton_regenerate_ala.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_ala.jpg +b_1_1_skeleton_regenerate_hml.jpg https://downloads.cardforge.org/images/tokens/b_1_1_skeleton_regenerate_hml.jpg +b_1_1_snake_deathtouch_c13.jpg https://downloads.cardforge.org/images/tokens/b_1_1_snake_deathtouch_c13.jpg +b_1_1_thrull_c13.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull_c13.jpg +b_1_1_thrull_mm2.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull_mm2.jpg +b_1_1_thrull_tsp.jpg https://downloads.cardforge.org/images/tokens/b_1_1_thrull_tsp.jpg +b_1_1_vampire_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire_c17.jpg +b_1_1_vampire_lifelink_ddk.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire_lifelink_ddk.jpg +b_1_1_vampire_lifelink_dka.jpg https://downloads.cardforge.org/images/tokens/b_1_1_vampire_lifelink_dka.jpg +b_1_1_wolf_deathtouch_isd.jpg https://downloads.cardforge.org/images/tokens/b_1_1_wolf_deathtouch_isd.jpg +b_1_1_wolf_deathtouch_v17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_wolf_deathtouch_v17.jpg +b_1_2_bat_flying_nosferatu_tsp.jpg https://downloads.cardforge.org/images/tokens/b_1_2_bat_flying_nosferatu_tsp.jpg +b_2_1_cat_apc.jpg https://downloads.cardforge.org/images/tokens/b_2_1_cat_apc.jpg +b_2_1_cat_td0.jpg https://downloads.cardforge.org/images/tokens/b_2_1_cat_td0.jpg +b_2_1_warrior_frf.jpg https://downloads.cardforge.org/images/tokens/b_2_1_warrior_frf.jpg +b_2_2_e_zombie_bng.jpg https://downloads.cardforge.org/images/tokens/b_2_2_e_zombie_bng.jpg +b_2_2_knight_flanking_pro_white_haste_plc.jpg https://downloads.cardforge.org/images/tokens/b_2_2_knight_flanking_pro_white_haste_plc.jpg +b_2_2_pirate_menace.jpg https://downloads.cardforge.org/images/tokens/b_2_2_pirate_menace.jpg +b_2_2_vampire_flying_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire_flying_isd.jpg +b_2_2_vampire_flying_ktk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire_flying_ktk.jpg +b_2_2_vampire_flying_v17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_vampire_flying_v17.jpg +b_2_2_zombie2_dka.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_dka.jpg +b_2_2_zombie2_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_emn.jpg +b_2_2_zombie2_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie2_isd.jpg +b_2_2_zombie3_dka.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_dka.jpg +b_2_2_zombie3_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_emn.jpg +b_2_2_zombie3_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie3_isd.jpg +b_2_2_zombie_10e.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_10e.jpg +b_2_2_zombie_akh.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_akh.jpg +b_2_2_zombie_ala.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ala.jpg +b_2_2_zombie_all.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_all.jpg +b_2_2_zombie_arb.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_arb.jpg +b_2_2_zombie_arc.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_arc.jpg +b_2_2_zombie_avr.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_avr.jpg +b_2_2_zombie_bbd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_bbd.jpg +b_2_2_zombie_bng.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_bng.jpg +b_2_2_zombie_c13.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c13.jpg +b_2_2_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c14.jpg +b_2_2_zombie_c15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c15.jpg +b_2_2_zombie_c16.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c16.jpg +b_2_2_zombie_c17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c17.jpg +b_2_2_zombie_cfx.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cfx.jpg +b_2_2_zombie_cm2.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cm2.jpg +b_2_2_zombie_cma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cma.jpg +b_2_2_zombie_cmd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cmd.jpg +b_2_2_zombie_cn2.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cn2.jpg +b_2_2_zombie_cns.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cns.jpg +b_2_2_zombie_designated_arc.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_designated_arc.jpg +b_2_2_zombie_ddj.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddj.jpg +b_2_2_zombie_ddl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddl.jpg +b_2_2_zombie_ddq.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ddq.jpg +b_2_2_zombie_dka.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_dka.jpg +b_2_2_zombie_dtk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_dtk.jpg +b_2_2_zombie_e01.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_e01.jpg +b_2_2_zombie_ema.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ema.jpg +b_2_2_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_emn.jpg +b_2_2_zombie_fut.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_fut.jpg +b_2_2_zombie_hop.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_hop.jpg +b_2_2_zombie_hou.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_hou.jpg +b_2_2_zombie_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_isd.jpg +b_2_2_zombie_knight_menace_dom.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_knight_menace_dom.jpg +b_2_2_zombie_ktk.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ktk.jpg +b_2_2_zombie_m10.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m10.jpg +b_2_2_zombie_m11.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m11.jpg +b_2_2_zombie_m12.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m12.jpg +b_2_2_zombie_m13.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m13.jpg +b_2_2_zombie_m14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m14.jpg +b_2_2_zombie_m15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m15.jpg +b_2_2_zombie_m19.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m19.jpg +b_2_2_zombie_mbs.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mbs.jpg +b_2_2_zombie_mir.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mir.jpg +b_2_2_zombie_mm3.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mm3.jpg +b_2_2_zombie_mma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mma.jpg +b_2_2_zombie_mmq.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mmq.jpg +b_2_2_zombie_ody.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ody.jpg +b_2_2_zombie_ogw.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ogw.jpg +b_2_2_zombie_ons.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ons.jpg +b_2_2_zombie_ori.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ori.jpg +b_2_2_zombie_pc2.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pc2.jpg +b_2_2_zombie_pca.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pca.jpg +b_2_2_zombie_pd3.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pd3.jpg +b_2_2_zombie_pz1.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_pz1.jpg +b_2_2_zombie_tmp.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_tmp.jpg +b_2_2_zombie_tpr.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_tpr.jpg +b_2_2_zombie_ugl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ugl.jpg +b_2_2_zombie_v17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_v17.jpg +b_2_2_zombie_vma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_vma.jpg +b_2_4_spider_reach_cmd.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_cmd.jpg +b_2_4_spider_reach_mm3.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_mm3.jpg +b_2_4_spider_reach_mma.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_mma.jpg +b_2_4_spider_reach_pc2.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_pc2.jpg +b_2_4_spider_reach_pca.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_pca.jpg +b_2_4_spider_reach_tsp.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_tsp.jpg +b_3_3_angel_flying_apc.jpg https://downloads.cardforge.org/images/tokens/b_3_3_angel_flying_apc.jpg +b_3_3_beast_deathtouch_m15.jpg https://downloads.cardforge.org/images/tokens/b_3_3_beast_deathtouch_m15.jpg +b_3_3_horror_e01.jpg https://downloads.cardforge.org/images/tokens/b_3_3_horror_e01.jpg +b_3_3_kavu_apc.jpg https://downloads.cardforge.org/images/tokens/b_3_3_kavu_apc.jpg +b_4_4_horror_rav.jpg https://downloads.cardforge.org/images/tokens/b_4_4_horror_rav.jpg +b_5_5_demon_avr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_avr.jpg +b_5_5_demon_flying2_avr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying2_avr.jpg +b_5_5_demon_flying_avr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_avr.jpg +b_5_5_demon_flying_c14.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_c14.jpg +b_5_5_demon_flying_ddr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_ddr.jpg +b_5_5_demon_flying_isd.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_isd.jpg +b_5_5_demon_flying_ori.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_ori.jpg +b_5_5_demon_flying_pz1.jpg https://downloads.cardforge.org/images/tokens/b_5_5_demon_flying_pz1.jpg +b_5_5_zombie_giant_bbd.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant_bbd.jpg +b_5_5_zombie_giant_ddr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant_ddr.jpg +b_5_5_zombie_giant_zen.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant_zen.jpg +b_6_6_demon_flying_trample_aristocrat_dom.jpg https://downloads.cardforge.org/images/tokens/b_6_6_demon_flying_trample_aristocrat_dom.jpg +b_6_6_wurm_trample_apc.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm_trample_apc.jpg +b_6_6_wurm_trample_vma.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm_trample_vma.jpg +b_x_x_demon_flying_c14.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_c14.jpg +b_x_x_demon_flying_cns.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_cns.jpg +b_x_x_demon_flying_ddc.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_ddc.jpg +b_x_x_demon_flying_dvd.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_dvd.jpg +b_x_x_demon_flying_mrd.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_mrd.jpg +b_x_x_demon_flying_vma.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_vma.jpg +b_x_x_horror_c14.jpg https://downloads.cardforge.org/images/tokens/b_x_x_horror_c14.jpg +b_x_x_minion_dde.jpg https://downloads.cardforge.org/images/tokens/b_x_x_minion_dde.jpg +b_x_x_minion_usg.jpg https://downloads.cardforge.org/images/tokens/b_x_x_minion_usg.jpg +b_x_x_minion_v16.jpg https://downloads.cardforge.org/images/tokens/b_x_x_minion_v16.jpg +b_x_x_nightmare_horror_dom.jpg https://downloads.cardforge.org/images/tokens/b_x_x_nightmare_horror_dom.jpg +b_x_x_spirit_hml.jpg https://downloads.cardforge.org/images/tokens/b_x_x_spirit_hml.jpg +b_x_x_spirit_me2.jpg https://downloads.cardforge.org/images/tokens/b_x_x_spirit_hml.jpg +b_x_x_vampire_zen.jpg https://downloads.cardforge.org/images/tokens/b_x_x_vampire_zen.jpg +b_x_x_zombie_horror_dtk.jpg https://downloads.cardforge.org/images/tokens/b_x_x_zombie_horror_dtk.jpg +b_x_x_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_x_x_zombie_emn.jpg +b_x_x_zombie_jou.jpg https://downloads.cardforge.org/images/tokens/b_x_x_zombie_jou.jpg +bg_1_1_e_snake_deathtouch_jou.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_e_snake_deathtouch_jou.jpg +bg_1_1_worm_c16.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_c16.jpg +bg_1_1_worm_eve.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_eve.jpg +bg_1_1_worm_mm2.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_mm2.jpg +bg_1_1_worm_mma.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_mma.jpg +bg_x_x_spirit_warrior_ktk.jpg https://downloads.cardforge.org/images/tokens/bg_x_x_spirit_warrior_ktk.jpg +br_3_1_graveborn_haste_all.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_all.jpg +br_3_1_graveborn_haste_c13.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_c13.jpg +br_3_1_graveborn_haste_csp.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_csp.jpg +br_3_1_graveborn_haste_cst.jpg https://downloads.cardforge.org/images/tokens/br_3_1_graveborn_haste_cst.jpg +br_5_5_elemental_shm.jpg https://downloads.cardforge.org/images/tokens/br_5_5_elemental_shm.jpg +brg_3_3_cat_dragon_flying_c17.jpg https://downloads.cardforge.org/images/tokens/brg_3_3_cat_dragon_flying_c17.jpg +butterfly_mmq.jpg https://downloads.cardforge.org/images/tokens/butterfly_mmq.jpg +butterfly_vis.jpg https://downloads.cardforge.org/images/tokens/butterfly_vis.jpg +c_0_0_a_construct_total_artifacts.jpg https://downloads.cardforge.org/images/tokens/c_0_0_a_construct_total_artifacts.jpg +c_0_1_a_pest_hop.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_pest_hop.jpg +c_0_1_a_pest_mrd.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_pest_mrd.jpg +c_0_1_a_prism_vis.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism_vis.jpg +c_0_1_eldrazi_spawn_sac2_cmd.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_cmd.jpg +c_0_1_eldrazi_spawn_sac2_ddp.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_ddp.jpg +c_0_1_eldrazi_spawn_sac2_mm2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_mm2.jpg +c_0_1_eldrazi_spawn_sac2_pca.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_pca.jpg +c_0_1_eldrazi_spawn_sac2_pz1.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_pz1.jpg +c_0_1_eldrazi_spawn_sac2_roe.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac2_roe.jpg +c_0_1_eldrazi_spawn_sac3_ddp.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac3_ddp.jpg +c_0_1_eldrazi_spawn_sac3_mm2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac3_mm2.jpg +c_0_1_eldrazi_spawn_sac3_pca.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac3_pca.jpg +c_0_1_eldrazi_spawn_sac3_roe.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac3_roe.jpg +c_0_1_eldrazi_spawn_sac_c17.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_c17.jpg +c_0_1_eldrazi_spawn_sac_cmd.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_cmd.jpg +c_0_1_eldrazi_spawn_sac_ddp.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_ddp.jpg +c_0_1_eldrazi_spawn_sac_mm2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_mm2.jpg +c_0_1_eldrazi_spawn_sac_pc2.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_pc2.jpg +c_0_1_eldrazi_spawn_sac_pca.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_pca.jpg +c_0_1_eldrazi_spawn_sac_roe.jpg https://downloads.cardforge.org/images/tokens/c_0_1_eldrazi_spawn_sac_roe.jpg +c_0_2_a_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/c_0_2_a_wall_defender_mir.jpg +c_10_10_eldrazi_bfz.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi_bfz.jpg +c_1_1_a_construct_defender_cn2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_construct_defender_cn2.jpg +c_1_1_a_construct_defender_cns.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_construct_defender_cns.jpg +c_1_1_a_gnome_usg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome_usg.jpg +c_1_1_a_myr_bbd.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_bbd.jpg +c_1_1_a_myr_c13.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c13.jpg +c_1_1_a_myr_c14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c14.jpg +c_1_1_a_myr_c16.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c16.jpg +c_1_1_a_myr_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_cm2.jpg +c_1_1_a_myr_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_ddu.jpg +c_1_1_a_myr_dst.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_dst.jpg +c_1_1_a_myr_mbs.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_mbs.jpg +c_1_1_a_myr_md1.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_md1.jpg +c_1_1_a_myr_mm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_mm2.jpg +c_1_1_a_myr_mrd.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_mrd.jpg +c_1_1_a_myr_nph.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_nph.jpg +c_1_1_a_myr_som.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_som.jpg +c_1_1_a_myr_td2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_td2.jpg +c_1_1_a_pentavite_flying_c14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_c14.jpg +c_1_1_a_pentavite_flying_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_cm2.jpg +c_1_1_a_pentavite_flying_ddf.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_ddf.jpg +c_1_1_a_pentavite_flying_hop.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_hop.jpg +c_1_1_a_pentavite_flying_m12jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_m12.jpg +c_1_1_a_pentavite_flying_mrd.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_pentavite_flying_mrd.jpg +c_1_1_a_servo2_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo2_aer.jpg +c_1_1_a_servo2_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo2_kld.jpg +c_1_1_a_servo3_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo3_aer.jpg +c_1_1_a_servo3_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo3_kld.jpg +c_1_1_a_servo_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo_aer.jpg +c_1_1_a_servo_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo_kld.jpg +c_1_1_a_snake_poison_5ed.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_5ed.jpg +c_1_1_a_snake_poison_chr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_chr.jpg +c_1_1_a_snake_poison_leg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_leg.jpg +c_1_1_a_tetravite_flying_noenchant_4ed.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_4ed.jpg +c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg +c_1_1_a_tetravite_flying_noenchant_me4.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_me4.jpg +c_1_1_a_thopter_flying2_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_aer.jpg +c_1_1_a_thopter_flying2_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_ddu.jpg +c_1_1_a_thopter_flying2_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_kld.jpg +c_1_1_a_thopter_flying2_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_mps_kld.jpg +c_1_1_a_thopter_flying2_ori.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_ori.jpg +c_1_1_a_thopter_flying3_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying3_aer.jpg +c_1_1_a_thopter_flying3_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying3_kld.jpg +c_1_1_a_thopter_flying3_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying3_mps_kld.jpg +c_1_1_a_thopter_flying_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_aer.jpg +c_1_1_a_thopter_flying_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_ddu.jpg +c_1_1_a_thopter_flying_exo.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_exo.jpg +c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg +c_1_1_a_thopter_flying_m19.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_m19.jpg +c_1_1_a_thopter_flying_mbs.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_mbs.jpg +c_1_1_a_thopter_flying_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_mps_kld.jpg +c_1_1_a_thopter_flying_ori.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_ori.jpg +c_1_1_a_thopter_flying_tpr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_tpr.jpg +c_1_1_a_thopter_flying_vma.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_vma.jpg +c_1_1_a_triskelavite_flying_ammo_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_triskelavite_flying_ammo_cm2.jpg +c_1_1_a_triskelavite_flying_ammo_cmd.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_triskelavite_flying_ammo_cmd.jpg +c_1_1_a_triskelavite_flying_ammo_tsp.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_triskelavite_flying_ammo_tsp.jpg +c_1_1_eldrazi_scion_sac2_bfz.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac2_bfz.jpg +c_1_1_eldrazi_scion_sac2_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac2_ogw.jpg +c_1_1_eldrazi_scion_sac3_bfz.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac3_bfz.jpg +c_1_1_eldrazi_scion_sac3_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac3_ogw.jpg +c_1_1_eldrazi_scion_sac4_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac4_ogw.jpg +c_1_1_eldrazi_scion_sac5_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac5_ogw.jpg +c_1_1_eldrazi_scion_sac6_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac6_ogw.jpg +c_1_1_eldrazi_scion_sac_bfz.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac_bfz.jpg +c_1_1_eldrazi_scion_sac_ddr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac_ddr.jpg +c_1_1_eldrazi_scion_sac_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac_ogw.jpg +c_1_1_sand_gpt.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sand_gpt.jpg +c_1_1_shapeshifter_changeling_c15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_c15.jpg +c_1_1_shapeshifter_changeling_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_cm2.jpg +c_1_1_shapeshifter_changeling_lrw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_lrw.jpg +c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver2_m14.jpg +c_1_1_sliver_cm1.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_cm1.jpg +c_1_1_sliver_lgn.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_lgn.jpg +c_1_1_sliver_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m14.jpg +c_1_1_sliver_m15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_m15.jpg +c_1_1_sliver_pds.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_pds.jpg +c_1_1_sliver_tpr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_tpr.jpg +c_1_1_sliver_van.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver_van.jpg +c_1_1_spirit_a25.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_a25.jpg +c_1_1_spirit_bok.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_bok.jpg +c_1_1_spirit_c16.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_c16.jpg +c_1_1_spirit_chk.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_chk.jpg +c_1_1_spirit_ema.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_ema.jpg +c_1_1_spirit_exp.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_exp.jpg +c_1_1_spirit_sok.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_sok.jpg +c_1_1_spirit_v12.jpg https://downloads.cardforge.org/images/tokens/c_1_1_spirit_v12.jpg +c_1_1_triskelavite.jpg https://downloads.cardforge.org/images/tokens/c_1_1_triskelavite.jpg +c_2_2_a_assembly_worker_c13.jpg https://downloads.cardforge.org/images/tokens/c_2_2_a_assembly_worker_c13.jpg +c_2_2_a_assembly_worker_tsp.jpg https://downloads.cardforge.org/images/tokens/c_2_2_a_assembly_worker_tsp.jpg +c_2_2_pincher_5dn.jpg https://downloads.cardforge.org/images/tokens/c_2_2_pincher_5dn.jpg +c_2_2_a_spawn_dst.jpg https://downloads.cardforge.org/images/tokens/c_2_2_a_spawn_dst.jpg +c_2_2_a_spawn_td2.jpg https://downloads.cardforge.org/images/tokens/c_2_2_a_spawn_td2.jpg +c_3_2_eldrazi_horror_emn.jpg https://downloads.cardforge.org/images/tokens/c_3_2_eldrazi_horror_emn.jpg +c_3_3_a_golem_mm2.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_golem_mm2.jpg +c_3_3_a_golem_mm3.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_golem_mm3.jpg +c_3_3_a_golem_nph.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_golem_nph.jpg +c_3_3_a_golem_som.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_golem_som.jpg +c_3_3_a_wurm_deathtouch_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_c14.jpg +c_3_3_a_wurm_deathtouch_cm2.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_cm2.jpg +c_3_3_a_wurm_deathtouch_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_mps_kld.jpg +c_3_3_a_wurm_deathtouch_som.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_deathtouch_som.jpg +c_3_3_a_wurm_lifelink_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_c14.jpg +c_3_3_a_wurm_lifelink_cm2.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_cm2.jpg +c_3_3_a_wurm_lifelink_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_mps_kld.jpg +c_3_3_a_wurm_lifelink_som.jpg https://downloads.cardforge.org/images/tokens/c_3_3_a_wurm_lifelink_som.jpg +c_3_3_e_a_golem_ths.jpg https://downloads.cardforge.org/images/tokens/c_3_3_e_a_golem_ths.jpg +c_3_4_a_gargoyle_flying_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_c14.jpg +c_3_4_a_gargoyle_flying_cma.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_cma.jpg +c_3_4_a_gargoyle_flying_m10.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_m10.jpg +c_4_4_a_golem_rix.jpg https://downloads.cardforge.org/images/tokens/c_4_4_a_golem_rix.jpg +c_4_6_a_golem_arc.jpg https://downloads.cardforge.org/images/tokens/c_4_6_a_golem_arc.jpg +c_5_5_a_djinn_flying_3ed.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_3ed.jpg +c_5_5_a_djinn_flying_4ed.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_4ed.jpg +c_5_5_a_djinn_flying_5ed.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_5ed.jpg +c_5_5_a_djinn_flying_6ed.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_6ed.jpg +c_5_5_a_djinn_flying_arn.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_arn.jpg +c_5_5_a_djinn_flying_me4.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_me4.jpg +c_6_6_a_beast_kld.jpg https://downloads.cardforge.org/images/tokens/c_6_6_a_beast_kld.jpg +c_6_12_a_construct_trample_wwk.jpg https://downloads.cardforge.org/images/tokens/c_6_12_a_construct_trample_wwk.jpg +c_7_7_eldrazi_annihilator_pc2.jpg https://downloads.cardforge.org/images/tokens/c_7_7_eldrazi_annihilator_pc2.jpg +c_7_7_eldrazi_annihilator_pca.jpg https://downloads.cardforge.org/images/tokens/c_7_7_eldrazi_annihilator_pca.jpg +c_9_9_a_golem_mbs.jpg https://downloads.cardforge.org/images/tokens/c_9_9_a_golem_mbs.jpg +c_a_clue_draw2_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw2_soi.jpg +c_a_clue_draw3_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw3_soi.jpg +c_a_clue_draw4_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw4_soi.jpg +c_a_clue_draw5_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw5_soi.jpg +c_a_clue_draw6_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw6_soi.jpg +c_a_clue_draw_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw_soi.jpg +c_a_treasure_sac2_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac2_rix.jpg +c_a_treasure_sac2_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac2_xln.jpg +c_a_treasure_sac3_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac3_rix.jpg +c_a_treasure_sac3_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac3_xln.jpg +c_a_treasure_sac4_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac4_rix.jpg +c_a_treasure_sac4_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac4_xln.jpg +c_a_treasure_sac5_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac5_rix.jpg +c_a_treasure_sac5_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac5_xln.jpg +c_a_treasure_sac_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_rix.jpg +c_a_treasure_sac_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_xln.jpg +c_x_x_a_construct2_kld.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_construct2_kld.jpg +c_x_x_a_construct_kld.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_construct_kld.jpg +c_x_x_a_horror_c16.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_horror_c16.jpg +c_x_x_a_horror_mbs.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_horror_mbs.jpg +carnivore_c13.jpg https://downloads.cardforge.org/images/tokens/carnivore_c13.jpg +carnivore_ema.jpg https://downloads.cardforge.org/images/tokens/carnivore_ema.jpg +carnivore_tmp.jpg https://downloads.cardforge.org/images/tokens/carnivore_tmp.jpg +cloud_sprite_fut.jpg https://downloads.cardforge.org/images/tokens/cloud_sprite_fut.jpg +etherium_cell_aer.jpg https://downloads.cardforge.org/images/tokens/etherium_cell_aer.jpg +festering_goblin_fut.jpg https://downloads.cardforge.org/images/tokens/festering_goblin_fut.jpg +g_0_1_plant_arc.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_arc.jpg +g_0_1_plant_c13.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_c13.jpg +g_0_1_plant_ddp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddp.jpg +g_0_1_plant_ddr.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddr.jpg +g_0_1_plant_ogw.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ogw.jpg +g_0_1_plant_pc2.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pc2.jpg +g_0_1_plant_pca.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pca.jpg +g_0_1_plant_pz1.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_pz1.jpg +g_0_1_plant_wwk.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_wwk.jpg +g_0_1_sheep_tsb.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsb.jpg +g_0_1_sheep_tsp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_tsp.jpg +g_0_1_sheep_vis.jpg https://downloads.cardforge.org/images/tokens/g_0_1_sheep_vis.jpg +g_1_1_cat_6ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat_6ed.jpg +g_1_1_cat_mir.jpg https://downloads.cardforge.org/images/tokens/g_1_1_cat_mir.jpg +g_1_1_elf_druid_g_c14.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_druid_g_c14.jpg +g_1_1_elf_druid_g_cma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_druid_g_cma.jpg +g_1_1_elf_druid_g_pz1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_druid_g_pz1.jpg +g_1_1_elf_warrior_a25.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_a25.jpg +g_1_1_elf_warrior_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_c13.jpg +g_1_1_elf_warrior_c14.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_c14.jpg +g_1_1_elf_warrior_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_c16.jpg +g_1_1_elf_warrior_cma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_cma.jpg +g_1_1_elf_warrior_dd1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_dd1.jpg +g_1_1_elf_warrior_dds.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_dds.jpg +g_1_1_elf_warrior_ddu.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_ddu.jpg +g_1_1_elf_warrior_dpa.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_dpa.jpg +g_1_1_elf_warrior_ema.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_ema.jpg +g_1_1_elf_warrior_lrw.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_lrw.jpg +g_1_1_elf_warrior_m19.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_m19.jpg +g_1_1_elf_warrior_mor.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_mor.jpg +g_1_1_elf_warrior_ori.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_ori.jpg +g_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_1_elf_warrior_shm.jpg +g_1_1_hippo_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_all.jpg +g_1_1_hippo_pls.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_pls.jpg +g_1_1_hippo_td0.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hippo_td0.jpg +g_1_1_hound_tmp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_hound_tmp.jpg +g_1_1_insect_5dn.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_5dn.jpg +g_1_1_insect_a25.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_a25.jpg +g_1_1_insect_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_c13.jpg +g_1_1_insect_cm1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_cm1.jpg +g_1_1_insect_cmd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_cmd.jpg +g_1_1_insect_cn2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_cn2.jpg +g_1_1_insect_dst.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_dst.jpg +g_1_1_insect_emn.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_emn.jpg +g_1_1_insect_flying_deathtouch_cmd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_flying_deathtouch_cmd.jpg +g_1_1_insect_flying_deathtouch_m15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_flying_deathtouch_m15.jpg +g_1_1_insect_hop.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_hop.jpg +g_1_1_insect_infect_nph.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_infect_nph.jpg +g_1_1_insect_infect_som.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_infect_som.jpg +g_1_1_insect_lgn.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_lgn.jpg +g_1_1_insect_m10.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_m10.jpg +g_1_1_insect_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_mm2.jpg +g_1_1_insect_mmq.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_mmq.jpg +g_1_1_insect_mrd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_mrd.jpg +g_1_1_insect_ons.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_ons.jpg +g_1_1_insect_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_pc2.jpg +g_1_1_insect_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_pca.jpg +g_1_1_insect_pz1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_pz1.jpg +g_1_1_insect_td2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_td2.jpg +g_1_1_insect_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_insect_vma.jpg +g_1_1_ooze_m11.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_m11.jpg +g_1_1_ooze_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_pc2.jpg +g_1_1_ooze_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_pca.jpg +g_1_1_ooze_td2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_ooze_td2.jpg +g_1_1_plant_bfz.jpg https://downloads.cardforge.org/images/tokens/g_1_1_plant_bfz.jpg +g_1_1_saproling2_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c13.jpg +g_1_1_saproling2_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c16.jpg +g_1_1_saproling2_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_dom.jpg +g_1_1_saproling2_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_pc2.jpg +g_1_1_saproling3_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_c13.jpg +g_1_1_saproling3_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_dom.jpg +g_1_1_saproling3_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_pc2.jpg +g_1_1_saproling4_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling4_pc2.jpg +g_1_1_saproling_10e.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_10e.jpg +g_1_1_saproling_8ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_8ed.jpg +g_1_1_saproling_9ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_9ed.jpg +g_1_1_saproling_ala.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ala.jpg +g_1_1_saproling_apc.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_apc.jpg +g_1_1_saproling_arb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_arb.jpg +g_1_1_saproling_arc.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_arc.jpg +g_1_1_saproling_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c13.jpg +g_1_1_saproling_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c15.jpg +g_1_1_saproling_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_c16.jpg +g_1_1_saproling_cm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_cm2.jpg +g_1_1_saproling_cma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_cma.jpg +g_1_1_saproling_cmd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_cmd.jpg +g_1_1_saproling_cfx.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_cfx.jpg +g_1_1_saproling_dde.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_dde.jpg +g_1_1_saproling_ddf.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddf.jpg +g_1_1_saproling_ddh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddh.jpg +g_1_1_saproling_ddj.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddj.jpg +g_1_1_saproling_ddl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_ddl.jpg +g_1_1_saproling_dis.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_dis.jpg +g_1_1_saproling_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_dom.jpg +g_1_1_saproling_drb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_drb.jpg +g_1_1_saproling_fem.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fem.jpg +g_1_1_saproling_fut.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fut.jpg +g_1_1_saproling_gpt.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_gpt.jpg +g_1_1_saproling_hop.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_hop.jpg +g_1_1_saproling_inv.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_inv.jpg +g_1_1_saproling_m12.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m12.jpg +g_1_1_saproling_m13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m13.jpg +g_1_1_saproling_m14.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_m14.jpg +g_1_1_saproling_me2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_me2.jpg +g_1_1_saproling_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm2.jpg +g_1_1_saproling_mm3.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mm3.jpg +g_1_1_saproling_mma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mma.jpg +g_1_1_saproling_mmq.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_mmq.jpg +g_1_1_saproling_nms.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_nms.jpg +g_1_1_saproling_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pc2.jpg +g_1_1_saproling_pca.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pca.jpg +g_1_1_saproling_pd3.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pd3.jpg +g_1_1_saproling_plc.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_plc.jpg +g_1_1_saproling_pls.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pls.jpg +g_1_1_saproling_pz1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_pz1.jpg +g_1_1_saproling_rav.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rav.jpg +g_1_1_saproling_rix.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rix.jpg +g_1_1_saproling_rtr.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_rtr.jpg +g_1_1_saproling_tmp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tmp.jpg +g_1_1_saproling_tpr.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tpr.jpg +g_1_1_saproling_tsb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tsb.jpg +g_1_1_saproling_tsp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_tsp.jpg +g_1_1_saproling_usg.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_usg.jpg +g_1_1_saproling_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_vma.jpg +g_1_1_snake_6ed.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_6ed.jpg +g_1_1_snake_bok.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_bok.jpg +g_1_1_snake_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_c15.jpg +g_1_1_snake_chk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_chk.jpg +g_1_1_snake_cmd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_cmd.jpg +g_1_1_snake_deathtouch_akh.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_deathtouch_akh.jpg +g_1_1_snake_ktk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_ktk.jpg +g_1_1_snake_mm2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mm2.jpg +g_1_1_snake_mmq.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_mmq.jpg +g_1_1_snake_sok.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_sok.jpg +g_1_1_snake_vis.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_vis.jpg +g_1_1_snake_wwk.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_wwk.jpg +g_1_1_snake_zen.jpg https://downloads.cardforge.org/images/tokens/g_1_1_snake_zen.jpg +g_1_1_spike_sth.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike_sth.jpg +g_1_1_spike_tpr.jpg https://downloads.cardforge.org/images/tokens/g_1_1_spike_tpr.jpg +g_1_1_splinter_flying_cum_all.jpg https://downloads.cardforge.org/images/tokens/g_1_1_splinter_flying_cum_all.jpg +g_1_1_squirrel_cmd.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cmd.jpg +g_1_1_squirrel_cns.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_cns.jpg +g_1_1_squirrel_ody.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ody.jpg +g_1_1_squirrel_pcy.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_pcy.jpg +g_1_1_squirrel_tor.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_tor.jpg +g_1_1_squirrel_ugl.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ugl.jpg +g_1_1_squirrel_ulg.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_ulg.jpg +g_1_1_squirrel_vma.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_vma.jpg +g_1_1_squirrel_wth.jpg https://downloads.cardforge.org/images/tokens/g_1_1_squirrel_wth.jpg +g_1_1_wolf_sound_the_call_csp.jpg https://downloads.cardforge.org/images/tokens/g_1_1_wolf_sound_the_call_csp.jpg +g_1_2_e_spider_reach_jou.jpg https://downloads.cardforge.org/images/tokens/g_1_2_e_spider_reach_jou.jpg +g_1_2_spider_reach_c15.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_c15.jpg +g_1_2_spider_reach_cma.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_cma.jpg +g_1_2_spider_reach_emn.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_emn.jpg +g_1_2_spider_reach_isd.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_isd.jpg +g_1_2_spider_reach_pz1.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_pz1.jpg +g_1_2_spider_reach_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_shm.jpg +g_2_2_bear_c15.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_c15.jpg +g_2_2_bear_jud.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_jud.jpg +g_2_2_bear_ody.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_ody.jpg +g_2_2_bear_ons.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_ons.jpg +g_2_2_bear_vma.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_vma.jpg +g_2_2_beast_exo.jpg https://downloads.cardforge.org/images/tokens/g_2_2_beast_exo.jpg +g_2_2_boar_ths.jpg https://downloads.cardforge.org/images/tokens/g_2_2_boar_ths.jpg +g_2_2_cat_warrior_forestwalk_c17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_c17.jpg +g_2_2_cat_warrior_forestwalk_plc.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_plc.jpg +g_2_2_elemental_ori.jpg https://downloads.cardforge.org/images/tokens/g_2_2_elemental_ori.jpg +g_2_2_lizard_arb.jpg https://downloads.cardforge.org/images/tokens/g_2_2_lizard_arb.jpg +g_2_2_monkey_mmq.jpg https://downloads.cardforge.org/images/tokens/g_2_2_monkey_mmq.jpg +g_2_2_ooze_mitotic_m11.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_m11.jpg +g_2_2_ooze_mitotic_pc2.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_pc2.jpg +g_2_2_ooze_mitotic_pca.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_pca.jpg +g_2_2_ooze_mitotic_td2.jpg https://downloads.cardforge.org/images/tokens/g_2_2_ooze_mitotic_td2.jpg +g_2_2_wolf2_cma.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf2_cma.jpg +g_2_2_wolf2_v17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf2_v17.jpg +g_2_2_wolf_a25.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_a25.jpg +g_2_2_wolf_bng.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_bng.jpg +g_2_2_wolf_c14.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_c14.jpg +g_2_2_wolf_c15.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_c15.jpg +g_2_2_wolf_cma.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_cma.jpg +g_2_2_wolf_cmd.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_cmd.jpg +g_2_2_wolf_cns.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_cns.jpg +g_2_2_wolf_dka.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_dka.jpg +g_2_2_wolf_dpa.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_dpa.jpg +g_2_2_wolf_emn.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_emn.jpg +g_2_2_wolf_fvr.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_fvr.jpg +g_2_2_wolf_isd.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_isd.jpg +g_2_2_wolf_lrw.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_lrw.jpg +g_2_2_wolf_m10.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_m10.jpg +g_2_2_wolf_m14.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_m14.jpg +g_2_2_wolf_m15.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_m15.jpg +g_2_2_wolf_mm2.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_mm2.jpg +g_2_2_wolf_mor.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_mor.jpg +g_2_2_wolf_mps_kld.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_mps_kld.jpg +g_2_2_wolf_shm.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_shm.jpg +g_2_2_wolf_soi.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_soi.jpg +g_2_2_wolf_som.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_som.jpg +g_2_2_wolf_v17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_v17.jpg +g_2_2_wolf_wwk.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_wwk.jpg +g_2_2_wolf_zen.jpg https://downloads.cardforge.org/images/tokens/g_2_2_wolf_zen.jpg +g_2_5_treefolk_shaman_mma.jpg https://downloads.cardforge.org/images/tokens/g_2_5_treefolk_shaman_mma.jpg +g_2_5_treefolk_shaman_mor.jpg https://downloads.cardforge.org/images/tokens/g_2_5_treefolk_shaman_mor.jpg +g_3_3_ape_c14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ape_c14.jpg +g_3_3_ape_plc.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ape_plc.jpg +g_3_3_beast_5dn.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_5dn.jpg +g_3_3_beast_bbd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_bbd.jpg +g_3_3_beast_c14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c14.jpg +g_3_3_beast_c16.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_c16.jpg +g_3_3_beast_cma.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_cma.jpg +g_3_3_beast_cmd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_cmd.jpg +g_3_3_beast_cn2.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_cn2.jpg +g_3_3_beast_ddd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddd.jpg +g_3_3_beast_ddl.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_ddl.jpg +g_3_3_beast_dst.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_dst.jpg +g_3_3_beast_e01.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_e01.jpg +g_3_3_beast_eve.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_eve.jpg +g_3_3_beast_gvl.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_gvl.jpg +g_3_3_beast_lrw.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_lrw.jpg +g_3_3_beast_m10.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m10.jpg +g_3_3_beast_m11.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m11.jpg +g_3_3_beast_m12.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m12.jpg +g_3_3_beast_m13.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m13.jpg +g_3_3_beast_m14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m14.jpg +g_3_3_beast_m15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m15.jpg +g_3_3_beast_m19.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_m19.jpg +g_3_3_beast_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_mm3.jpg +g_3_3_beast_nph.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_nph.jpg +g_3_3_beast_pc2.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_pc2.jpg +g_3_3_beast_pca.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_pca.jpg +g_3_3_beast_usg.jpg https://downloads.cardforge.org/images/tokens/g_3_3_beast_usg.jpg +g_3_3_boar_pc2.jpg https://downloads.cardforge.org/images/tokens/g_3_3_boar_pc2.jpg +g_3_3_boar_pca.jpg https://downloads.cardforge.org/images/tokens/g_3_3_boar_pca.jpg +g_3_3_boar_vma.jpg https://downloads.cardforge.org/images/tokens/g_3_3_boar_vma.jpg +g_3_3_centaur2_dgm.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur2_dgm.jpg +g_3_3_centaur2_rtr.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur2_rtr.jpg +g_3_3_centaur_bng.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_bng.jpg +g_3_3_centaur_dgm.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_dgm.jpg +g_3_3_centaur_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_mm3.jpg +g_3_3_centaur_ons.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_ons.jpg +g_3_3_centaur_pro_black_rav.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_pro_black_rav.jpg +g_3_3_centaur_rtr.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_rtr.jpg +g_3_3_dinosaur_trample_rix.jpg https://downloads.cardforge.org/images/tokens/g_3_3_dinosaur_trample_rix.jpg +g_3_3_dinosaur_trample_xln.jpg https://downloads.cardforge.org/images/tokens/g_3_3_dinosaur_trample_xln.jpg +g_3_3_e_centaur_bng.jpg https://downloads.cardforge.org/images/tokens/g_3_3_e_centaur_bng.jpg +g_3_3_elemental_arc.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elemental_arc.jpg +g_3_3_elephant_c13.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_c13.jpg +g_3_3_elephant_c14.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_c14.jpg +g_3_3_elephant_c15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_c15.jpg +g_3_3_elephant_cma.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_cma.jpg +g_3_3_elephant_cmd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_cmd.jpg +g_3_3_elephant_cns.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_cns.jpg +g_3_3_elephant_ddd.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_ddd.jpg +g_3_3_elephant_dds.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_dds.jpg +g_3_3_elephant_ema.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_ema.jpg +g_3_3_elephant_gvl.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_gvl.jpg +g_3_3_elephant_hop.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_hop.jpg +g_3_3_elephant_inv.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_inv.jpg +g_3_3_elephant_jud.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_jud.jpg +g_3_3_elephant_mm2.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_mm2.jpg +g_3_3_elephant_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_mm3.jpg +g_3_3_elephant_ody.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_ody.jpg +g_3_3_elephant_pd3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_pd3.jpg +g_3_3_elephant_roe.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_roe.jpg +g_3_3_elephant_tsb.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_tsb.jpg +g_3_3_elephant_vma.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_vma.jpg +g_3_3_elephant_wwk.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_wwk.jpg +g_3_3_frog_lizard_c15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_c15.jpg +g_3_3_frog_lizard_gtc.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_gtc.jpg +g_3_3_hippo_akh.jpg https://downloads.cardforge.org/images/tokens/g_3_3_hippo_akh.jpg +g_3_3_ooze_soi.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ooze_soi.jpg +g_4_2_beast_akh.jpg https://downloads.cardforge.org/images/tokens/g_4_2_beast_akh.jpg +g_4_4_bear_ktk.jpg https://downloads.cardforge.org/images/tokens/g_4_4_bear_ktk.jpg +g_4_4_beast_c13.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c13.jpg +g_4_4_beast_c14.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c14.jpg +g_4_4_beast_c15.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c15.jpg +g_4_4_beast_cma.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_cma.jpg +g_4_4_beast_cmd.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_cmd.jpg +g_4_4_beast_ddd.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_ddd.jpg +g_4_4_beast_dds.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_dds.jpg +g_4_4_beast_e01.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_e01.jpg +g_4_4_beast_gvl.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_gvl.jpg +g_4_4_beast_ima.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_ima.jpg +g_4_4_beast_mm3.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_mm3.jpg +g_4_4_beast_ody.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_ody.jpg +g_4_4_beast_pz1.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_pz1.jpg +g_4_4_beast_scg.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_scg.jpg +g_4_4_beast_zen.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_zen.jpg +g_4_4_elemental_c13.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_c13.jpg +g_4_4_elemental_ddr.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_ddr.jpg +g_4_4_elemental_lrw.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_lrw.jpg +g_4_4_elemental_mma.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_mma.jpg +g_4_4_elemental_mor.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_mor.jpg +g_4_4_rhino_trample_dgm.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino_trample_dgm.jpg +g_4_4_rhino_trample_rtr.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino_trample_rtr.jpg +g_5_3_elemental_c14.jpg https://downloads.cardforge.org/images/tokens/g_5_3_elemental_c14.jpg +g_5_3_elemental_cma.jpg https://downloads.cardforge.org/images/tokens/g_5_3_elemental_cma.jpg +g_5_3_elemental_pz1.jpg https://downloads.cardforge.org/images/tokens/g_5_3_elemental_pz1.jpg +g_5_4_snake_hou.jpg https://downloads.cardforge.org/images/tokens/g_5_4_snake_hou.jpg +g_5_5_beast_c13.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_c13.jpg +g_5_5_beast_mrd.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_mrd.jpg +g_5_5_beast_td2.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_td2.jpg +g_5_5_beast_trample_c13.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_trample_c13.jpg +g_5_5_wurm_akh.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_akh.jpg +g_5_5_wurm_trample_dgm.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_dgm.jpg +g_5_5_wurm_trample_mm3.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_mm3.jpg +g_5_5_wurm_trample_rtr.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_rtr.jpg +g_6_1_insect_shroud_plc.jpg https://downloads.cardforge.org/images/tokens/g_6_1_insect_shroud_plc.jpg +g_6_6_wurm_dds.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_dds.jpg +g_6_6_wurm_ema.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_ema.jpg +g_6_6_wurm_gpt.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_gpt.jpg +g_6_6_wurm_jud.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_jud.jpg +g_6_6_wurm_m12.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_m12.jpg +g_6_6_wurm_m13.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_m13.jpg +g_6_6_wurm_ody.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_ody.jpg +g_6_6_wurm_vma.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_vma.jpg +g_7_7_elemental_trample_dd1.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental_trample_dd1.jpg +g_7_7_elemental_trample_evg.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental_trample_evg.jpg +g_7_7_elemental_trample_ons.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental_trample_ons.jpg +g_x_x_elemental_c13.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_c13.jpg +g_x_x_elemental_chk.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_chk.jpg +g_x_x_elemental_ogw.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_ogw.jpg +g_x_x_elephant_resurgence_pcy.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elephant_resurgence_pcy.jpg +g_x_x_hydra_jou.jpg https://downloads.cardforge.org/images/tokens/g_x_x_hydra_jou.jpg +g_x_x_ooze_ala.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_ala.jpg +g_x_x_ooze_gtc.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_gtc.jpg +g_x_x_ooze_gutter_grime_isd.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_gutter_grime_isd.jpg +g_x_x_ooze_isd.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_isd.jpg +g_x_x_ooze_mm3.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_mm3.jpg +g_x_x_ooze_roe.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_roe.jpg +g_x_x_ooze_rtr.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_rtr.jpg +g_x_x_saproling_burst_nms.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling_burst_nms.jpg +g_x_x_saproling_burst_vma.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling_burst_vma.jpg +g_x_x_treefolk_c14.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_c14.jpg +g_x_x_treefolk_cma.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_cma.jpg +g_x_x_treefolk_warrior_total_forests_m15.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_warrior_total_forests_m15.jpg +g_x_x_wurm_fut.jpg https://downloads.cardforge.org/images/tokens/g_x_x_wurm_fut.jpg +g_x_x_wurm_tsp.jpg https://downloads.cardforge.org/images/tokens/g_x_x_wurm_tsp.jpg +gold_bng.jpg https://downloads.cardforge.org/images/tokens/gold_bng.jpg +gold_c15.jpg https://downloads.cardforge.org/images/tokens/gold_c15.jpg +gold_c17.jpg https://downloads.cardforge.org/images/tokens/gold_c17.jpg +gold_jou.jpg https://downloads.cardforge.org/images/tokens/gold_jou.jpg +goldmeadow_harrier_fut.jpg https://downloads.cardforge.org/images/tokens/goldmeadow_harrier_fut.jpg +gu_1_1_snake_c15.jpg https://downloads.cardforge.org/images/tokens/gu_1_1_snake_c15.jpg +gu_1_1_snake_dis.jpg https://downloads.cardforge.org/images/tokens/gu_1_1_snake_dis.jpg +gu_2_2_drake_flying_c13.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake_flying_c13.jpg +gu_2_2_drake_flying_cma.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake_flying_cma.jpg +gu_2_2_drake_flying_dis.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake_flying_dis.jpg +gw_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/gw_1_1_elf_warrior_shm.jpg +gw_8_8_elemental_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_vigilance_rtr.jpg +gw_x_x_elemental_total_creatures_dgm.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental_total_creatures_dgm.jpg +gw_x_x_elemental_total_creatures_mm3.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental_total_creatures_mm3.jpg +hornet_dde.jpg https://downloads.cardforge.org/images/tokens/hornet_dde.jpg +hornet_sth.jpg https://downloads.cardforge.org/images/tokens/hornet_sth.jpg +kaldra_5dn.jpg https://downloads.cardforge.org/images/tokens/kaldra_5dn.jpg +karox_bladewing_dom.jpg https://downloads.cardforge.org/images/tokens/karox_bladewing_dom.jpg +kelp_hml.jpg https://downloads.cardforge.org/images/tokens/kelp_hml.jpg +kelp_me2.jpg https://downloads.cardforge.org/images/tokens/kelp_me2.jpg +kobolds_of_kher_keep_a25.jpg https://downloads.cardforge.org/images/tokens/kobolds_of_kher_keep_a25.jpg +kobolds_of_kher_keep_c13.jpg https://downloads.cardforge.org/images/tokens/kobolds_of_kher_keep_c13.jpg +kobolds_of_kher_keep_tsp.jpg https://downloads.cardforge.org/images/tokens/kobolds_of_kher_keep_tsp.jpg +land_mine_m15.jpg https://downloads.cardforge.org/images/tokens/land_mine_15.jpg +lightning_rager_c15.jpg https://downloads.cardforge.org/images/tokens/lightning_rager_c15.jpg +lightning_rager_cm2.jpg https://downloads.cardforge.org/images/tokens/lightning_rager_cm2.jpg +lightning_rager_pz1.jpg https://downloads.cardforge.org/images/tokens/lightning_rager_pz1.jpg +llanowar_elves_fut.jpg https://downloads.cardforge.org/images/tokens/llanowar_elves_fut.jpg +marit_lage_csp.jpg https://downloads.cardforge.org/images/tokens/marit_lage_csp.jpg +marit_lage_v16.jpg https://downloads.cardforge.org/images/tokens/marit_lage_v16.jpg +metallic_sliver_fut.jpg https://downloads.cardforge.org/images/tokens/metallic_sliver_fut.jpg +minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg +minor_demon_me3.jpg https://downloads.cardforge.org/images/tokens/minor_demon_me3.jpg +mowu2_gs1.jpg https://downloads.cardforge.org/images/tokens/mowu2_gs1.jpg +mowu_gs1.jpg https://downloads.cardforge.org/images/tokens/mowu_gs1.jpg +r_0_1_elemental_rekindling_phoenix_rix.jpg https://downloads.cardforge.org/images/tokens/r_0_1_elemental_rekindling_phoenix_rix.jpg +r_1_1_devil_burn_emn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_devil_burn_emn.jpg +r_1_1_devil_burn_soi.jpg https://downloads.cardforge.org/images/tokens/r_1_1_devil_burn_soi.jpg +r_1_1_elemental2_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_m14.jpg +r_1_1_elemental_cat_haste_jud.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat_haste_jud.jpg +r_1_1_elemental_dds.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_dds.jpg +r_1_1_elemental_ema.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_ema.jpg +r_1_1_elemental_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m13.jpg +r_1_1_elemental_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m14.jpg +r_1_1_elemental_rix.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_rix.jpg +r_1_1_goblin2_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_m13.jpg +r_1_1_goblin2_pc2.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_pc2.jpg +r_1_1_goblin_10e.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_10e.jpg +r_1_1_goblin_5ed.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_5ed.jpg +r_1_1_goblin_6ed.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_6ed.jpg +r_1_1_goblin_a25.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_a25.jpg +r_1_1_goblin_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ala.jpg +r_1_1_goblin_all_attack_c16.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_all_attack_c16.jpg +r_1_1_goblin_arb.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_arb.jpg +r_1_1_goblin_arc.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_arc.jpg +r_1_1_goblin_ath.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ath.jpg +r_1_1_goblin_c14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_c14.jpg +r_1_1_goblin_cm2.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_cm2.jpg +r_1_1_goblin_dd1.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dd1.jpg +r_1_1_goblin_ddg.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ddg.jpg +r_1_1_goblin_ddn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ddn.jpg +r_1_1_goblin_dds.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dds.jpg +r_1_1_goblin_ddt.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ddt.jpg +r_1_1_goblin_dom.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dom.jpg +r_1_1_goblin_dtk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_dtk.jpg +r_1_1_goblin_ema.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ema.jpg +r_1_1_goblin_evg.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_evg.jpg +r_1_1_goblin_fem.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_fem.jpg +r_1_1_goblin_haste_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ala.jpg +r_1_1_goblin_haste_ddt.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ddt.jpg +r_1_1_goblin_haste_ktk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ktk.jpg +r_1_1_goblin_haste_m15.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_m15.jpg +r_1_1_goblin_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_mm3.jpg +r_1_1_goblin_haste_nph.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_nph.jpg +r_1_1_goblin_hop.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_hop.jpg +r_1_1_goblin_ktk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ktk.jpg +r_1_1_goblin_lgn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_lgn.jpg +r_1_1_goblin_m10.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m10.jpg +r_1_1_goblin_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m13.jpg +r_1_1_goblin_m19.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_m19.jpg +r_1_1_goblin_mm3.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_mm3.jpg +r_1_1_goblin_mma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_mma.jpg +r_1_1_goblin_me4.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_me4.jpg +r_1_1_goblin_nms.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_nms.jpg +r_1_1_goblin_noblock_cn2.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_noblock_cn2.jpg +r_1_1_goblin_nph.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_nph.jpg +r_1_1_goblin_ori.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ori.jpg +r_1_1_goblin_pc2.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_pc2.jpg +r_1_1_goblin_pca.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_pca.jpg +r_1_1_goblin_rav.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rav.jpg +r_1_1_goblin_rtr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_rtr.jpg +r_1_1_goblin_scg.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scg.jpg +r_1_1_goblin_scout_mountainwalk_mir.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_scout_mountainwalk_mir.jpg +r_1_1_goblin_som.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_som.jpg +r_1_1_goblin_sth.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_sth.jpg +r_1_1_goblin_tpr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tpr.jpg +r_1_1_goblin_tsp.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_tsp.jpg +r_1_1_goblin_uds.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_uds.jpg +r_1_1_goblin_ugl.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ugl.jpg +r_1_1_goblin_usg.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_usg.jpg +r_1_1_goblin_vma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_vma.jpg +r_1_1_human_emn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human_emn.jpg +r_1_1_human_haste_avr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human_haste_avr.jpg +r_1_1_soldier_haste_ths.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier_haste_ths.jpg +r_1_1_survivor_all.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_all.jpg +r_1_1_warrior_sok.jpg https://downloads.cardforge.org/images/tokens/r_1_1_warrior_sok.jpg +r_2_1_goblin_haste_arc.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin_haste_arc.jpg +r_2_1_goblin_haste_dis.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin_haste_dis.jpg +r_2_2_dragon_flying_firebreathing_ema.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ema.jpg +r_2_2_dragon_flying_firebreathing_ima.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ima.jpg +r_2_2_dragon_flying_firebreathing_m14.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m14.jpg +r_2_2_dragon_flying_firebreathing_m15.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m15.jpg +r_2_2_dragon_flying_firebreathing_m19.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m19.jpg +r_2_2_gremlin_aer.jpg https://downloads.cardforge.org/images/tokens/r_2_2_gremlin_aer.jpg +r_2_3_minotaur_haste2_jou.jpg https://downloads.cardforge.org/images/tokens/r_2_3_minotaur_haste2_jou.jpg +r_2_3_minotaur_haste_jou.jpg https://downloads.cardforge.org/images/tokens/r_2_3_minotaur_haste_jou.jpg +r_3_1_e_elemental_haste_bng.jpg https://downloads.cardforge.org/images/tokens/r_3_1_e_elemental_haste_bng.jpg +r_3_1_elemental_bng.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_bng.jpg +r_3_1_elemental_dis.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_dis.jpg +r_3_1_elemental_haste_cfx.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_cfx.jpg +r_3_1_elemental_haste_mrd.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_mrd.jpg +r_3_1_elemental_haste_ogw.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_ogw.jpg +r_3_1_elemental_haste_sok.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_haste_sok.jpg +r_3_1_elemental_shaman_haste_c15.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_haste_c15.jpg +r_3_1_elemental_shaman_haste_cm2.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_haste_cm2.jpg +r_3_1_elemental_shaman_haste_dd2.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_haste_dd2.jpg +r_3_1_elemental_shaman_haste_jvc.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_haste_jvc.jpg +r_3_1_elemental_shaman_haste_lrw.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_haste_lrw.jpg +r_3_1_elemental_shaman_lrw.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_shaman_lrw.jpg +r_3_1_elemental_trample_haste_bfz.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_trample_haste_bfz.jpg +r_3_1_elemental_trample_haste_dom.jpg https://downloads.cardforge.org/images/tokens/r_3_1_elemental_trample_haste_dom.jpg +r_3_3_elemental_dst.jpg https://downloads.cardforge.org/images/tokens/r_3_3_elemental_dst.jpg +r_3_3_ogre_c16.jpg https://downloads.cardforge.org/images/tokens/r_3_3_ogre_c16.jpg +r_3_3_ogre_wwk.jpg https://downloads.cardforge.org/images/tokens/r_3_3_ogre_wwk.jpg +r_4_4_bird_flying_8ed.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_8ed.jpg +r_4_4_bird_flying_9ed.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_9ed.jpg +r_4_4_bird_flying_arn.jpg https://downloads.cardforge.org/images/tokens/r_4_4_bird_flying_arn.jpg +r_4_4_dragon_flying_ala.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon_flying_ala.jpg +r_4_4_dragon_flying_c17.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon_flying_c17.jpg +r_4_4_dragon_flying_dtk.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon_flying_dtk.jpg +r_4_4_dragon_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon_flying_mm3.jpg +r_4_4_dragon_flying_mma.jpg https://downloads.cardforge.org/images/tokens/r_4_4_dragon_flying_mma.jpg +r_4_4_giant_fut.jpg https://downloads.cardforge.org/images/tokens/r_4_4_giant_fut.jpg +r_4_4_hellion_ddp.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_ddp.jpg +r_4_4_hellion_haste_m13.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_haste_m13.jpg +r_4_4_hellion_m13.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_m13.jpg +r_4_4_hellion_pc2.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_pc2.jpg +r_4_4_hellion_pca.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_pca.jpg +r_4_4_hellion_roe.jpg https://downloads.cardforge.org/images/tokens/r_4_4_hellion_roe.jpg +r_4_4_ogre_cns.jpg https://downloads.cardforge.org/images/tokens/r_4_4_ogre_cns.jpg +r_5_5_dragon_flying_10e.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_10e.jpg +r_5_5_dragon_flying_arc.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_arc.jpg +r_5_5_dragon_flying_bfz.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_bfz.jpg +r_5_5_dragon_flying_c15.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_c15.jpg +r_5_5_dragon_flying_cma.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_cma.jpg +r_5_5_dragon_flying_cmd.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_cmd.jpg +r_5_5_dragon_flying_cn2.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_cn2.jpg +r_5_5_dragon_flying_hop.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_hop.jpg +r_5_5_dragon_flying_ima.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_ima.jpg +r_5_5_dragon_flying_m19.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_m19.jpg +r_5_5_dragon_flying_ons.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_ons.jpg +r_5_5_dragon_flying_pca.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_pca.jpg +r_5_5_dragon_flying_pz1.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_pz1.jpg +r_5_5_dragon_flying_roe.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_roe.jpg +r_5_5_dragon_flying_scg.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_scg.jpg +r_5_5_dragon_flying_wwk.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_wwk.jpg +r_6_6_dragon_flying_c17.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_flying_c17.jpg +r_6_6_dragon_flying_rtr.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_flying_rtr.jpg +r_7_1_elemental_trample_haste_zen.jpg https://downloads.cardforge.org/images/tokens/r_7_1_elemental_trample_haste_zen.jpg +r_8_8_lizard_cn2.jpg https://downloads.cardforge.org/images/tokens/r_8_8_lizard_cn2.jpg +r_x_x_elemental_roe.jpg https://downloads.cardforge.org/images/tokens/r_x_x_elemental_roe.jpg +ragavan_aer.jpg https://downloads.cardforge.org/images/tokens/ragavan_aer.jpg +rg_1_1_goblin_warrior_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_1_1_goblin_warrior_mm3.jpg +rg_1_1_goblin_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/rg_1_1_goblin_warrior_shm.jpg +rg_2_2_satyr_haste_jou.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr_haste_jou.jpg +rg_2_2_satyr_haste_ths.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr_haste_ths.jpg +rg_4_4_giant_warrior_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_mm3.jpg +rg_4_4_giant_warrior_haste_shm.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_shm.jpg +rg_5_5_elemental_bfz.jpg https://downloads.cardforge.org/images/tokens/rg_5_5_elemental_bfz.jpg +rgw_1_1_sand_warrior_leg.jpg https://downloads.cardforge.org/images/tokens/rgw_1_1_sand_warrior_leg.jpg +rgw_1_1_sand_warrior_me3.jpg https://downloads.cardforge.org/images/tokens/rgw_1_1_sand_warrior_me3.jpg +rgw_8_8_beast_ala.jpg https://downloads.cardforge.org/images/tokens/rgw_8_8_beast_ala.jpg +rw_1_1_goblin_soldier_apc.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_apc.jpg +rw_1_1_goblin_soldier_ema.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_ema.jpg +rw_1_1_goblin_soldier_eve.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_eve.jpg +rw_1_1_goblin_soldier_vma.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_goblin_soldier_vma.jpg +rw_1_1_soldier_haste2_dgm.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste2_dgm.jpg +rw_1_1_soldier_haste2_gtc.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste2_gtc.jpg +rw_1_1_soldier_haste_dgm.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_dgm.jpg +rw_1_1_soldier_haste_gtc.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_gtc.jpg +rw_1_1_soldier_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_mm3.jpg +spark_elemental_fut.jpg https://downloads.cardforge.org/images/tokens/spark_elemental_fut.jpg +stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_a25.jpg +stangg_twin_chr.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_chr.jpg +stangg_twin_leg.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_leg.jpg +stangg_twin_me3.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_me3.jpg +stoneforged_blade_c14.jpg https://downloads.cardforge.org/images/tokens/stoneforged_blade_c14.jpg +stoneforged_blade_pz1.jpg https://downloads.cardforge.org/images/tokens/stoneforged_blade_c14.jpg +tombspawn_mir.jpg https://downloads.cardforge.org/images/tokens/tombspawn_mir.jpg +tuktuk_the_returned_c14.jpg https://downloads.cardforge.org/images/tokens/tuktuk_the_returned_c14.jpg +tuktuk_the_returned_cm2.jpg https://downloads.cardforge.org/images/tokens/tuktuk_the_returned_cm2.jpg +tuktuk_the_returned_roe.jpg https://downloads.cardforge.org/images/tokens/tuktuk_the_returned_roe.jpg +twin_dst.jpg https://downloads.cardforge.org/images/tokens/twin_dst.jpg +u_0_1_a_homunculus_ala.jpg https://downloads.cardforge.org/images/tokens/u_0_1_a_homunculus_ala.jpg +u_0_1_plant_wall.jpg https://downloads.cardforge.org/images/tokens/u_0_1_plant_wall.jpg +u_0_1_starfish_all.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish_all.jpg +u_0_1_starfish_me3.jpg https://downloads.cardforge.org/images/tokens/u_0_1_starfish_me3.jpg +u_1_0_elemental_ddt.jpg https://downloads.cardforge.org/images/tokens/u_1_0_elemental_ddt.jpg +u_1_0_elemental_ths.jpg https://downloads.cardforge.org/images/tokens/u_1_0_elemental_ths.jpg +u_1_1_a_thopter_flying_ala.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_ala.jpg +u_1_1_a_thopter_flying_arb.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_arb.jpg +u_1_1_a_thopter_flying_c13.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_c13.jpg +u_1_1_a_thopter_flying_c16.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_c16.jpg +u_1_1_bird_flying_eve.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_flying_eve.jpg +u_1_1_bird_flying_inv.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_flying_inv.jpg +u_1_1_camarid_fem.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_fem.jpg +u_1_1_camarid_tsp.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_tsp.jpg +u_1_1_faerie_flying_c13.jpg https://downloads.cardforge.org/images/tokens/u_1_1_faerie_flying_rav.jpg +u_1_1_faerie_flying_rav.jpg https://downloads.cardforge.org/images/tokens/u_1_1_faerie_flying_rav.jpg +u_1_1_human_wizard_emn.jpg https://downloads.cardforge.org/images/tokens/u_1_1_human_wizard_emn.jpg +u_1_1_illusion_flying_chk.jpg https://downloads.cardforge.org/images/tokens/u_1_1_illusion_flying_chk.jpg +u_1_1_illusion_flying_mma.jpg https://downloads.cardforge.org/images/tokens/u_1_1_illusion_flying_mma.jpg +u_1_1_merfolk_hexproof_rix.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_hexproof_rix.jpg +u_1_1_merfolk_hexproof_xln.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_hexproof_xln.jpg +u_1_1_merfolk_wizard_lrw.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_wizard_lrw.jpg +u_1_1_merfolk_wizard_mor.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_wizard_lrw.jpg +u_1_1_merfolk_zen.jpg https://downloads.cardforge.org/images/tokens/u_1_1_merfolk_zen.jpg +u_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/u_1_1_spirit_flying_avr.jpg +u_1_1_squid_islandwalk2_m15.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk2_m15.jpg +u_1_1_squid_islandwalk_c16.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk_c16.jpg +u_1_1_squid_islandwalk_m15.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk_m15.jpg +u_2_2_bird_flying_c16.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird_flying_c16.jpg +u_2_2_bird_flying_ths.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird_flying_ths.jpg +u_2_2_djinn_monk_flying_dtk.jpg https://downloads.cardforge.org/images/tokens/u_2_2_djinn_monk_flying_dtk.jpg +u_2_2_djinn_monk_flying_ima.jpg https://downloads.cardforge.org/images/tokens/u_2_2_djinn_monk_flying_ima.jpg +u_2_2_drake_flying_akh.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_akh.jpg +u_2_2_drake_flying_c15.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_c15.jpg +u_2_2_drake_flying_dds.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_dds.jpg +u_2_2_drake_flying_m13.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_m13.jpg +u_2_2_e_bird_flying_bng.jpg https://downloads.cardforge.org/images/tokens/u_2_2_e_bird_flying_bng.jpg +u_2_2_e_bird_flying_jou.jpg https://downloads.cardforge.org/images/tokens/u_2_2_e_bird_flying_jou.jpg +u_2_2_elemental_flying_dst.jpg https://downloads.cardforge.org/images/tokens/u_2_2_elemental_flying_dst.jpg +u_2_2_homunculus_isd.jpg https://downloads.cardforge.org/images/tokens/u_2_2_homunculus_isd.jpg +u_2_2_illusion_ddm.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_ddm.jpg +u_2_2_illusion_illusory_xln.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_illusory_xln.jpg +u_2_2_illusion_zen.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_zen.jpg +u_3_3_fish_hatches_whale_a25.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_a25.jpg +u_3_3_fish_hatches_whale_c14.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_c14.jpg +u_3_3_weird_defender_flying_ddj.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying_ddj.jpg +u_3_3_weird_defender_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying_gpt.jpg +u_4_4_sphinx_flying_jou.jpg https://downloads.cardforge.org/images/tokens/u_4_4_sphinx_flying_jou.jpg +u_5_5_dragon_spirit_flying_chk.jpg https://downloads.cardforge.org/images/tokens/u_5_5_dragon_spirit_flying_chk.jpg +u_5_5_wall_defender_ddt.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ddt.jpg +u_5_5_wall_defender_ema.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_ema.jpg +u_5_5_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/u_5_5_wall_defender_mir.jpg +u_6_6_whale_hatches_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_6_6_whale_hatches_kraken_a25.pg +u_6_6_whale_hatches_kraken_c14.jpg https://downloads.cardforge.org/images/tokens/u_6_6_whale_hatches_kraken_c14.pg +u_8_8_octopus_bfz.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus_bfz.jpg +u_8_8_octopus_ogw.jpg https://downloads.cardforge.org/images/tokens/u_8_8_octopus_ogw.jpg +u_9_9_kraken_a25.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_a25.jpg +u_9_9_kraken_bng.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_bng.jpg +u_9_9_kraken_c14.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_c14.jpg +u_9_9_kraken_ddo.jpg https://downloads.cardforge.org/images/tokens/u_9_9_kraken_ddo.jpg +u_x_x_orb_flying_all.jpg https://downloads.cardforge.org/images/tokens/u_x_x_orb_all.jpg +u_x_x_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/u_x_x_zombie_c14.jpg +ub_1_1_faerie_rogue_flying_fvl.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_fvl.jpg +ub_1_1_faerie_rogue_flying_mma.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_mma.jpg +ub_1_1_faerie_rogue_flying_shm.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_shm.jpg +ub_1_1_horror_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror_flying_gtc.jpg +ub_1_1_zombie_wizard_arb.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_zombie_wizard_arb.jpgd +ur_1_1_insect_flying_haste_hou.jpg https://downloads.cardforge.org/images/tokens/ur_1_1_insect_flying_haste_hou.jpg +ur_1_1_insect_flying_haste_mps_akh.jpg https://downloads.cardforge.org/images/tokens/ur_1_1_insect_flying_haste_mps_akh.jpg +ur_5_5_elemental_flying_c15.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental_flying_c15.jpg +ur_5_5_elemental_flying_ema.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental_flying_ema.jpg +ur_5_5_elemental_flying_eve.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental_flying_eve.jpg +urami_sok.jpg https://downloads.cardforge.org/images/tokens/urami_sok.jpg +voja_rav.jpg https://downloads.cardforge.org/images/tokens/voja_rav.jpg +volrath's_laboratory_sth.jpg https://downloads.cardforge.org/images/tokens/volrath%27s_laboratory_sth.jpg +w_0_1_caribou_5ed.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_5ed.jpg +w_0_1_caribou_ice.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_ice.jpg +w_0_1_caribou_me2.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_me2.jpg +w_0_1_deserter_all.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter_all.jpg +w_0_1_deserter_cst.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter_cst.jpg +w_0_1_deserter_me2.jpg https://downloads.cardforge.org/images/tokens/w_0_1_deserter_me2.jpg +w_0_1_goat_c14.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_c14.jpg +w_0_1_goat_c16.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_c16.jpg +w_0_1_goat_cm2.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_cm2.jpg +w_0_1_goat_eve.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_eve.jpg +w_0_1_goat_hop.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_hop.jpg +w_0_1_goat_m13.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_m13.jpg +w_0_1_goat_m14.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_m14.jpg +w_0_1_goat_pca.jpg https://downloads.cardforge.org/images/tokens/w_0_1_goat_pca.jpg +w_1_1_bird_flying_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_bng.jpg +w_1_1_bird_flying_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_c16.jpg +w_1_1_bird_flying_cm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_cm2.jpg +w_1_1_bird_flying_csp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_csp.jpg +w_1_1_bird_flying_dgm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_dgm.jpg +w_1_1_bird_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_ima.jpg +w_1_1_bird_flying_jud.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_jud.jpg +w_1_1_bird_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_mm3.jpg +w_1_1_bird_flying_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_rtr.jpg +w_1_1_bird_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_vma.jpg +w_1_1_bird_flying_zen.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_flying_zen.jpg +w_1_1_bird_soldier_flying_arb.jpg https://downloads.cardforge.org/images/tokens/w_1_1_bird_soldier_flying_arb.jpg +w_1_1_cat_lifelink_akh.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_lifelink_akh.jpg +w_1_1_cat_lifelink_hou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_lifelink_hou.jpg +w_1_1_cat_lifelink_m19.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_lifelink_m19.jpg +w_1_1_cat_soldier_vigilance_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_cat_soldier_vigilance_bng.jpg +w_1_1_citizen_5ed.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_5ed.jpg +w_1_1_citizen_6ed.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_6ed.jpg +w_1_1_citizen_fem.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_fem.jpg +w_1_1_citizen_tsp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_tsp.jpg +w_1_1_e_soldier2_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_e_soldier2_bng.jpg +w_1_1_e_soldier_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_e_soldier_bng.jpg +w_1_1_human2_dka.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human2_dka.jpg +w_1_1_human_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_avr.jpg +w_1_1_human_ddq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_ddq.jpg +w_1_1_human_dka.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_dka.jpg +w_1_1_human_soldier_emn.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_soldier_emn.jpg +w_1_1_human_soldier_soi.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human_soldier_soi.jpg +w_1_1_kithkin_soldier_cma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_cma.jpg +w_1_1_kithkin_soldier_cmd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_cmd.jpg +w_1_1_kithkin_soldier_eve.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_eve.jpg +w_1_1_kithkin_soldier_lrw.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_lrw.jpg +w_1_1_kithkin_soldier_mma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_mma.jpg +w_1_1_kithkin_soldier_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kithkin_soldier_shm.jpg +w_1_1_knight_banding_all.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight_banding_all.jpg +w_1_1_knight_banding_me2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_knight_banding_me2.jpg +w_1_1_kor_ally_bfz.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally_bfz.jpg +w_1_1_kor_ally_ogw.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_ally_ogw.jpg +w_1_1_kor_soldier_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier_c14.jpg +w_1_1_kor_soldier_pz1.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier_pz1.jpg +w_1_1_kor_soldier_roe.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier_roe.jpg +w_1_1_monk_prowess2_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_monk_prowess2_frf.jpg +w_1_1_monk_prowess_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_monk_prowess_frf.jpg +w_1_1_kor_soldier_zen.jpg https://downloads.cardforge.org/images/tokens/w_1_1_kor_soldier_zen.jpg +w_1_1_pegasus_flying_ath.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_ath.jpg +w_1_1_pegasus_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_c14.jpg +w_1_1_pegasus_flying_cmd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_cmd.jpg +w_1_1_pegasus_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_gpt.jpg +w_1_1_pegasus_flying_mir.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_mir.jpg +w_1_1_pegasus_flying_tmp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_tmp.jpg +w_1_1_pegasus_flying_tpr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_tpr.jpg +w_1_1_pegasus_flying_tsb.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_tsb.jpg +w_1_1_pegasus_flying_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_pegasus_flying_ugl.jpg +w_1_1_soldier2_jou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_jou.jpg +w_1_1_soldier2_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier2_ths.jpg +w_1_1_soldier3_jou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier3_jou.jpg +w_1_1_soldier3_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier3_ths.jpg +w_1_1_soldier_10e.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_10e.jpg +w_1_1_soldier_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_a25.jpg +w_1_1_soldier_ala.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ala.jpg +w_1_1_soldier_all.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_all.jpg +w_1_1_soldier_ally_wwk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ally_wwk.jpg +w_1_1_soldier_arb.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_arb.jpg +w_1_1_soldier_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_bng.jpg +w_1_1_soldier_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_c14.jpg +w_1_1_soldier_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_c16.jpg +w_1_1_soldier_cfx.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cfx.jpg +w_1_1_soldier_cmd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cmd.jpg +w_1_1_soldier_cn2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cn2.jpg +w_1_1_soldier_csp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_csp.jpg +w_1_1_soldier_ddf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ddf.jpg +w_1_1_soldier_ddo.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ddo.jpg +w_1_1_soldier_dom.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_dom.jpg +w_1_1_soldier_e01.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_e01.jpg +w_1_1_soldier_ema.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ema.jpg +w_1_1_soldier_fut.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_fut.jpg +w_1_1_soldier_fva.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_fva.jpg +w_1_1_soldier_gtc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_gtc.jpg +w_1_1_soldier_jou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_jou.jpg +w_1_1_soldier_m10.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m10.jpg +w_1_1_soldier_m12.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m12.jpg +w_1_1_soldier_m13.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m13.jpg +w_1_1_soldier_m15.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m15.jpg +w_1_1_soldier_m19.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m19.jpg +w_1_1_soldier_mbs.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mbs.jpg +w_1_1_soldier_md1.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_md1.jpg +w_1_1_soldier_me2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_me2.jpg +w_1_1_soldier_mm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mm2.jpg +w_1_1_soldier_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mm3.jpg +w_1_1_soldier_mma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mma.jpg +w_1_1_soldier_mmq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mmq.jpg +w_1_1_soldier_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mrd.jpg +w_1_1_soldier_ons.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ons.jpg +w_1_1_soldier_ori.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ori.jpg +w_1_1_soldier_plc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_plc.jpg +w_1_1_soldier_rtr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_rtr.jpg +w_1_1_soldier_scg.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_scg.jpg +w_1_1_soldier_som.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_som.jpg +w_1_1_soldier_td0.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_td0.jpg +w_1_1_soldier_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ths.jpg +w_1_1_soldier_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ugl.jpg +w_1_1_soldier_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_vma.jpg +w_1_1_spirit_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_a25.jpg +w_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_avr.jpg +w_1_1_spirit_flying_bbd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_bbd.jpg +w_1_1_spirit_flying_c13.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c13.jpg +w_1_1_spirit_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c14.jpg +w_1_1_spirit_flying_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c16.jpg +w_1_1_spirit_flying_cm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cm2.jpg +w_1_1_spirit_flying_cma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cma.jpg +w_1_1_spirit_flying_cmd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cmd.jpg +w_1_1_spirit_flying_cn2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cn2.jpg +w_1_1_spirit_flying_cns.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_cns.jpg +w_1_1_spirit_flying_ddc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddc.jpg +w_1_1_spirit_flying_ddk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddk.jpg +w_1_1_spirit_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ddq.jpg +w_1_1_spirit_flying_dka.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_dka.jpg +w_1_1_spirit_flying_dvd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_dvd.jpg +w_1_1_spirit_flying_e01.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_e01.jpg +w_1_1_spirit_flying_ema.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ema.jpg +w_1_1_spirit_flying_emn.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_emn.jpg +w_1_1_spirit_flying_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_frf.jpg +w_1_1_spirit_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_gpt.jpg +w_1_1_spirit_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ima.jpg +w_1_1_spirit_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_isd.jpg +w_1_1_spirit_flying_jud.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_jud.jpg +w_1_1_spirit_flying_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ktk.jpg +w_1_1_spirit_flying_m15.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_m15.jpg +w_1_1_spirit_flying_md1.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_md1.jpg +w_1_1_spirit_flying_mir.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mir.jpg +w_1_1_spirit_flying_mm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm2.jpg +w_1_1_spirit_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mm3.jpg +w_1_1_spirit_flying_mmq.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mmq.jpg +w_1_1_spirit_flying_mrd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_mrd.jpg +w_1_1_spirit_flying_ody.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ody.jpg +w_1_1_spirit_flying_pls.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_pls.jpg +w_1_1_spirit_flying_rav.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_rav.jpg +w_1_1_spirit_flying_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_shm.jpg +w_1_1_spirit_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_soi.jpg +w_1_1_spirit_flying_tmp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_tmp.jpg +w_1_1_spirit_flying_tpr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_tpr.jpg +w_1_1_spirit_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_vma.jpg +w_1_1_vampire_lifelink_rix.jpg https://downloads.cardforge.org/images/tokens/w_1_1_vampire_lifelink_rix.jpg +w_1_1_vampire_lifelink_xln.jpg https://downloads.cardforge.org/images/tokens/w_1_1_vampire_lifelink_xln.jpg +w_1_1_warrior2_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior2_ktk.jpg +w_1_1_warrior3_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior3_ktk.jpg +w_1_1_warrior_bbd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_bbd.jpg +w_1_1_warrior_dtk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_dtk.jpg +w_1_1_warrior_ktk.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_ktk.jpg +w_1_1_warrior_vigilance_akh.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_vigilance_akh.jpg +w_1_1_warrior_vigilance_hou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_vigilance_hou.jpg +w_1_1_warrior_vigilance_mps_akh.jpg https://downloads.cardforge.org/images/tokens/w_1_1_warrior_vigilance_mps_akh.jpg +w_1_2_soldier_defender_cn2.jpg https://downloads.cardforge.org/images/tokens/w_1_2_soldier_defender_cn2.jpg +w_2_1_e_cleric_ths.jpg https://downloads.cardforge.org/images/tokens/w_2_1_e_cleric_ths.jpg +w_2_2_cat_c14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c14.jpg +w_2_2_cat_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c15.jpg +w_2_2_cat_c17.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c17.jpg +w_2_2_cat_m13.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m13.jpg +w_2_2_cat_m14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m14.jpg +w_2_2_cat_td2.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_td2.jpg +w_2_2_griffin_flying_ddg.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin_flying_ddg.jpg +w_2_2_griffin_flying_ddh.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin_flying_ddh.jpg +w_2_2_griffin_flying_ddl.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin_flying_ddl.jpg +w_2_2_griffin_flying_tsp.jpg https://downloads.cardforge.org/images/tokens/w_2_2_griffin_flying_tsp.jpg +w_2_2_knight_ally_bfz.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_ally_bfz.jpg +w_2_2_knight_ally_ogw.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_ally_ogw.jpg +w_2_2_knight_first_strike_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_first_strike_c15.jpg +w_2_2_knight_first_strike_cm2.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_first_strike_cm2.jpg +w_2_2_knight_first_strike_rav.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_first_strike_rav.jpg +w_2_2_knight_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_rtr.jpg +w_2_2_knight_usg.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_usg.jpg +w_2_2_knight_vigilance2_dgm.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_dgm.jpg +w_2_2_knight_vigilance2_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_dom.jpg +w_2_2_knight_vigilance2_gtc.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_gtc.jpg +w_2_2_knight_vigilance2_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance2_rtr.jpg +w_2_2_knight_vigilance_c13.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_c13.jpg +w_2_2_knight_vigilance_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_c15.jpg +w_2_2_knight_vigilance_cma.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_cma.jpg +w_2_2_knight_vigilance_dgm.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dgm.jpg +w_2_2_knight_vigilance_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dom.jpg +w_2_2_knight_vigilance_gtc.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_gtc.jpg +w_2_2_knight_vigilance_m19.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_m19.jpg +w_2_2_knight_vigilance_ori.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_ori.jpg +w_2_2_knight_vigilance_pz1.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_pz1.jpg +w_2_2_knight_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_rtr.jpg +w_2_2_reflection_tmp.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection_tmp.jpg +w_2_2_reflection_tpr.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection_tpr.jpg +w_2_2_reflection_vma.jpg https://downloads.cardforge.org/images/tokens/w_2_2_reflection_vma.jpg +w_2_4_ox_m19.jpg https://downloads.cardforge.org/images/tokens/w_2_4_ox_m19.jpg +w_3_3_angel_flying_ogw.jpg https://downloads.cardforge.org/images/tokens/w_3_3_angel_flying_ogw.jpg +w_3_3_bird_flying_m11.jpg https://downloads.cardforge.org/images/tokens/w_3_3_bird_flying_m11.jpg +w_3_3_bird_flying_m12.jpg https://downloads.cardforge.org/images/tokens/w_3_3_bird_flying_m12.jpg +w_3_3_spirit_flying_bok.jpg https://downloads.cardforge.org/images/tokens/w_3_3_spirit_flying_bok.jpg +w_3_4_bird_flying_ktk.jpg https://downloads.cardforge.org/images/tokens/w_3_4_bird_flying_ktk.jpg +w_4_4_angel_flying2_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying2_avr.jpg +w_4_4_angel_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_a25.jpg +w_4_4_angel_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_avr.jpg +w_4_4_angel_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c14.jpg +w_4_4_angel_flying_c15.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c15.jpg +w_4_4_angel_flying_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_cfx.jpg +w_4_4_angel_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ddq.jpg +w_4_4_angel_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_gtc.jpg +w_4_4_angel_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ima.jpg +w_4_4_angel_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_isd.jpg +w_4_4_angel_flying_m14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_m14.jpg +w_4_4_angel_flying_mm3.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_mm3.jpg +w_4_4_angel_flying_mmq.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_mmq.jpg +w_4_4_angel_flying_ons.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ons.jpg +w_4_4_angel_flying_ori.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ori.jpg +w_4_4_angel_flying_pc2.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_pc2.jpg +w_4_4_angel_flying_pca.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_pca.jpg +w_4_4_angel_flying_scg.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_scg.jpg +w_4_4_angel_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_soi.jpg +w_4_4_angel_flying_td0.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_td0.jpg +w_4_4_angel_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_vma.jpg +w_4_4_angel_flying_vigilance_m19.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_vigilance_m19.jpg +w_4_4_angel_flying_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_zen.jpg +w_4_4_avatar_flying_m19.jpg https://downloads.cardforge.org/images/tokens/w_4_4_avatar_flying_m19.jpg +w_4_4_elemental_flying_c16.jpg https://downloads.cardforge.org/images/tokens/w_4_4_elemental_flying_c16.jpg +w_4_4_elemental_flying_lrw.jpg https://downloads.cardforge.org/images/tokens/w_4_4_elemental_flying_lrw.jpg +w_5_5_giant_warrior_mma.jpg https://downloads.cardforge.org/images/tokens/w_5_5_giant_warrior_mma.jpg +w_5_5_giant_warrior_mor.jpg https://downloads.cardforge.org/images/tokens/w_5_5_giant_warrior_mor.jpg +w_5_5_horse_hou.jpg https://downloads.cardforge.org/images/tokens/w_5_5_horse_hou.jpg +w_x_x_avatar_life_total_lrw.jpg https://downloads.cardforge.org/images/tokens/w_x_x_avatar_life_total_lrw.jpg +w_x_x_avatar_life_total_m10.jpg https://downloads.cardforge.org/images/tokens/w_x_x_avatar_life_total_m10.jpg +w_x_x_avatar_life_total_m11.jpg https://downloads.cardforge.org/images/tokens/w_x_x_avatar_life_total_m11.jpg +w_x_x_reflection_inv.jpg https://downloads.cardforge.org/images/tokens/w_x_x_reflection_inv.jpg +wasp_10e.jpg https://downloads.cardforge.org/images/tokens/wasp_10e.jpg +wasp_2ed.jpg https://downloads.cardforge.org/images/tokens/wasp_2ed.jpg +wasp_3ed.jpg https://downloads.cardforge.org/images/tokens/wasp_3ed.jpg +wasp_4ed.jpg https://downloads.cardforge.org/images/tokens/wasp_4ed.jpg +wasp_5ed.jpg https://downloads.cardforge.org/images/tokens/wasp_5ed.jpg +wasp_6ed.jpg https://downloads.cardforge.org/images/tokens/wasp_6ed.jpg +wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg +wasp_leb.jpg https://downloads.cardforge.org/images/tokens/wasp_leb.jpg +wb_1_1_cleric_deathpact_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric_deathpact_gtc.jpg +wb_1_1_human_cleric_soi.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_human_cleric_soi.jpg +wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg +wb_1_1_spirit_flying_dgm.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_dgm.jpg +wb_1_1_spirit_flying_eve.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_eve.jpg +wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg +wb_x_x_e_spirit_experience_c15.jpg https://downloads.cardforge.org/images/tokens/wb_x_x_e_spirit_experience_c15.jpg +wb_x_x_e_spirit_experience_pz1.jpg https://downloads.cardforge.org/images/tokens/wb_x_x_e_spirit_experience_pz1.jpg +wirefly_dst.jpg https://downloads.cardforge.org/images/tokens/wirefly_dst.jpg +wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg +wood_mir.jpg https://downloads.cardforge.org/images/tokens/wood_mir.jpg +wu_1_1_bird_flying_dis.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird_flying_dis.jpg +#Copies +embalm_angel_of_sanctions_akh.jpg https://downloads.cardforge.org/images/tokens/embalm_angel_of_sanctions_akh.jpg +embalm_anointer_priest_akh.jpg https://downloads.cardforge.org/images/tokens/embalm_anointer_priest_akh.jpg # Emblems -chandra_the_firebrand_effect.jpg https://downloads.cardforge.org/images/tokens/chandra_the_firebrand_effect.jpg -emblem_domri_rade.jpg https://downloads.cardforge.org/images/tokens/emblem_domri_rade.jpg -emblem_elspeth_knight_errant.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_knight_errant.jpg -emblem_elspeth_suns_champion.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_suns_champion.jpg -emblem_garruk_caller_of_beasts.jpg https://downloads.cardforge.org/images/tokens/emblem_garruk_caller_of_beasts.jpg -emblem_gideon_ally_of_zendikar.jpg https://downloads.cardforge.org/images/tokens/emblem_gideon_ally_of_zendikar.jpg -emblem_jaya_ballard.jpg https://downloads.cardforge.org/images/tokens/emblem_jaya_ballard.jpg -emblem_kiora_master_of_the_depths.jpg https://downloads.cardforge.org/images/tokens/emblem_kiora_master_of_the_depths.jpg -emblem_kiora_the_crashing_wave.jpg https://downloads.cardforge.org/images/tokens/emblem_kiora_the_crashing_wave.jpg -emblem_koth_of_the_hammer.jpg https://downloads.cardforge.org/images/tokens/emblem_koth_of_the_hammer.jpg -emblem_liliana_of_the_dark_realms.jpg https://downloads.cardforge.org/images/tokens/emblem_liliana_of_the_dark_realms.jpg -emblem_ob_nixilis_reignited.jpg https://downloads.cardforge.org/images/tokens/emblem_ob_nixilis_reignited.jpg -emblem_sorin_lord_of_innistrad.jpg https://downloads.cardforge.org/images/tokens/emblem_sorin_lord_of_innistrad.jpg -emblem_tamiyo_the_moon_sage.jpg https://downloads.cardforge.org/images/tokens/emblem_tamiyo_the_moon_sage.jpg -emblem_teferi_hero_of_dominaria.jpg https://downloads.cardforge.org/images/tokens/emblem_teferi_hero_of_dominaria.jpg -emblem_venser_the_sojourner.jpg https://downloads.cardforge.org/images/tokens/emblem_venser_the_sojourner.jpg +chandra_the_firebrand_effect.jpg https://downloads.cardforge.org/images/tokens/chandra_the_firebrand_effect.jpg +emblem_domri_rade.jpg https://downloads.cardforge.org/images/tokens/emblem_domri_rade.jpg +emblem_elspeth_knight_errant.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_knight_errant.jpg +emblem_elspeth_suns_champion.jpg https://downloads.cardforge.org/images/tokens/emblem_elspeth_suns_champion.jpg +emblem_garruk_caller_of_beasts.jpg https://downloads.cardforge.org/images/tokens/emblem_garruk_caller_of_beasts.jpg +emblem_gideon_ally_of_zendikar.jpg https://downloads.cardforge.org/images/tokens/emblem_gideon_ally_of_zendikar.jpg +emblem_jaya_ballard.jpg https://downloads.cardforge.org/images/tokens/emblem_jaya_ballard.jpg +emblem_kiora_master_of_the_depths.jpg https://downloads.cardforge.org/images/tokens/emblem_kiora_master_of_the_depths.jpg +emblem_kiora_the_crashing_wave.jpg https://downloads.cardforge.org/images/tokens/emblem_kiora_the_crashing_wave.jpg +emblem_koth_of_the_hammer.jpg https://downloads.cardforge.org/images/tokens/emblem_koth_of_the_hammer.jpg +emblem_liliana_of_the_dark_realms.jpg https://downloads.cardforge.org/images/tokens/emblem_liliana_of_the_dark_realms.jpg +emblem_ob_nixilis_reignited.jpg https://downloads.cardforge.org/images/tokens/emblem_ob_nixilis_reignited.jpg +emblem_sorin_lord_of_innistrad.jpg https://downloads.cardforge.org/images/tokens/emblem_sorin_lord_of_innistrad.jpg +emblem_tamiyo_the_moon_sage.jpg https://downloads.cardforge.org/images/tokens/emblem_tamiyo_the_moon_sage.jpg +emblem_teferi_hero_of_dominaria.jpg https://downloads.cardforge.org/images/tokens/emblem_teferi_hero_of_dominaria.jpg +emblem_venser_the_sojourner.jpg https://downloads.cardforge.org/images/tokens/emblem_venser_the_sojourner.jpg # Other copy.jpg https://downloads.cardforge.org/images/tokens/copy.jpg -hidden.jpg https://downloads.cardforge.org/images/tokens/morph.jpg -morph.jpg https://downloads.cardforge.org/images/tokens/morph.jpg -manifest.jpg https://downloads.cardforge.org/images/tokens/manifest.jpg +hidden.jpg https://downloads.cardforge.org/images/tokens/morph.jpg +morph.jpg https://downloads.cardforge.org/images/tokens/morph.jpg +manifest.jpg https://downloads.cardforge.org/images/tokens/manifest.jpg diff --git a/forge-gui/res/tokenscripts/ashaya_the_awoken_world.txt b/forge-gui/res/tokenscripts/ashaya_the_awoken_world.txt new file mode 100644 index 00000000000..0a84208fe18 --- /dev/null +++ b/forge-gui/res/tokenscripts/ashaya_the_awoken_world.txt @@ -0,0 +1,6 @@ +Name:Ashaya, the Awoken World +ManaCost:no cost +Types:Legendary Creature Elemental +Colors:green +PT:4/4 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_0_0_germ.txt b/forge-gui/res/tokenscripts/b_0_0_germ.txt new file mode 100644 index 00000000000..50da21e9059 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_0_0_germ.txt @@ -0,0 +1,6 @@ +Name:Germ +ManaCost:no cost +Types:Creature Germ +Colors:black +PT:0/0 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_0_1_cleric.txt b/forge-gui/res/tokenscripts/b_0_1_cleric.txt new file mode 100644 index 00000000000..21ebfb9f353 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_0_1_cleric.txt @@ -0,0 +1,6 @@ +Name:Cleric +ManaCost:no cost +Types:Creature Cleric +Colors:black +PT:0/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_0_1_insect.txt b/forge-gui/res/tokenscripts/b_0_1_insect.txt index 96d5346a426..dc49342985e 100644 --- a/forge-gui/res/tokenscripts/b_0_1_insect.txt +++ b/forge-gui/res/tokenscripts/b_0_1_insect.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Insect Colors:black PT:0/1 -Oracle: \ No newline at end of file +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_assassin_deathtouch_haste.txt b/forge-gui/res/tokenscripts/b_1_1_assassin_deathtouch_haste.txt new file mode 100644 index 00000000000..6ff5132d40e --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_assassin_deathtouch_haste.txt @@ -0,0 +1,8 @@ +Name:Assassin +ManaCost:no cost +Types:Creature Assassin +Colors:black +PT:1/1 +K:Deathtouch +K:Haste +Oracle:Deathtouch, haste diff --git a/forge-gui/res/tokenscripts/b_1_1_assassin_lose_con.txt b/forge-gui/res/tokenscripts/b_1_1_assassin_lose_con.txt new file mode 100644 index 00000000000..e7029fa8664 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_assassin_lose_con.txt @@ -0,0 +1,9 @@ +Name:Assassin +ManaCost:no cost +Types:Creature Assassin +Colors:black +PT:1/1 +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ Assassination | TriggerDescription$ Whenever this creature deals combat damage to a player, that player loses the game. +SVar:Assassination:DB$ LosesGame | Defined$ TriggeredTarget +SVar:MustBeBlocked:True +Oracle:Whenever this creature deals combat damage to a player, that player loses the game. diff --git a/forge-gui/res/tokenscripts/b_1_1_faerie_rogue_flying.txt b/forge-gui/res/tokenscripts/b_1_1_faerie_rogue_flying.txt new file mode 100644 index 00000000000..9a5fc2101ea --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_faerie_rogue_flying.txt @@ -0,0 +1,7 @@ +Name:Faerie Rogue +ManaCost:no cost +Types:Creature Faerie Rogue +Colors:black +PT:1/1 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/b_1_1_goblin_rogue.txt b/forge-gui/res/tokenscripts/b_1_1_goblin_rogue.txt new file mode 100644 index 00000000000..a1c4074e4aa --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_goblin_rogue.txt @@ -0,0 +1,6 @@ +Name:Goblin Rogue +ManaCost:no cost +Types:Creature Goblin Rogue +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_harpy_flying.txt b/forge-gui/res/tokenscripts/b_1_1_harpy_flying.txt new file mode 100644 index 00000000000..9c9b8f24095 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_harpy_flying.txt @@ -0,0 +1,7 @@ +Name:Harpy +ManaCost:no cost +Types:Creature Harpy +Colors:black +PT:1/1 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/b_1_1_insect.txt b/forge-gui/res/tokenscripts/b_1_1_insect.txt new file mode 100644 index 00000000000..0f0f1c67662 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_insect.txt @@ -0,0 +1,6 @@ +Name:Insect +ManaCost:no cost +Types:Creature Insect +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_minion.txt b/forge-gui/res/tokenscripts/b_1_1_minion.txt new file mode 100644 index 00000000000..8d17b4e6b59 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_minion.txt @@ -0,0 +1,6 @@ +Name:Minion +ManaCost:no cost +Types:Creature Minion +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_rat_deathtouch.txt b/forge-gui/res/tokenscripts/b_1_1_rat_deathtouch.txt new file mode 100644 index 00000000000..342577637a4 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_rat_deathtouch.txt @@ -0,0 +1,7 @@ +Name:Rat +ManaCost:no cost +Types:Creature Rat +Colors:black +PT:1/1 +K:Deathtouch +Oracle:Deathtouch diff --git a/forge-gui/res/tokenscripts/b_1_1_snake_deathtouch.txt b/forge-gui/res/tokenscripts/b_1_1_snake_deathtouch.txt new file mode 100644 index 00000000000..47211c756f1 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_snake_deathtouch.txt @@ -0,0 +1,7 @@ +Name:Snake +ManaCost:no cost +Types:Creature Snake +Colors:black +PT:1/1 +K:Deathtouch +Oracle:Deathtouch diff --git a/forge-gui/res/tokenscripts/b_1_1_thrull.txt b/forge-gui/res/tokenscripts/b_1_1_thrull.txt new file mode 100644 index 00000000000..d6e7c762a64 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_thrull.txt @@ -0,0 +1,6 @@ +Name:Thrull +ManaCost:no cost +Types:Creature Thrull +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_vampire.txt b/forge-gui/res/tokenscripts/b_1_1_vampire.txt new file mode 100644 index 00000000000..fd3457204aa --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_vampire.txt @@ -0,0 +1,6 @@ +Name:Vampire +ManaCost:no cost +Types:Creature Vampire +Colors:black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_1_1_vampire_lifelink.txt b/forge-gui/res/tokenscripts/b_1_1_vampire_lifelink.txt new file mode 100644 index 00000000000..5f327a7ef68 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_1_vampire_lifelink.txt @@ -0,0 +1,7 @@ +Name:Vampire +ManaCost:no cost +Types:Creature Vampire +Colors:black +PT:1/1 +K:Lifelink +Oracle:Lifelink diff --git a/forge-gui/res/tokenscripts/b_1_2_bat_flying_nosferatu.txt b/forge-gui/res/tokenscripts/b_1_2_bat_flying_nosferatu.txt new file mode 100644 index 00000000000..3aa7782d2dc --- /dev/null +++ b/forge-gui/res/tokenscripts/b_1_2_bat_flying_nosferatu.txt @@ -0,0 +1,8 @@ +Name:Bat +ManaCost:no cost +Types:Creature Bat +Colors:black +PT:1/2 +K:Flying +A:AB$ChangeZone | Cost$ 1 B Sac<1/CARDNAME> | ChangeType$ Card.namedSengir Nosferatu | ChangeNum$ 1 | Origin$ Exile | Destination$ Battlefield | Hidden$ True | SpellDescription$ Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control +Oracle:Flying\n{1}{B}, Sacrifice this creature: Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control. diff --git a/forge-gui/res/tokenscripts/b_2_1_cat.txt b/forge-gui/res/tokenscripts/b_2_1_cat.txt new file mode 100644 index 00000000000..bda7aed31b3 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_1_cat.txt @@ -0,0 +1,6 @@ +Name:Cat +ManaCost:no cost +Types:Creature Cat +Colors:black +PT:2/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_2_1_warrior.txt b/forge-gui/res/tokenscripts/b_2_1_warrior.txt new file mode 100644 index 00000000000..3e197e56f26 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_1_warrior.txt @@ -0,0 +1,6 @@ +Name:Warrior +ManaCost:no cost +Types:Creature Warrior +Colors:black +PT:2/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_2_2_e_zombie.txt b/forge-gui/res/tokenscripts/b_2_2_e_zombie.txt new file mode 100644 index 00000000000..44a36afa109 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_e_zombie.txt @@ -0,0 +1,6 @@ +Name:Zombie +ManaCost:no cost +Types:Enchantment Creature Zombie +Colors:black +PT:2/2 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_2_2_pirate_menace.txt b/forge-gui/res/tokenscripts/b_2_2_pirate_menace.txt new file mode 100644 index 00000000000..144272a2442 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_pirate_menace.txt @@ -0,0 +1,7 @@ +Name:Pirate +ManaCost:no cost +Types:Creature Pirate +Colors:black +PT:2/2 +K:Menace +Oracle:Menace diff --git a/forge-gui/res/tokenscripts/b_2_2_vampire_flying.txt b/forge-gui/res/tokenscripts/b_2_2_vampire_flying.txt new file mode 100644 index 00000000000..6a6063b72ec --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_vampire_flying.txt @@ -0,0 +1,7 @@ +Name:Vampire +ManaCost:no cost +Types:Creature Vampire +Colors:black +PT:2/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/b_2_2_zombie_designated.txt b/forge-gui/res/tokenscripts/b_2_2_zombie_designated.txt new file mode 100644 index 00000000000..38cf52ad958 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_zombie_designated.txt @@ -0,0 +1,7 @@ +Name:Zombie +ManaCost:no cost +Types:Creature Zombie +Colors:black +PT:2/2 +K:CARDNAME attacks specific player each combat if able:Remembered +Oracle:This creature attacks its designated player each combat if able. diff --git a/forge-gui/res/tokenscripts/b_2_2_zombie_knight_menace.txt b/forge-gui/res/tokenscripts/b_2_2_zombie_knight_menace.txt new file mode 100644 index 00000000000..f234aa306f8 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_2_zombie_knight_menace.txt @@ -0,0 +1,7 @@ +Name:Zombie Knight +ManaCost:no cost +Types:Creature Zombie Knight +Colors:black +PT:2/2 +K:Menace +Oracle:Menace diff --git a/forge-gui/res/tokenscripts/b_2_4_spider_reach.txt b/forge-gui/res/tokenscripts/b_2_4_spider_reach.txt new file mode 100644 index 00000000000..16f506e7ed9 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_2_4_spider_reach.txt @@ -0,0 +1,7 @@ +Name:Spider +ManaCost:no cost +Types:Creature Spider +Colors:black +PT:2/4 +K:Reach +Oracle:Reach diff --git a/forge-gui/res/tokenscripts/b_3_3_angel_flying.txt b/forge-gui/res/tokenscripts/b_3_3_angel_flying.txt new file mode 100644 index 00000000000..7a85f159e5a --- /dev/null +++ b/forge-gui/res/tokenscripts/b_3_3_angel_flying.txt @@ -0,0 +1,7 @@ +Name:Angel +ManaCost:no cost +Types:Creature Angel +Colors:black +PT:3/3 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_3_3_beast_deathtouch.txt b/forge-gui/res/tokenscripts/b_3_3_beast_deathtouch.txt new file mode 100644 index 00000000000..58e3d012ec9 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_3_3_beast_deathtouch.txt @@ -0,0 +1,7 @@ +Name:Beast +ManaCost:no cost +Types:Creature Beast +Colors:black +PT:3/3 +K:Deathtouch +Oracle:Deathtouch diff --git a/forge-gui/res/tokenscripts/b_3_3_horror.txt b/forge-gui/res/tokenscripts/b_3_3_horror.txt new file mode 100644 index 00000000000..cd152ec7d8a --- /dev/null +++ b/forge-gui/res/tokenscripts/b_3_3_horror.txt @@ -0,0 +1,6 @@ +Name:Horror +ManaCost:no cost +Types:Creature Horror +Colors:black +PT:3/3 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_3_3_horror_designated.txt b/forge-gui/res/tokenscripts/b_3_3_horror_designated.txt new file mode 100644 index 00000000000..75a3338092e --- /dev/null +++ b/forge-gui/res/tokenscripts/b_3_3_horror_designated.txt @@ -0,0 +1,7 @@ +Name:Horror +ManaCost:no cost +Types:Creature Horror +Colors:black +PT:3/3 +K:CARDNAME attacks specific player each combat if able:Remembered +Oracle:This creature attacks the designated player each combat if able. diff --git a/forge-gui/res/tokenscripts/b_3_3_kavu.txt b/forge-gui/res/tokenscripts/b_3_3_kavu.txt new file mode 100644 index 00000000000..f5de68d353f --- /dev/null +++ b/forge-gui/res/tokenscripts/b_3_3_kavu.txt @@ -0,0 +1,6 @@ +Name:Kavu +ManaCost:no cost +Types:Creature Kavu +Colors:black +PT:3/3 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_4_4_horror.txt b/forge-gui/res/tokenscripts/b_4_4_horror.txt new file mode 100644 index 00000000000..d97ada87439 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_4_4_horror.txt @@ -0,0 +1,6 @@ +Name:Horror +ManaCost:no cost +Types:Creature Horror +Colors:black +PT:4/4 +Oracle: diff --git a/forge-gui/res/tokenscripts/b_5_5_demon_flying.txt b/forge-gui/res/tokenscripts/b_5_5_demon_flying.txt new file mode 100644 index 00000000000..043f8af2003 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_5_5_demon_flying.txt @@ -0,0 +1,7 @@ +Name:Demon +ManaCost:no cost +Types:Creature Demon +Colors:black +PT:5/5 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/b_5_5_zombie_giant.txt b/forge-gui/res/tokenscripts/b_5_5_zombie_giant.txt new file mode 100644 index 00000000000..e63ce5f05e8 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_5_5_zombie_giant.txt @@ -0,0 +1,6 @@ +Name:Zombie Giant +ManaCost:no cost +Types:Creature Zombie Giant +Colors:black +PT:5/5 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_6_6_demon_flying_trample_aristocrat.txt b/forge-gui/res/tokenscripts/b_6_6_demon_flying_trample_aristocrat.txt new file mode 100644 index 00000000000..0a9ac8cc985 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_6_6_demon_flying_trample_aristocrat.txt @@ -0,0 +1,13 @@ +Name:Demon +ManaCost:no cost +Types:Creature Demon +Colors:black +PT:6/6 +K:Flying +K:Trample +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DemonTrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you. +SVar:DemonTrigSac:DB$ Sacrifice | Defined$ You | SacValid$ Creature.Other | SubAbility$ DemonDBDamage | RememberSacrificed$ True | +SVar:DemonDBDamage:DB$ DealDamage | Defined$ You | NumDmg$ 6 | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1 | SubAbility$ DemonDBCleanup | References$ X +SVar:DemonDBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Remembered$Amount +Oracle:Flying, trample\nAt the beginning of your upkeep, sacrifice another creature. If you can't, this creature deals 6 damage to you. diff --git a/forge-gui/res/tokenscripts/b_6_6_wurm_trample.txt b/forge-gui/res/tokenscripts/b_6_6_wurm_trample.txt new file mode 100644 index 00000000000..9c26bc34b4c --- /dev/null +++ b/forge-gui/res/tokenscripts/b_6_6_wurm_trample.txt @@ -0,0 +1,7 @@ +Name:Wurm +ManaCost:no cost +Types:Creature Wurm +Colors:black +PT:6/6 +K:Trample +Oracle:Trample \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_x_x_demon_flying.txt b/forge-gui/res/tokenscripts/b_x_x_demon_flying.txt new file mode 100644 index 00000000000..84cafe5aeb1 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_demon_flying.txt @@ -0,0 +1,7 @@ +Name:Demon +ManaCost:no cost +Colors:black +Types:Creature Demon +PT:*/* +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/b_x_x_horror.txt b/forge-gui/res/tokenscripts/b_x_x_horror.txt new file mode 100644 index 00000000000..15ca8576237 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_horror.txt @@ -0,0 +1,6 @@ +Name:Horror +ManaCost:no cost +Colors:black +Types:Creature Horror +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/b_x_x_nightmare_horror.txt b/forge-gui/res/tokenscripts/b_x_x_nightmare_horror.txt new file mode 100644 index 00000000000..ed285ddcf61 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_nightmare_horror.txt @@ -0,0 +1,6 @@ +Name:Nightmare Horror +ManaCost:no cost +Colors:black +Types:Creature Nightmare Horror +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/b_x_x_vampire.txt b/forge-gui/res/tokenscripts/b_x_x_vampire.txt new file mode 100644 index 00000000000..80bc25b2bf0 --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_vampire.txt @@ -0,0 +1,6 @@ +Name:Vampire +ManaCost:no cost +Colors:black +Types:Creature Vampire +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/b_x_x_zombie.txt b/forge-gui/res/tokenscripts/b_x_x_zombie.txt new file mode 100644 index 00000000000..0446ebb2a3d --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_zombie.txt @@ -0,0 +1,6 @@ +Name:Zombie +ManaCost:no cost +Colors:black +Types:Creature Zombie +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/b_x_x_zombie_horror.txt b/forge-gui/res/tokenscripts/b_x_x_zombie_horror.txt new file mode 100644 index 00000000000..fbd2f188b2e --- /dev/null +++ b/forge-gui/res/tokenscripts/b_x_x_zombie_horror.txt @@ -0,0 +1,6 @@ +Name:Zombie Horror +ManaCost:no cost +Colors:black +Types:Creature Zombie Horror +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/bg_1_1_e_snake_deathtouch.txt b/forge-gui/res/tokenscripts/bg_1_1_e_snake_deathtouch.txt new file mode 100644 index 00000000000..966d195a4cb --- /dev/null +++ b/forge-gui/res/tokenscripts/bg_1_1_e_snake_deathtouch.txt @@ -0,0 +1,7 @@ +Name:Snake +ManaCost:no cost +Types:Enchantment Creature Snake +Colors:black,green +PT:1/1 +K:Deathtouch +Oracle:Deathtouch diff --git a/forge-gui/res/tokenscripts/bg_1_1_worm.txt b/forge-gui/res/tokenscripts/bg_1_1_worm.txt new file mode 100644 index 00000000000..cbab3b74363 --- /dev/null +++ b/forge-gui/res/tokenscripts/bg_1_1_worm.txt @@ -0,0 +1,6 @@ +Name:Worm +ManaCost:no cost +Types:Creature Worm +Colors:black,green +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/bg_x_x_spirit_warrior.txt b/forge-gui/res/tokenscripts/bg_x_x_spirit_warrior.txt new file mode 100644 index 00000000000..3fb466b1cbd --- /dev/null +++ b/forge-gui/res/tokenscripts/bg_x_x_spirit_warrior.txt @@ -0,0 +1,6 @@ +Name:Spirit Warrior +ManaCost:no cost +Colors:black,green +Types:Creature Spirit Warrior +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/br_5_5_elemental.txt b/forge-gui/res/tokenscripts/br_5_5_elemental.txt new file mode 100644 index 00000000000..88d58b6b33e --- /dev/null +++ b/forge-gui/res/tokenscripts/br_5_5_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:black,red +PT:5/5 +Oracle: diff --git a/forge-gui/res/tokenscripts/brg_3_3_cat_dragon_flying.txt b/forge-gui/res/tokenscripts/brg_3_3_cat_dragon_flying.txt new file mode 100644 index 00000000000..32223317439 --- /dev/null +++ b/forge-gui/res/tokenscripts/brg_3_3_cat_dragon_flying.txt @@ -0,0 +1,7 @@ +Name:Cat Dragon +ManaCost:no cost +Types:Creature Cat Dragon +Colors:black,red,green +PT:3/3 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/c_0_0_a_construct_total_artifacts.txt b/forge-gui/res/tokenscripts/c_0_0_a_construct_total_artifacts.txt new file mode 100644 index 00000000000..d1d23030889 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_0_0_a_construct_total_artifacts.txt @@ -0,0 +1,7 @@ +Name:Construct +ManaCost:no cost +PT:0/0 +Types:Artifact Creature Construct +S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ This creature gets +1/+1 for each artifact you control. +SVar:X:Count$Valid Artifact.YouCtrl +Oracle:This creature gets +1/+1 for each artifact you control. diff --git a/forge-gui/res/tokenscripts/c_0_1_eldrazi_spawn_sac.txt b/forge-gui/res/tokenscripts/c_0_1_eldrazi_spawn_sac.txt new file mode 100644 index 00000000000..d71936d6356 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_0_1_eldrazi_spawn_sac.txt @@ -0,0 +1,6 @@ +Name:Eldrazi Spawn +ManaCost:no cost +PT:0/1 +Types:Eldrazi Spawn +A:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +Oracle:Sacrifice this creature: Add {C}. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_10_10_eldrazi.txt b/forge-gui/res/tokenscripts/c_10_10_eldrazi.txt new file mode 100644 index 00000000000..e5f622db597 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_10_10_eldrazi.txt @@ -0,0 +1,5 @@ +Name:Eldrazi +ManaCost:no cost +PT:10/10 +Types:Eldrazi +Oracle: diff --git a/forge-gui/res/tokenscripts/c_1_1_a_construct_defender.txt b/forge-gui/res/tokenscripts/c_1_1_a_construct_defender.txt new file mode 100644 index 00000000000..9b1fa6fe1c8 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_construct_defender.txt @@ -0,0 +1,6 @@ +Name:Construct +ManaCost:no cost +PT:1/1 +Types:Artifact Creature Construct +K:Defender +Oracle:Defender diff --git a/forge-gui/res/tokenscripts/c_1_1_a_myr.txt b/forge-gui/res/tokenscripts/c_1_1_a_myr.txt new file mode 100644 index 00000000000..86c73017cd5 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_myr.txt @@ -0,0 +1,5 @@ +Name:Myr +ManaCost:no cost +PT:1/1 +Types:Artifact Creature Myr +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_1_1_a_pentavite_flying.txt b/forge-gui/res/tokenscripts/c_1_1_a_pentavite_flying.txt new file mode 100644 index 00000000000..087c7158426 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_pentavite_flying.txt @@ -0,0 +1,6 @@ +Name:Pentavite +ManaCost:no cost +Types:Token Artifact Creature Pentavite +PT:1/1 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/c_1_1_a_servo.txt b/forge-gui/res/tokenscripts/c_1_1_a_servo.txt new file mode 100644 index 00000000000..2a308811418 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_servo.txt @@ -0,0 +1,5 @@ +Name:Servo +ManaCost:no cost +Types:Artifact Creature Servo +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/c_1_1_a_triskelavite_flying_ammo.txt b/forge-gui/res/tokenscripts/c_1_1_a_triskelavite_flying_ammo.txt new file mode 100644 index 00000000000..718f9d06ab6 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_a_triskelavite_flying_ammo.txt @@ -0,0 +1,7 @@ +Name:Triskelavite +ManaCost:no cost +Types:Artifact Creature Triskelavite +K:Flying +PT:1/1 +A:AB$DealDamage | Cost$ Sac<1/CARDNAME> | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to any target. +Oracle:Flying\nSacrifice this creature: This creature deals 1 damage to any target. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_1_1_eldrazi_scion_sac.txt b/forge-gui/res/tokenscripts/c_1_1_eldrazi_scion_sac.txt new file mode 100644 index 00000000000..f229aa3c889 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_eldrazi_scion_sac.txt @@ -0,0 +1,6 @@ +Name:Eldrazi Scion +ManaCost:no cost +PT:1/1 +Types:Eldrazi Scion +A:AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ C | Amount$ 1 | SpellDescription$ Add {C}. +Oracle:Sacrifice this creature: Add {C}. diff --git a/forge-gui/res/tokenscripts/c_1_1_sand.txt b/forge-gui/res/tokenscripts/c_1_1_sand.txt new file mode 100644 index 00000000000..d07cdf24e93 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_sand.txt @@ -0,0 +1,5 @@ +Name:Sand +ManaCost:no cost +Types:Creature Sand +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_1_1_shapeshifter_changeling.txt b/forge-gui/res/tokenscripts/c_1_1_shapeshifter_changeling.txt new file mode 100644 index 00000000000..590e005e5bd --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_shapeshifter_changeling.txt @@ -0,0 +1,6 @@ +Name:Shapeshifter +ManaCost:no cost +Types:Creature Shapeshifter +PT:1/1 +K:Changeling +Oracle:Changeling (This token is every creature type.) \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_1_1_spirit.txt b/forge-gui/res/tokenscripts/c_1_1_spirit.txt new file mode 100644 index 00000000000..ac5d339f65d --- /dev/null +++ b/forge-gui/res/tokenscripts/c_1_1_spirit.txt @@ -0,0 +1,5 @@ +Name:Spirit +ManaCost:no cost +Types:Creature Spirit +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_2_2_a_assembly_worker.txt b/forge-gui/res/tokenscripts/c_2_2_a_assembly_worker.txt new file mode 100644 index 00000000000..5d597a14940 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_2_2_a_assembly_worker.txt @@ -0,0 +1,5 @@ +Name:Assembly-Worker +ManaCost:no cost +PT:2/2 +Types:Artifact Creature Assembly-Worker +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_2_2_a_spawn.txt b/forge-gui/res/tokenscripts/c_2_2_a_spawn.txt new file mode 100644 index 00000000000..ca02fe591c1 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_2_2_a_spawn.txt @@ -0,0 +1,5 @@ +Name:Spawn +ManaCost:no cost +PT:2/2 +Types:Artifact Creature Spawn +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_2_2_pincher.txt b/forge-gui/res/tokenscripts/c_2_2_pincher.txt new file mode 100644 index 00000000000..f1de257fb22 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_2_2_pincher.txt @@ -0,0 +1,5 @@ +Name:Pincher +ManaCost:no cost +PT:2/2 +Types:Creature Pincher +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_3_2_eldrazi_horror.txt b/forge-gui/res/tokenscripts/c_3_2_eldrazi_horror.txt new file mode 100644 index 00000000000..a7962ed4fdd --- /dev/null +++ b/forge-gui/res/tokenscripts/c_3_2_eldrazi_horror.txt @@ -0,0 +1,5 @@ +Name:Eldrazi Horror +ManaCost:no cost +PT:3/2 +Types:Eldrazi Horror +Oracle: diff --git a/forge-gui/res/tokenscripts/c_3_3_a_golem.txt b/forge-gui/res/tokenscripts/c_3_3_a_golem.txt new file mode 100644 index 00000000000..1fe78bf886a --- /dev/null +++ b/forge-gui/res/tokenscripts/c_3_3_a_golem.txt @@ -0,0 +1,5 @@ +Name:Golem +ManaCost:no cost +PT:3/3 +Types:Artifact Creature Golem +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_3_3_e_a_golem.txt b/forge-gui/res/tokenscripts/c_3_3_e_a_golem.txt new file mode 100644 index 00000000000..a65680df009 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_3_3_e_a_golem.txt @@ -0,0 +1,5 @@ +Name:Golem +ManaCost:no cost +PT:3/3 +Types:Enchantment Artifact Creature Golem +Oracle: diff --git a/forge-gui/res/tokenscripts/c_3_4_a_gargoyle_flying.txt b/forge-gui/res/tokenscripts/c_3_4_a_gargoyle_flying.txt new file mode 100644 index 00000000000..154c7128df8 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_3_4_a_gargoyle_flying.txt @@ -0,0 +1,6 @@ +Name:Gargoyle +Types:Artifact Creature Gargoyle +ManaCost:no cost +K:Flying +PT:3/4 +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/c_4_4_a_golem.txt b/forge-gui/res/tokenscripts/c_4_4_a_golem.txt new file mode 100644 index 00000000000..a68532d5999 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_4_4_a_golem.txt @@ -0,0 +1,5 @@ +Name:Golem +ManaCost:no cost +PT:4/4 +Types:Artifact Creature Golem +Oracle: diff --git a/forge-gui/res/tokenscripts/c_4_6_a_golem.txt b/forge-gui/res/tokenscripts/c_4_6_a_golem.txt new file mode 100644 index 00000000000..ac301687f4f --- /dev/null +++ b/forge-gui/res/tokenscripts/c_4_6_a_golem.txt @@ -0,0 +1,5 @@ +Name:Golem +ManaCost:no cost +PT:4/6 +Types:Artifact Creature Golem +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_6_12_a_construct_trample.txt b/forge-gui/res/tokenscripts/c_6_12_a_construct_trample.txt new file mode 100644 index 00000000000..05979e73c36 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_6_12_a_construct_trample.txt @@ -0,0 +1,6 @@ +Name:Construct +ManaCost:no cost +Types:Artifact Creature Construct +K:Trample +PT:6/12 +Oracle:Trample \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/c_6_6_a_beast.txt b/forge-gui/res/tokenscripts/c_6_6_a_beast.txt new file mode 100644 index 00000000000..ff1b22f39ef --- /dev/null +++ b/forge-gui/res/tokenscripts/c_6_6_a_beast.txt @@ -0,0 +1,5 @@ +Name:Beast +ManaCost:no cost +PT:6/6 +Types:Artifact Creature Beast +Oracle: diff --git a/forge-gui/res/tokenscripts/c_7_7_eldrazi_annihilator.txt b/forge-gui/res/tokenscripts/c_7_7_eldrazi_annihilator.txt new file mode 100644 index 00000000000..a6929cd6e73 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_7_7_eldrazi_annihilator.txt @@ -0,0 +1,6 @@ +Name:Eldrazi +ManaCost:no cost +Types:Creature Eldrazi +PT:7/7 +K:Annihilator:1 +Oracle:Annihilator 1 (Whenever this creature attacks, defending player sacrifices a permanent.) diff --git a/forge-gui/res/tokenscripts/c_9_9_a_golem.txt b/forge-gui/res/tokenscripts/c_9_9_a_golem.txt new file mode 100644 index 00000000000..40d0cb68d4d --- /dev/null +++ b/forge-gui/res/tokenscripts/c_9_9_a_golem.txt @@ -0,0 +1,5 @@ +Name:Golem +ManaCost:no cost +PT:9/9 +Types:Artifact Creature Golem +Oracle: diff --git a/forge-gui/res/tokenscripts/c_a_clue_draw.txt b/forge-gui/res/tokenscripts/c_a_clue_draw.txt new file mode 100644 index 00000000000..5a738f71ae0 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_a_clue_draw.txt @@ -0,0 +1,5 @@ +Name:Clue +ManaCost:no cost +Types:Artifact Clue +A:AB$ Draw | Cost$ 2 Sac<1/CARDNAME> | NumCards$ 1 | SpellDescription$ Draw a card. +Oracle:{2}, Sacrifice this artifact: Draw a card. diff --git a/forge-gui/res/tokenscripts/c_a_treasure_sac.txt b/forge-gui/res/tokenscripts/c_a_treasure_sac.txt index e2d0030ed85..1f2075e0d6b 100644 --- a/forge-gui/res/tokenscripts/c_a_treasure_sac.txt +++ b/forge-gui/res/tokenscripts/c_a_treasure_sac.txt @@ -2,4 +2,4 @@ Name:Treasure ManaCost:no cost Types:Artifact Treasure A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color. -Oracle:{T}, Sacrifice this artifact: Add one mana of any color. \ No newline at end of file +Oracle:{T}, Sacrifice this artifact: Add one mana of any color. diff --git a/forge-gui/res/tokenscripts/c_x_x_a_construct.txt b/forge-gui/res/tokenscripts/c_x_x_a_construct.txt new file mode 100644 index 00000000000..f835d63268a --- /dev/null +++ b/forge-gui/res/tokenscripts/c_x_x_a_construct.txt @@ -0,0 +1,5 @@ +Name:Construct +ManaCost:no cost +Types:Artifact Creature Construct +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/c_x_x_a_horror.txt b/forge-gui/res/tokenscripts/c_x_x_a_horror.txt new file mode 100644 index 00000000000..8165330fef8 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_x_x_a_horror.txt @@ -0,0 +1,5 @@ +Name:Horror +ManaCost:no cost +Types:Artifact Creature Horror +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/cloud_sprite.txt b/forge-gui/res/tokenscripts/cloud_sprite.txt new file mode 100644 index 00000000000..6cc79cb8d64 --- /dev/null +++ b/forge-gui/res/tokenscripts/cloud_sprite.txt @@ -0,0 +1,9 @@ +Name:Cloud Sprite +Colors:blue +ManaCost:no cost +PT:1/1 +Types:Creature Faerie +K:Flying +K:CARDNAME can block only creatures with flying. +A:AB$ Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature. +Oracle:Flying\nCloud Sprite can block only creatures with flying. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/etherium_cell.txt b/forge-gui/res/tokenscripts/etherium_cell.txt new file mode 100644 index 00000000000..11244a8edb9 --- /dev/null +++ b/forge-gui/res/tokenscripts/etherium_cell.txt @@ -0,0 +1,5 @@ +Name:Etherium Cell +ManaCost:no cost +Types:Artifact +A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +Oracle:{T}, Sacrifice this artifact: Add one mana of any color. diff --git a/forge-gui/res/tokenscripts/festering_goblin.txt b/forge-gui/res/tokenscripts/festering_goblin.txt new file mode 100644 index 00000000000..d109c626c22 --- /dev/null +++ b/forge-gui/res/tokenscripts/festering_goblin.txt @@ -0,0 +1,8 @@ +Name:Festering Goblin +ManaCost:no cost +Colors:black +Types:Creature Zombie Goblin +PT:1/1 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigPump | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, target creature gets -1/-1 until end of turn. +SVar:TrigPump:DB$Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True +Oracle:When Festering Goblin dies, target creature gets -1/-1 until end of turn. diff --git a/forge-gui/res/tokenscripts/g_0_2_plant_defender.txt b/forge-gui/res/tokenscripts/g_0_2_plant_defender.txt new file mode 100644 index 00000000000..38d413ff228 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_0_2_plant_defender.txt @@ -0,0 +1,7 @@ +Name:Plant +ManaCost:no cost +Types:Creature Plant +Colors:green +PT:0/2 +K:Defender +Oracle:Defender diff --git a/forge-gui/res/tokenscripts/g_1_1_elf_druid_g.txt b/forge-gui/res/tokenscripts/g_1_1_elf_druid_g.txt new file mode 100644 index 00000000000..ccadf3197bb --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_elf_druid_g.txt @@ -0,0 +1,7 @@ +Name:Elf Druid +ManaCost:no cost +Types:Creature Elf Druid +Colors:green +PT:1/1 +A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. +Oracle:{T}: Add {G}. diff --git a/forge-gui/res/tokenscripts/g_1_1_elf_warrior.txt b/forge-gui/res/tokenscripts/g_1_1_elf_warrior.txt new file mode 100644 index 00000000000..44eb53e1554 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_elf_warrior.txt @@ -0,0 +1,6 @@ +Name:Elf Warrior +ManaCost:no cost +Types:Creature Elf Warrior +Colors:green +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_hippo.txt b/forge-gui/res/tokenscripts/g_1_1_hippo.txt index d4fd58e34ff..8031a516872 100644 --- a/forge-gui/res/tokenscripts/g_1_1_hippo.txt +++ b/forge-gui/res/tokenscripts/g_1_1_hippo.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Hippo Colors:green PT:1/1 -Oracle: \ No newline at end of file +Oracle: diff --git a/forge-gui/res/tokenscripts/g_1_1_insect.txt b/forge-gui/res/tokenscripts/g_1_1_insect.txt new file mode 100644 index 00000000000..37b284194de --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_insect.txt @@ -0,0 +1,6 @@ +Name:Insect +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Insect +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_1_insect_flying_deathtouch.txt b/forge-gui/res/tokenscripts/g_1_1_insect_flying_deathtouch.txt new file mode 100644 index 00000000000..072ef81c2c2 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_insect_flying_deathtouch.txt @@ -0,0 +1,8 @@ +Name:Insect +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Insect +K:Flying +K:Deathtouch +Oracle:Flying, deathtouch diff --git a/forge-gui/res/tokenscripts/g_1_1_insect_infect.txt b/forge-gui/res/tokenscripts/g_1_1_insect_infect.txt new file mode 100644 index 00000000000..22f251424d2 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_insect_infect.txt @@ -0,0 +1,7 @@ +Name:Insect +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Insect +K:Infect +Oracle:Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.) diff --git a/forge-gui/res/tokenscripts/g_1_1_plant.txt b/forge-gui/res/tokenscripts/g_1_1_plant.txt new file mode 100644 index 00000000000..3fdb50d64a8 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_plant.txt @@ -0,0 +1,6 @@ +Name:Plant +ManaCost:no cost +Types:Creature Plant +Colors:green +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/g_1_1_snake.txt b/forge-gui/res/tokenscripts/g_1_1_snake.txt index 1d0a61a1250..6f458cd6e69 100644 --- a/forge-gui/res/tokenscripts/g_1_1_snake.txt +++ b/forge-gui/res/tokenscripts/g_1_1_snake.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Snake Colors:green PT:1/1 -Oracle: \ No newline at end of file +Oracle: diff --git a/forge-gui/res/tokenscripts/g_1_1_snake_deathtouch.txt b/forge-gui/res/tokenscripts/g_1_1_snake_deathtouch.txt new file mode 100644 index 00000000000..3775bb39690 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_snake_deathtouch.txt @@ -0,0 +1,7 @@ +Name:Snake +ManaCost:no cost +Types:Creature Snake +Colors:green +PT:1/1 +K:Deathtouch +Oracle:Deathtouch diff --git a/forge-gui/res/tokenscripts/g_1_1_wolf_sound_the_call.txt b/forge-gui/res/tokenscripts/g_1_1_wolf_sound_the_call.txt new file mode 100644 index 00000000000..bb9d7600b1d --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_1_wolf_sound_the_call.txt @@ -0,0 +1,8 @@ +Name:Wolf +ManaCost:no cost +Colors:green +Types:Creature Wolf +PT:1/1 +S:Mode$ Continuous | Affected$ Card.Self | AddPower$ CallCount | AddToughness$ CallCount | EffectZone$ Battlefield | Description$ This creature gets +1/+1 for each card named Sound the Call in each graveyard. +SVar:CallCount:Count$ValidGraveyard Card.namedSound the Call +Oracle:This creature gets +1/+1 for each card named Sound the Call in each graveyard. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_2_spider_reach.txt b/forge-gui/res/tokenscripts/g_1_2_spider_reach.txt new file mode 100644 index 00000000000..d6e16a39af3 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_2_spider_reach.txt @@ -0,0 +1,7 @@ +Name:Spider +ManaCost:no cost +Types:Creature Spider +PT:1/2 +Colors:green +K:Reach +Oracle:Reach \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_1_3_e_spider_reach.txt b/forge-gui/res/tokenscripts/g_1_3_e_spider_reach.txt new file mode 100644 index 00000000000..7cc74c232fa --- /dev/null +++ b/forge-gui/res/tokenscripts/g_1_3_e_spider_reach.txt @@ -0,0 +1,7 @@ +Name:Spider +ManaCost:no cost +Types:Enchantment Creature Spider +PT:1/3 +Colors:green +K:Reach +Oracle:Reach (This creature can block creatures with flying.) diff --git a/forge-gui/res/tokenscripts/g_2_2_bear.txt b/forge-gui/res/tokenscripts/g_2_2_bear.txt new file mode 100644 index 00000000000..2b1cead38f8 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_bear.txt @@ -0,0 +1,6 @@ +Name:Bear +ManaCost:no cost +PT:2/2 +Colors:green +Types:Creature Bear +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_2_2_boar.txt b/forge-gui/res/tokenscripts/g_2_2_boar.txt new file mode 100644 index 00000000000..ea3e25d0771 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_boar.txt @@ -0,0 +1,6 @@ +Name:Boar +ManaCost:no cost +PT:2/2 +Colors:green +Types:Creature Boar +Oracle: diff --git a/forge-gui/res/tokenscripts/g_2_2_lizard.txt b/forge-gui/res/tokenscripts/g_2_2_lizard.txt new file mode 100644 index 00000000000..5d7c15b0380 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_lizard.txt @@ -0,0 +1,6 @@ +Name:Lizard +ManaCost:no cost +PT:2/2 +Colors:green +Types:Creature Lizard +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_2_2_monkey.txt b/forge-gui/res/tokenscripts/g_2_2_monkey.txt new file mode 100644 index 00000000000..379369bc613 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_monkey.txt @@ -0,0 +1,6 @@ +Name:Monkey +ManaCost:no cost +PT:1/1 +Colors:green +Types:Creature Monkey +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_2_2_ooze_mitotic.txt b/forge-gui/res/tokenscripts/g_2_2_ooze_mitotic.txt index f4c5e1023a2..5c97073acbf 100644 --- a/forge-gui/res/tokenscripts/g_2_2_ooze_mitotic.txt +++ b/forge-gui/res/tokenscripts/g_2_2_ooze_mitotic.txt @@ -4,5 +4,5 @@ Types:Creature Ooze Colors:green PT:2/2 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigTokenJunior | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, create two 1/1 green Ooze creature tokens. -SVar:TrigTokenJunior:DB$Token | LegacyImage$ g 1 1 ooze | TokenScript$ g_1_1_ooze | TokenOwner$ You | TokenAmount$ 2 +SVar:TrigTokenJunior:DB$Token | LegacyImage$ g 1 1 ooze m11 | TokenScript$ g_1_1_ooze | TokenOwner$ You | TokenAmount$ 2 Oracle:When this creature dies, create two 1/1 green Ooze creature tokens. diff --git a/forge-gui/res/tokenscripts/g_2_2_wolf.txt b/forge-gui/res/tokenscripts/g_2_2_wolf.txt new file mode 100644 index 00000000000..52e24f26dc8 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_2_wolf.txt @@ -0,0 +1,6 @@ +Name:Wolf +ManaCost:no cost +PT:2/2 +Colors:green +Types:Creature Wolf +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_2_5_treefolk_shaman.txt b/forge-gui/res/tokenscripts/g_2_5_treefolk_shaman.txt new file mode 100644 index 00000000000..830e82c1094 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_2_5_treefolk_shaman.txt @@ -0,0 +1,6 @@ +Name:Treefolk Shaman +ManaCost:no cost +PT:2/5 +Colors:green +Types:Creature Treefolk Shaman +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_3_3_ape.txt b/forge-gui/res/tokenscripts/g_3_3_ape.txt new file mode 100644 index 00000000000..e0eb4c9e9d3 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_ape.txt @@ -0,0 +1,6 @@ +Name:Ape +Colors:green +ManaCost:no cost +PT:3/3 +Types:Creature Ape +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_3_3_boar.txt b/forge-gui/res/tokenscripts/g_3_3_boar.txt new file mode 100644 index 00000000000..87e0fca90e6 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_boar.txt @@ -0,0 +1,6 @@ +Name:Boar +Colors:green +ManaCost:no cost +PT:3/3 +Types:Creature Boar +Oracle: diff --git a/forge-gui/res/tokenscripts/g_3_3_centaur.txt b/forge-gui/res/tokenscripts/g_3_3_centaur.txt index 84d194bdf2c..ec27c18db6a 100644 --- a/forge-gui/res/tokenscripts/g_3_3_centaur.txt +++ b/forge-gui/res/tokenscripts/g_3_3_centaur.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Creature Centaur Colors:green PT:3/3 -Oracle: \ No newline at end of file +Oracle: diff --git a/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt b/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt new file mode 100644 index 00000000000..6ddeebe2c04 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_dinosaur_trample.txt @@ -0,0 +1,7 @@ +Name:Dinosaur +ManaCost:no cost +Types:Creature Dinosaur +Colors:green +PT:3/3 +K:Trample +Oracle:Trample diff --git a/forge-gui/res/tokenscripts/g_3_3_e_centaur.txt b/forge-gui/res/tokenscripts/g_3_3_e_centaur.txt new file mode 100644 index 00000000000..95d180920cf --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_e_centaur.txt @@ -0,0 +1,6 @@ +Name:Centaur +ManaCost:no cost +Types:Enchantment Creature Centaur +Colors:green +PT:3/3 +Oracle: diff --git a/forge-gui/res/tokenscripts/g_3_3_elemental.txt b/forge-gui/res/tokenscripts/g_3_3_elemental.txt new file mode 100644 index 00000000000..a0206d970bc --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +Colors:green +ManaCost:no cost +PT:3/3 +Types:Creature Elemental +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_3_3_elephant.txt b/forge-gui/res/tokenscripts/g_3_3_elephant.txt new file mode 100644 index 00000000000..7e567eb1697 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_elephant.txt @@ -0,0 +1,6 @@ +Name:Elephant +Colors:green +ManaCost:no cost +PT:3/3 +Types:Creature Elephant +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_3_3_frog_lizard.txt b/forge-gui/res/tokenscripts/g_3_3_frog_lizard.txt index bed44dc53cc..4e6e14455ca 100644 --- a/forge-gui/res/tokenscripts/g_3_3_frog_lizard.txt +++ b/forge-gui/res/tokenscripts/g_3_3_frog_lizard.txt @@ -1,6 +1,6 @@ Name:Frog Lizard -ManaCost:no cost -Types:Creature Frog Lizard Colors:green +ManaCost:no cost PT:3/3 -Oracle: \ No newline at end of file +Types:Creature Frog Lizard +Oracle: diff --git a/forge-gui/res/tokenscripts/g_3_3_hippo.txt b/forge-gui/res/tokenscripts/g_3_3_hippo.txt new file mode 100644 index 00000000000..1edb56724ec --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_hippo.txt @@ -0,0 +1,6 @@ +Name:Hippo +ManaCost:no cost +Types:Creature Hippo +Colors:green +PT:3/3 +Oracle: diff --git a/forge-gui/res/tokenscripts/g_3_3_ooze.txt b/forge-gui/res/tokenscripts/g_3_3_ooze.txt new file mode 100644 index 00000000000..59cdcff7d87 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_3_3_ooze.txt @@ -0,0 +1,6 @@ +Name:Ooze +ManaCost:no cost +Types:Creature Ooze +Colors:green +PT:3/3 +Oracle: diff --git a/forge-gui/res/tokenscripts/g_4_2_beast.txt b/forge-gui/res/tokenscripts/g_4_2_beast.txt new file mode 100644 index 00000000000..c129ad749fc --- /dev/null +++ b/forge-gui/res/tokenscripts/g_4_2_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +Colors:green +ManaCost:no cost +PT:4/2 +Types:Creature Beast +Oracle: diff --git a/forge-gui/res/tokenscripts/g_4_4_bear.txt b/forge-gui/res/tokenscripts/g_4_4_bear.txt new file mode 100644 index 00000000000..6e68d86fd37 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_4_4_bear.txt @@ -0,0 +1,6 @@ +Name:Bear +Colors:green +ManaCost:no cost +PT:4/4 +Types:Creature Bear +Oracle: diff --git a/forge-gui/res/tokenscripts/g_4_4_beast.txt b/forge-gui/res/tokenscripts/g_4_4_beast.txt new file mode 100644 index 00000000000..17f15ef4e8e --- /dev/null +++ b/forge-gui/res/tokenscripts/g_4_4_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +Colors:green +ManaCost:no cost +PT:4/4 +Types:Creature Beast +Oracle: diff --git a/forge-gui/res/tokenscripts/g_4_4_elemental.txt b/forge-gui/res/tokenscripts/g_4_4_elemental.txt new file mode 100644 index 00000000000..9bcbbbc547f --- /dev/null +++ b/forge-gui/res/tokenscripts/g_4_4_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +Colors:green +ManaCost:no cost +PT:4/4 +Types:Creature Elemental +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_4_4_rhino_trample.txt b/forge-gui/res/tokenscripts/g_4_4_rhino_trample.txt new file mode 100644 index 00000000000..997e813a90f --- /dev/null +++ b/forge-gui/res/tokenscripts/g_4_4_rhino_trample.txt @@ -0,0 +1,7 @@ +Name:Rhino +Colors:green +ManaCost:no cost +PT:4/4 +Types:Creature Rhino +K:Trample +Oracle:Trample diff --git a/forge-gui/res/tokenscripts/g_5_3_elemental.txt b/forge-gui/res/tokenscripts/g_5_3_elemental.txt new file mode 100644 index 00000000000..84c0fa1cc30 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_3_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +Colors:green +ManaCost:no cost +PT:5/3 +Types:Creature Elemental +Oracle: diff --git a/forge-gui/res/tokenscripts/g_5_4_snake.txt b/forge-gui/res/tokenscripts/g_5_4_snake.txt new file mode 100644 index 00000000000..957b1ed0352 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_4_snake.txt @@ -0,0 +1,6 @@ +Name:Snake +ManaCost:no cost +Types:Creature Snake +Colors:green +PT:5/4 +Oracle: diff --git a/forge-gui/res/tokenscripts/g_5_5_beast.txt b/forge-gui/res/tokenscripts/g_5_5_beast.txt new file mode 100644 index 00000000000..50a8be2a43a --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_5_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +Colors:green +ManaCost:no cost +PT:5/5 +Types:Creature Beast +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_5_5_beast_trample.txt b/forge-gui/res/tokenscripts/g_5_5_beast_trample.txt new file mode 100644 index 00000000000..7451bd11728 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_5_beast_trample.txt @@ -0,0 +1,7 @@ +Name:Beast +Colors:green +ManaCost:no cost +PT:5/5 +Types:Creature Beast +K:Trample +Oracle:Trample diff --git a/forge-gui/res/tokenscripts/g_5_5_wurm.txt b/forge-gui/res/tokenscripts/g_5_5_wurm.txt new file mode 100644 index 00000000000..e785ac25c92 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_5_wurm.txt @@ -0,0 +1,6 @@ +Name:Wurm +Colors:green +ManaCost:no cost +PT:5/5 +Types:Creature Wurm +Oracle: diff --git a/forge-gui/res/tokenscripts/g_5_5_wurm_trample.txt b/forge-gui/res/tokenscripts/g_5_5_wurm_trample.txt new file mode 100644 index 00000000000..d3760353cc7 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_5_5_wurm_trample.txt @@ -0,0 +1,7 @@ +Name:Wurm +Colors:green +ManaCost:no cost +PT:5/5 +Types:Creature Wurm +K:Trample +Oracle:Trample diff --git a/forge-gui/res/tokenscripts/g_6_1_insect_shroud.txt b/forge-gui/res/tokenscripts/g_6_1_insect_shroud.txt new file mode 100644 index 00000000000..e6448edb9f5 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_6_1_insect_shroud.txt @@ -0,0 +1,7 @@ +Name:Insect +Colors:green +ManaCost:no cost +PT:6/1 +K:Shroud +Types:Creature Insect +Oracle:Shroud (It can't be the target of spells or abilities.) \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_6_6_wurm.txt b/forge-gui/res/tokenscripts/g_6_6_wurm.txt new file mode 100644 index 00000000000..2fb75284dee --- /dev/null +++ b/forge-gui/res/tokenscripts/g_6_6_wurm.txt @@ -0,0 +1,6 @@ +Name:Wurm +Colors:green +ManaCost:no cost +PT:6/6 +Types:Creature Wurm +Oracle: diff --git a/forge-gui/res/tokenscripts/g_7_7_elemental_trample.txt b/forge-gui/res/tokenscripts/g_7_7_elemental_trample.txt new file mode 100644 index 00000000000..997b8b16391 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_7_7_elemental_trample.txt @@ -0,0 +1,7 @@ +Name:Elemental +Colors:green +ManaCost:no cost +PT:7/7 +Types:Creature Elemental +K:Trample +Oracle:Trample \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_x_x_elemental.txt b/forge-gui/res/tokenscripts/g_x_x_elemental.txt new file mode 100644 index 00000000000..503369098af --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +Colors:green +ManaCost:no cost +PT:*/* +Types:Creature Elemental +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_x_x_elephant_resurgence.txt b/forge-gui/res/tokenscripts/g_x_x_elephant_resurgence.txt new file mode 100644 index 00000000000..7b09e69efc3 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_elephant_resurgence.txt @@ -0,0 +1,8 @@ +Name:Elephant +ManaCost:no cost +Types:Creature Elephant +Colors:green +PT:*/* +S:Mode$ Continuous | SetPower$ ResurgenceX | SetToughness$ ResurgenceX | EffectZone$ Battlefield | CharacteristicDefining$ True | Description$ CARDNAME's power and toughness are each equal to the number of creature cards in its controller's graveyard. | References$ ResurgenceX +SVar:ResurgenceX:Count$TypeInYourYard.Creature +Oracle:This creature's power and toughness are each equal to the number of creature cards in its controller's graveyard. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_x_x_hydra.txt b/forge-gui/res/tokenscripts/g_x_x_hydra.txt new file mode 100644 index 00000000000..75e87378d67 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_hydra.txt @@ -0,0 +1,6 @@ +Name:Hydra +Colors:green +ManaCost:no cost +PT:*/* +Types:Creature Hydra +Oracle: diff --git a/forge-gui/res/tokenscripts/g_x_x_ooze.txt b/forge-gui/res/tokenscripts/g_x_x_ooze.txt new file mode 100644 index 00000000000..d5aa4f030af --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_ooze.txt @@ -0,0 +1,6 @@ +Name:Ooze +ManaCost:no cost +Types:Creature Ooze +Colors:green +PT:*/* +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt b/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt new file mode 100644 index 00000000000..2d635e44f03 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_ooze_gutter_grime.txt @@ -0,0 +1,8 @@ +Name:Ooze +ManaCost:no cost +Types:Creature Ooze +Colors:green +PT:*/* +S:Mode$ Continuous | SetPower$ GutterGrimePT | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of slime counters on Gutter Grime. +SVar:GutterGrimePT:Remembered$CardCounters.SLIME +Oracle:This creature's power and toughness are each equal to the number of slime counters on Gutter Grime. diff --git a/forge-gui/res/tokenscripts/g_x_x_saproling_burst.txt b/forge-gui/res/tokenscripts/g_x_x_saproling_burst.txt new file mode 100644 index 00000000000..baf13d6ec7f --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_saproling_burst.txt @@ -0,0 +1,6 @@ +Name:Saproling +ManaCost:no cost +Types:Creature Saproling +Colors:green +PT:*/* +Oracle:This creature's power and toughness are each equal to the number of fade counters on Saproling Burst. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/g_x_x_treefolk.txt b/forge-gui/res/tokenscripts/g_x_x_treefolk.txt new file mode 100644 index 00000000000..c0a5e833252 --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_treefolk.txt @@ -0,0 +1,6 @@ +Name:Treefolk +ManaCost:no cost +Types:Creature Treefolk +Colors:green +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/g_x_x_wurm.txt b/forge-gui/res/tokenscripts/g_x_x_wurm.txt new file mode 100644 index 00000000000..dae24fc861e --- /dev/null +++ b/forge-gui/res/tokenscripts/g_x_x_wurm.txt @@ -0,0 +1,6 @@ +Name:Wurm +Colors:green +ManaCost:no cost +PT:*/* +Types:Creature Wurm +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/gold.txt b/forge-gui/res/tokenscripts/gold.txt new file mode 100644 index 00000000000..77e1e75931c --- /dev/null +++ b/forge-gui/res/tokenscripts/gold.txt @@ -0,0 +1,5 @@ +Name:Gold +ManaCost:no cost +Types:Artifact +AB$ Mana | Cost$ Sac<1/CARDNAME> | Produced$ Any | SpellDescription$ Add one mana of any color. +Oracle:Sacrifice this artifact: Add one mana of any color. diff --git a/forge-gui/res/tokenscripts/goldmeadow_harrier.txt b/forge-gui/res/tokenscripts/goldmeadow_harrier.txt new file mode 100644 index 00000000000..0abc5d8429a --- /dev/null +++ b/forge-gui/res/tokenscripts/goldmeadow_harrier.txt @@ -0,0 +1,8 @@ +Name:Goldmeadow Harrier +Colors:white +ManaCost:no cost +PT:1/1 +Types:Creature Kithkin Soldier +A:AB$ Tap | Cost$ W T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature. +SVar:NonCombatPriority:1 +Oracle:{W}, {T}: Tap target creature. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/gu_1_1_snake.txt b/forge-gui/res/tokenscripts/gu_1_1_snake.txt new file mode 100644 index 00000000000..92549ec3db9 --- /dev/null +++ b/forge-gui/res/tokenscripts/gu_1_1_snake.txt @@ -0,0 +1,6 @@ +Name:Snake +Colors:green,blue +ManaCost:no cost +PT:1/1 +Types:Creature Snake +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/gu_2_2_drake_flying.txt b/forge-gui/res/tokenscripts/gu_2_2_drake_flying.txt new file mode 100644 index 00000000000..683cd19435f --- /dev/null +++ b/forge-gui/res/tokenscripts/gu_2_2_drake_flying.txt @@ -0,0 +1,7 @@ +Name:Drake +Colors:green,blue +ManaCost:no cost +PT:2/2 +Types:Creature Drake +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/gw_1_1_elf_warrior.txt b/forge-gui/res/tokenscripts/gw_1_1_elf_warrior.txt new file mode 100644 index 00000000000..2cf9cf1b23b --- /dev/null +++ b/forge-gui/res/tokenscripts/gw_1_1_elf_warrior.txt @@ -0,0 +1,6 @@ +Name:Elf Warrior +ManaCost:no cost +Types:Creature Elf Warrior +Colors:green,white +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/wg_2_2_elf_knight_vigilance.txt b/forge-gui/res/tokenscripts/gw_2_2_elf_knight_vigilance.txt similarity index 100% rename from forge-gui/res/tokenscripts/wg_2_2_elf_knight_vigilance.txt rename to forge-gui/res/tokenscripts/gw_2_2_elf_knight_vigilance.txt diff --git a/forge-gui/res/tokenscripts/gw_8_8_elemental_vigilance.txt b/forge-gui/res/tokenscripts/gw_8_8_elemental_vigilance.txt new file mode 100644 index 00000000000..21f7b8ef1a1 --- /dev/null +++ b/forge-gui/res/tokenscripts/gw_8_8_elemental_vigilance.txt @@ -0,0 +1,7 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:green,white +PT:8/8 +K:Vigilance +Oracle:Vigilance diff --git a/forge-gui/res/tokenscripts/gw_x_x_elemental_total_creatures.txt b/forge-gui/res/tokenscripts/gw_x_x_elemental_total_creatures.txt new file mode 100644 index 00000000000..d28c12f53fc --- /dev/null +++ b/forge-gui/res/tokenscripts/gw_x_x_elemental_total_creatures.txt @@ -0,0 +1,8 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:green,white +PT:*/* +S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ TokenX | SetToughness$ TokenX | Description$ CARDNAME's power and toughness are each equal to the number of creatures you control. +SVar:TokenX:Count$Valid Creature.YouCtrl +Oracle:This creature's power and toughness are each equal to the number of creatures you control. diff --git a/forge-gui/res/tokenscripts/kaldra.txt b/forge-gui/res/tokenscripts/kaldra.txt new file mode 100644 index 00000000000..b76109a6930 --- /dev/null +++ b/forge-gui/res/tokenscripts/kaldra.txt @@ -0,0 +1,5 @@ +Name:Kaldra +ManaCost:no cost +PT:4/4 +Types:Legendary Creature Avatar +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/karox_bladewing.txt b/forge-gui/res/tokenscripts/karox_bladewing.txt new file mode 100644 index 00000000000..7929a896050 --- /dev/null +++ b/forge-gui/res/tokenscripts/karox_bladewing.txt @@ -0,0 +1,7 @@ +Name:Karox Bladewing +Types:Legendary Creature Dragon +Colors:red +ManaCost:no cost +PT:4/4 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/kobolds_of_kher_keep.txt b/forge-gui/res/tokenscripts/kobolds_of_kher_keep.txt new file mode 100644 index 00000000000..e335d4f2af0 --- /dev/null +++ b/forge-gui/res/tokenscripts/kobolds_of_kher_keep.txt @@ -0,0 +1,6 @@ +Name:Kobolds of Kher Keep +ManaCost:no cost +Colors:red +PT:0/1 +Types:Creature Kobold +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/land_mine.txt b/forge-gui/res/tokenscripts/land_mine.txt new file mode 100644 index 00000000000..7cf13df884a --- /dev/null +++ b/forge-gui/res/tokenscripts/land_mine.txt @@ -0,0 +1,5 @@ +Name:Land Mine +ManaCost:no cost +Types:Artifact +A:AB$ DealDamage | Cost$ R Sac<1/CARDNAME> | ValidTgts$ Creature.attacking+withoutFlying | TgtPrompt$ Select target attacking creature without flying | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target attacking creature without flying. +Oracle:{R}, Sacrifice this artifact: This artifact deals 2 damage to target attacking creature without flying. diff --git a/forge-gui/res/tokenscripts/lightning_rager.txt b/forge-gui/res/tokenscripts/lightning_rager.txt index fe3c8d5fbef..97e39a89e1d 100644 --- a/forge-gui/res/tokenscripts/lightning_rager.txt +++ b/forge-gui/res/tokenscripts/lightning_rager.txt @@ -3,9 +3,9 @@ ManaCost:no cost Types:Creature Elemental Colors:red PT:5/1 -K;Trample +K:Trample K:Haste -T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of the end step, sacrifice CARDNAME. +T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of the end step, sacrifice this creature. SVar:TrigSac:DB$ Sacrifice | SacValid$ Self SVar:EndOfTurnLeavePlay:True -Oracle:Trample, Haste\nAt the beginning of the end step, sacrifice Lightning Rager. +Oracle:Trample, Haste\nAt the beginning of the end step, sacrifice this creature. diff --git a/forge-gui/res/tokenscripts/llanowar_elves.txt b/forge-gui/res/tokenscripts/llanowar_elves.txt new file mode 100644 index 00000000000..6186471ec08 --- /dev/null +++ b/forge-gui/res/tokenscripts/llanowar_elves.txt @@ -0,0 +1,7 @@ +Name:Llanowar Elves +ManaCost:no cost +Types:Creature Elf Druid +Colors:green +PT:1/1 +A:AB$ Mana | Cost$ T | Produced$ G | SpellDescription$ Add {G}. +Oracle:{T}: Add {G}. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/marit_lage.txt b/forge-gui/res/tokenscripts/marit_lage.txt new file mode 100644 index 00000000000..19b312e9feb --- /dev/null +++ b/forge-gui/res/tokenscripts/marit_lage.txt @@ -0,0 +1,8 @@ +Name:Marit Lage +Types:Legendary Creature Avatar +Colors:black +ManaCost:no cost +PT:20/20 +K:Flying +K:Indestructible +Oracle:Flying, indestructible \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/metallic_sliver.txt b/forge-gui/res/tokenscripts/metallic_sliver.txt new file mode 100644 index 00000000000..ab02483e18b --- /dev/null +++ b/forge-gui/res/tokenscripts/metallic_sliver.txt @@ -0,0 +1,5 @@ +Name:Metallic Sliver +ManaCost:no cost +Types:Artifact Creature Sliver +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/mowu.txt b/forge-gui/res/tokenscripts/mowu.txt new file mode 100644 index 00000000000..9e4c7149070 --- /dev/null +++ b/forge-gui/res/tokenscripts/mowu.txt @@ -0,0 +1,6 @@ +Name:Mowu +ManaCost:no cost +Types:Legendary Creature Hound +Colors:green +PT:3/3 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_0_1_elemental_rekindling_phoenix.txt b/forge-gui/res/tokenscripts/r_0_1_elemental_rekindling_phoenix.txt new file mode 100644 index 00000000000..f49a0268f4b --- /dev/null +++ b/forge-gui/res/tokenscripts/r_0_1_elemental_rekindling_phoenix.txt @@ -0,0 +1,10 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:red +PT:0/2 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ RekindlingPhoenixTrigSac | TriggerDescription$ At the beginning of your upkeep, sacrifice this creature and return target card named Rekindling Phoenix from your graveyard to the battlefield. It gains haste until end of turn. +SVar:RekindlingPhoenixTrigSac:DB$ Sacrifice | SacValid$ Self | SubAbility$ RekindlingPhoenixDBChangeZone +SVar:RekindlingPhoenixDBChangeZone:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Card.YouCtrl+namedRekindling Phoenix | TgtPrompt$ Choose target card named Rekindling Phoenix in your graveyard | SubAbility$ RekindlingPhoenixDBAnimate +SVar:RekindlingPhoenixDBAnimate:DB$ Animate | Defined$ Targeted | Keywords$ Haste +Oracle:At the beginning of your upkeep, sacrifice this creature and return target card named Rekindling Phoenix from your graveyard to the battlefield. It gains haste until end of turn. diff --git a/forge-gui/res/tokenscripts/r_1_1_devil_burn.txt b/forge-gui/res/tokenscripts/r_1_1_devil_burn.txt new file mode 100644 index 00000000000..bf978b9e4a1 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_devil_burn.txt @@ -0,0 +1,8 @@ +Name:Devil +ManaCost:no cost +Types:Creature Devil +Colors:red +PT:1/1 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ DevilTrigDamage | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, it deals 1 damage to any target. +SVar:DevilTrigDamage:DB$ DealDamage | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | NumDmg$ 1 +Oracle:When this creature dies, it deals 1 damage to any target. diff --git a/forge-gui/res/tokenscripts/r_1_1_goblin_all_attack.txt b/forge-gui/res/tokenscripts/r_1_1_goblin_all_attack.txt new file mode 100644 index 00000000000..159c4031847 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_goblin_all_attack.txt @@ -0,0 +1,7 @@ +Name:Goblin +ManaCost:no cost +Types:Creature Goblin +Colors:red +PT:1/1 +S:Mode$ Continuous | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CARDNAME attacks each combat if able. | Description$ Creatures you control attack each combat if able. +Oracle:Creatures you control attack each combat if able. diff --git a/forge-gui/res/tokenscripts/r_1_1_goblin_haste.txt b/forge-gui/res/tokenscripts/r_1_1_goblin_haste.txt new file mode 100644 index 00000000000..cc5b6c1ba9c --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_goblin_haste.txt @@ -0,0 +1,7 @@ +Name:Goblin +ManaCost:no cost +Types:Creature Goblin +Colors:red +PT:1/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_1_1_goblin_noblock.txt b/forge-gui/res/tokenscripts/r_1_1_goblin_noblock.txt new file mode 100644 index 00000000000..4cfb1532642 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_goblin_noblock.txt @@ -0,0 +1,7 @@ +Name:Goblin +ManaCost:no cost +Types:Creature Goblin +Colors:red +PT:1/1 +K:CARDNAME can't block. +Oracle:This creature can't block. diff --git a/forge-gui/res/tokenscripts/r_1_1_human.txt b/forge-gui/res/tokenscripts/r_1_1_human.txt new file mode 100644 index 00000000000..7a3d68e19d5 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_human.txt @@ -0,0 +1,6 @@ +Name:Human +ManaCost:no cost +Types:Creature Human +Colors:red +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_1_1_human_haste.txt b/forge-gui/res/tokenscripts/r_1_1_human_haste.txt new file mode 100644 index 00000000000..487e4b7d8ce --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_human_haste.txt @@ -0,0 +1,7 @@ +Name:Human +ManaCost:no cost +Types:Creature Human +Colors:red +PT:1/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_1_1_soldier_haste.txt b/forge-gui/res/tokenscripts/r_1_1_soldier_haste.txt new file mode 100644 index 00000000000..3a1aecb29a2 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_soldier_haste.txt @@ -0,0 +1,7 @@ +Name:Soldier +ManaCost:no cost +Types:Creature Soldier +Colors:red +PT:1/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_1_1_warrior.txt b/forge-gui/res/tokenscripts/r_1_1_warrior.txt new file mode 100644 index 00000000000..31c2d297ca9 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_1_1_warrior.txt @@ -0,0 +1,6 @@ +Name:Warrior +ManaCost:no cost +Types:Creature Warrior +Colors:red +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_2_2_gremlin.txt b/forge-gui/res/tokenscripts/r_2_2_gremlin.txt new file mode 100644 index 00000000000..598a3472733 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_2_2_gremlin.txt @@ -0,0 +1,6 @@ +Name:Gremlin +ManaCost:no cost +PT:2/2 +Colors:red +Types:Creature Gremlin +Oracle: diff --git a/forge-gui/res/tokenscripts/r_2_3_minotaur_haste.txt b/forge-gui/res/tokenscripts/r_2_3_minotaur_haste.txt new file mode 100644 index 00000000000..8813db20465 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_2_3_minotaur_haste.txt @@ -0,0 +1,7 @@ +Name:Minotaur +ManaCost:no cost +Types:Creature Minotaur +Colors:red +PT:2/3 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_3_1_e_elemental_haste.txt b/forge-gui/res/tokenscripts/r_3_1_e_elemental_haste.txt new file mode 100644 index 00000000000..0fe2176a774 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_1_e_elemental_haste.txt @@ -0,0 +1,7 @@ +Name:Elemental +ManaCost:no cost +Types:Enchantment Creature Elemental +Colors:red +PT:3/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_3_1_elemental.txt b/forge-gui/res/tokenscripts/r_3_1_elemental.txt new file mode 100644 index 00000000000..2e0b11e3688 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_1_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:red +PT:3/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_3_1_elemental_shaman.txt b/forge-gui/res/tokenscripts/r_3_1_elemental_shaman.txt new file mode 100644 index 00000000000..295c4cc8399 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_1_elemental_shaman.txt @@ -0,0 +1,6 @@ +Name:Elemental Shaman +ManaCost:no cost +Types:Creature Elemental Shaman +Colors:red +PT:3/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_3_1_elemental_shaman_haste.txt b/forge-gui/res/tokenscripts/r_3_1_elemental_shaman_haste.txt new file mode 100644 index 00000000000..a45e3b652ef --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_1_elemental_shaman_haste.txt @@ -0,0 +1,7 @@ +Name:Elemental Shaman +ManaCost:no cost +Types:Creature Elemental Shaman +Colors:red +PT:3/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/r_3_3_elemental.txt b/forge-gui/res/tokenscripts/r_3_3_elemental.txt new file mode 100644 index 00000000000..0bdef3b7dbe --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_3_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:red +PT:3/3 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_3_3_ogre.txt b/forge-gui/res/tokenscripts/r_3_3_ogre.txt new file mode 100644 index 00000000000..26c7d0d5c64 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_3_3_ogre.txt @@ -0,0 +1,6 @@ +Name:Ogre +ManaCost:no cost +Types:Creature Ogre +Colors:red +PT:3/3 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_4_4_dragon_flying.txt b/forge-gui/res/tokenscripts/r_4_4_dragon_flying.txt new file mode 100644 index 00000000000..e5b42013ebd --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_dragon_flying.txt @@ -0,0 +1,7 @@ +Name:Dragon +ManaCost:no cost +Types:Creature Dragon +Colors:red +K:Flying +PT:4/4 +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/r_4_4_giant.txt b/forge-gui/res/tokenscripts/r_4_4_giant.txt new file mode 100644 index 00000000000..271091c5e60 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_giant.txt @@ -0,0 +1,6 @@ +Name:Giant +ManaCost:no cost +Types:Creature Giant +Colors:red +PT:4/4 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_4_4_hellion.txt b/forge-gui/res/tokenscripts/r_4_4_hellion.txt new file mode 100644 index 00000000000..47ab6293fa3 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_hellion.txt @@ -0,0 +1,6 @@ +Name:Hellion +ManaCost:no cost +Types:Creature Hellion +Colors:red +PT:4/4 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/r_4_4_hellion_haste.txt b/forge-gui/res/tokenscripts/r_4_4_hellion_haste.txt new file mode 100644 index 00000000000..0323012c597 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_hellion_haste.txt @@ -0,0 +1,7 @@ +Name:Hellion +ManaCost:no cost +Types:Creature Hellion +Colors:red +PT:4/4 +K:Haste +Oracle:Haste (This creature can attack and {T} as soon as it comes under your control.) diff --git a/forge-gui/res/tokenscripts/r_4_4_ogre.txt b/forge-gui/res/tokenscripts/r_4_4_ogre.txt new file mode 100644 index 00000000000..12ac95a0c79 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_4_4_ogre.txt @@ -0,0 +1,6 @@ +Name:Ogre +ManaCost:no cost +Types:Creature Ogre +Colors:red +PT:4/4 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_6_6_dragon_flying.txt b/forge-gui/res/tokenscripts/r_6_6_dragon_flying.txt new file mode 100644 index 00000000000..4861a6550ac --- /dev/null +++ b/forge-gui/res/tokenscripts/r_6_6_dragon_flying.txt @@ -0,0 +1,7 @@ +Name:Dragon +ManaCost:no cost +Types:Creature Dragon +Colors:red +K:Flying +PT:6/6 +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/r_8_8_lizard.txt b/forge-gui/res/tokenscripts/r_8_8_lizard.txt new file mode 100644 index 00000000000..3c55b63f11e --- /dev/null +++ b/forge-gui/res/tokenscripts/r_8_8_lizard.txt @@ -0,0 +1,6 @@ +Name:Lizard +ManaCost:no cost +Types:Creature Lizard +Colors:red +PT:8/8 +Oracle: diff --git a/forge-gui/res/tokenscripts/r_x_x_elemental.txt b/forge-gui/res/tokenscripts/r_x_x_elemental.txt new file mode 100644 index 00000000000..99ba363c3d5 --- /dev/null +++ b/forge-gui/res/tokenscripts/r_x_x_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +Colors:red +ManaCost:no cost +PT:*/* +Types:Creature Elemental +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/ragavan.txt b/forge-gui/res/tokenscripts/ragavan.txt index 4772689ed3f..4e24fbf8a61 100644 --- a/forge-gui/res/tokenscripts/ragavan.txt +++ b/forge-gui/res/tokenscripts/ragavan.txt @@ -3,4 +3,4 @@ ManaCost:no cost Types:Legendary Creature Monkey Colors:red PT:2/1 -Oracle: \ No newline at end of file +Oracle: diff --git a/forge-gui/res/tokenscripts/rg_1_1_dragon_flying_devour.txt b/forge-gui/res/tokenscripts/rg_1_1_dragon_flying_devour.txt new file mode 100644 index 00000000000..86409700d88 --- /dev/null +++ b/forge-gui/res/tokenscripts/rg_1_1_dragon_flying_devour.txt @@ -0,0 +1,8 @@ +Name:Dragon +ManaCost:no cost +Types:Creature Dragon +Colors:red,green +PT:1/1 +K:Flying +K:Devour:2 +Oracle:Flying, devour 2 (As this token enters the battlefield, you may sacrifice any number of creatures. It enters the battlefield with twice that many +1/+1 counters on it.) diff --git a/forge-gui/res/tokenscripts/rg_1_1_goblin_warrior.txt b/forge-gui/res/tokenscripts/rg_1_1_goblin_warrior.txt new file mode 100644 index 00000000000..8d9c4de476f --- /dev/null +++ b/forge-gui/res/tokenscripts/rg_1_1_goblin_warrior.txt @@ -0,0 +1,6 @@ +Name:Goblin Warrior +ManaCost:no cost +Types:Creature Goblin Warrior +Colors:red,green +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/rg_2_2_satyr_haste.txt b/forge-gui/res/tokenscripts/rg_2_2_satyr_haste.txt new file mode 100644 index 00000000000..b4b31d81cd4 --- /dev/null +++ b/forge-gui/res/tokenscripts/rg_2_2_satyr_haste.txt @@ -0,0 +1,7 @@ +Name:Satyr +ManaCost:no cost +Types:Creature Satyr +Colors:red,green +PT:2/2 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/rg_5_5_elemental.txt b/forge-gui/res/tokenscripts/rg_5_5_elemental.txt new file mode 100644 index 00000000000..f3f0b894eda --- /dev/null +++ b/forge-gui/res/tokenscripts/rg_5_5_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:red,green +PT:5/5 +Oracle: diff --git a/forge-gui/res/tokenscripts/rgw_8_8_beast.txt b/forge-gui/res/tokenscripts/rgw_8_8_beast.txt new file mode 100644 index 00000000000..7f4a99db68e --- /dev/null +++ b/forge-gui/res/tokenscripts/rgw_8_8_beast.txt @@ -0,0 +1,6 @@ +Name:Beast +Types:Creature Beast +Colors:red,green,white +ManaCost:no cost +PT:8/8 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/rw_1_1_goblin_soldier.txt b/forge-gui/res/tokenscripts/rw_1_1_goblin_soldier.txt new file mode 100644 index 00000000000..4686e3489b9 --- /dev/null +++ b/forge-gui/res/tokenscripts/rw_1_1_goblin_soldier.txt @@ -0,0 +1,6 @@ +Name:Goblin Soldier +Types:Creature Goblin Soldier +Colors:red,white +ManaCost:no cost +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/rw_1_1_soldier_haste.txt b/forge-gui/res/tokenscripts/rw_1_1_soldier_haste.txt new file mode 100644 index 00000000000..e063344c3fe --- /dev/null +++ b/forge-gui/res/tokenscripts/rw_1_1_soldier_haste.txt @@ -0,0 +1,7 @@ +Name:Soldier +Types:Creature Soldier +Colors:red,white +ManaCost:no cost +PT:1/1 +K:Haste +Oracle:Haste diff --git a/forge-gui/res/tokenscripts/stoneforged_blade.txt b/forge-gui/res/tokenscripts/stoneforged_blade.txt new file mode 100644 index 00000000000..37d50b6de20 --- /dev/null +++ b/forge-gui/res/tokenscripts/stoneforged_blade.txt @@ -0,0 +1,8 @@ +Name:Stoneforged Blade +ManaCost:no cost +Types:Artifact Equipment +PT:5/5 +K:Indestructible +K:Equip:0 +S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 5 | AddToughness$ 5 | AddKeyword$ Double Strike | Description$ Equipped creature gets +5/+5 and has double strike. +Oracle:Indestructible\nEquipped creature gets +5/+5 and has double strike.\nEquip {0}. diff --git a/forge-gui/res/tokenscripts/tuktuk_the_returned.txt b/forge-gui/res/tokenscripts/tuktuk_the_returned.txt new file mode 100644 index 00000000000..7cfbc0e19dc --- /dev/null +++ b/forge-gui/res/tokenscripts/tuktuk_the_returned.txt @@ -0,0 +1,5 @@ +Name:Tuktuk the Returned +ManaCost:no cost +Types:Legendary Artifact Creature Goblin Golem +PT:5/5 +Oracle: diff --git a/forge-gui/res/tokenscripts/twin.txt b/forge-gui/res/tokenscripts/twin.txt new file mode 100644 index 00000000000..bbb4949b560 --- /dev/null +++ b/forge-gui/res/tokenscripts/twin.txt @@ -0,0 +1,5 @@ +Name:Twin +ManaCost:no cost +Types:Artifact Creature Construct +PT:*/* +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_0_1_a_homunculus.txt b/forge-gui/res/tokenscripts/u_0_1_a_homunculus.txt new file mode 100644 index 00000000000..6284058aab4 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_0_1_a_homunculus.txt @@ -0,0 +1,6 @@ +Name:Homunculus +ManaCost:no cost +Types:Artifact Creature Homunculus +Colors:blue +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_0_elemental.txt b/forge-gui/res/tokenscripts/u_1_0_elemental.txt new file mode 100644 index 00000000000..13e30a3e7e0 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_0_elemental.txt @@ -0,0 +1,6 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:blue +PT:1/0 +Oracle: diff --git a/forge-gui/res/tokenscripts/u_1_1_a_thopter_flying.txt b/forge-gui/res/tokenscripts/u_1_1_a_thopter_flying.txt new file mode 100644 index 00000000000..ec591279dc1 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_a_thopter_flying.txt @@ -0,0 +1,7 @@ +Name:Thopter +ManaCost:no cost +Types:Artifact Creature Thopter +Colors:blue +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_bird_flying.txt b/forge-gui/res/tokenscripts/u_1_1_bird_flying.txt new file mode 100644 index 00000000000..72cbe166983 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:blue +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_faerie_flying.txt b/forge-gui/res/tokenscripts/u_1_1_faerie_flying.txt new file mode 100644 index 00000000000..54d1ed9ef06 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_faerie_flying.txt @@ -0,0 +1,7 @@ +Name:Faerie +ManaCost:no cost +Types:Creature Faerie +Colors:blue +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_human_wizard.txt b/forge-gui/res/tokenscripts/u_1_1_human_wizard.txt new file mode 100644 index 00000000000..c7cc08b194e --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_human_wizard.txt @@ -0,0 +1,6 @@ +Name:Human Wizard +ManaCost:no cost +Types:Creature Human Wizard +Colors:blue +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/u_1_1_illusion_flying.txt b/forge-gui/res/tokenscripts/u_1_1_illusion_flying.txt new file mode 100644 index 00000000000..52271b2d7c7 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_illusion_flying.txt @@ -0,0 +1,7 @@ +Name:Illusion +ManaCost:no cost +Types:Creature Illusion +Colors:blue +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_merfolk.txt b/forge-gui/res/tokenscripts/u_1_1_merfolk.txt new file mode 100644 index 00000000000..a0ec07b2384 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_merfolk.txt @@ -0,0 +1,6 @@ +Name:Merfolk +ManaCost:no cost +Types:Creature Merfolk +Colors:blue +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/u_1_1_merfolk_hexproof.txt b/forge-gui/res/tokenscripts/u_1_1_merfolk_hexproof.txt new file mode 100644 index 00000000000..ed058cf208c --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_merfolk_hexproof.txt @@ -0,0 +1,7 @@ +Name:Merfolk +ManaCost:no cost +Types:Creature Merfolk +Colors:blue +PT:1/1 +K:Hexproof +Oracle:Hexproof (This creature can't be the target of spells or abilities your opponents control.) diff --git a/forge-gui/res/tokenscripts/u_1_1_merfolk_wizard.txt b/forge-gui/res/tokenscripts/u_1_1_merfolk_wizard.txt new file mode 100644 index 00000000000..4f1624f40f9 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_merfolk_wizard.txt @@ -0,0 +1,6 @@ +Name:Merfolk Wizard +ManaCost:no cost +Types:Creature Merfolk Wizard +Colors:blue +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_1_1_spirit_flying.txt b/forge-gui/res/tokenscripts/u_1_1_spirit_flying.txt new file mode 100644 index 00000000000..cab4a9c095a --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_spirit_flying.txt @@ -0,0 +1,7 @@ +Name:Spirit +ManaCost:no cost +Types:Creature Spirit +Colors:blue +PT:1/1 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_1_1_squid_islandwalk.txt b/forge-gui/res/tokenscripts/u_1_1_squid_islandwalk.txt new file mode 100644 index 00000000000..035c3e499c7 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_1_1_squid_islandwalk.txt @@ -0,0 +1,7 @@ +Name:Squid +ManaCost:no cost +Types:Creature Squid +Colors:blue +PT:1/1 +K:Islandwalk +Oracle:Islandwalk (This creature can't be blocked as long as defending player controls an Island.) diff --git a/forge-gui/res/tokenscripts/u_2_2_bird_flying.txt b/forge-gui/res/tokenscripts/u_2_2_bird_flying.txt new file mode 100644 index 00000000000..b470ea0aac4 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:blue +PT:2/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_2_2_djinn_monk_flying.txt b/forge-gui/res/tokenscripts/u_2_2_djinn_monk_flying.txt new file mode 100644 index 00000000000..8cae7751c5e --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_djinn_monk_flying.txt @@ -0,0 +1,7 @@ +Name:Djinn Monk +ManaCost:no cost +Types:Creature Djinn Monk +Colors:blue +PT:2/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_2_2_drake_flying.txt b/forge-gui/res/tokenscripts/u_2_2_drake_flying.txt new file mode 100644 index 00000000000..386f92206ef --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_drake_flying.txt @@ -0,0 +1,7 @@ +Name:Drake +ManaCost:no cost +Types:Creature Drake +Colors:blue +PT:2/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_2_2_e_bird_flying.txt b/forge-gui/res/tokenscripts/u_2_2_e_bird_flying.txt new file mode 100644 index 00000000000..549aadacb6f --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_e_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Enchantment Creature Bird +Colors:blue +PT:2/2 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_2_2_elemental_flying.txt b/forge-gui/res/tokenscripts/u_2_2_elemental_flying.txt new file mode 100644 index 00000000000..f137b175704 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_elemental_flying.txt @@ -0,0 +1,7 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:blue +PT:2/2 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_2_2_homunculus.txt b/forge-gui/res/tokenscripts/u_2_2_homunculus.txt new file mode 100644 index 00000000000..98fe7c4e79e --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_homunculus.txt @@ -0,0 +1,6 @@ +Name:Homunculus +ManaCost:no cost +Types:Creature Homunculus +Colors:blue +PT:2/2 +Oracle: diff --git a/forge-gui/res/tokenscripts/u_2_2_illusion.txt b/forge-gui/res/tokenscripts/u_2_2_illusion.txt new file mode 100644 index 00000000000..5310390b072 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_illusion.txt @@ -0,0 +1,6 @@ +Name:Illusion +ManaCost:no cost +Types:Creature Illusion +Colors:blue +PT:2/2 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_2_2_illusion_illusory.txt b/forge-gui/res/tokenscripts/u_2_2_illusion_illusory.txt new file mode 100644 index 00000000000..9c61f20b0fd --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_2_illusion_illusory.txt @@ -0,0 +1,9 @@ +Name:Illusion +ManaCost:no cost +Types:Creature Illusion +Colors:blue +PT:2/2 +T:Mode$ BecomesTarget | ValidTarget$ Card.Self | SourceType$ Spell | TriggerZones$ Battlefield | Execute$ DoSac | TriggerDescription$ When CARDNAME becomes the target of a spell, sacrifice it. +SVar:TokenTgtDies:SVar:Targeting:Dies +SVar:DoSac:DB$ Sacrifice | Defined$ Self +Oracle:When this creatures becomes the target of a spell, sacrifice it. diff --git a/forge-gui/res/tokenscripts/u_3_3_fish_hatches_whale.txt b/forge-gui/res/tokenscripts/u_3_3_fish_hatches_whale.txt index b3cee428e2b..f0e96c45ceb 100644 --- a/forge-gui/res/tokenscripts/u_3_3_fish_hatches_whale.txt +++ b/forge-gui/res/tokenscripts/u_3_3_fish_hatches_whale.txt @@ -4,5 +4,5 @@ Types:Creature Fish Colors:blue PT:3/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, create a 6/6 blue Whale creature token with "When this creature dies, create a 9/9 blue Kraken creature token." -SVar:TrigToken:DB$Token | LegacyImage$ u 6 6 whale | TokenScript$ u_6_6_whale_hatches_kraken | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ u 6 6 whale hatches kraken c14| TokenScript$ u_6_6_whale_hatches_kraken | TokenOwner$ You | TokenAmount$ 1 Oracle:When this creature dies, create a 6/6 blue Whale creature token with "When this creature dies, create a 9/9 blue Kraken creature token.". diff --git a/forge-gui/res/tokenscripts/u_4_4_sphinx_flying.txt b/forge-gui/res/tokenscripts/u_4_4_sphinx_flying.txt new file mode 100644 index 00000000000..fa05c65f2bc --- /dev/null +++ b/forge-gui/res/tokenscripts/u_4_4_sphinx_flying.txt @@ -0,0 +1,7 @@ +Name:Sphinx +ManaCost:no cost +Types:Creature Sphinx +Colors:blue +PT:4/4 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_5_5_dragon_spirit_flying.txt b/forge-gui/res/tokenscripts/u_5_5_dragon_spirit_flying.txt new file mode 100644 index 00000000000..c0637373e76 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_5_5_dragon_spirit_flying.txt @@ -0,0 +1,7 @@ +Name:Dragon Spirit +ManaCost:no cost +Types:Creature Dragon Spirit +Colors:blue +PT:5/5 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/u_6_6_whale_hatches_kraken.txt b/forge-gui/res/tokenscripts/u_6_6_whale_hatches_kraken.txt index fb642b54f94..b52978516a5 100644 --- a/forge-gui/res/tokenscripts/u_6_6_whale_hatches_kraken.txt +++ b/forge-gui/res/tokenscripts/u_6_6_whale_hatches_kraken.txt @@ -4,5 +4,5 @@ Types:Creature Whale Colors:blue PT:6/6 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, create a 9/9 blue Kraken creature token. -SVar:TrigToken:DB$Token | LegacyImage$ u 9 9 kraken | TokenScript$ u_9_9_kraken | TokenOwner$ You | TokenAmount$ 1 +SVar:TrigToken:DB$Token | LegacyImage$ u 9 9 kraken c14 | TokenScript$ u_9_9_kraken | TokenOwner$ You | TokenAmount$ 1 Oracle:When this creature dies, create a 9/9 blue Kraken creature token. diff --git a/forge-gui/res/tokenscripts/u_8_8_octopus.txt b/forge-gui/res/tokenscripts/u_8_8_octopus.txt new file mode 100644 index 00000000000..db072638def --- /dev/null +++ b/forge-gui/res/tokenscripts/u_8_8_octopus.txt @@ -0,0 +1,6 @@ +Name:Octopus +ManaCost:no cost +Types:Creature Octopus +Colors:blue +PT:8/8 +Oracle: diff --git a/forge-gui/res/tokenscripts/u_x_x_orb.txt b/forge-gui/res/tokenscripts/u_x_x_orb_flying.txt similarity index 83% rename from forge-gui/res/tokenscripts/u_x_x_orb.txt rename to forge-gui/res/tokenscripts/u_x_x_orb_flying.txt index bf2ea816ddf..b1b2b9fdc9e 100644 --- a/forge-gui/res/tokenscripts/u_x_x_orb.txt +++ b/forge-gui/res/tokenscripts/u_x_x_orb_flying.txt @@ -4,4 +4,4 @@ Types:Creature Orb Colors:blue PT:*/* K:Flying -Oracle:Flying \ No newline at end of file +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/u_x_x_zombie.txt b/forge-gui/res/tokenscripts/u_x_x_zombie.txt new file mode 100644 index 00000000000..638c56e6e0b --- /dev/null +++ b/forge-gui/res/tokenscripts/u_x_x_zombie.txt @@ -0,0 +1,6 @@ +Name:Zombie +ManaCost:no cost +Types:Creature Zombie +Colors:blue +PT:*/* +Oracle: diff --git a/forge-gui/res/tokenscripts/ub_1_1_faerie_rogue_flying.txt b/forge-gui/res/tokenscripts/ub_1_1_faerie_rogue_flying.txt new file mode 100644 index 00000000000..9d102dc7d7b --- /dev/null +++ b/forge-gui/res/tokenscripts/ub_1_1_faerie_rogue_flying.txt @@ -0,0 +1,7 @@ +Name:Faerie Rogue +ManaCost:no cost +Types:Creature Faerie Rogue +Colors:blue,black +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/ub_1_1_horror_flying.txt b/forge-gui/res/tokenscripts/ub_1_1_horror_flying.txt new file mode 100644 index 00000000000..4056d87c918 --- /dev/null +++ b/forge-gui/res/tokenscripts/ub_1_1_horror_flying.txt @@ -0,0 +1,7 @@ +Name:Horror +ManaCost:no cost +Types:Creature Horror +Colors:blue,black +PT:1/1 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/ub_1_1_zombie_wizard.txt b/forge-gui/res/tokenscripts/ub_1_1_zombie_wizard.txt new file mode 100644 index 00000000000..5b47e98a4e9 --- /dev/null +++ b/forge-gui/res/tokenscripts/ub_1_1_zombie_wizard.txt @@ -0,0 +1,6 @@ +Name:Zombie Wizard +ManaCost:no cost +Types:Creature Zombie Wizard +Colors:blue,black +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/ur_1_1_insect_flying_haste.txt b/forge-gui/res/tokenscripts/ur_1_1_insect_flying_haste.txt new file mode 100644 index 00000000000..c369d70ae5e --- /dev/null +++ b/forge-gui/res/tokenscripts/ur_1_1_insect_flying_haste.txt @@ -0,0 +1,8 @@ +Name:Insect +ManaCost:no cost +Types:Creature Insect +Colors:blue,red +PT:1/1 +K:Flying +K:Haste +Oracle:Flying, haste diff --git a/forge-gui/res/tokenscripts/ur_5_5_elemental_flying.txt b/forge-gui/res/tokenscripts/ur_5_5_elemental_flying.txt new file mode 100644 index 00000000000..dbbe1aa69b2 --- /dev/null +++ b/forge-gui/res/tokenscripts/ur_5_5_elemental_flying.txt @@ -0,0 +1,7 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:blue,red +PT:5/5 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/urami.txt b/forge-gui/res/tokenscripts/urami.txt new file mode 100644 index 00000000000..49df371fae4 --- /dev/null +++ b/forge-gui/res/tokenscripts/urami.txt @@ -0,0 +1,7 @@ +Name:Urami +ManaCost:no cost +Types:Legendary Creature Demon Spirit +Colors:black +PT:5/5 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_0_1_goat.txt b/forge-gui/res/tokenscripts/w_0_1_goat.txt new file mode 100644 index 00000000000..f9f833a65cb --- /dev/null +++ b/forge-gui/res/tokenscripts/w_0_1_goat.txt @@ -0,0 +1,6 @@ +Name:Goat +ManaCost:no cost +Types:Creature Goat +Colors:white +PT:0/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_bird_flying.txt b/forge-gui/res/tokenscripts/w_1_1_bird_flying.txt new file mode 100644 index 00000000000..3184c9825ad --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:white +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_bird_soldier_flying.txt b/forge-gui/res/tokenscripts/w_1_1_bird_soldier_flying.txt new file mode 100644 index 00000000000..623675f4b11 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_bird_soldier_flying.txt @@ -0,0 +1,7 @@ +Name:Bird Soldier +ManaCost:no cost +Types:Creature Bird Soldier +Colors:white +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_cat_lifelink.txt b/forge-gui/res/tokenscripts/w_1_1_cat_lifelink.txt new file mode 100644 index 00000000000..468788b3547 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_cat_lifelink.txt @@ -0,0 +1,7 @@ +Name:Cat +ManaCost:no cost +Types:Creature Cat +Colors:white +PT:1/1 +K:Lifelink +Oracle:Lifelink diff --git a/forge-gui/res/tokenscripts/w_1_1_cat_soldier_vigilance.txt b/forge-gui/res/tokenscripts/w_1_1_cat_soldier_vigilance.txt new file mode 100644 index 00000000000..436a19066b8 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_cat_soldier_vigilance.txt @@ -0,0 +1,7 @@ +Name:Cat Soldier +ManaCost:no cost +Types:Creature Cat Soldier +Colors:white +PT:1/1 +K:Vigilance +Oracle:Vigilance diff --git a/forge-gui/res/tokenscripts/w_1_1_e_soldier.txt b/forge-gui/res/tokenscripts/w_1_1_e_soldier.txt new file mode 100644 index 00000000000..cffdbc5ad4d --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_e_soldier.txt @@ -0,0 +1,6 @@ +Name:Soldier +ManaCost:no cost +Types:Enchantment Creature Soldier +Colors:white +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_1_1_human_soldier.txt b/forge-gui/res/tokenscripts/w_1_1_human_soldier.txt new file mode 100644 index 00000000000..6646ebaddae --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_human_soldier.txt @@ -0,0 +1,6 @@ +Name:Human Soldier +ManaCost:no cost +Types:Creature Human Soldier +Colors:white +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_1_1_kithkin_soldier.txt b/forge-gui/res/tokenscripts/w_1_1_kithkin_soldier.txt new file mode 100644 index 00000000000..2b35c792595 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_kithkin_soldier.txt @@ -0,0 +1,6 @@ +Name:Kithkin Soldier +ManaCost:no cost +Types:Creature Kithkin Soldier +Colors:white +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_kor_ally.txt b/forge-gui/res/tokenscripts/w_1_1_kor_ally.txt new file mode 100644 index 00000000000..2db2f568421 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_kor_ally.txt @@ -0,0 +1,6 @@ +Name:Kor Ally +ManaCost:no cost +Types:Creature Kor Ally +Colors:white +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_1_1_kor_soldier.txt b/forge-gui/res/tokenscripts/w_1_1_kor_soldier.txt new file mode 100644 index 00000000000..5b0f18bf67a --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_kor_soldier.txt @@ -0,0 +1,6 @@ +Name:Kor Soldier +ManaCost:no cost +Types:Creature Kor Soldier +Colors:white +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_monk_prowess.txt b/forge-gui/res/tokenscripts/w_1_1_monk_prowess.txt new file mode 100644 index 00000000000..24b7a0af127 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_monk_prowess.txt @@ -0,0 +1,7 @@ +Name:Monk +ManaCost:no cost +Types:Creature Monk +Colors:white +PT:1/1 +K:Prowess +Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.) diff --git a/forge-gui/res/tokenscripts/w_1_1_soldier_ally.txt b/forge-gui/res/tokenscripts/w_1_1_soldier_ally.txt new file mode 100644 index 00000000000..57388e8b7c2 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_soldier_ally.txt @@ -0,0 +1,6 @@ +Name:Soldier Ally +ManaCost:no cost +Types:Creature Soldier Ally +Colors:white +PT:1/1 +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_1_1_soldier_lifelink.txt b/forge-gui/res/tokenscripts/w_1_1_soldier_lifelink.txt index 823cb42a3a8..d5b983de7ae 100644 --- a/forge-gui/res/tokenscripts/w_1_1_soldier_lifelink.txt +++ b/forge-gui/res/tokenscripts/w_1_1_soldier_lifelink.txt @@ -4,4 +4,4 @@ Types:Creature Soldier Colors:white PT:1/1 K:Lifelink -Oracle:Lifelink \ No newline at end of file +Oracle:Lifelink diff --git a/forge-gui/res/tokenscripts/w_1_1_vampire_lifelink.txt b/forge-gui/res/tokenscripts/w_1_1_vampire_lifelink.txt new file mode 100644 index 00000000000..af62144d2c1 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_vampire_lifelink.txt @@ -0,0 +1,7 @@ +Name:Vampire +ManaCost:no cost +Types:Creature Vampire +Colors:white +PT:1/1 +K:Lifelink +Oracle:Lifelink diff --git a/forge-gui/res/tokenscripts/w_1_1_warrior.txt b/forge-gui/res/tokenscripts/w_1_1_warrior.txt new file mode 100644 index 00000000000..b8469fa1922 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_warrior.txt @@ -0,0 +1,6 @@ +Name:Warrior +ManaCost:no cost +Types:Creature Warrior +Colors:white +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_1_1_warrior_vigilance.txt b/forge-gui/res/tokenscripts/w_1_1_warrior_vigilance.txt new file mode 100644 index 00000000000..0eb3e9c1475 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_1_warrior_vigilance.txt @@ -0,0 +1,7 @@ +Name:Warrior +ManaCost:no cost +Types:Creature Warrior +Colors:white +PT:1/1 +K:Vigilance +Oracle:Vigilance diff --git a/forge-gui/res/tokenscripts/w_1_2_soldier_defender.txt b/forge-gui/res/tokenscripts/w_1_2_soldier_defender.txt new file mode 100644 index 00000000000..b45119470c9 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_1_2_soldier_defender.txt @@ -0,0 +1,7 @@ +Name:Soldier +ManaCost:no cost +Types:Creature Soldier +Colors:white +PT:1/2 +K:Defender +Oracle:Defender diff --git a/forge-gui/res/tokenscripts/w_2_1_e_cleric.txt b/forge-gui/res/tokenscripts/w_2_1_e_cleric.txt new file mode 100644 index 00000000000..409b1415f8e --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_1_e_cleric.txt @@ -0,0 +1,6 @@ +Name:Cleric +ManaCost:no cost +Types:Enchantment Creature Cleric +Colors:white +PT:2/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_2_2_cat.txt b/forge-gui/res/tokenscripts/w_2_2_cat.txt new file mode 100644 index 00000000000..f7258323cdb --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_cat.txt @@ -0,0 +1,6 @@ +Name:Cat +ManaCost:no cost +Types:Creature Cat +Colors:white +PT:2/2 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_2_2_griffin_flying.txt b/forge-gui/res/tokenscripts/w_2_2_griffin_flying.txt new file mode 100644 index 00000000000..7f8e6c5fadb --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_griffin_flying.txt @@ -0,0 +1,7 @@ +Name:Griffin +ManaCost:no cost +Types:Creature Griffin +Colors:white +PT:2/2 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_2_2_knight_ally.txt b/forge-gui/res/tokenscripts/w_2_2_knight_ally.txt new file mode 100644 index 00000000000..9d6da5a12f2 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_knight_ally.txt @@ -0,0 +1,6 @@ +Name:Knight Ally +ManaCost:no cost +Types:Creature Knight Ally +Colors:white +PT:2/2 +Oracle: diff --git a/forge-gui/res/tokenscripts/w_2_2_knight_first_strike.txt b/forge-gui/res/tokenscripts/w_2_2_knight_first_strike.txt new file mode 100644 index 00000000000..c8481982843 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_2_knight_first_strike.txt @@ -0,0 +1,7 @@ +Name:Knight +ManaCost:no cost +Types:Creature Knight +Colors:white +PT:2/2 +K:First Strike +Oracle:First strike diff --git a/forge-gui/res/tokenscripts/w_2_4_ox.txt b/forge-gui/res/tokenscripts/w_2_4_ox.txt new file mode 100644 index 00000000000..2d5461d9ff3 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_2_4_ox.txt @@ -0,0 +1,6 @@ +Name:Ox +ManaCost:no cost +PT:2/4 +Colors:white +Types:Creature Ox +Oracle: diff --git a/forge-gui/res/tokenscripts/w_3_3_angel_flying.txt b/forge-gui/res/tokenscripts/w_3_3_angel_flying.txt new file mode 100644 index 00000000000..67f9eb70c08 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_3_3_angel_flying.txt @@ -0,0 +1,7 @@ +Name:Angel +ManaCost:no cost +Types:Creature Angel +Colors:white +PT:3/3 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/w_3_3_bird_flying.txt b/forge-gui/res/tokenscripts/w_3_3_bird_flying.txt new file mode 100644 index 00000000000..372591cd214 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_3_3_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:white +PT:3/3 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_3_3_spirit_flying.txt b/forge-gui/res/tokenscripts/w_3_3_spirit_flying.txt new file mode 100644 index 00000000000..37962fd2159 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_3_3_spirit_flying.txt @@ -0,0 +1,7 @@ +Name:Spirit +ManaCost:no cost +Types:Creature Spirit +Colors:white +PT:3/3 +K:Flying +Oracle:Flying \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_3_4_bird_flying.txt b/forge-gui/res/tokenscripts/w_3_4_bird_flying.txt new file mode 100644 index 00000000000..19369e3ff57 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_3_4_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:white +PT:3/4 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/w_4_4_avatar_flying.txt b/forge-gui/res/tokenscripts/w_4_4_avatar_flying.txt new file mode 100644 index 00000000000..425fc476d06 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_4_4_avatar_flying.txt @@ -0,0 +1,7 @@ +Name:Avatar +ManaCost:no cost +Types:Creature Avatar +Colors:white +PT:4/4 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/w_4_4_elemental_flying.txt b/forge-gui/res/tokenscripts/w_4_4_elemental_flying.txt new file mode 100644 index 00000000000..9fc9c2f117f --- /dev/null +++ b/forge-gui/res/tokenscripts/w_4_4_elemental_flying.txt @@ -0,0 +1,7 @@ +Name:Elemental +ManaCost:no cost +Types:Creature Elemental +Colors:white +PT:4/4 +K:Flying +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/w_5_5_giant_warrior.txt b/forge-gui/res/tokenscripts/w_5_5_giant_warrior.txt new file mode 100644 index 00000000000..bf50cbf6774 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_5_5_giant_warrior.txt @@ -0,0 +1,6 @@ +Name:Reflection +ManaCost:no cost +PT:2/2 +Colors:white +Types:Creature Reflection +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_5_5_horse.txt b/forge-gui/res/tokenscripts/w_5_5_horse.txt new file mode 100644 index 00000000000..1681138cf2b --- /dev/null +++ b/forge-gui/res/tokenscripts/w_5_5_horse.txt @@ -0,0 +1,6 @@ +Name:Horse +ManaCost:no cost +PT:5/5 +Colors:white +Types:Creature Horse +Oracle: diff --git a/forge-gui/res/tokenscripts/w_x_x_avatar_life_total.txt b/forge-gui/res/tokenscripts/w_x_x_avatar_life_total.txt new file mode 100644 index 00000000000..eabd42da65f --- /dev/null +++ b/forge-gui/res/tokenscripts/w_x_x_avatar_life_total.txt @@ -0,0 +1,8 @@ +Name:Avatar +ManaCost:no cost +Types:Creature Avatar +Colors:white +PT:*/* +SVar:Static:Mode$ Continuous | SetPower$ X | SetToughness$ X | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to your life total. +SVar:X:Count$YourLifeTotal +Oracle:This creature's power and toughness are each equal to your life total. \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/w_x_x_reflection.txt b/forge-gui/res/tokenscripts/w_x_x_reflection.txt new file mode 100644 index 00000000000..fcf22121331 --- /dev/null +++ b/forge-gui/res/tokenscripts/w_x_x_reflection.txt @@ -0,0 +1,6 @@ +Name:Reflection +ManaCost:no cost +PT:*/* +Colors:white +Types:Creature Reflection +Oracle: \ No newline at end of file diff --git a/forge-gui/res/tokenscripts/wb_1_1_cleric_deathpact.txt b/forge-gui/res/tokenscripts/wb_1_1_cleric_deathpact.txt new file mode 100644 index 00000000000..18f791cda50 --- /dev/null +++ b/forge-gui/res/tokenscripts/wb_1_1_cleric_deathpact.txt @@ -0,0 +1,7 @@ +Name:Cleric +ManaCost:no cost +Types:Creature Cleric +Colors:white,black +PT:1/1 +A:AB$ ChangeZone | Cost$ 3 W B B T Sac<1/CARDNAME> | ChangeType$ Card.namedDeathpact Angel+YouOwn | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Battlefield | Hidden$ True | SpellDescription$ Return a card named Deathpact Angel from your graveyard to the battlefield. +Oracle:{3}{W}{B}{B}, {T}, Sacrifice this creature: Return a card named Deathpact Angel from your graveyard to the battlefield. diff --git a/forge-gui/res/tokenscripts/wb_1_1_human_cleric.txt b/forge-gui/res/tokenscripts/wb_1_1_human_cleric.txt new file mode 100644 index 00000000000..a5df08c8cd7 --- /dev/null +++ b/forge-gui/res/tokenscripts/wb_1_1_human_cleric.txt @@ -0,0 +1,6 @@ +Name:Human Cleric +ManaCost:no cost +Types:Creature Human Cleric +Colors:white,black +PT:1/1 +Oracle: diff --git a/forge-gui/res/tokenscripts/wb_x_x_e_spirit_experience.txt b/forge-gui/res/tokenscripts/wb_x_x_e_spirit_experience.txt new file mode 100644 index 00000000000..20b7b87c3a0 --- /dev/null +++ b/forge-gui/res/tokenscripts/wb_x_x_e_spirit_experience.txt @@ -0,0 +1,8 @@ +Name:Spirit +ManaCost:no cost +Types:Creature Spirit +Colors:white,black +PT:*/* +S:Mode$ Continuous | SetPower$ X | SetToughness$ X | CharacteristicDefining$ True | Description$ This creature's power and toughness are each equal to the number of experience counters you have. +SVar:X:Count$YourCountersExperience +Oracle:This creature's power and toughness are each equal to the number of experience counters you have. diff --git a/forge-gui/res/tokenscripts/wirefly.txt b/forge-gui/res/tokenscripts/wirefly.txt new file mode 100644 index 00000000000..780fa79d360 --- /dev/null +++ b/forge-gui/res/tokenscripts/wirefly.txt @@ -0,0 +1,6 @@ +Name:Wirefly +ManaCost:no cost +Types:Artifact Creature Insect +K:Flying +PT:2/2 +Oracle:Flying diff --git a/forge-gui/res/tokenscripts/wu_1_1_bird_flying.txt b/forge-gui/res/tokenscripts/wu_1_1_bird_flying.txt new file mode 100644 index 00000000000..a9b1cd4d272 --- /dev/null +++ b/forge-gui/res/tokenscripts/wu_1_1_bird_flying.txt @@ -0,0 +1,7 @@ +Name:Bird +ManaCost:no cost +Types:Creature Bird +Colors:white,blue +PT:1/1 +K:Flying +Oracle:Flying \ No newline at end of file From d4206445c64ae367c04c09521038c7ef543c577e Mon Sep 17 00:00:00 2001 From: schnautzr Date: Thu, 21 Feb 2019 17:17:49 -0600 Subject: [PATCH 74/76] Add Duel Decks Anthologies, remove YMC from MTGO format. --- ...uel Decks Anthology Divine vs. Demonic.txt | 75 ++++++++++++++++++ ...Duel Decks Anthology Elves vs. Goblins.txt | 75 ++++++++++++++++++ ...uel Decks Anthology Garruk vs. Liliana.txt | 77 +++++++++++++++++++ .../Duel Decks Anthology Jace vs. Chandra.txt | 73 ++++++++++++++++++ forge-gui/res/formats/Digital/MTGO.txt | 2 +- 5 files changed, 301 insertions(+), 1 deletion(-) create mode 100644 forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt create mode 100644 forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt create mode 100644 forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt create mode 100644 forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt diff --git a/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt b/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt new file mode 100644 index 00000000000..29b8a8037c3 --- /dev/null +++ b/forge-gui/res/editions/Duel Decks Anthology Divine vs. Demonic.txt @@ -0,0 +1,75 @@ +[metadata] +Code=DVD +Date=2014-12-05 +Name=Duel Decks Anthology: Divine vs. Demonic +MciCode=dvd +Type=Duel_Decks + +[cards] +1 M Akroma, Angel of Wrath +2 U Icatian Priest +3 C Angelic Page +4 C Charging Paladin +5 C Venerable Monk +6 U Angelic Protector +7 U Serra Advocate +8 U Sustainer of the Realm +9 U Angel of Mercy +10 R Serra Angel +11 R Twilight Shepherd +12 R Luminous Angel +13 R Reya Dawnbringer +14 C Healing Salve +15 C Angelsong +16 U Otherworldly Journey +17 C Pacifism +18 U Serra's Boon +19 U Angelic Benediction +20 C Faith's Fetters +21 U Serra's Embrace +22 U Righteous Cause +23 U Angel's Feather +24 U Marble Diamond +25 C Secluded Steppe +26 L Plains +27 L Plains +28 L Plains +29 L Plains +30 M Lord of the Pit +31 C Abyssal Gatekeeper +32 C Foul Imp +33 U Daggerclaw Imp +34 C Dusk Imp +35 C Overeager Apprentice +36 C Stinkweed Imp +37 U Soot Imp +38 C Demon's Jester +39 U Souldrinker +40 U Abyssal Specter +41 C Cackling Imp +42 R Fallen Angel +43 R Reiver Demon +44 R Kuro, Pitlord +45 C Dark Ritual +46 C Duress +47 C Unholy Strength +48 U Cruel Edict +49 U Demonic Tutor +50 C Dark Banishing +51 U Oni Possession +52 U Barter in Blood +53 U Breeding Pit +54 R Promise of Power +55 U Corrupt +56 U Consume Spirit +57 U Demon's Horn +58 C Barren Moor +59 L Swamp +60 L Swamp +61 L Swamp +62 L Swamp + +[tokens] +w_1_1_spirit_flying +b_x_x_demon_flying +b_0_1_thrull \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt b/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt new file mode 100644 index 00000000000..079cf1142f3 --- /dev/null +++ b/forge-gui/res/editions/Duel Decks Anthology Elves vs. Goblins.txt @@ -0,0 +1,75 @@ +[metadata] +Code=EVG +Date=2014-12-05 +Name=Duel Decks Anthology: Elves vs. Goblins +MciCode=evg +Type=Duel_Decks + +[cards] +1 R Ambush Commander +2 R Allosaurus Rider +3 C Elvish Eulogist +4 U Elvish Harbinger +5 C Elvish Warrior +6 U Gempalm Strider +7 U Heedless One +8 U Imperious Perfect +9 C Llanowar Elves +10 C Lys Alana Huntmaster +11 C Stonewood Invoker +12 U Sylvan Messenger +13 C Timberwatch Elf +14 R Voice of the Woods +15 C Wellwisher +16 C Wirewood Herald +17 U Wirewood Symbiote +18 C Wood Elves +19 U Wren's Run Vanquisher +20 U Elvish Promenade +21 C Giant Growth +22 U Harmonize +23 C Wildsize +24 C Moonglove Extract +25 R Slate of Ancestry +26 U Wirewood Lodge +27 C Tranquil Thicket +28 L Forest +29 L Forest +30 L Forest +31 L Forest +32 R Siege-Gang Commander +33 U Akki Coalflinger +34 R Clickslither +35 C Emberwilde Augur +36 U Flamewave Invoker +37 U Gempalm Incinerator +38 C Goblin Cohort +39 U Goblin Matron +40 U Goblin Ringleader +41 C Goblin Sledder +42 U Goblin Warchief +43 R Ib Halfheart, Goblin Tactician +44 U Mogg Fanatic +45 C Mogg War Marshal +46 C Mudbutton Torchrunner +47 C Raging Goblin +48 U Reckless One +49 U Skirk Drill Sergeant +50 R Skirk Fire Marshal +51 C Skirk Prospector +52 C Skirk Shaman +53 U Tar Pitcher +54 U Boggart Shenanigans +55 C Spitting Earth +56 C Tarfire +57 C Forgotten Cave +58 U Goblin Burrows +59 L Mountain +60 L Mountain +61 L Mountain +62 L Mountain + +[tokens] +r_1_1_goblin +g_7_7_elemental_trample +g_1_1_elf_warrior \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt b/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt new file mode 100644 index 00000000000..cc7219b9c7d --- /dev/null +++ b/forge-gui/res/editions/Duel Decks Anthology Garruk vs. Liliana.txt @@ -0,0 +1,77 @@ +[metadata] +Code=GVL +Date=2014-12-05 +Name=Duel Decks: Garruk vs. Liliana +MciCode=gvl +Type=Duel_Decks + +[cards] +1 M Garruk Wildspeaker +2 C Basking Rootwalla +3 U Albino Troll +4 C Vine Trellis +5 C Wild Mongrel +6 C Wirewood Savage +7 C Blastoderm +8 R Ravenous Baloth +9 U Stampeding Wildebeests +10 U Indrik Stomphowler +11 C Krosan Tusker +12 R Plated Slagwurm +13 U Genju of the Cedars +14 C Giant Growth +15 C Rancor +16 C Lignify +17 C Nature's Lore +18 U Elephant Guide +19 C Invigorate +20 C Serrated Arrows +21 U Harmonize +22 R Rude Awakening +23 U Beast Attack +24 U Overrun +25 U Windstorm +26 C Slippery Karst +27 U Treetop Village +28 L Forest +29 L Forest +30 L Forest +31 L Forest +32 M Liliana Vess +33 C Deathgreeter +34 U Ghost-Lit Stalker +35 C Vampire Bats +36 C Drudge Skeletons +37 C Ravenous Rats +38 U Fleshbag Marauder +39 C Phyrexian Rager +40 C Urborg Syphon-Mage +41 U Wall of Bone +42 C Faerie Macabre +43 U Howling Banshee +44 U Keening Banshee +45 C Twisted Abomination +46 R Skeletal Vampire +47 U Genju of the Fens +48 R Bad Moon +49 C Sign in Blood +50 C Vicious Hunger +51 C Ichor Slick +52 C Hideous End +53 C Snuff Out +54 C Tendrils of Corruption +55 R Mutilate +56 U Rise from the Grave +57 U Corrupt +58 U Enslave +59 C Polluted Mire +60 L Swamp +61 L Swamp +62 L Swamp +63 L Swamp + +[tokens] +b_1_1_bat_flying +g_3_3_beast +g_4_4_beast +g_3_3_elephant \ No newline at end of file diff --git a/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt b/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt new file mode 100644 index 00000000000..b722458d1c0 --- /dev/null +++ b/forge-gui/res/editions/Duel Decks Anthology Jace vs. Chandra.txt @@ -0,0 +1,73 @@ +[metadata] +Code=JVC +Date=2014-12-05 +Name=Duel Decks Anthology: Jace vs. Chandra +MciCode=jvc +Type=Duel_Decks + +[cards] +1 M Jace Beleren +2 C Martyr of Frost +3 C Fathom Seer +4 C Voidmage Apprentice +5 U Wall of Deceit +6 U Willbender +7 U Bottle Gnomes +8 C Man-o'-War +9 C Ophidian +10 U Fledgling Mawcor +11 U Waterspout Djinn +12 C Mulldrifter +13 U Air Elemental +14 R Guile +15 U Riftwing Cloudskate +16 C Spire Golem +17 C AEthersnipe +18 U Brine Elemental +19 R Quicksilver Dragon +20 C Errant Ephemeron +21 R Ancestral Vision +22 U Mind Stone +23 C Daze +24 C Counterspell +25 C Repulse +26 U Fact or Fiction +27 C Gush +28 C Condescend +29 U Terrain Generator +30 L Island +31 L Island +32 L Island +33 L Island +34 M Chandra Nalaar +35 C Flamekin Brawler +36 C Fireslinger +37 C Soulbright Flamekin +38 U Pyre Charger +39 U Slith Firewalker +40 U Flamewave Invoker +41 C Inner-Flame Acolyte +42 U Flametongue Kavu +43 U Furnace Whelp +44 R Rakdos Pit Dragon +45 C Ingot Chewer +46 C Oxidda Golem +47 C Chartooth Cougar +48 R Hostility +49 C Firebolt +50 C Seal of Fire +51 C Incinerate +52 U Magma Jet +53 U Flame Javelin +54 U Cone of Flame +55 C Fireblast +56 U Fireball +57 R Demonfire +58 U Keldon Megaliths +59 L Mountain +60 L Mountain +61 L Mountain +62 L Mountain + +[tokens] +r_3_1_elemental_shaman_haste \ No newline at end of file diff --git a/forge-gui/res/formats/Digital/MTGO.txt b/forge-gui/res/formats/Digital/MTGO.txt index eb3304e3c38..65e5e2e0e86 100644 --- a/forge-gui/res/formats/Digital/MTGO.txt +++ b/forge-gui/res/formats/Digital/MTGO.txt @@ -3,4 +3,4 @@ Name:MTGO Type:Digital Subtype:MTGO Order:139 -Sets:ALL, MIR, VIS, WTH, TMP, STH, EXO, USG, UDS, MMQ, NMS, PCY, INV, PLS, 7ED, APC, ODY, TOR, JUD, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, MOR, SHM, EVE, ME2, ALA, CFX, ARB, M10, TD0, FVE, ME3, ZEN, WWK, ROE, M11, SOM, TD1, MBED, ME4, MBS, NPH, M12, ISD, DKA, AVR, M13, RTR, TD2, GTC, DGM, M14, THS, BNG, JOU, VMA, M15, KTK, FRF, DTK, TPR, MM2, ORI, BFZ, OGW, PZ1, OGW, EMA, EMN, PZ2, YMC, AER, MM3, AKH, HOU, XLN +Sets:ALL, MIR, VIS, WTH, TMP, STH, EXO, USG, UDS, MMQ, NMS, PCY, INV, PLS, 7ED, APC, ODY, TOR, JUD, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, MOR, SHM, EVE, ME2, ALA, CFX, ARB, M10, TD0, FVE, ME3, ZEN, WWK, ROE, M11, SOM, TD1, MBED, ME4, MBS, NPH, M12, ISD, DKA, AVR, M13, RTR, TD2, GTC, DGM, M14, THS, BNG, JOU, VMA, M15, KTK, FRF, DTK, TPR, MM2, ORI, BFZ, OGW, PZ1, OGW, EMA, EMN, PZ2, AER, MM3, AKH, HOU, XLN From 341e80361d4c87c326299b10f5f4165847b43baf Mon Sep 17 00:00:00 2001 From: schnautzr Date: Fri, 22 Feb 2019 17:01:52 -0600 Subject: [PATCH 75/76] Finish token scripting for existing sets --- .../res/cardsfolder/a/ancient_stone_idol.txt | 2 +- .../res/cardsfolder/a/assure_assemble.txt | 2 +- .../b/brudiclad_telchor_engineer.txt | 2 +- .../res/cardsfolder/c/captive_audience.txt | 2 +- .../res/cardsfolder/c/conclave_cavalier.txt | 2 +- .../res/cardsfolder/c/conclave_guildmage.txt | 2 +- .../cardsfolder/c/confront_the_assault.txt | 2 +- forge-gui/res/cardsfolder/d/dawn_of_hope.txt | 2 +- .../res/cardsfolder/d/domri_chaos_bringer.txt | 2 +- .../e/emmara_soul_of_the_accord.txt | 2 +- .../res/cardsfolder/e/empyrial_storm.txt | 2 +- .../res/cardsfolder/e/estrid_the_masked.txt | 3 +- .../res/cardsfolder/g/goblin_gang_leader.txt | 2 +- .../res/cardsfolder/g/goblin_goliath.txt | 2 +- .../res/cardsfolder/h/haazda_marshal.txt | 2 +- .../res/cardsfolder/h/hunted_witness.txt | 2 +- .../cardsfolder/i/incubation_incongruity.txt | 2 +- .../res/cardsfolder/i/inspired_sphinx.txt | 4 +- .../res/cardsfolder/i/izoni_thousand_eyed.txt | 2 +- .../res/cardsfolder/l/ledev_champion.txt | 2 +- .../res/cardsfolder/l/lord_windgrace.txt | 2 +- .../res/cardsfolder/l/loyal_apprentice.txt | 2 +- .../cardsfolder/m/march_of_the_multitudes.txt | 2 +- .../res/cardsfolder/m/militant_angel.txt | 4 +- .../res/cardsfolder/m/murmuring_mystic.txt | 2 +- .../res/cardsfolder/n/nesting_dragon.txt | 2 +- .../res/cardsfolder/r/retrofitter_foundry.txt | 6 +- .../res/cardsfolder/s/saheeli_the_gifted.txt | 2 +- .../res/cardsfolder/s/smothering_tithe.txt | 2 +- .../res/cardsfolder/s/sprouting_renewal.txt | 2 +- .../res/cardsfolder/s/sworn_companions.txt | 2 +- .../res/cardsfolder/t/trostani_discordant.txt | 2 +- .../v/varchild_betrayer_of_kjeldor.txt | 2 +- .../res/cardsfolder/v/varina_lich_queen.txt | 2 +- forge-gui/res/lists/token-images.txt | 85 ++++++++++++++++++- .../res/tokenscripts/c_4_4_a_construct.txt | 5 ++ forge-gui/res/tokenscripts/mask.txt | 8 ++ ...0_2_dragon_egg_defender_hatches_dragon.txt | 2 +- forge-gui/res/tokenscripts/u_2_1_a_myr.txt | 6 ++ 39 files changed, 140 insertions(+), 43 deletions(-) create mode 100644 forge-gui/res/tokenscripts/c_4_4_a_construct.txt create mode 100644 forge-gui/res/tokenscripts/mask.txt create mode 100644 forge-gui/res/tokenscripts/u_2_1_a_myr.txt diff --git a/forge-gui/res/cardsfolder/a/ancient_stone_idol.txt b/forge-gui/res/cardsfolder/a/ancient_stone_idol.txt index 93d0e0b56b7..0408628ba85 100644 --- a/forge-gui/res/cardsfolder/a/ancient_stone_idol.txt +++ b/forge-gui/res/cardsfolder/a/ancient_stone_idol.txt @@ -7,6 +7,6 @@ S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | References SVar:X:Count$Valid Creature.attacking K:Trample T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 6/12 colorless Construct artifact creature token with trample. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 6 | TokenToughness$ 12 | TokenKeywords$ Trample +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_6_12_a_construct_trample | TokenOwner$ You | LegacyImage$ c 6 12 a construct trample c18 SVar:SacMe:4 Oracle:Flash\nThis spell costs {1} less to cast for each attacking creature.\nTrample\nWhen Ancient Stone Idol dies, create a 6/12 colorless Construct artifact creature token with trample. diff --git a/forge-gui/res/cardsfolder/a/assure_assemble.txt b/forge-gui/res/cardsfolder/a/assure_assemble.txt index 255b81014fe..e4965786a9f 100644 --- a/forge-gui/res/cardsfolder/a/assure_assemble.txt +++ b/forge-gui/res/cardsfolder/a/assure_assemble.txt @@ -11,6 +11,6 @@ ALTERNATE Name:Assemble ManaCost:4 G W Types:Instant -A:SP$ Token | Cost$ 4 G W | TokenAmount$ 3 | TokenScript$ wg_2_2_elf_knight_vigilance | SpellDescription$ Create three 2/2 green and white Elf Knight creature tokens with vigilance. +A:SP$ Token | Cost$ 4 G W | TokenAmount$ 3 | TokenScript$ gw_2_2_elf_knight_vigilance | LegacyImage$ gw 2 2 elf knight vigilance grn | SpellDescription$ Create three 2/2 green and white Elf Knight creature tokens with vigilance. DeckHas:Ability$Counters & Ability$Token Oracle:Create three 2/2 green and white Elf Knight creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/b/brudiclad_telchor_engineer.txt b/forge-gui/res/cardsfolder/b/brudiclad_telchor_engineer.txt index 5f9e9a3c4eb..5b4f6b4729c 100644 --- a/forge-gui/res/cardsfolder/b/brudiclad_telchor_engineer.txt +++ b/forge-gui/res/cardsfolder/b/brudiclad_telchor_engineer.txt @@ -5,7 +5,7 @@ PT:4/4 S:Mode$ Continuous | Affected$ Creature.token+YouCtrl | AddKeyword$ Haste | Description$ Creature tokens you control have haste. SVar:PlayMain1:TRUE T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of combat on your turn, create a 2/1 blue Myr artifact creature token. Then you may choose a token you control. If you do, each other token you control becomes a copy of that token. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Myr | TokenTypes$ Artifact,Creature,Myr | TokenOwner$ You | TokenColors$ Blue | TokenPower$ 2 | TokenToughness$ 1 | TokenImage$ u 2 1 myr c18 | SubAbility$ DBImprint +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ u_2_1_a_myr | TokenOwner$ You | LegacyImage$ u 2 1 a myr c18 | SubAbility$ DBImprint SVar:DBImprint:DB$ ChooseCard | Defined$ You | Amount$ 1 | Choices$ Card.token+YouCtrl | TgtPrompt$ Choose target token you control| RememberChosen$ True | SubAbility$ MassClone | StackDescription$ None | SpellDescription$ Each other token becomes a copy of target token. SVar:MassClone:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Card.token+IsNotRemembered+YouCtrl | RepeatSubAbility$ DBCopy | SubAbility$ DBCleanup SVar:DBCopy:DB$ Clone | Defined$ Remembered | CloneTarget$ Imprinted diff --git a/forge-gui/res/cardsfolder/c/captive_audience.txt b/forge-gui/res/cardsfolder/c/captive_audience.txt index c4e0254c993..9e9b5cf41c3 100644 --- a/forge-gui/res/cardsfolder/c/captive_audience.txt +++ b/forge-gui/res/cardsfolder/c/captive_audience.txt @@ -9,7 +9,7 @@ SVar:TrigCharm:DB$ Charm | Choices$ LifePact,DiscardPact,ZombiesPact | ChoiceRes SVar:LifePact:DB$ SetLife | Defined$ You | LifeAmount$ 4 | ChoiceName$ LifePact | SpellDescription$ Your life total becomes 4. SVar:DiscardPact:DB$ Discard | Defined$ You | Mode$ Hand | ChoiceName$ DiscardPact | SpellDescription$ Discard your hand. SVar:ZombiesPact:DB$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ MakeZombies | ChoiceName$ ZombiesPact | SpellDescription$ Each opponent creates five 2/2 black Zombie creature tokens. -SVar:MakeZombies:DB$ Token | TokenImage$ b 2 2 zombie rna | TokenAmount$ 5 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ Remembered | TokenColors$ black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Each opponent creates five 2/2 black Zombie creature tokens. +SVar:MakeZombies:DB$ Token | LegacyImage$ b 2 2 zombie rna | TokenAmount$ 5 | TokenScript$ b_2_2_zombie | TokenOwner$ Remembered | SpellDescription$ Each opponent creates five 2/2 black Zombie creature tokens. # Clear RememberChoice just in case it's not getting cleared by Zone changes T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ ClearRemembered | Static$ True SVar:ClearRemembered:DB$ Cleanup | ClearRemembered$ True diff --git a/forge-gui/res/cardsfolder/c/conclave_cavalier.txt b/forge-gui/res/cardsfolder/c/conclave_cavalier.txt index 813b7259d31..c354b0a03e5 100644 --- a/forge-gui/res/cardsfolder/c/conclave_cavalier.txt +++ b/forge-gui/res/cardsfolder/c/conclave_cavalier.txt @@ -4,7 +4,7 @@ Types:Creature Centaur Knight PT:4/4 K:Vigilance T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create two green and green 2/2 Elf Knight creature tokens with vigilance. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ wg_2_2_elf_knight_vigilance +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ gw_2_2_elf_knight_vigilance | LegacyImage$ gw 2 2 elf knight vigilance grn DeckHas:Ability$Token SVar:SacMe:4 Oracle:Vigilance\nWhen Conclave Cavalier dies, create two green and white 2/2 Elf Knight creature tokens with vigilance. diff --git a/forge-gui/res/cardsfolder/c/conclave_guildmage.txt b/forge-gui/res/cardsfolder/c/conclave_guildmage.txt index 5d105834c68..2a0d03709d9 100644 --- a/forge-gui/res/cardsfolder/c/conclave_guildmage.txt +++ b/forge-gui/res/cardsfolder/c/conclave_guildmage.txt @@ -3,6 +3,6 @@ ManaCost:G W Types:Creature Elf Cleric PT:2/2 A:AB$ PumpAll | Cost$ G T | ValidCards$ Creature.YouCtrl | KW$ Trample | SpellDescription$ Creatures you control gain trample until end of turn. -A:AB$ Token | Cost$ 5 W T | TokenAmount$ 1 | TokenScript$ wg_2_2_elf_knight_vigilance | SpellDescription$ Create a 2/2 green and white Elf Knight creature token with vigilance. +A:AB$ Token | Cost$ 5 W T | TokenAmount$ 1 | TokenScript$ gw_2_2_elf_knight_vigilance | LegacyImage$ gw 2 2 elf knight vigilance grn | SpellDescription$ Create a 2/2 green and white Elf Knight creature token with vigilance. AI:RemoveDeck:Random Oracle:{G}, {T}: Creatures you control gain trample until end of turn.\n{5}{W}, {T}: Create a 2/2 green and white Elf Knight creature token with vigilance. diff --git a/forge-gui/res/cardsfolder/c/confront_the_assault.txt b/forge-gui/res/cardsfolder/c/confront_the_assault.txt index 8eb015bd242..00396789b4a 100644 --- a/forge-gui/res/cardsfolder/c/confront_the_assault.txt +++ b/forge-gui/res/cardsfolder/c/confront_the_assault.txt @@ -1,5 +1,5 @@ Name:Confront the Assault ManaCost:4 W Types:Instant -A:SP$ Token | Cost$ 4 W | IsPresent$ Creature.attackingYou | TokenImage$ w 1 1 spirit ISD | TokenAmount$ 3 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | SpellDescription$ Cast this spell only if a creature is attacking you. Create three 1/1 white Spirit creature tokens with flying. +A:SP$ Token | Cost$ 4 W | IsPresent$ Creature.attackingYou | LegacyImage$ w 1 1 spirit flying ana | TokenAmount$ 3 | TokenScript$ w_1_1_spirit_flying | TokenOwner$ You | SpellDescription$ Cast this spell only if a creature is attacking you. Create three 1/1 white Spirit creature tokens with flying. Oracle:Cast this spell only if a creature is attacking you.\n\nCreate three 1/1 white Spirit creature tokens with flying. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/dawn_of_hope.txt b/forge-gui/res/cardsfolder/d/dawn_of_hope.txt index 65c4c6d514d..b80d4462d11 100644 --- a/forge-gui/res/cardsfolder/d/dawn_of_hope.txt +++ b/forge-gui/res/cardsfolder/d/dawn_of_hope.txt @@ -3,6 +3,6 @@ ManaCost:1 W Types:Enchantment T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigDraw | TriggerDescription$ Whenever you gain life, you may pay {2}. If you do, draw a card. SVar:TrigDraw:AB$Draw | Cost$ 2 | Defined$ You | NumCards$ 1 -A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | SpellDescription$ Create a 1/1 white Soldier creature token with lifelink. +A:AB$ Token | Cost$ 3 W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn | SpellDescription$ Create a 1/1 white Soldier creature token with lifelink. DeckHas:Ability$Token & Ability$LifeGain Oracle:Whenever you gain life, you may pay {2}. If you do, draw a card.\n{3}{W}: Create a 1/1 white Soldier creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/d/domri_chaos_bringer.txt b/forge-gui/res/cardsfolder/d/domri_chaos_bringer.txt index feb76cc25de..cc2615bf9c3 100644 --- a/forge-gui/res/cardsfolder/d/domri_chaos_bringer.txt +++ b/forge-gui/res/cardsfolder/d/domri_chaos_bringer.txt @@ -6,5 +6,5 @@ A:AB$ Mana | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | Produced$ Combo A:AB$ Dig | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ForceRevealToController$ True | DigNum$ 4 | ChangeNum$ 2 | Optional$ True | ChangeValid$ Creature | RestRandomOrder$ True | SpellDescription$ Look at the top four cards of your library. You may reveal up to two creature cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order. A:AB$ Effect | Cost$ SubCounter<8/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Emblem - Domri, Chaos Bringer | Image$ emblem_domri_chaos_bringer | Triggers$ EffPhase | SVars$ EmblemTrigToken | Duration$ Permanent | SpellDescription$ You get an emblem with “At the beginning of each end step, create a 4/4 red and green Beast creature token with trample.” SVar:EffPhase:Mode$ Phase | Phase$ End of Turn | Execute$ EmblemTrigToken | TriggerDescription$ At the beginning of each end step, create a 4/4 red and green Beast creature token with trample. -SVar:EmblemTrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 4 | TokenToughness$ 4 | TokenColors$ Red,Green | TokenTypes$ Creature,Beast | TokenKeywords$ Trample | TokenImage$ rg 4 4 beast trample rna +SVar:EmblemTrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ rg_4_4_beast_trample | LegacyImage$ rg 4 4 beast trample rna Oracle:+1: Add {R} or {G}. If that mana is spent on a creature spell, it gains riot. (It enters the battlefield with your choice of a +1/+1 counter or haste.)\n−3: Look at the top four cards of your library. You may reveal up to two creature cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order.\n−8: You get an emblem with “At the beginning of each end step, create a 4/4 red and green Beast creature token with trample.” diff --git a/forge-gui/res/cardsfolder/e/emmara_soul_of_the_accord.txt b/forge-gui/res/cardsfolder/e/emmara_soul_of_the_accord.txt index dcb4c3710bb..09c166453c9 100644 --- a/forge-gui/res/cardsfolder/e/emmara_soul_of_the_accord.txt +++ b/forge-gui/res/cardsfolder/e/emmara_soul_of_the_accord.txt @@ -3,6 +3,6 @@ ManaCost:G W Types:Legendary Creature Elf Cleric PT:2/2 T:Mode$ Taps | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME becomes tapped, create a 1/1 white Soldier creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn DeckHas:Ability$Token & Ability$LifeGain Oracle:Whenever Emmara, Soul of the Accord becomes tapped, create a 1/1 white Soldier creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/e/empyrial_storm.txt b/forge-gui/res/cardsfolder/e/empyrial_storm.txt index b5c284f4edf..7925680042f 100644 --- a/forge-gui/res/cardsfolder/e/empyrial_storm.txt +++ b/forge-gui/res/cardsfolder/e/empyrial_storm.txt @@ -4,6 +4,6 @@ Types:Sorcery T:Mode$ SpellCast | ValidCard$ Card.Self | Execute$ TrigCopy | TriggerDescription$ When you cast this spell, copy it for each time you've cast your commander from the command zone this game. SVar:TrigCopy:DB$ CopySpellAbility | Defined$ TriggeredSpellAbility | Amount$ X | References$ X SVar:X:Count$TotalCommanderCastFromCommandZone -A:SP$ Token | Cost$ 4 W W | TokenAmount$ 1 | TokenName$ Angel | TokenTypes$ Creature,Angel | TokenOwner$ You | TokenColors$ White | TokenPower$ 4 | TokenToughness$ 4 | TokenKeywords$ Flying | TokenImage$ w 4 4 angel c18 | SpellDescription$ Create a 4/4 white Angel creature token with flying. +A:SP$ Token | Cost$ 4 W W | TokenAmount$ 1 | TokenScript$ w_4_4_angel_flying | TokenOwner$ You | LegacyImage$ w 4 4 angel flying c18 | SpellDescription$ Create a 4/4 white Angel creature token with flying. DeckHas:Ability$Token Oracle:When you cast this spell, copy it for each time you've cast your commander from the command zone this game.\nCreate a 4/4 white Angel creature token with flying. diff --git a/forge-gui/res/cardsfolder/e/estrid_the_masked.txt b/forge-gui/res/cardsfolder/e/estrid_the_masked.txt index ffa95c6666f..ce3919ab981 100644 --- a/forge-gui/res/cardsfolder/e/estrid_the_masked.txt +++ b/forge-gui/res/cardsfolder/e/estrid_the_masked.txt @@ -4,8 +4,7 @@ Types:Legendary Planeswalker Estrid Loyalty:3 A:AB$ UntapAll | Cost$ AddCounter<2/LOYALTY> | Planeswalker$ True | ValidCards$ Permanent.enchanted+YouCtrl | SpellDescription$ Untap each enchanted permanent you control. SVar:BuffedBy:Permanent.enchanted -A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Mask | TokenImage$ mask | TokenTypes$ Enchantment,Aura | TokenOwner$ You | TokenColors$ White | TokenKeywords$ Enchant permanent<>Totem armor | TokenAbilities$ DBFirstAttach | AttachedTo$ Targeted | ValidTgts$ Permanent.Other | TgtPrompt$ Select target permanent to attach Mask Token | SpellDescription$ Create a white Aura enchantment token named Mask attached to another target permanent. The token has enchant permanent and totem armor. -SVar:DBFirstAttach:SP$ Attach | Cost$ 0 | ValidTgts$ Permanent | AILogic$ Pump +A:AB$ Token | Cost$ SubCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ mask | LegacyImage$ mask c18 | TokenOwner$ You | AttachedTo$ Targeted | ValidTgts$ Permanent.Other | TgtPrompt$ Select target permanent to attach Mask Token | SpellDescription$ Create a white Aura enchantment token named Mask attached to another target permanent. The token has enchant permanent and totem armor. A:AB$ Mill | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | NumCards$ 7 | Defined$ You | SubAbility$ DBChangeZone | SpellDescription$ Put the top seven cards of your library into your graveyard. Return all non-Aura enchantment cards from your graveyard to the battlefield, then do the same for Aura cards. SVar:DBChangeZone:DB$ ChangeZoneAll | ChangeType$ Enchantment.nonAura+YouCtrl | Origin$ Graveyard | Destination$ Battlefield | SubAbility$ DBChangeZone2 SVar:DBChangeZone2:DB$ ChangeZoneAll | ChangeType$ Enchantment.Aura+YouCtrl | Origin$ Graveyard | Destination$ Battlefield diff --git a/forge-gui/res/cardsfolder/g/goblin_gang_leader.txt b/forge-gui/res/cardsfolder/g/goblin_gang_leader.txt index 010ca6eb0c7..1cecc073caf 100644 --- a/forge-gui/res/cardsfolder/g/goblin_gang_leader.txt +++ b/forge-gui/res/cardsfolder/g/goblin_gang_leader.txt @@ -3,5 +3,5 @@ ManaCost:2 R R Types:Creature Goblin Warrior PT:2/2 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 red Goblin creature tokens. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenName$ Goblin | TokenTypes$ Creature,Goblin | TokenOwner$ You | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ r_1_1_goblin | TokenOwner$ You | LegacyImage$ r 1 1 goblin ana Oracle:When Goblin Gang Leader enters the battlefield, create two 1/1 red Goblin creature tokens. diff --git a/forge-gui/res/cardsfolder/g/goblin_goliath.txt b/forge-gui/res/cardsfolder/g/goblin_goliath.txt index 1ffda5501b5..fbd82f6e090 100644 --- a/forge-gui/res/cardsfolder/g/goblin_goliath.txt +++ b/forge-gui/res/cardsfolder/g/goblin_goliath.txt @@ -3,7 +3,7 @@ ManaCost:4 R R Types:Creature Goblin Mutant PT:5/4 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 1/1 red Goblin creature tokens equal to the number of opponents you have. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin grn | References$ X +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ r_1_1_goblin | LegacyImage$ r 1 1 goblin gnt | References$ X A:AB$ Effect | Cost$ 3 R T | Name$ Goblin Goliath Effect | ReplacementEffects$ RDoubleDamage | SVars$ DmgTwice,Y | SpellDescription$ If a source you control would deal damage to an opponent this turn, it deals double that damage to that player instead. SVar:RDoubleDamage:Event$ DamageDone | ActiveZones$ Command | ValidSource$ Card.YouCtrl,Emblem.YouCtrl | ValidTarget$ Opponent | ReplaceWith$ DmgTwice | Description$ If a source you control would deal damage to an opponent this turn, it deals double that damage to that player instead. SVar:DmgTwice:DB$ ReplaceEffect | VarName$ DamageAmount | VarValue$ Y | References$ Y diff --git a/forge-gui/res/cardsfolder/h/haazda_marshal.txt b/forge-gui/res/cardsfolder/h/haazda_marshal.txt index 06e8c1bce95..df9cdbc8deb 100644 --- a/forge-gui/res/cardsfolder/h/haazda_marshal.txt +++ b/forge-gui/res/cardsfolder/h/haazda_marshal.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Creature Human Soldier PT:1/1 T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | CheckSVar$ AttackerTest | SVarCompare$ GE2 | NoResolvingCheck$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME and at least two other creatures attack, create a 1/1 white Soldier creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn SVar:AttackerTest:Count$Valid Creature.attacking+Other DeckHas:Ability$Token & Ability$LifeGain Oracle:Whenever Haazda Marshal and at least two other creatures attack, create a 1/1 white Soldier creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/h/hunted_witness.txt b/forge-gui/res/cardsfolder/h/hunted_witness.txt index 39f16b0a11d..b9a056a2776 100644 --- a/forge-gui/res/cardsfolder/h/hunted_witness.txt +++ b/forge-gui/res/cardsfolder/h/hunted_witness.txt @@ -3,7 +3,7 @@ ManaCost:W Types:Creature Human PT:1/1 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 1/1 white Soldier creature token with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn DeckHas:Ability$Token & Ability$LifeGain SVar:SacMe:1 Oracle:When Hunted Witness dies, create a 1/1 white Soldier creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/i/incubation_incongruity.txt b/forge-gui/res/cardsfolder/i/incubation_incongruity.txt index d6c71908766..04f5e0374fb 100644 --- a/forge-gui/res/cardsfolder/i/incubation_incongruity.txt +++ b/forge-gui/res/cardsfolder/i/incubation_incongruity.txt @@ -12,5 +12,5 @@ Name:Incongruity ManaCost:1 G U Types:Instant A:SP$ ChangeZone | Cost$ 1 G U | ValidTgts$ Creature | TgtPrompt$ Select target creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBToken | SpellDescription$ Exile target creature. That creature’s controller creates a 3/3 green Frog Lizard creature token. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TargetedController | TokenScript$ g_3_3_frog_lizard +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ TargetedController | TokenScript$ g_3_3_frog_lizard | LegacyImage$ g 3 3 frog lizard rna Oracle:Exile target creature. That creature’s controller creates a 3/3 green Frog Lizard creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/i/inspired_sphinx.txt b/forge-gui/res/cardsfolder/i/inspired_sphinx.txt index 33aab170df7..04911c31949 100644 --- a/forge-gui/res/cardsfolder/i/inspired_sphinx.txt +++ b/forge-gui/res/cardsfolder/i/inspired_sphinx.txt @@ -5,8 +5,6 @@ PT:5/5 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw cards equal to the number of opponents you have. SVar:TrigDraw:DB$ Draw | NumCards$ X | References$ X -# TODO: Migrate this to the new TokenScript format (but probably needs LegacyImage to work first? It tries to search for a GNT token image, which probably doesn't exist, and doesn't fall back to other token pictures) -# TODO: A:AB$ Token | Cost$ 3 U | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_1_1_thopter_flying | LegacyImage$ c 1 1 thopter m19 -A:AB$ Token | Cost$ 3 U | TokenOwner$ You | TokenAmount$ 1 | TokenPower$ 1 | TokenToughness$ 1 | TokenColors$ Colorless | TokenName$ Thopter | TokenTypes$ Thopter,Artifact,Creature | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter m19 | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. +A:AB$ Token | Cost$ 3 U | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | LegacyImage$ c 1 1 a thopter flying gnt | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. SVar:X:PlayerCountOpponents$Amount Oracle:Flying\nWhen Inspired Sphinx enters the battlefield, draw cards equal to the number of opponents you have.\n{3}{U}: Create a 1/1 colorless Thopter artifact creature token with flying. diff --git a/forge-gui/res/cardsfolder/i/izoni_thousand_eyed.txt b/forge-gui/res/cardsfolder/i/izoni_thousand_eyed.txt index 4f92a03e2f1..446c2c03a32 100644 --- a/forge-gui/res/cardsfolder/i/izoni_thousand_eyed.txt +++ b/forge-gui/res/cardsfolder/i/izoni_thousand_eyed.txt @@ -3,7 +3,7 @@ ManaCost:2 B B G G Types:Legendary Creature Elf Shaman PT:2/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Undergrowth - When CARDNAME enters the battlefield, create a 1/1 black and green Insect creature token for each creature card in your graveyard. -SVar:TrigToken:DB$Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Black,Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ bg 1 1 insect grn | References$ X | TokenScript$ bg_1_1_insect +SVar:TrigToken:DB$Token | TokenAmount$ X | TokenOwner$ You | LegacyImage$ bg 1 1 insect grn | References$ X | TokenScript$ bg_1_1_insect SVar:X:Count$TypeInYourYard.Creature A:AB$ GainLife | Cost$ B G Sac<1/Creature.Other/another creature> | Defined$ You | LifeAmount$ 1 | SubAbility$ DBDraw | SpellDescription$ You gain 1 life and draw a card. SVar:DBDraw:DB$ Draw | NumCards$ 1 diff --git a/forge-gui/res/cardsfolder/l/ledev_champion.txt b/forge-gui/res/cardsfolder/l/ledev_champion.txt index 761277c4199..4263a08e68b 100644 --- a/forge-gui/res/cardsfolder/l/ledev_champion.txt +++ b/forge-gui/res/cardsfolder/l/ledev_champion.txt @@ -10,6 +10,6 @@ SVar:TrigPump:DB$ Pump | NumAtt$ X | References$ X SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$Valid Creature.YouCtrl SVar:Y:Remembered$Amount -A:AB$ Token | Cost$ 3 G W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | SpellDescription$ Create a 1/1 white Soldier creature token with lifelink. +A:AB$ Token | Cost$ 3 G W | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn | SpellDescription$ Create a 1/1 white Soldier creature token with lifelink. DeckHas:Ability$Token & Ability$LifeGain Oracle:Whenever Ledev Champion attacks, you may tap any number of untapped creatures you control. Ledev Champion gets +1/+1 until end of turn for each creature tapped this way.\n{3}{G}{W}: Create a 1/1 white Soldier creature token with lifelink. diff --git a/forge-gui/res/cardsfolder/l/lord_windgrace.txt b/forge-gui/res/cardsfolder/l/lord_windgrace.txt index c6521a3129f..5593cb91405 100644 --- a/forge-gui/res/cardsfolder/l/lord_windgrace.txt +++ b/forge-gui/res/cardsfolder/l/lord_windgrace.txt @@ -8,6 +8,6 @@ SVar:DBDraw2:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPr SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True A:AB$ ChangeZone | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | Origin$ Graveyard | Destination$ Battlefield | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target land card in your graveyard | ValidTgts$ Land.YouCtrl | SpellDescription$ Return up to two target land cards from your graveyard to the battlefield. A:AB$ Destroy | Cost$ SubCounter<11/LOYALTY> | Planeswalker$ True | Ultimate$ True | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | TargetMin$ 0 | TargetMax$ 6 | SubAbility$ DBToken | SpellDescription$ Destroy up to six target nonland permanents, then create six 2/2 green Cat Warrior creature tokens with forestwalk. -SVar:DBToken:DB$ Token | TokenAmount$ 6 | TokenOwner$ You | TokenScript$ g_2_2_cat_warrior_forestwalk | LegacyImage$ g 2 2 cat warrior c18 +SVar:DBToken:DB$ Token | TokenAmount$ 6 | TokenOwner$ You | TokenScript$ g_2_2_cat_warrior_forestwalk | LegacyImage$ g 2 2 cat warrior forestwalk c18 K:CARDNAME can be your commander. Oracle:[+2]: Discard a card, then draw a card. If a land card is discarded this way, draw an additional card.\n[-3]: Return up to two target land cards from your graveyard to the battlefield.\n[-11]: Destroy up to six target nonland permanents, then create six 2/2 green Cat Warrior creature tokens with forestwalk.\nLord Windgrace can be your commander. diff --git a/forge-gui/res/cardsfolder/l/loyal_apprentice.txt b/forge-gui/res/cardsfolder/l/loyal_apprentice.txt index 44f67156e48..8cc0b6f54ee 100644 --- a/forge-gui/res/cardsfolder/l/loyal_apprentice.txt +++ b/forge-gui/res/cardsfolder/l/loyal_apprentice.txt @@ -4,7 +4,7 @@ Types:Creature Human Artificer PT:2/1 K:Haste T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | CheckSVar$ X | SVarCompare$ GE1 | References$ X | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Lieutenant - at the beginning of combat on your turn, if you control your commander, create a 1/1 colorless Thopter artifact creature token with flying. That token gains haste until end of turn. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | RememberTokens$ True | TokenImage$ c 1 1 thopter c18 | TokenAltImages$ c 1 1 thopter2 c18 | SubAbility$ DBPump +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | RememberTokens$ True | LegacyImage$ c 1 1 a thopter flying c18 | SubAbility$ DBPump SVar:DBPump:DB$ Pump | Defined$ Remembered | KW$ Haste | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$Valid Card.IsCommander+YouOwn+YouCtrl diff --git a/forge-gui/res/cardsfolder/m/march_of_the_multitudes.txt b/forge-gui/res/cardsfolder/m/march_of_the_multitudes.txt index 9eefe598548..5ab6ee01d6c 100644 --- a/forge-gui/res/cardsfolder/m/march_of_the_multitudes.txt +++ b/forge-gui/res/cardsfolder/m/march_of_the_multitudes.txt @@ -2,7 +2,7 @@ Name:March of the Multitudes ManaCost:X G W W Types:Instant K:Convoke -A:SP$ Token | Cost$ X G W W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier_lifelink | SpellDescription$ Create X 1/1 white Soldier creature tokens with lifelink. +A:SP$ Token | Cost$ X G W W | TokenAmount$ X | References$ X | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn | SpellDescription$ Create X 1/1 white Soldier creature tokens with lifelink. SVar:X:Count$xPaid DeckHas:Ability$Token & Ability$LifeGain Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of the creature's color.)\nCreate X 1/1 white Soldier creature tokens with lifelink. diff --git a/forge-gui/res/cardsfolder/m/militant_angel.txt b/forge-gui/res/cardsfolder/m/militant_angel.txt index c39a889aedb..366b2a865b8 100644 --- a/forge-gui/res/cardsfolder/m/militant_angel.txt +++ b/forge-gui/res/cardsfolder/m/militant_angel.txt @@ -5,8 +5,6 @@ PT:3/4 K:Flying K:Lifelink T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. -# TODO: Migrate this to the new TokenScript format (but probably needs LegacyImage to work first? It tries to search for a GNT token image, which probably doesn't exist, and doesn't fall back to other token pictures) -# TODO: SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ w_2_2_knight_vigilance | LegacyImage$ w 2 2 knight m19 | References$ X | SpellDescription$ Create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. -SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenPower$ 2 | TokenToughness$ 2 | TokenColors$ White | TokenName$ Knight | TokenTypes$ Creature,Knight | TokenKeywords$ Vigilance | TokenImage$ w 2 2 knight m19 | References$ X | SpellDescription$ Create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. +SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ X | TokenScript$ w_2_2_knight_vigilance | LegacyImage$ w 2 2 knight vigilance gnt | References$ X | SpellDescription$ Create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. SVar:X:TriggeredCardController$OpponentsAttackedThisTurn Oracle:Flying, lifelink\nWhen Militant Angel enters the battlefield, create a number of 2/2 white Knight creature tokens with vigilance equal to the number of opponents you attacked this turn. diff --git a/forge-gui/res/cardsfolder/m/murmuring_mystic.txt b/forge-gui/res/cardsfolder/m/murmuring_mystic.txt index 76f848425af..a61537f0732 100644 --- a/forge-gui/res/cardsfolder/m/murmuring_mystic.txt +++ b/forge-gui/res/cardsfolder/m/murmuring_mystic.txt @@ -3,7 +3,7 @@ ManaCost:3 U Types:Creature Human Wizard PT:1/5 T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever you cast an instant or sorcery spell, create a 1/1 blue Bird Illusion creature token with flying. -SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_1_1_bird_illusion_flying +SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ u_1_1_bird_illusion_flying | LegacyImage$ u 1 1 bird illusion flying grn SVar:BuffedBy:Instant,Sorcery DeckHints:Type$Instant|Sorcery DeckHas:Ability$Token diff --git a/forge-gui/res/cardsfolder/n/nesting_dragon.txt b/forge-gui/res/cardsfolder/n/nesting_dragon.txt index 9b079008b9d..0d9337a2e0c 100644 --- a/forge-gui/res/cardsfolder/n/nesting_dragon.txt +++ b/forge-gui/res/cardsfolder/n/nesting_dragon.txt @@ -4,5 +4,5 @@ Types:Creature Dragon PT:5/4 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Landfall Whenever a land enters the battlefield under your control, create a 0/2 red Dragon creature token with defender and "When this creature dies, create a 2/2 red Dragon creature token with flying and '{R}: This creature gets +1/+0 until end of turn.'" -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 0 2 dragon egg | TokenScript$ r_0_2_dragon_egg_defender_hatches_dragon +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 0 2 dragon egg defender hatches dragon c18 | TokenScript$ r_0_2_dragon_egg_defender_hatches_dragon Oracle:Flying\nLandfall — Whenever a land enters the battlefield under your control, create a 0/2 red Dragon Egg creature token with defender and "When this creature dies, create a 2/2 red Dragon creature token with flying and '{R}: This creature gets +1/+0 until end of turn.'" diff --git a/forge-gui/res/cardsfolder/r/retrofitter_foundry.txt b/forge-gui/res/cardsfolder/r/retrofitter_foundry.txt index 2320f1c6f1b..19bc7077ece 100644 --- a/forge-gui/res/cardsfolder/r/retrofitter_foundry.txt +++ b/forge-gui/res/cardsfolder/r/retrofitter_foundry.txt @@ -2,9 +2,9 @@ Name:Retrofitter Foundry ManaCost:1 Types:Artifact A:AB$ Untap | Cost$ 3 | SpellDescription$ Untap CARDNAME. -A:AB$ Token | Cost$ 2 T | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo c18 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. -A:AB$ Token | Cost$ 1 T Sac<1/Servo> | TokenAmount$ 1 | TokenName$ Thopter | TokenTypes$ Artifact,Creature,Thopter | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ c 1 1 thopter c18 | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. +A:AB$ Token | Cost$ 2 T | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 a servo c18 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. +A:AB$ Token | Cost$ 1 T Sac<1/Servo> | TokenAmount$ 1 | TokenScript$ c_1_1_a_thopter_flying | TokenOwner$ You | LegacyImage$ c 1 1 a thopter flying c18 | SpellDescription$ Create a 1/1 colorless Thopter artifact creature token with flying. DeckHas:Ability$Token -A:AB$ Token | Cost$ T Sac<1/Thopter> | TokenAmount$ 1 | TokenName$ Construct | TokenTypes$ Artifact,Creature,Construct | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 4 | TokenToughness$ 4 | TokenImage$ c 4 4 construct c18 | SpellDescription$ Create a 4/4 colorless Construct artifact creature token. +A:AB$ Token | Cost$ T Sac<1/Thopter> | TokenAmount$ 1 | TokenScript$ c_4_4_a_construct | TokenOwner$ You | LegacyImage$ c 4 4 a construct c18 | SpellDescription$ Create a 4/4 colorless Construct artifact creature token. SVar:AIPreference:SacCost$Creature.token Oracle:{3}: Untap Retrofitter Foundry.\n{2}, {T}: Create a 1/1 colorless Servo artifact creature token.\n{1}, {T}, Sacrifice a Servo: Create a 1/1 colorless Thopter artifact creature token with flying.\n{T}, Sacrifice a Thopter: Create a 4/4 colorless Construct artifact creature token. diff --git a/forge-gui/res/cardsfolder/s/saheeli_the_gifted.txt b/forge-gui/res/cardsfolder/s/saheeli_the_gifted.txt index 6ceb5d1c0a9..5a9297d7d20 100644 --- a/forge-gui/res/cardsfolder/s/saheeli_the_gifted.txt +++ b/forge-gui/res/cardsfolder/s/saheeli_the_gifted.txt @@ -2,7 +2,7 @@ Name:Saheeli, the Gifted ManaCost:2 U R Types:Legendary Planeswalker Saheeli Loyalty:4 -A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ c 1 1 servo c18 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. +A:AB$ Token | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | TokenAmount$ 1 | TokenScript$ c_1_1_a_servo | TokenOwner$ You | LegacyImage$ c 1 1 servo c18 | SpellDescription$ Create a 1/1 colorless Servo artifact creature token. A:AB$ Effect | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | StaticAbilities$ HBReduceCost | Triggers$ TrigCastSpell | SVars$ RemoveEffect,X | SpellDescription$ The next spell you cast this turn costs {1} less to cast for each artifact you control as you cast it. SVar:HBReduceCost:Mode$ ReduceCost | EffectZone$ Command | Type$ Spell | ValidCard$ Card | Activator$ You | Amount$ X | References$ X | Description$ The next spell you cast this turn costs {1} less to cast for each artifact you control as you cast it. SVar:TrigCastSpell:Mode$ SpellCast | ValidActivatingPlayer$ You | TriggerZones$ Command | Execute$ RemoveEffect | Static$ True diff --git a/forge-gui/res/cardsfolder/s/smothering_tithe.txt b/forge-gui/res/cardsfolder/s/smothering_tithe.txt index ee64fc20dc2..9a7381a3ce2 100644 --- a/forge-gui/res/cardsfolder/s/smothering_tithe.txt +++ b/forge-gui/res/cardsfolder/s/smothering_tithe.txt @@ -2,6 +2,6 @@ Name:Smothering Tithe ManaCost:3 W Types:Enchantment T:Mode$ Drawn | ValidCard$ Card.OppOwn | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a colorless Treasure artifact token with flying{T}, Sacrifice this artifact: Add one mana of any color. -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | UnlessCost$ 2 | UnlessPayer$ TriggeredCardController | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c treasure +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | UnlessCost$ 2 | UnlessPayer$ TriggeredCardController | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac rna DeckHas:Ability$Token Oracle:Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color." diff --git a/forge-gui/res/cardsfolder/s/sprouting_renewal.txt b/forge-gui/res/cardsfolder/s/sprouting_renewal.txt index 9f75927afbd..9fb63e816d4 100644 --- a/forge-gui/res/cardsfolder/s/sprouting_renewal.txt +++ b/forge-gui/res/cardsfolder/s/sprouting_renewal.txt @@ -4,6 +4,6 @@ Types:Sorcery K:Convoke A:SP$ Charm | Cost$ 2 G | Choices$ DBToken,DBDestroy SVar:DBDestroy:DB$ Destroy | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SpellDescription$ Destroy target artifact or enchantment. -SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ wg_2_2_elf_knight_vigilance | SpellDescription$ Create a 2/2 green and white Elf Knight creature token with vigilance. +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ gw_2_2_elf_knight_vigilance | LegacyImage$ gw 2 2 elf knight vigilance grn | SpellDescription$ Create a 2/2 green and white Elf Knight creature token with vigilance. DeckHas:Ability$Token Oracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nChoose one —\n• Create a 2/2 green and white Elf Knight creature token with vigilance.\n• Destroy target artifact or enchantment. diff --git a/forge-gui/res/cardsfolder/s/sworn_companions.txt b/forge-gui/res/cardsfolder/s/sworn_companions.txt index e8b5d817986..be1401b4fc0 100644 --- a/forge-gui/res/cardsfolder/s/sworn_companions.txt +++ b/forge-gui/res/cardsfolder/s/sworn_companions.txt @@ -1,6 +1,6 @@ Name:Sworn Companions ManaCost:2 W Types:Sorcery -A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ w_1_1_soldier_lifelink | SpellDescription$ Creature two 1/1 white Soldier creature tokens with lifelink. +A:SP$ Token | Cost$ 2 W | TokenAmount$ 2 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn | SpellDescription$ Creature two 1/1 white Soldier creature tokens with lifelink. DeckHas:Ability$Token & Ability$LifeGain Oracle:Creature two 1/1 white Soldier creature tokens with lifelink. diff --git a/forge-gui/res/cardsfolder/t/trostani_discordant.txt b/forge-gui/res/cardsfolder/t/trostani_discordant.txt index f93ad01c605..34c5ddd6cf5 100644 --- a/forge-gui/res/cardsfolder/t/trostani_discordant.txt +++ b/forge-gui/res/cardsfolder/t/trostani_discordant.txt @@ -4,7 +4,7 @@ Types:Legendary Creature Dryad PT:1/4 S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other creatures you control get +1/+1. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Soldier creature tokens with lifelink. -SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_soldier_lifelink +SVar:TrigToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_soldier_lifelink | LegacyImage$ w 1 1 soldier lifelink grn T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigGainControl | TriggerDescription$ At the beginning of your end step, each player gains control of all creatures they own. SVar:TrigGainControl:DB$ RepeatEach | RepeatPlayers$ Player | AILogic$ GainControlOwns | RepeatSubAbility$ DBGainControl | SpellDescription$ Each player gains control of all creatures they own. SVar:DBGainControl:DB$ GainControl | AllValid$ Creature.RememberedPlayerOwn | NewController$ Player.IsRemembered diff --git a/forge-gui/res/cardsfolder/v/varchild_betrayer_of_kjeldor.txt b/forge-gui/res/cardsfolder/v/varchild_betrayer_of_kjeldor.txt index 9c248f8890d..20eb945cffc 100644 --- a/forge-gui/res/cardsfolder/v/varchild_betrayer_of_kjeldor.txt +++ b/forge-gui/res/cardsfolder/v/varchild_betrayer_of_kjeldor.txt @@ -3,7 +3,7 @@ ManaCost:2 R Types:Legendary Creature Human Knight PT:3/3 T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ When CARDNAME deals combat damage to a player, that player creates that many 1/1 red Survivor creature tokens. -SVar:TrigToken:DB$ Token | TokenOwner$ TriggeredTarget | TokenAmount$ X | References$ X | TokenName$ Survivor | TokenTypes$ Creature,Survivor | TokenColors$ Red | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ r 1 1 survivor C18 +SVar:TrigToken:DB$ Token | TokenOwner$ TriggeredTarget | TokenAmount$ X | References$ X | TokenScript$ r_1_1_survivor | LegacyImage$ r 1 1 survivor c18 SVar:X:TriggerCount$DamageAmount S:Mode$ Continuous | Affected$ Survivor.OppCtrl | AddHiddenKeyword$ CantBlock Creature | Description$ Survivors your opponents control can't block. S:Mode$ CantAttack | ValidCard$ Creature.Survivor+OppCtrl | Target$ You,Planeswalker.YouCtrl | Description$ Survivors your opponents control can't attack you or planeswalkers you control. diff --git a/forge-gui/res/cardsfolder/v/varina_lich_queen.txt b/forge-gui/res/cardsfolder/v/varina_lich_queen.txt index 6ab9f3ed763..b44d397c99b 100644 --- a/forge-gui/res/cardsfolder/v/varina_lich_queen.txt +++ b/forge-gui/res/cardsfolder/v/varina_lich_queen.txt @@ -7,6 +7,6 @@ SVar:TrigLoot:DB$ Draw | NumCards$ X | References$ X | SubAbility$ DBDiscard SVar:DBDiscard:DB$ Discard | Defined$ You | Mode$ TgtChoose | NumCards$ X | References$ X | SubAbility$ DBGainLife SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ X | References$ X SVar:X:TriggerObjectsAttackers$Valid Zombie.YouCtrl -A:AB$ Token | Cost$ 2 ExileFromGrave<2/Card> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie ISD | TokenTapped$ True | SpellDescription$ Create a tapped 2/2 black Zombie creature token. +A:AB$ Token | Cost$ 2 ExileFromGrave<2/Card> | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | LegacyImage$ b 2 2 zombie c18 | TokenTapped$ True | SpellDescription$ Create a tapped 2/2 black Zombie creature token. DeckHas:Ability$Token Oracle:Whenever you attack with one or more Zombies, draw that many cards, then discard that many cards. You gain that much life.\n{2}, Exile two cards from your graveyard: Create a tapped 2/2 black Zombie creature token. \ No newline at end of file diff --git a/forge-gui/res/lists/token-images.txt b/forge-gui/res/lists/token-images.txt index cb1efdd7c9b..b7933fc688e 100644 --- a/forge-gui/res/lists/token-images.txt +++ b/forge-gui/res/lists/token-images.txt @@ -29,12 +29,14 @@ b_1_1_assassin_lose_con_ddm.jpg https://downloads.cardforge.org/images/tokens/b_ b_1_1_assassin_lose_con_rtr.jpg https://downloads.cardforge.org/images/tokens/b_1_1_assassin_lose_con_rtr.jpg b_1_1_bat_flying_c17.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_c17.jpg b_1_1_bat_flying_ddd.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_ddd.jpg +b_1_1_bat_flying_gk2.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_gk2.jpg b_1_1_bat_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_gpt.jpg b_1_1_bat_flying_gvl.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_gvl.jpg b_1_1_bat_flying_m19.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_m19.jpg b_1_1_bat_flying_mma.jpg https://downloads.cardforge.org/images/tokens/b_1_1_bat_flying_mma.jpg b_1_1_faerie_rogue_flying_mm2.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue_flying_mm2.jpg b_1_1_faerie_rogue_flying_mor.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue_flying_mor.jpg +b_1_1_faerie_rogue_flying_uma.jpg https://downloads.cardforge.org/images/tokens/b_1_1_faerie_rogue_flying_uma.jpg b_1_1_goblin_rogue_lrw.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_lrw.jpg b_1_1_goblin_rogue_mma.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_mma.jpg b_1_1_goblin_rogue_mor.jpg https://downloads.cardforge.org/images/tokens/b_1_1_goblin_rogue_mor.jpg @@ -89,6 +91,7 @@ b_2_2_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ b_2_2_zombie_c15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c15.jpg b_2_2_zombie_c16.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c16.jpg b_2_2_zombie_c17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c17.jpg +b_2_2_zombie_c18.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_c18.jpg b_2_2_zombie_cfx.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cfx.jpg b_2_2_zombie_cm2.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cm2.jpg b_2_2_zombie_cma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_cma.jpg @@ -105,6 +108,7 @@ b_2_2_zombie_e01.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ b_2_2_zombie_ema.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ema.jpg b_2_2_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_emn.jpg b_2_2_zombie_fut.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_fut.jpg +b_2_2_zombie_gnt.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_gnt.jpg b_2_2_zombie_hop.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_hop.jpg b_2_2_zombie_hou.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_hou.jpg b_2_2_zombie_isd.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_isd.jpg @@ -118,6 +122,7 @@ b_2_2_zombie_m14.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ b_2_2_zombie_m15.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m15.jpg b_2_2_zombie_m19.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_m19.jpg b_2_2_zombie_mbs.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mbs.jpg +b_2_2_zombie_med.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_med.jpg b_2_2_zombie_mir.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mir.jpg b_2_2_zombie_mm3.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mm3.jpg b_2_2_zombie_mma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_mma.jpg @@ -133,6 +138,7 @@ b_2_2_zombie_pz1.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ b_2_2_zombie_tmp.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_tmp.jpg b_2_2_zombie_tpr.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_tpr.jpg b_2_2_zombie_ugl.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ugl.jpg +b_2_2_zombie_uma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_ugl.jpg b_2_2_zombie_v17.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_v17.jpg b_2_2_zombie_vma.jpg https://downloads.cardforge.org/images/tokens/b_2_2_zombie_vma.jpg b_2_4_spider_reach_cmd.jpg https://downloads.cardforge.org/images/tokens/b_2_4_spider_reach_cmd.jpg @@ -159,6 +165,7 @@ b_5_5_zombie_giant_ddr.jpg https://downloads.cardforge.org/images/tokens/b_5_5_z b_5_5_zombie_giant_zen.jpg https://downloads.cardforge.org/images/tokens/b_5_5_zombie_giant_zen.jpg b_6_6_demon_flying_trample_aristocrat_dom.jpg https://downloads.cardforge.org/images/tokens/b_6_6_demon_flying_trample_aristocrat_dom.jpg b_6_6_wurm_trample_apc.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm_trample_apc.jpg +b_6_6_wurm_trample_uma.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm_trample_uma.jpg b_6_6_wurm_trample_vma.jpg https://downloads.cardforge.org/images/tokens/b_6_6_wurm_trample_vma.jpg b_x_x_demon_flying_c14.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_c14.jpg b_x_x_demon_flying_cns.jpg https://downloads.cardforge.org/images/tokens/b_x_x_demon_flying_cns.jpg @@ -178,7 +185,10 @@ b_x_x_zombie_horror_dtk.jpg https://downloads.cardforge.org/images/tokens/b_x_x_ b_x_x_zombie_emn.jpg https://downloads.cardforge.org/images/tokens/b_x_x_zombie_emn.jpg b_x_x_zombie_jou.jpg https://downloads.cardforge.org/images/tokens/b_x_x_zombie_jou.jpg bg_1_1_e_snake_deathtouch_jou.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_e_snake_deathtouch_jou.jpg +bg_1_1_insect_grn.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_insect_gk1.jpg +bg_1_1_insect_grn.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_insect_grn.jpg bg_1_1_worm_c16.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_c16.jpg +bg_1_1_worm_c18.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_c18.jpg bg_1_1_worm_eve.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_eve.jpg bg_1_1_worm_mm2.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_mm2.jpg bg_1_1_worm_mma.jpg https://downloads.cardforge.org/images/tokens/bg_1_1_worm_mma.jpg @@ -191,7 +201,8 @@ br_5_5_elemental_shm.jpg https://downloads.cardforge.org/images/tokens/br_5_5_el brg_3_3_cat_dragon_flying_c17.jpg https://downloads.cardforge.org/images/tokens/brg_3_3_cat_dragon_flying_c17.jpg butterfly_mmq.jpg https://downloads.cardforge.org/images/tokens/butterfly_mmq.jpg butterfly_vis.jpg https://downloads.cardforge.org/images/tokens/butterfly_vis.jpg -c_0_0_a_construct_total_artifacts.jpg https://downloads.cardforge.org/images/tokens/c_0_0_a_construct_total_artifacts.jpg +c_0_0_a_construct_total_artifacts_dom.jpg https://downloads.cardforge.org/images/tokens/c_0_0_a_construct_total_artifacts_dom.jpg +c_0_0_a_construct_total_artifacts_med.jpg https://downloads.cardforge.org/images/tokens/c_0_0_a_construct_total_artifacts_med.jpg c_0_1_a_pest_hop.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_pest_hop.jpg c_0_1_a_pest_mrd.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_pest_mrd.jpg c_0_1_a_prism_vis.jpg https://downloads.cardforge.org/images/tokens/c_0_1_a_prism_vis.jpg @@ -216,11 +227,13 @@ c_0_2_a_wall_defender_mir.jpg https://downloads.cardforge.org/images/tokens/c_0_ c_10_10_eldrazi_bfz.jpg https://downloads.cardforge.org/images/tokens/c_10_10_eldrazi_bfz.jpg c_1_1_a_construct_defender_cn2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_construct_defender_cn2.jpg c_1_1_a_construct_defender_cns.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_construct_defender_cns.jpg +c_1_1_a_construct_defender_med.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_construct_defender_med.jpg c_1_1_a_gnome_usg.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_gnome_usg.jpg c_1_1_a_myr_bbd.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_bbd.jpg c_1_1_a_myr_c13.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c13.jpg c_1_1_a_myr_c14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c14.jpg c_1_1_a_myr_c16.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c16.jpg +c_1_1_a_myr_c18.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_c18.jpg c_1_1_a_myr_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_cm2.jpg c_1_1_a_myr_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_ddu.jpg c_1_1_a_myr_dst.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_myr_dst.jpg @@ -242,6 +255,7 @@ c_1_1_a_servo2_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_ser c_1_1_a_servo3_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo3_aer.jpg c_1_1_a_servo3_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo3_kld.jpg c_1_1_a_servo_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo_aer.jpg +c_1_1_a_servo_c18.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo_c18.jpg c_1_1_a_servo_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_servo_kld.jpg c_1_1_a_snake_poison_5ed.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_5ed.jpg c_1_1_a_snake_poison_chr.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_snake_poison_chr.jpg @@ -250,6 +264,7 @@ c_1_1_a_tetravite_flying_noenchant_4ed.jpg https://downloads.cardforge.org/image c_1_1_a_tetravite_flying_noenchant_atq.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_atq.jpg c_1_1_a_tetravite_flying_noenchant_me4.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_tetravite_flying_noenchant_me4.jpg c_1_1_a_thopter_flying2_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_aer.jpg +c_1_1_a_thopter_flying2_c18.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_c18.jpg c_1_1_a_thopter_flying2_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_ddu.jpg c_1_1_a_thopter_flying2_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_kld.jpg c_1_1_a_thopter_flying2_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying2_mps_kld.jpg @@ -258,8 +273,10 @@ c_1_1_a_thopter_flying3_aer.jpg https://downloads.cardforge.org/images/tokens/c_ c_1_1_a_thopter_flying3_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying3_kld.jpg c_1_1_a_thopter_flying3_mps_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying3_mps_kld.jpg c_1_1_a_thopter_flying_aer.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_aer.jpg +c_1_1_a_thopter_flying_c18.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_c18.jpg c_1_1_a_thopter_flying_ddu.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_ddu.jpg c_1_1_a_thopter_flying_exo.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_exo.jpg +c_1_1_a_thopter_flying_gnt.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_gnt.jpg c_1_1_a_thopter_flying_kld.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_kld.jpg c_1_1_a_thopter_flying_m19.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_m19.jpg c_1_1_a_thopter_flying_mbs.jpg https://downloads.cardforge.org/images/tokens/c_1_1_a_thopter_flying_mbs.jpg @@ -282,6 +299,7 @@ c_1_1_eldrazi_scion_sac_ddr.jpg https://downloads.cardforge.org/images/tokens/c_ c_1_1_eldrazi_scion_sac_ogw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_eldrazi_scion_sac_ogw.jpg c_1_1_sand_gpt.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sand_gpt.jpg c_1_1_shapeshifter_changeling_c15.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_c15.jpg +c_1_1_shapeshifter_changeling_c18.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_c18.jpg c_1_1_shapeshifter_changeling_cm2.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_cm2.jpg c_1_1_shapeshifter_changeling_lrw.jpg https://downloads.cardforge.org/images/tokens/c_1_1_shapeshifter_changeling_lrw.jpg c_1_1_sliver2_m14.jpg https://downloads.cardforge.org/images/tokens/c_1_1_sliver2_m14.jpg @@ -323,6 +341,7 @@ c_3_3_e_a_golem_ths.jpg https://downloads.cardforge.org/images/tokens/c_3_3_e_a_ c_3_4_a_gargoyle_flying_c14.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_c14.jpg c_3_4_a_gargoyle_flying_cma.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_cma.jpg c_3_4_a_gargoyle_flying_m10.jpg https://downloads.cardforge.org/images/tokens/c_3_4_a_gargoyle_flying_m10.jpg +c_4_4_a_construct_c18.jpg https://downloads.cardforge.org/images/tokens/c_4_4_a_construct_c18.jpg c_4_4_a_golem_rix.jpg https://downloads.cardforge.org/images/tokens/c_4_4_a_golem_rix.jpg c_4_6_a_golem_arc.jpg https://downloads.cardforge.org/images/tokens/c_4_6_a_golem_arc.jpg c_5_5_a_djinn_flying_3ed.jpg https://downloads.cardforge.org/images/tokens/c_5_5_a_djinn_flying_3ed.jpg @@ -341,6 +360,7 @@ c_a_clue_draw3_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_dr c_a_clue_draw4_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw4_soi.jpg c_a_clue_draw5_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw5_soi.jpg c_a_clue_draw6_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw6_soi.jpg +c_a_clue_draw_c18.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw_c18.jpg c_a_clue_draw_soi.jpg https://downloads.cardforge.org/images/tokens/c_a_clue_draw_soi.jpg c_a_treasure_sac2_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac2_rix.jpg c_a_treasure_sac2_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac2_xln.jpg @@ -351,10 +371,12 @@ c_a_treasure_sac4_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_trea c_a_treasure_sac5_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac5_rix.jpg c_a_treasure_sac5_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac5_xln.jpg c_a_treasure_sac_rix.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_rix.jpg +c_a_treasure_sac_rna.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_rna.jpg c_a_treasure_sac_xln.jpg https://downloads.cardforge.org/images/tokens/c_a_treasure_sac_xln.jpg c_x_x_a_construct2_kld.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_construct2_kld.jpg c_x_x_a_construct_kld.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_construct_kld.jpg c_x_x_a_horror_c16.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_horror_c16.jpg +c_x_x_a_horror_c18.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_horror_c18.jpg c_x_x_a_horror_mbs.jpg https://downloads.cardforge.org/images/tokens/c_x_x_a_horror_mbs.jpg carnivore_c13.jpg https://downloads.cardforge.org/images/tokens/carnivore_c13.jpg carnivore_ema.jpg https://downloads.cardforge.org/images/tokens/carnivore_ema.jpg @@ -364,6 +386,7 @@ etherium_cell_aer.jpg https://downloads.cardforge.org/images/tokens/etherium_cel festering_goblin_fut.jpg https://downloads.cardforge.org/images/tokens/festering_goblin_fut.jpg g_0_1_plant_arc.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_arc.jpg g_0_1_plant_c13.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_c13.jpg +g_0_1_plant_c18.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_c18.jpg g_0_1_plant_ddp.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddp.jpg g_0_1_plant_ddr.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ddr.jpg g_0_1_plant_ogw.jpg https://downloads.cardforge.org/images/tokens/g_0_1_plant_ogw.jpg @@ -430,6 +453,7 @@ g_1_1_plant_bfz.jpg https://downloads.cardforge.org/images/tokens/g_1_1_plant_bf g_1_1_saproling2_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c13.jpg g_1_1_saproling2_c16.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_c16.jpg g_1_1_saproling2_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_dom.jpg +g_1_1_saproling2_gk1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_gk1.jpg g_1_1_saproling2_pc2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling2_pc2.jpg g_1_1_saproling3_c13.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_c13.jpg g_1_1_saproling3_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling3_dom.jpg @@ -459,6 +483,8 @@ g_1_1_saproling_dom.jpg https://downloads.cardforge.org/images/tokens/g_1_1_sapr g_1_1_saproling_drb.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_drb.jpg g_1_1_saproling_fem.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fem.jpg g_1_1_saproling_fut.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_fut.jpg +g_1_1_saproling_gk1.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_gk1.jpg +g_1_1_saproling_gk2.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_gk2.jpg g_1_1_saproling_gpt.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_gpt.jpg g_1_1_saproling_hop.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_hop.jpg g_1_1_saproling_inv.jpg https://downloads.cardforge.org/images/tokens/g_1_1_saproling_inv.jpg @@ -519,6 +545,7 @@ g_1_2_spider_reach_emn.jpg https://downloads.cardforge.org/images/tokens/g_1_2_s g_1_2_spider_reach_isd.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_isd.jpg g_1_2_spider_reach_pz1.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_pz1.jpg g_1_2_spider_reach_shm.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_shm.jpg +g_1_2_spider_reach_uma.jpg https://downloads.cardforge.org/images/tokens/g_1_2_spider_reach_uma.jpg g_2_2_bear_c15.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_c15.jpg g_2_2_bear_jud.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_jud.jpg g_2_2_bear_ody.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_ody.jpg @@ -527,6 +554,7 @@ g_2_2_bear_vma.jpg https://downloads.cardforge.org/images/tokens/g_2_2_bear_vma. g_2_2_beast_exo.jpg https://downloads.cardforge.org/images/tokens/g_2_2_beast_exo.jpg g_2_2_boar_ths.jpg https://downloads.cardforge.org/images/tokens/g_2_2_boar_ths.jpg g_2_2_cat_warrior_forestwalk_c17.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_c17.jpg +g_2_2_cat_warrior_forestwalk_c18.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_c18.jpg g_2_2_cat_warrior_forestwalk_plc.jpg https://downloads.cardforge.org/images/tokens/g_2_2_cat_warrior_forestwalk_plc.jpg g_2_2_elemental_ori.jpg https://downloads.cardforge.org/images/tokens/g_2_2_elemental_ori.jpg g_2_2_lizard_arb.jpg https://downloads.cardforge.org/images/tokens/g_2_2_lizard_arb.jpg @@ -599,6 +627,7 @@ g_3_3_centaur2_dgm.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centa g_3_3_centaur2_rtr.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur2_rtr.jpg g_3_3_centaur_bng.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_bng.jpg g_3_3_centaur_dgm.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_dgm.jpg +g_3_3_centaur_gk1.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_gk1.jpg g_3_3_centaur_mm3.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_mm3.jpg g_3_3_centaur_ons.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_ons.jpg g_3_3_centaur_pro_black_rav.jpg https://downloads.cardforge.org/images/tokens/g_3_3_centaur_pro_black_rav.jpg @@ -629,6 +658,7 @@ g_3_3_elephant_tsb.jpg https://downloads.cardforge.org/images/tokens/g_3_3_eleph g_3_3_elephant_vma.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_vma.jpg g_3_3_elephant_wwk.jpg https://downloads.cardforge.org/images/tokens/g_3_3_elephant_wwk.jpg g_3_3_frog_lizard_c15.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_c15.jpg +g_3_3_frog_lizard_gk2.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_gk2.jpg g_3_3_frog_lizard_gtc.jpg https://downloads.cardforge.org/images/tokens/g_3_3_frog_lizard_gtc.jpg g_3_3_hippo_akh.jpg https://downloads.cardforge.org/images/tokens/g_3_3_hippo_akh.jpg g_3_3_ooze_soi.jpg https://downloads.cardforge.org/images/tokens/g_3_3_ooze_soi.jpg @@ -637,6 +667,7 @@ g_4_4_bear_ktk.jpg https://downloads.cardforge.org/images/tokens/g_4_4_bear_ktk. g_4_4_beast_c13.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c13.jpg g_4_4_beast_c14.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c14.jpg g_4_4_beast_c15.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c15.jpg +g_4_4_beast_c18.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_c18.jpg g_4_4_beast_cma.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_cma.jpg g_4_4_beast_cmd.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_cmd.jpg g_4_4_beast_ddd.jpg https://downloads.cardforge.org/images/tokens/g_4_4_beast_ddd.jpg @@ -654,6 +685,7 @@ g_4_4_elemental_ddr.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elem g_4_4_elemental_lrw.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_lrw.jpg g_4_4_elemental_mma.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_mma.jpg g_4_4_elemental_mor.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_mor.jpg +g_4_4_elemental_uma.jpg https://downloads.cardforge.org/images/tokens/g_4_4_elemental_uma.jpg g_4_4_rhino_trample_dgm.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino_trample_dgm.jpg g_4_4_rhino_trample_rtr.jpg https://downloads.cardforge.org/images/tokens/g_4_4_rhino_trample_rtr.jpg g_5_3_elemental_c14.jpg https://downloads.cardforge.org/images/tokens/g_5_3_elemental_c14.jpg @@ -664,13 +696,16 @@ g_5_5_beast_c13.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_c1 g_5_5_beast_mrd.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_mrd.jpg g_5_5_beast_td2.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_td2.jpg g_5_5_beast_trample_c13.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_trample_c13.jpg +g_5_5_beast_trample_c18.jpg https://downloads.cardforge.org/images/tokens/g_5_5_beast_trample_c18.jpg g_5_5_wurm_akh.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_akh.jpg g_5_5_wurm_trample_dgm.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_dgm.jpg +g_5_5_wurm_trample_gk1.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_gk1.jpg g_5_5_wurm_trample_mm3.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_mm3.jpg g_5_5_wurm_trample_rtr.jpg https://downloads.cardforge.org/images/tokens/g_5_5_wurm_trample_rtr.jpg g_6_1_insect_shroud_plc.jpg https://downloads.cardforge.org/images/tokens/g_6_1_insect_shroud_plc.jpg g_6_6_wurm_dds.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_dds.jpg g_6_6_wurm_ema.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_ema.jpg +g_6_6_wurm_gk2.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_gk2.jpg g_6_6_wurm_gpt.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_gpt.jpg g_6_6_wurm_jud.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_jud.jpg g_6_6_wurm_m12.jpg https://downloads.cardforge.org/images/tokens/g_6_6_wurm_m12.jpg @@ -681,17 +716,20 @@ g_7_7_elemental_trample_dd1.jpg https://downloads.cardforge.org/images/tokens/g_ g_7_7_elemental_trample_evg.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental_trample_evg.jpg g_7_7_elemental_trample_ons.jpg https://downloads.cardforge.org/images/tokens/g_7_7_elemental_trample_ons.jpg g_x_x_elemental_c13.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_c13.jpg +g_x_x_elemental_c18.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_c18.jpg g_x_x_elemental_chk.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_chk.jpg g_x_x_elemental_ogw.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elemental_ogw.jpg g_x_x_elephant_resurgence_pcy.jpg https://downloads.cardforge.org/images/tokens/g_x_x_elephant_resurgence_pcy.jpg g_x_x_hydra_jou.jpg https://downloads.cardforge.org/images/tokens/g_x_x_hydra_jou.jpg g_x_x_ooze_ala.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_ala.jpg +g_x_x_ooze_gk2.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_gk2.jpg g_x_x_ooze_gtc.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_gtc.jpg g_x_x_ooze_gutter_grime_isd.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_gutter_grime_isd.jpg g_x_x_ooze_isd.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_isd.jpg g_x_x_ooze_mm3.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_mm3.jpg g_x_x_ooze_roe.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_roe.jpg g_x_x_ooze_rtr.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_rtr.jpg +g_x_x_ooze_uma.jpg https://downloads.cardforge.org/images/tokens/g_x_x_ooze_uma.jpg g_x_x_saproling_burst_nms.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling_burst_nms.jpg g_x_x_saproling_burst_vma.jpg https://downloads.cardforge.org/images/tokens/g_x_x_saproling_burst_vma.jpg g_x_x_treefolk_c14.jpg https://downloads.cardforge.org/images/tokens/g_x_x_treefolk_c14.jpg @@ -710,6 +748,8 @@ gu_2_2_drake_flying_c13.jpg https://downloads.cardforge.org/images/tokens/gu_2_2 gu_2_2_drake_flying_cma.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake_flying_cma.jpg gu_2_2_drake_flying_dis.jpg https://downloads.cardforge.org/images/tokens/gu_2_2_drake_flying_dis.jpg gw_1_1_elf_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/gw_1_1_elf_warrior_shm.jpg +gw_2_2_elf_knight_vigilance_grn.jpg https://downloads.cardforge.org/images/tokens/gw_2_2_elf_knight_vigilance_grn.jpg +gw_8_8_elemental_vigilance_gk1.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_vigilance_gk1.jpg gw_8_8_elemental_vigilance_rtr.jpg https://downloads.cardforge.org/images/tokens/gw_8_8_elemental_vigilance_rtr.jpg gw_x_x_elemental_total_creatures_dgm.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental_total_creatures_dgm.jpg gw_x_x_elemental_total_creatures_mm3.jpg https://downloads.cardforge.org/images/tokens/gw_x_x_elemental_total_creatures_mm3.jpg @@ -728,22 +768,27 @@ lightning_rager_cm2.jpg https://downloads.cardforge.org/images/tokens/lightning_ lightning_rager_pz1.jpg https://downloads.cardforge.org/images/tokens/lightning_rager_pz1.jpg llanowar_elves_fut.jpg https://downloads.cardforge.org/images/tokens/llanowar_elves_fut.jpg marit_lage_csp.jpg https://downloads.cardforge.org/images/tokens/marit_lage_csp.jpg +marit_lage_uma.jpg https://downloads.cardforge.org/images/tokens/marit_lage_uma.jpg marit_lage_v16.jpg https://downloads.cardforge.org/images/tokens/marit_lage_v16.jpg +mask_c18.jpg https://downloads.cardforge.org/images/tokens/mask_c18.jpg metallic_sliver_fut.jpg https://downloads.cardforge.org/images/tokens/metallic_sliver_fut.jpg minor_demon_leg.jpg https://downloads.cardforge.org/images/tokens/minor_demon_leg.jpg minor_demon_me3.jpg https://downloads.cardforge.org/images/tokens/minor_demon_me3.jpg mowu2_gs1.jpg https://downloads.cardforge.org/images/tokens/mowu2_gs1.jpg mowu_gs1.jpg https://downloads.cardforge.org/images/tokens/mowu_gs1.jpg r_0_1_elemental_rekindling_phoenix_rix.jpg https://downloads.cardforge.org/images/tokens/r_0_1_elemental_rekindling_phoenix_rix.jpg +r_0_2_dragon_egg_defender_hatches_dragon_c18.jpg https://downloads.cardforge.org/images/tokens/r_0_2_dragon_egg_defender_hatches_dragon_c18.jpg r_1_1_devil_burn_emn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_devil_burn_emn.jpg r_1_1_devil_burn_soi.jpg https://downloads.cardforge.org/images/tokens/r_1_1_devil_burn_soi.jpg r_1_1_elemental2_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_m14.jpg +r_1_1_elemental2_uma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental2_uma.jpg r_1_1_elemental_cat_haste_jud.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_cat_haste_jud.jpg r_1_1_elemental_dds.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_dds.jpg r_1_1_elemental_ema.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_ema.jpg r_1_1_elemental_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m13.jpg r_1_1_elemental_m14.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_m14.jpg r_1_1_elemental_rix.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_rix.jpg +r_1_1_elemental_uma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_elemental_uma.jpg r_1_1_goblin2_m13.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_m13.jpg r_1_1_goblin2_pc2.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin2_pc2.jpg r_1_1_goblin_10e.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_10e.jpg @@ -752,6 +797,7 @@ r_1_1_goblin_6ed.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ r_1_1_goblin_a25.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_a25.jpg r_1_1_goblin_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ala.jpg r_1_1_goblin_all_attack_c16.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_all_attack_c16.jpg +r_1_1_goblin_ana.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ana.jpg r_1_1_goblin_arb.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_arb.jpg r_1_1_goblin_arc.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_arc.jpg r_1_1_goblin_ath.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ath.jpg @@ -767,6 +813,9 @@ r_1_1_goblin_dtk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ r_1_1_goblin_ema.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ema.jpg r_1_1_goblin_evg.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_evg.jpg r_1_1_goblin_fem.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_fem.jpg +r_1_1_goblin_gk1.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_gk1.jpg +r_1_1_goblin_gnt.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_gnt.jpg +r_1_1_goblin_grn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_grn.jpg r_1_1_goblin_haste_ala.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ala.jpg r_1_1_goblin_haste_ddt.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ddt.jpg r_1_1_goblin_haste_ktk.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_haste_ktk.jpg @@ -803,10 +852,14 @@ r_1_1_goblin_vma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_goblin_ r_1_1_human_emn.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human_emn.jpg r_1_1_human_haste_avr.jpg https://downloads.cardforge.org/images/tokens/r_1_1_human_haste_avr.jpg r_1_1_soldier_haste_ths.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier_haste_ths.jpg +r_1_1_soldier_haste_uma.jpg https://downloads.cardforge.org/images/tokens/r_1_1_soldier_haste_uma.jpg r_1_1_survivor_all.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_all.jpg +r_1_1_survivor_c18.jpg https://downloads.cardforge.org/images/tokens/r_1_1_survivor_c18.jpg r_1_1_warrior_sok.jpg https://downloads.cardforge.org/images/tokens/r_1_1_warrior_sok.jpg r_2_1_goblin_haste_arc.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin_haste_arc.jpg r_2_1_goblin_haste_dis.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin_haste_dis.jpg +r_2_1_goblin_haste_gk2.jpg https://downloads.cardforge.org/images/tokens/r_2_1_goblin_haste_gk2.jpg +r_2_2_dragon_flying_firebreathing_c18.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_c18.jpg r_2_2_dragon_flying_firebreathing_ema.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ema.jpg r_2_2_dragon_flying_firebreathing_ima.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_ima.jpg r_2_2_dragon_flying_firebreathing_m14.jpg https://downloads.cardforge.org/images/tokens/r_2_2_dragon_flying_firebreathing_m14.jpg @@ -866,6 +919,7 @@ r_5_5_dragon_flying_roe.jpg https://downloads.cardforge.org/images/tokens/r_5_5_ r_5_5_dragon_flying_scg.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_scg.jpg r_5_5_dragon_flying_wwk.jpg https://downloads.cardforge.org/images/tokens/r_5_5_dragon_flying_wwk.jpg r_6_6_dragon_flying_c17.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_flying_c17.jpg +r_6_6_dragon_flying_gk2.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_flying_gk2.jpg r_6_6_dragon_flying_rtr.jpg https://downloads.cardforge.org/images/tokens/r_6_6_dragon_flying_rtr.jpg r_7_1_elemental_trample_haste_zen.jpg https://downloads.cardforge.org/images/tokens/r_7_1_elemental_trample_haste_zen.jpg r_8_8_lizard_cn2.jpg https://downloads.cardforge.org/images/tokens/r_8_8_lizard_cn2.jpg @@ -875,6 +929,8 @@ rg_1_1_goblin_warrior_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_1 rg_1_1_goblin_warrior_shm.jpg https://downloads.cardforge.org/images/tokens/rg_1_1_goblin_warrior_shm.jpg rg_2_2_satyr_haste_jou.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr_haste_jou.jpg rg_2_2_satyr_haste_ths.jpg https://downloads.cardforge.org/images/tokens/rg_2_2_satyr_haste_ths.jpg +rg_4_4_beast_trample_med.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_beast_trample_med.jpg +rg_4_4_beast_trample_rna.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_beast_trample_rna.jpg rg_4_4_giant_warrior_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_mm3.jpg rg_4_4_giant_warrior_haste_shm.jpg https://downloads.cardforge.org/images/tokens/rg_4_4_giant_warrior_haste_shm.jpg rg_5_5_elemental_bfz.jpg https://downloads.cardforge.org/images/tokens/rg_5_5_elemental_bfz.jpg @@ -888,9 +944,11 @@ rw_1_1_goblin_soldier_vma.jpg https://downloads.cardforge.org/images/tokens/rw_1 rw_1_1_soldier_haste2_dgm.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste2_dgm.jpg rw_1_1_soldier_haste2_gtc.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste2_gtc.jpg rw_1_1_soldier_haste_dgm.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_dgm.jpg +rw_1_1_soldier_haste_gk1.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_gk1.jpg rw_1_1_soldier_haste_gtc.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_gtc.jpg rw_1_1_soldier_haste_mm3.jpg https://downloads.cardforge.org/images/tokens/rw_1_1_soldier_haste_mm3.jpg spark_elemental_fut.jpg https://downloads.cardforge.org/images/tokens/spark_elemental_fut.jpg +spark_elemental_uma.jpg https://downloads.cardforge.org/images/tokens/spark_elemental_uma.jpg stangg_twin_a25.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_a25.jpg stangg_twin_chr.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_chr.jpg stangg_twin_leg.jpg https://downloads.cardforge.org/images/tokens/stangg_twin_leg.jpg @@ -912,8 +970,10 @@ u_1_1_a_thopter_flying_ala.jpg https://downloads.cardforge.org/images/tokens/u_1 u_1_1_a_thopter_flying_arb.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_arb.jpg u_1_1_a_thopter_flying_c13.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_c13.jpg u_1_1_a_thopter_flying_c16.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_c16.jpg +u_1_1_a_thopter_flying_c18.jpg https://downloads.cardforge.org/images/tokens/u_1_1_a_thopter_flying_c18.jpg u_1_1_bird_flying_eve.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_flying_eve.jpg u_1_1_bird_flying_inv.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_flying_inv.jpg +u_1_1_bird_illusion_flying_grn.jpg https://downloads.cardforge.org/images/tokens/u_1_1_bird_illusion_flying_grn.jpg u_1_1_camarid_fem.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_fem.jpg u_1_1_camarid_tsp.jpg https://downloads.cardforge.org/images/tokens/u_1_1_camarid_tsp.jpg u_1_1_faerie_flying_c13.jpg https://downloads.cardforge.org/images/tokens/u_1_1_faerie_flying_rav.jpg @@ -930,6 +990,7 @@ u_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/u_1_1_ u_1_1_squid_islandwalk2_m15.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk2_m15.jpg u_1_1_squid_islandwalk_c16.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk_c16.jpg u_1_1_squid_islandwalk_m15.jpg https://downloads.cardforge.org/images/tokens/u_1_1_squid_islandwalk_m15.jpg +u_2_1_a_myr.jpg https://downloads.cardforge.org/images/tokens/u_2_1_a_myr.jpg u_2_2_bird_flying_c16.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird_flying_c16.jpg u_2_2_bird_flying_ths.jpg https://downloads.cardforge.org/images/tokens/u_2_2_bird_flying_ths.jpg u_2_2_djinn_monk_flying_dtk.jpg https://downloads.cardforge.org/images/tokens/u_2_2_djinn_monk_flying_dtk.jpg @@ -938,16 +999,19 @@ u_2_2_drake_flying_akh.jpg https://downloads.cardforge.org/images/tokens/u_2_2_d u_2_2_drake_flying_c15.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_c15.jpg u_2_2_drake_flying_dds.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_dds.jpg u_2_2_drake_flying_m13.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_m13.jpg +u_2_2_drake_flying_uma.jpg https://downloads.cardforge.org/images/tokens/u_2_2_drake_flying_uma.jpg u_2_2_e_bird_flying_bng.jpg https://downloads.cardforge.org/images/tokens/u_2_2_e_bird_flying_bng.jpg u_2_2_e_bird_flying_jou.jpg https://downloads.cardforge.org/images/tokens/u_2_2_e_bird_flying_jou.jpg u_2_2_elemental_flying_dst.jpg https://downloads.cardforge.org/images/tokens/u_2_2_elemental_flying_dst.jpg u_2_2_homunculus_isd.jpg https://downloads.cardforge.org/images/tokens/u_2_2_homunculus_isd.jpg +u_2_2_homunculus_uma.jpg https://downloads.cardforge.org/images/tokens/u_2_2_homunculus_uma.jpg u_2_2_illusion_ddm.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_ddm.jpg u_2_2_illusion_illusory_xln.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_illusory_xln.jpg u_2_2_illusion_zen.jpg https://downloads.cardforge.org/images/tokens/u_2_2_illusion_zen.jpg u_3_3_fish_hatches_whale_a25.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_a25.jpg u_3_3_fish_hatches_whale_c14.jpg https://downloads.cardforge.org/images/tokens/u_3_3_fish_hatches_whale_c14.jpg u_3_3_weird_defender_flying_ddj.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying_ddj.jpg +u_3_3_weird_defender_flying_gk1.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying_gk1.jpg u_3_3_weird_defender_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/u_3_3_weird_defender_flying_gpt.jpg u_4_4_sphinx_flying_jou.jpg https://downloads.cardforge.org/images/tokens/u_4_4_sphinx_flying_jou.jpg u_5_5_dragon_spirit_flying_chk.jpg https://downloads.cardforge.org/images/tokens/u_5_5_dragon_spirit_flying_chk.jpg @@ -967,6 +1031,7 @@ u_x_x_zombie_c14.jpg https://downloads.cardforge.org/images/tokens/u_x_x_zombie_ ub_1_1_faerie_rogue_flying_fvl.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_fvl.jpg ub_1_1_faerie_rogue_flying_mma.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_mma.jpg ub_1_1_faerie_rogue_flying_shm.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_faerie_rogue_flying_shm.jpg +ub_1_1_horror_flying_gk1.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror_flying_gk1.jpg ub_1_1_horror_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_horror_flying_gtc.jpg ub_1_1_zombie_wizard_arb.jpg https://downloads.cardforge.org/images/tokens/ub_1_1_zombie_wizard_arb.jpgd ur_1_1_insect_flying_haste_hou.jpg https://downloads.cardforge.org/images/tokens/ur_1_1_insect_flying_haste_hou.jpg @@ -975,6 +1040,7 @@ ur_5_5_elemental_flying_c15.jpg https://downloads.cardforge.org/images/tokens/ur ur_5_5_elemental_flying_ema.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental_flying_ema.jpg ur_5_5_elemental_flying_eve.jpg https://downloads.cardforge.org/images/tokens/ur_5_5_elemental_flying_eve.jpg urami_sok.jpg https://downloads.cardforge.org/images/tokens/urami_sok.jpg +voja_gk1.jpg https://downloads.cardforge.org/images/tokens/voja_gk1.jpg voja_rav.jpg https://downloads.cardforge.org/images/tokens/voja_rav.jpg volrath's_laboratory_sth.jpg https://downloads.cardforge.org/images/tokens/volrath%27s_laboratory_sth.jpg w_0_1_caribou_5ed.jpg https://downloads.cardforge.org/images/tokens/w_0_1_caribou_5ed.jpg @@ -1011,6 +1077,7 @@ w_1_1_citizen_5ed.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citize w_1_1_citizen_6ed.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_6ed.jpg w_1_1_citizen_fem.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_fem.jpg w_1_1_citizen_tsp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_tsp.jpg +w_1_1_citizen_uma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_citizen_uma.jpg w_1_1_e_soldier2_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_e_soldier2_bng.jpg w_1_1_e_soldier_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_e_soldier_bng.jpg w_1_1_human2_dka.jpg https://downloads.cardforge.org/images/tokens/w_1_1_human2_dka.jpg @@ -1057,6 +1124,7 @@ w_1_1_soldier_arb.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldie w_1_1_soldier_bng.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_bng.jpg w_1_1_soldier_c14.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_c14.jpg w_1_1_soldier_c16.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_c16.jpg +w_1_1_soldier_c18.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_c18.jpg w_1_1_soldier_cfx.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cfx.jpg w_1_1_soldier_cmd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cmd.jpg w_1_1_soldier_cn2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_cn2.jpg @@ -1070,6 +1138,7 @@ w_1_1_soldier_fut.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldie w_1_1_soldier_fva.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_fva.jpg w_1_1_soldier_gtc.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_gtc.jpg w_1_1_soldier_jou.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_jou.jpg +w_1_1_soldier_lifelink_grn.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_lifelink_grn.jpg w_1_1_soldier_m10.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m10.jpg w_1_1_soldier_m12.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m12.jpg w_1_1_soldier_m13.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_m13.jpg @@ -1078,6 +1147,7 @@ w_1_1_soldier_m19.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldie w_1_1_soldier_mbs.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mbs.jpg w_1_1_soldier_md1.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_md1.jpg w_1_1_soldier_me2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_me2.jpg +w_1_1_soldier_med.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_med.jpg w_1_1_soldier_mm2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mm2.jpg w_1_1_soldier_mm3.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mm3.jpg w_1_1_soldier_mma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_mma.jpg @@ -1094,6 +1164,7 @@ w_1_1_soldier_ths.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldie w_1_1_soldier_ugl.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_ugl.jpg w_1_1_soldier_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_soldier_vma.jpg w_1_1_spirit_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_a25.jpg +w_1_1_spirit_flying_ana.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ana.jpg w_1_1_spirit_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_avr.jpg w_1_1_spirit_flying_bbd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_bbd.jpg w_1_1_spirit_flying_c13.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_c13.jpg @@ -1113,6 +1184,7 @@ w_1_1_spirit_flying_e01.jpg https://downloads.cardforge.org/images/tokens/w_1_1_ w_1_1_spirit_flying_ema.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ema.jpg w_1_1_spirit_flying_emn.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_emn.jpg w_1_1_spirit_flying_frf.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_frf.jpg +w_1_1_spirit_flying_gk2.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_gpt.jpg w_1_1_spirit_flying_gpt.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_gpt.jpg w_1_1_spirit_flying_ima.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_ima.jpg w_1_1_spirit_flying_isd.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_isd.jpg @@ -1132,6 +1204,7 @@ w_1_1_spirit_flying_shm.jpg https://downloads.cardforge.org/images/tokens/w_1_1_ w_1_1_spirit_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_soi.jpg w_1_1_spirit_flying_tmp.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_tmp.jpg w_1_1_spirit_flying_tpr.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_tpr.jpg +w_1_1_spirit_flying_uma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_uma.jpg w_1_1_spirit_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_1_1_spirit_flying_vma.jpg w_1_1_vampire_lifelink_rix.jpg https://downloads.cardforge.org/images/tokens/w_1_1_vampire_lifelink_rix.jpg w_1_1_vampire_lifelink_xln.jpg https://downloads.cardforge.org/images/tokens/w_1_1_vampire_lifelink_xln.jpg @@ -1148,6 +1221,7 @@ w_2_1_e_cleric_ths.jpg https://downloads.cardforge.org/images/tokens/w_2_1_e_cle w_2_2_cat_c14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c14.jpg w_2_2_cat_c15.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c15.jpg w_2_2_cat_c17.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c17.jpg +w_2_2_cat_c18.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_c18.jpg w_2_2_cat_m13.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m13.jpg w_2_2_cat_m14.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_m14.jpg w_2_2_cat_td2.jpg https://downloads.cardforge.org/images/tokens/w_2_2_cat_td2.jpg @@ -1171,6 +1245,8 @@ w_2_2_knight_vigilance_c15.jpg https://downloads.cardforge.org/images/tokens/w_2 w_2_2_knight_vigilance_cma.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_cma.jpg w_2_2_knight_vigilance_dgm.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dgm.jpg w_2_2_knight_vigilance_dom.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_dom.jpg +w_2_2_knight_vigilance_gk1.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_gk1.jpg +w_2_2_knight_vigilance_gnt.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_gnt.jpg w_2_2_knight_vigilance_gtc.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_gtc.jpg w_2_2_knight_vigilance_m19.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_m19.jpg w_2_2_knight_vigilance_ori.jpg https://downloads.cardforge.org/images/tokens/w_2_2_knight_vigilance_ori.jpg @@ -1190,6 +1266,7 @@ w_4_4_angel_flying_a25.jpg https://downloads.cardforge.org/images/tokens/w_4_4_a w_4_4_angel_flying_avr.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_avr.jpg w_4_4_angel_flying_c14.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c14.jpg w_4_4_angel_flying_c15.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c15.jpg +w_4_4_angel_flying_c18.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_c18.jpg w_4_4_angel_flying_cfx.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_cfx.jpg w_4_4_angel_flying_ddq.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_ddq.jpg w_4_4_angel_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_gtc.jpg @@ -1206,6 +1283,7 @@ w_4_4_angel_flying_scg.jpg https://downloads.cardforge.org/images/tokens/w_4_4_a w_4_4_angel_flying_soi.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_soi.jpg w_4_4_angel_flying_td0.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_td0.jpg w_4_4_angel_flying_vma.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_vma.jpg +w_4_4_angel_flying_vigilance_grn.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_vigilance_grn.jpg w_4_4_angel_flying_vigilance_m19.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_vigilance_m19.jpg w_4_4_angel_flying_zen.jpg https://downloads.cardforge.org/images/tokens/w_4_4_angel_flying_zen.jpg w_4_4_avatar_flying_m19.jpg https://downloads.cardforge.org/images/tokens/w_4_4_avatar_flying_m19.jpg @@ -1226,18 +1304,23 @@ wasp_5ed.jpg https://downloads.cardforge.org/images/tokens/wasp_5ed.jpg wasp_6ed.jpg https://downloads.cardforge.org/images/tokens/wasp_6ed.jpg wasp_lea.jpg https://downloads.cardforge.org/images/tokens/wasp_lea.jpg wasp_leb.jpg https://downloads.cardforge.org/images/tokens/wasp_leb.jpg +wb_1_1_cleric_deathpact_gk2.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric_deathpact_gk2.jpg wb_1_1_cleric_deathpact_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_cleric_deathpact_gtc.jpg wb_1_1_human_cleric_soi.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_human_cleric_soi.jpg wb_1_1_spirit_flying_c15.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_c15.jpg wb_1_1_spirit_flying_dgm.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_dgm.jpg wb_1_1_spirit_flying_eve.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_eve.jpg wb_1_1_spirit_flying_gtc.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_flying_gtc.jpg +wb_1_1_spirit_flying_rna.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_rna.jpg +wb_1_1_spirit_flying_uma.jpg https://downloads.cardforge.org/images/tokens/wb_1_1_spirit_uma.jpg wb_x_x_e_spirit_experience_c15.jpg https://downloads.cardforge.org/images/tokens/wb_x_x_e_spirit_experience_c15.jpg wb_x_x_e_spirit_experience_pz1.jpg https://downloads.cardforge.org/images/tokens/wb_x_x_e_spirit_experience_pz1.jpg wirefly_dst.jpg https://downloads.cardforge.org/images/tokens/wirefly_dst.jpg wolves_of_the_hunt_leg.jpg https://downloads.cardforge.org/images/tokens/wolves_of_the_hunt_leg.jpg wood_mir.jpg https://downloads.cardforge.org/images/tokens/wood_mir.jpg wu_1_1_bird_flying_dis.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird_flying_dis.jpg +wu_1_1_bird_flying_gk2.jpg https://downloads.cardforge.org/images/tokens/wu_1_1_bird_flying_gk2.jpg +wu_4_4_sphinx_flying_vigilance_rna.jpg https://downloads.cardforge.org/images/tokens/wu_4_4_sphinx_flying_vigilance_rna.jpg #Copies embalm_angel_of_sanctions_akh.jpg https://downloads.cardforge.org/images/tokens/embalm_angel_of_sanctions_akh.jpg diff --git a/forge-gui/res/tokenscripts/c_4_4_a_construct.txt b/forge-gui/res/tokenscripts/c_4_4_a_construct.txt new file mode 100644 index 00000000000..45957ca6286 --- /dev/null +++ b/forge-gui/res/tokenscripts/c_4_4_a_construct.txt @@ -0,0 +1,5 @@ +Name:Construct +ManaCost:no cost +PT:4/4 +Types:Artifact Creature Construct +Oracle: diff --git a/forge-gui/res/tokenscripts/mask.txt b/forge-gui/res/tokenscripts/mask.txt new file mode 100644 index 00000000000..a310257006d --- /dev/null +++ b/forge-gui/res/tokenscripts/mask.txt @@ -0,0 +1,8 @@ +Name:Mask +Types:Enchantment Aura +Colors:white +ManaCost:no cost +K:Enchant permanent +K:Totem armor +A:SP$ Attach | Cost$ 0 | ValidTgts$ Permanent | AILogic$ Pump +Oracle:Enchant permanent\nTotem armor diff --git a/forge-gui/res/tokenscripts/r_0_2_dragon_egg_defender_hatches_dragon.txt b/forge-gui/res/tokenscripts/r_0_2_dragon_egg_defender_hatches_dragon.txt index d07b22f0e4f..a5a98016396 100644 --- a/forge-gui/res/tokenscripts/r_0_2_dragon_egg_defender_hatches_dragon.txt +++ b/forge-gui/res/tokenscripts/r_0_2_dragon_egg_defender_hatches_dragon.txt @@ -5,6 +5,6 @@ Colors:red PT:0/2 K:Defender T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn". -SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon c18 | TokenScript$ r_2_2_dragon_flying_firebreathing +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenOwner$ You | LegacyImage$ r 2 2 dragon flying firebreathing c18 | TokenScript$ r_2_2_dragon_flying_firebreathing SVar:SacMe:4 Oracle:Defender\nWhen Dragon Egg dies, create a 2/2 red Dragon creature token with flying. It has "{R}: This creature gets +1/+0 until end of turn." diff --git a/forge-gui/res/tokenscripts/u_2_1_a_myr.txt b/forge-gui/res/tokenscripts/u_2_1_a_myr.txt new file mode 100644 index 00000000000..7c3a5fe394c --- /dev/null +++ b/forge-gui/res/tokenscripts/u_2_1_a_myr.txt @@ -0,0 +1,6 @@ +Name:Myr +ManaCost:no cost +Types:Artifact Creature Myr +Colors:blue +PT:2/1 +Oracle: From 56c1a0e6d122d13b766b6ef783c2f4ed2dcfef7f Mon Sep 17 00:00:00 2001 From: Hanmac Date: Wed, 13 Mar 2019 07:13:09 +0100 Subject: [PATCH 76/76] CardFactoryUtil: TokenScript for Fabricate and Living Weapon --- .../src/main/java/forge/game/card/CardFactoryUtil.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java b/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java index 099bf5b94a2..99f22033012 100644 --- a/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java +++ b/forge-game/src/main/java/forge/game/card/CardFactoryUtil.java @@ -2431,9 +2431,8 @@ public class CardFactoryUtil { final String counter = "DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ " + n + " | IsPresent$ Card.StrictlySelf | SpellDescription$ Put " + Lang.nounWithNumeral(n, "+1/+1 counter") + " on it."; - final String token = "DB$ Token | TokenAmount$ " + n + " | TokenName$ Servo | TokenTypes$ Artifact,Creature,Servo" - + " | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 1 | TokenToughness$ 1" - + " | TokenImage$ c 1 1 servo | TokenAltImages$ c_1_1_servo2,c_1_1_servo3 | SpellDescription$ Create " + final String token = "DB$ Token | TokenAmount$ " + n + " | TokenScript$ c_1_1_a_servo | TokenOwner$ You " + + " | LegacyImage$ c 1 1 a servo aer | SpellDescription$ Create " + Lang.nounWithNumeral(n, "1/1 colorless Servo artifact creature token") + "."; final Trigger trigger = TriggerHandler.parseTrigger(trigStr, card, intrinsic); @@ -2631,8 +2630,7 @@ public class CardFactoryUtil { sbTrig.append("Living Weapon (" + inst.getReminderText() + ")"); final StringBuilder sbGerm = new StringBuilder(); - sbGerm.append("DB$ Token | TokenAmount$ 1 | TokenName$ Germ | TokenTypes$ Creature,Germ | RememberTokens$ True | "); - sbGerm.append("TokenOwner$ You | TokenColors$ Black | TokenPower$ 0 | TokenToughness$ 0 | TokenImage$ B 0 0 Germ"); + sbGerm.append("DB$ Token | TokenAmount$ 1 | TokenScript$ b_0_0_germ |TokenOwner$ You | RememberTokens$ True"); final SpellAbility saGerm = AbilityFactory.getAbility(sbGerm.toString(), card);