mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Made the trigger of Cryptoplasm optional.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
Name:Cryptoplasm
|
Name:Cryptoplasm
|
||||||
ManaCost:1 U U
|
ManaCost:1 U U
|
||||||
Types:Creature Shapeshifter
|
Types:Creature Shapeshifter
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:2/2
|
PT:2/2
|
||||||
# Make Svars for granting abilities and triggers on clones distinct to avoid SVars getting overwritten when cloning a clone
|
# 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: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: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
|
SVar:RemAIDeck:True
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cryptoplasm.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/cryptoplasm.jpg
|
||||||
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/23.jpg
|
SetInfo:MBS|Rare|http://magiccards.info/scans/en/mbs/23.jpg
|
||||||
Oracle:At the beginning of your upkeep, you may have Cryptoplasm become a copy of another target creature. If you do, Cryptoplasm gains this ability.
|
Oracle:At the beginning of your upkeep, you may have Cryptoplasm become a copy of another target creature. If you do, Cryptoplasm gains this ability.
|
||||||
End
|
End
|
||||||
@@ -2,9 +2,9 @@ Name:Lash Out
|
|||||||
ManaCost:1 R
|
ManaCost:1 R
|
||||||
Types:Instant
|
Types:Instant
|
||||||
Text:no text
|
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.
|
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:DBClash:DB$ Clash | WinSubAbility$ DBDamageController
|
||||||
SVar:DBDamageController:DB$DealDamage | Defined$ TargetedController | NumDmg$ 3
|
SVar:DBDamageController:DB$ DealDamage | Defined$ TargetedController | NumDmg$ 3
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/lash_out.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/lash_out.jpg
|
||||||
SetInfo:COM|Common|http://magiccards.info/scans/en/cmd/127.jpg
|
SetInfo:COM|Common|http://magiccards.info/scans/en/cmd/127.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user