mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Drake Familiar.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -2294,6 +2294,7 @@ res/cardsfolder/d/dragonspeaker_shaman.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/d/dragonstalker.txt svneol=native#text/plain
|
res/cardsfolder/d/dragonstalker.txt svneol=native#text/plain
|
||||||
res/cardsfolder/d/dragonstorm.txt svneol=native#text/plain
|
res/cardsfolder/d/dragonstorm.txt svneol=native#text/plain
|
||||||
res/cardsfolder/d/drain_the_well.txt svneol=native#text/plain
|
res/cardsfolder/d/drain_the_well.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/d/drake_familiar.txt -text
|
||||||
res/cardsfolder/d/drake_hatchling.txt svneol=native#text/plain
|
res/cardsfolder/d/drake_hatchling.txt svneol=native#text/plain
|
||||||
res/cardsfolder/d/drake_skull_cameo.txt svneol=native#text/plain
|
res/cardsfolder/d/drake_skull_cameo.txt svneol=native#text/plain
|
||||||
res/cardsfolder/d/drake_umbra.txt svneol=native#text/plain
|
res/cardsfolder/d/drake_umbra.txt svneol=native#text/plain
|
||||||
|
|||||||
17
res/cardsfolder/d/drake_familiar.txt
Normal file
17
res/cardsfolder/d/drake_familiar.txt
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Name:Drake Familiar
|
||||||
|
ManaCost:U
|
||||||
|
Types:Creature Drake
|
||||||
|
Text:no text
|
||||||
|
PT:2/1
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless you return an enchantment to its owner's hand.
|
||||||
|
SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination$ Hand | Hidden$ True | ChangeType$ Enchantment | RememberChanged$ True | SubAbility$ DBSac
|
||||||
|
SVar:DBSac:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
|
SVar:X:Remembered$Amount
|
||||||
|
SVar:NeedsToPlay:Enchantment
|
||||||
|
SVar:Rarity:Common
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/drake_familiar.jpg
|
||||||
|
SetInfo:RAV|Common|http://magiccards.info/scans/en/rav/44.jpg
|
||||||
|
Oracle:Flying\nWhen Drake Familiar enters the battlefield, sacrifice it unless you return an enchantment to its owner's hand.
|
||||||
|
End
|
||||||
@@ -9,7 +9,7 @@ SVar:TrigChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Battlefield | Destination
|
|||||||
SVar:DBSac:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
SVar:DBSac:DB$ Sacrifice | Cost$ 0 | Defined$ Self | SubAbility$ DBCleanup | ConditionCheckSVar$ X | ConditionSVarCompare$ LT1
|
||||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:X:Remembered$Amount
|
SVar:X:Remembered$Amount
|
||||||
SVar:RemAIDeck:True
|
SVar:NeedsToPlay:Artifact.YouCtrl
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/glint_hawk.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/glint_hawk.jpg
|
||||||
SetInfo:SOM|Common|http://magiccards.info/scans/en/som/10.jpg
|
SetInfo:SOM|Common|http://magiccards.info/scans/en/som/10.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user