mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Made the trigger of Cryptoplasm optional.
This commit is contained in:
@@ -4,7 +4,7 @@ Types:Creature Shapeshifter
|
||||
Text:no text
|
||||
PT:2/2
|
||||
# Make Svars for granting abilities and triggers on clones distinct to avoid SVars getting overwritten when cloning a clone
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CryptoplasmCopy | TriggerDescription$ At the beginning of your upkeep, you may have CARDNAME become a copy of another target creature. If you do, CARDNAME gains this ability.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CryptoplasmCopy | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may have CARDNAME become a copy of another target creature. If you do, CARDNAME gains this ability.
|
||||
SVar:CryptoplasmCopy:AB$ Clone | Cost$ 0 | ValidTgts$ Creature.Other | TgtPrompt$ Select another target creature to copy. | Optional$ True | AddTriggers$ CryptoplasmUpkeepTrig | AddSVars$ CryptoplasmCopy,CryptoplasmUpkeepTrig
|
||||
SVar:CryptoplasmUpkeepTrig:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ CryptoplasmCopy | TriggerDescription$ At the beginning of your upkeep, you may have CARDNAME become a copy of another target creature. If you do, CARDNAME gains this ability.
|
||||
SVar:RemAIDeck:True
|
||||
|
||||
@@ -2,9 +2,9 @@ Name:Lash Out
|
||||
ManaCost:1 R
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ DealDamage | Cost$ 1 R | Tgt$ TgtC | NumDmg$ 3 | SubAbility$ DBClash | SpellDescription$ CARDNAME deals 3 damage to target creature. Clash with an opponent. If you win, CARDNAME deals 3 damage ot that creature's controller.
|
||||
SVar:DBClash:DB$Clash | WinSubAbility$ DBDamageController
|
||||
SVar:DBDamageController:DB$DealDamage | Defined$ TargetedController | NumDmg$ 3
|
||||
A:SP$ DealDamage | Cost$ 1 R | Tgt$ TgtC | NumDmg$ 3 | SubAbility$ DBClash | SpellDescription$ CARDNAME deals 3 damage to target creature. Clash with an opponent. If you win, CARDNAME deals 3 damage to that creature's controller.
|
||||
SVar:DBClash:DB$ Clash | WinSubAbility$ DBDamageController
|
||||
SVar:DBDamageController:DB$ DealDamage | Defined$ TargetedController | NumDmg$ 3
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lash_out.jpg
|
||||
SetInfo:COM|Common|http://magiccards.info/scans/en/cmd/127.jpg
|
||||
|
||||
Reference in New Issue
Block a user