sticky_fingers and fixes

This commit is contained in:
paul_snoops
2022-04-29 13:27:16 +01:00
parent f54c52e142
commit 4fe2b9f397
3 changed files with 16 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
Name:Cement Shoes Name:Cement Shoes
ManaCost:1 ManaCost:1
Types:Artifact Equipment 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." 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: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: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:CementEndStepSVar:DB$ Tap | Defined$ Self 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. 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 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.) 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.)

View File

@@ -2,6 +2,6 @@ Name:Extract the Truth
ManaCost:1 B ManaCost:1 B
Types:Sorcery Types:Sorcery
A:SP$ Charm | Choices$ DBDiscard,DBSacrifice 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. 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. 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.

View File

@@ -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.