From 4fe2b9f397f6ac305ec04bb794e9a95007ea1727 Mon Sep 17 00:00:00 2001 From: paul_snoops Date: Fri, 29 Apr 2022 13:27:16 +0100 Subject: [PATCH] sticky_fingers and fixes --- forge-gui/res/cardsfolder/upcoming/cement_shoes.txt | 6 +++--- .../res/cardsfolder/upcoming/extract_the_truth.txt | 2 +- .../res/cardsfolder/upcoming/sticky_fingers.txt | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/sticky_fingers.txt diff --git a/forge-gui/res/cardsfolder/upcoming/cement_shoes.txt b/forge-gui/res/cardsfolder/upcoming/cement_shoes.txt index 5efbcb10662..e3c3d4f9fb1 100644 --- a/forge-gui/res/cardsfolder/upcoming/cement_shoes.txt +++ b/forge-gui/res/cardsfolder/upcoming/cement_shoes.txt @@ -1,9 +1,9 @@ Name:Cement Shoes ManaCost:1 Types:Artifact Equipment -S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | AddTrigger$ CementEndStepTrig | AddSVar$ CementEndStepSVar | Description$ Equipped creature gets +3/+3 and has "At the beginning of your end step, tap this creature." -SVar:CementEndStepTrig:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CementEndStepSVar | TriggerDescription$ At the beginning of your end step, tap this creature. -SVar:CementEndStepSVar:DB$ Tap | Defined$ Self +S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | AddTrigger$ TrigEndStep | Description$ Equipped creature gets +3/+3 and has "At the beginning of your end step, tap this creature." +SVar:TrigEndStep:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBTap | TriggerDescription$ At the beginning of your end step, tap this creature. +SVar:DBTap:DB$ Tap | Defined$ Self S:Mode$ Continuous | Affected$ Card.EquippedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Equipped creature doesn't untap during its controller's untap step. K:Equip:2 Oracle:Equipped creature gets +3/+3 and has "At the beginning of your end step, tap this creature."\nEquipped creature doesn't untap during its controller's untap step.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/extract_the_truth.txt b/forge-gui/res/cardsfolder/upcoming/extract_the_truth.txt index 74deec604d7..08bb1eda0fd 100644 --- a/forge-gui/res/cardsfolder/upcoming/extract_the_truth.txt +++ b/forge-gui/res/cardsfolder/upcoming/extract_the_truth.txt @@ -2,6 +2,6 @@ Name:Extract the Truth ManaCost:1 B Types:Sorcery A:SP$ Charm | Choices$ DBDiscard,DBSacrifice -SVar:DBDiscard:DB$ Discard | ValidTgts$ Opponent | Mode$ RevealYouChoose | DiscardValid$ Creature,Enchantment,Planeswalker | DiscardValidDesc$ creature, enchantment, or planeswalker | SpellDescription$ Target opponent reveals their hand. You may choose a creature, enchantment, or planeswalker card from it. That player discards that card. +SVar:DBDiscard:DB$ Discard | ValidTgts$ Opponent | Mode$ RevealYouChoose | Optional$ True | DiscardValid$ Creature,Enchantment,Planeswalker | DiscardValidDesc$ creature, enchantment, or planeswalker | SpellDescription$ Target opponent reveals their hand. You may choose a creature, enchantment, or planeswalker card from it. That player discards that card. SVar:DBSacrifice:DB$ Sacrifice | ValidTgts$ Opponent | SacValid$ Enchantment | SpellDescription$ Target opponent sacrifices an enchantment. Oracle:Choose one —\n• Target opponent reveals their hand. You may choose a creature, enchantment, or planeswalker card from it. That player discards that card.\n• Target opponent sacrifices an enchantment. diff --git a/forge-gui/res/cardsfolder/upcoming/sticky_fingers.txt b/forge-gui/res/cardsfolder/upcoming/sticky_fingers.txt new file mode 100644 index 00000000000..700454b95c4 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/sticky_fingers.txt @@ -0,0 +1,12 @@ +Name:Sticky Fingers +ManaCost:R +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | ValidTgts$ Creature | AILogic$ Pump +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Menace | AddTrigger$ TriggerDamageDone | Description$ Enchanted creature has menace and "Whenever this creature deals combat damage to a player, create a Treasure token." (It can't be blocked except by two or more creatures. The token is an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.") +SVar:TriggerDamageDone:Mode$ DamageDone | ValidSource$ Card.Self | CombatDamage$ True | ValidTarget$ Player | Execute$ DBToken | TriggerDescription$ Whenever this creature deals combat damage to a player, create a Treasure token." (It can't be blocked except by two or more creatures. The token is an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.") +SVar:DBToken:DB$ Token | TokenScript$ c_a_treasure_sac +T:Mode$ ChangesZone | ValidCard$ Card.AttachedBy | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigDraw | TriggerDescription$ When enchanted creature dies, draw a card. +SVar:TrigDraw:DB$ Draw +DeckHas:Ability$Sacrifice|Token & Type$Treasure|Artifact +Oracle:Enchant creature\nEnchanted creature has menace and "Whenever this creature deals combat damage to a player, create a Treasure token." (It can't be blocked except by two or more creatures. The token is an artifact with "{T}, Sacrifice this artifact: Add one mana of any color.")\nWhen enchanted creature dies, draw a card.