mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
Curses - you get the token first!!
This commit is contained in:
@@ -4,5 +4,6 @@ Types:Enchantment Aura Curse
|
||||
K:Enchant player
|
||||
A:SP$ Attach | ValidTgts$ Player | AILogic$ Curse
|
||||
T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigToken | 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:TrigToken:DB$ Token | TokenOwner$ TriggeredAttackingPlayer=OpponentAndYou | TokenScript$ b_2_2_zombie
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie | SubAbility$ DBToken
|
||||
SVar:DBToken:DB$ Token | TokenOwner$ TriggeredAttackingPlayer=Opponent | TokenScript$ b_2_2_zombie
|
||||
Oracle:Enchant player\nWhenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.
|
||||
|
||||
@@ -4,5 +4,6 @@ Types:Enchantment Aura Curse
|
||||
K:Enchant player
|
||||
A:SP$ Attach | ValidTgts$ Player | AILogic$ Curse
|
||||
T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same. (A Gold token is an artifact with "Sacrifice this artifact: Add one mana of any color.")
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ c_a_gold_draw | TokenOwner$ TriggeredAttackingPlayer=OpponentAndYou
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ c_a_gold_draw | SubAbility$ DBToken
|
||||
SVar:DBToken:DB$ Token | TokenOwner$ TriggeredAttackingPlayer=Opponent | TokenScript$ c_a_gold_draw
|
||||
Oracle:Enchant player\nWhenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same. (A Gold token is an artifact with "Sacrifice this artifact: Add one mana of any color.")
|
||||
|
||||
Reference in New Issue
Block a user