diff --git a/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt b/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt index 0f83fe79bd8..0f84850d277 100644 --- a/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt +++ b/forge-gui/res/cardsfolder/q/quicksilver_dagger.txt @@ -4,8 +4,7 @@ Types:Enchantment Aura K:Enchant creature A:SP$ Attach | Cost$ 1 U R | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ Damage | AddSVar$ QuicksilverDraw | Description$ Enchanted creature has "{T}: This creature deals 1 damage to target player or planeswalker. You draw a card." -SVar:Damage:AB$DealDamage | Cost$ T | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 1 | SubAbility$ QuicksilverDraw | SpellDescription$ CARDNAME deals 1 damage to target player or planeswalker. -SVar:QuicksilverDraw:DB$Draw | NumCards$ 1 | Defined$ You | SpellDescription$ Draw a card. +SVar:Damage:AB$ DealDamage | Cost$ T | ValidTgts$ Player,Planeswalker | TgtPrompt$ Select target player or planeswalker | NumDmg$ 1 | SubAbility$ QuicksilverDraw | SpellDescription$ This creature deals 1 damage to target player or planeswalker. +SVar:QuicksilverDraw:DB$ Draw | NumCards$ 1 | Defined$ You | SpellDescription$ You draw a card. SVar:NonStackingAttachEffect:True -SVar:Picture:http://www.wizards.com/global/images/magic/general/quicksilver_dagger.jpg Oracle:Enchant creature\nEnchanted creature has "{T}: This creature deals 1 damage to target player or planeswalker. You draw a card." diff --git a/forge-gui/res/cardsfolder/upcoming/blot_out_the_sky.txt b/forge-gui/res/cardsfolder/upcoming/blot_out_the_sky.txt index 920a98fabe9..ede2b9957c1 100644 --- a/forge-gui/res/cardsfolder/upcoming/blot_out_the_sky.txt +++ b/forge-gui/res/cardsfolder/upcoming/blot_out_the_sky.txt @@ -1,7 +1,7 @@ Name:Blot Out the Sky ManaCost:X W B Types:Sorcery -A:SP$ Token | Cost$ X W B | TokenAmount$ X | TokenScript$ b_2_1_inkling_flying | TokenTapped$ True | SubAbility$ BlotDestroy | SpellDescription$ Create X tapped 2/1 white and black Inkling creature tokens with flying. If X is 6 or more, destroy all noncreature, nonland permanents. +A:SP$ Token | Cost$ X W B | TokenAmount$ X | TokenScript$ wb_2_1_inkling_flying | TokenTapped$ True | SubAbility$ BlotDestroy | SpellDescription$ Create X tapped 2/1 white and black Inkling creature tokens with flying. If X is 6 or more, destroy all noncreature, nonland permanents. SVar:BlotDestroy:DB$ DestroyAll | ValidCards$ Permanent.nonCreature+nonLand | ConditionCheckSVar$ X | ConditionSVarCompare$ GE6 SVar:X:Count$xPaid SVar:PayX:6 diff --git a/forge-gui/res/cardsfolder/upcoming/strixhaven_stadium.txt b/forge-gui/res/cardsfolder/upcoming/strixhaven_stadium.txt index cc422b96a76..e6e9130aea7 100644 --- a/forge-gui/res/cardsfolder/upcoming/strixhaven_stadium.txt +++ b/forge-gui/res/cardsfolder/upcoming/strixhaven_stadium.txt @@ -5,7 +5,7 @@ A:AB$ Mana | Cost$ T | Produced$ C | SubAbility$ DBPutCounter | SpellDescription SVar:DBPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ POINT | CounterNum$ 1 T:Mode$ DamageDone | ValidSource$ Creature | ValidTarget$ You | CombatDamage$ True | Execute$ TrigRemove | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature deals combat damage to you, remove a point counter from CARDNAME. SVar:TrigRemove:DB$ RemoveCounter | Defined$ Self | CounterType$ POINT | CounterNum$ 1 -T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever a creature you control deals combat damage to an opponent, put a point counter on CARDNAME. Then if it has ten or more point counters on it, remove them all and that player loses the game. +T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control deals combat damage to an opponent, put a point counter on CARDNAME. Then if it has ten or more point counters on it, remove them all and that player loses the game. SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ POINT | CounterNum$ 1 | SubAbility$ DBBranch SVar:DBBranch:DB$ Branch | BranchConditionSVar$ X | BranchConditionSVarCompare$ GE10 | TrueSubAbility$ DBRemoveAll SVar:DBRemoveAll:DB$ RemoveCounter | Defined$ Self | CounterType$ POINT | CounterNum$ All | SubAbility$ DBLosesGame