mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
added Cemetery Puca and Dimir Doppelganger
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1403,6 +1403,7 @@ res/cardsfolder/c/celestial_purge.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/celestial_sword.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/cellar_door.txt -text
|
||||
res/cardsfolder/c/cemetery_gate.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/cemetery_puca.txt -text
|
||||
res/cardsfolder/c/cemetery_reaper.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/cenns_enlistment.txt svneol=native#text/plain
|
||||
res/cardsfolder/c/cenns_heir.txt svneol=native#text/plain
|
||||
@@ -2302,6 +2303,7 @@ res/cardsfolder/d/diminish.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/diminishing_returns.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dimir_aqueduct.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dimir_cutpurse.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dimir_doppelganger.txt -text
|
||||
res/cardsfolder/d/dimir_guildmage.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dimir_house_guard.txt svneol=native#text/plain
|
||||
res/cardsfolder/d/dimir_infiltrator.txt svneol=native#text/plain
|
||||
|
||||
14
res/cardsfolder/c/cemetery_puca.txt
Normal file
14
res/cardsfolder/c/cemetery_puca.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Cemetery Puca
|
||||
ManaCost:1 UB UB
|
||||
Types:Creature Shapeshifter
|
||||
Text:no text
|
||||
PT:1/2
|
||||
# Make Svars for granting abilities and triggers on clones distinct to avoid SVars getting overwritten when cloning a clone
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ CemeteryPucaCopy | TriggerDescription$ Whenever a creature dies, you may pay 1. If you do, CARDNAME becomes a copy of that creature and gains this ability.
|
||||
SVar:CemeteryPucaCopy:AB$ Clone | Cost$ 1 | Defined$ TriggeredCard | AddTriggers$ CemeteryPucaDiesTrig | AddSVars$ CemeteryPucaCopy,CemeteryPucaDiesTrig
|
||||
SVar:CemeteryPucaDiesTrig:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ CemeteryPucaCopy | TriggerDescription$ Whenever a creature dies, you may pay 1. If you do, CARDNAME becomes a copy of that creature and gains this ability.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/cemetery_puca.jpg
|
||||
Oracle:Whenever a creature dies, you may pay {1}. If you do, Cemetery Puca becomes a copy of that creature and gains this ability.
|
||||
SetInfo:SHM|Rare|http://magiccards.info/scans/en/shm/158.jpg
|
||||
End
|
||||
14
res/cardsfolder/d/dimir_doppelganger.txt
Normal file
14
res/cardsfolder/d/dimir_doppelganger.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Dimir Doppelganger
|
||||
ManaCost:1 U B
|
||||
Types:Creature Shapeshifter
|
||||
Text:no text
|
||||
PT:0/2
|
||||
# Make Svars for granting abilities and triggers on clones distinct to avoid SVars getting overwritten when cloning a clone
|
||||
A:AB$ ChangeZone | Cost$ 1 U B | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ DDCopy | SpellDescription$ Exile target creature card from a graveyard. CARDNAME becomes a copy of that card and gains this ability.
|
||||
SVar:DDCopy:DB$ Clone | Cost$ 0 | Defined$ Remembered | AddAbilities$ DDAbility | AddSVars$ DDAbility,DDCopy
|
||||
SVar:DDAbility:AB$ ChangeZone | Cost$ 1 U B | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ DDCopy | SpellDescription$ Exile target creature card from a graveyard. CARDNAME becomes a copy of that card and gains this ability.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/dimir_doppelganger.jpg
|
||||
Oracle:{1}{U}{B}: Exile target creature card from a graveyard. Dimir Doppelganger becomes a copy of that card and gains this ability.
|
||||
SetInfo:RAV|Rare|http://magiccards.info/scans/en/rav/202.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user