Merge branch 'various' into 'master'

Various KHM fixes

See merge request core-developers/forge!3737
This commit is contained in:
Hans Mackowiak
2021-02-04 01:34:08 +00:00
4 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
Agetian Agetian
Alumi
apantel apantel
Austinio7116 Austinio7116
Benjamin Benjamin

View File

@@ -4,10 +4,11 @@ Types:Creature Dragon
PT:4/4 PT:4/4
K:Flying K:Flying
K:Haste K:Haste
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks, create a Treasure token. T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME attacks or becomes the target of a spell, create a Treasure token.
T:Mode$ BecomesTarget | ValidTarget$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME becomes the target of a spell, create a Treasure token. T:Mode$ BecomesTarget | ValidTarget$ Card.Self | SourceType$ Spell | TriggerZones$ Battlefield | Execute$ TrigToken | Secondary$ True | Whenever CARDNAME attacks or becomes the target of a spell, create a Treasure token.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You | LegacyImage$ c a treasure sac khm SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You
S:Mode$ Continuous | Affected$ Card.Treasure+YouCtrl | AddAbility$ Mana | Description$ Treasures you control have "{T}: Add two mana of any one color." S:Mode$ Continuous | Affected$ Card.Treasure+YouCtrl | AddAbility$ Mana | Description$ Treasures you control have "{T}: Add two mana of any one color."
SVar:Mana:AB$Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 2 | SpellDescription$ Add two mana of any one color. SVar:Mana:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ Any | Amount$ 2 | SpellDescription$ Add two mana of any one color.
SVar:HasAttackEffect:TRUE
DeckHas:Ability$Token DeckHas:Ability$Token
Oracle:Flying, haste\nWhenever Goldspan Dragon attacks or becomes the target of a spell, create a Treasure token.\nTreasures you control have “{T}, Sacrifice this artifact: Add two mana of any one color.” Oracle:Flying, haste\nWhenever Goldspan Dragon attacks or becomes the target of a spell, create a Treasure token.\nTreasures you control have “{T}, Sacrifice this artifact: Add two mana of any one color.”

View File

@@ -1,8 +1,8 @@
Name:Rune of Speed Name:Rune of Speed
ManaCost:1 G ManaCost:1 R
Types:Enchantment Aura Rune Types:Enchantment Aura Rune
K:Enchant permanent K:Enchant permanent
A:SP$ Attach | Cost$ 1 G | ValidTgts$ Permanent | AILogic$ Pump A:SP$ Attach | Cost$ 1 R | ValidTgts$ Permanent | AILogic$ Pump
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1 SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddKeyword$ Haste | Description$ As long as enchanted permanent is a creature, it gets +1/+0 and has haste. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddKeyword$ Haste | Description$ As long as enchanted permanent is a creature, it gets +1/+0 and has haste.

View File

@@ -1,5 +1,5 @@
Name:Weigh Down Name:Weigh Down
ManaCost:B ManaCost:B
Types:Sorcery Types:Sorcery
A:SP$ Pump | Cost$ ExileFromGrave<1/Card.Creature/creature card> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -3 | NumDef$ -3 | IsCurse$ True | SpellDescription$ Target creature gets -3/-3 until end of turn. A:SP$ Pump | Cost$ B ExileFromGrave<1/Card.Creature/creature card> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -3 | NumDef$ -3 | IsCurse$ True | SpellDescription$ Target creature gets -3/-3 until end of turn.
Oracle:As an additional cost to cast this spell, exile a creature card from your graveyard.\nTarget creature gets -3/-3 until end of turn. Oracle:As an additional cost to cast this spell, exile a creature card from your graveyard.\nTarget creature gets -3/-3 until end of turn.