Added Kjeldoran Guard and Phantasmal Mount

This commit is contained in:
swordshine
2012-12-20 10:47:37 +00:00
parent 65e8f8e419
commit 0d96884d2b
3 changed files with 38 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -5436,6 +5436,7 @@ res/cardsfolder/k/kjeldoran_dead.txt svneol=native#text/plain
res/cardsfolder/k/kjeldoran_elite_guard.txt -text
res/cardsfolder/k/kjeldoran_frostbeast.txt -text
res/cardsfolder/k/kjeldoran_gargoyle.txt svneol=native#text/plain
res/cardsfolder/k/kjeldoran_guard.txt -text
res/cardsfolder/k/kjeldoran_home_guard.txt svneol=native#text/plain
res/cardsfolder/k/kjeldoran_javelineer.txt svneol=native#text/plain
res/cardsfolder/k/kjeldoran_outpost.txt svneol=native#text/plain
@@ -7317,6 +7318,7 @@ res/cardsfolder/p/phantasmal_dragon.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_fiend.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_forces.txt svneol=native#text/plain
res/cardsfolder/p/phantasmal_image.txt -text
res/cardsfolder/p/phantasmal_mount.txt -text
res/cardsfolder/p/phantasmal_sphere.txt -text
res/cardsfolder/p/phantasmal_terrain.txt svneol=native#text/plain
res/cardsfolder/p/phantatog.txt svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Kjeldoran Guard
ManaCost:1 W
Types:Creature Human Soldier
Text:no text
PT:1/1
A:AB$ Pump | Cost$ T | NumAtt$ +1 | NumDef$ +1 | ValidTgts$ Creature | TgtPrompt$ Select target creature | ActivationPhases$ BeginCombat->EndCombat | IsPresent$ Land.Snow+DefenderCtrl | PresentCompare$ EQ0 | SubAbility$ KjeldoranGuardEffect | SpellDescription$ Target creature gets +1/+1 until end of turn. When that creature leaves the battlefield this turn, sacrifice CARDNAME. Activate this ability only during combat and only if defending player controls no snow lands.
SVar:KjeldoranGuardEffect:DB$ Effect | Name$ Kjeldoran Guard Effect | Triggers$ TrigSacGuard | SVars$ ExileEffect,EliteDefence | References$ TrigSacGuard,ExileEffect,EliteDefence | RememberObjects$ Targeted | ImprintCards$ Self
SVar:TrigSacGuard:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Any | Execute$ EliteDefence | TriggerDescription$ When the targeted creature leaves the battlefield this turn, sacrifice Kjeldoran Elite Guard.
SVar:EliteDefence:DB$ SacrificeAll | Defined$ Imprinted | SubAbility$ ExileEffect
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
SVar:Rarity:Common
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/kjeldoran_guard.jpg
SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/259.jpg
Oracle:{T}: Target creature gets +1/+1 until end of turn. When that creature leaves the battlefield this turn, sacrifice Kjeldoran Guard. Activate this ability only during combat and only if defending player controls no snow lands.
End

View File

@@ -0,0 +1,20 @@
Name:Phantasmal Mount
ManaCost:1 U
Types:Creature Illusion Horse
Text:no text
PT:1/1
K:Flying
A:AB$ Pump | Cost$ T | ValidTgts$ Creature.YouCtrl+toughnessLE2 | TgtPrompt$ Select target creature you control with toughness 2 or less | NumAtt$ +1 | NumDef$ +1 | KW$ Flying | SubAbility$ PhantasmalMountEffect | SpellDescription$ Target creature you control with toughness 2 or less gets +1/+1 and gains flying until end of turn. When CARDNAME leaves the battlefield this turn, sacrifice that creature. When the creature leaves the battlefield this turn, sacrifice CARDNAME.
SVar:PhantasmalMountEffect:DB$ Effect | Name$ Phantasmal Mount Effect | Triggers$ LostTheMount,LostTheTarget | SVars$ ExileEffect,SacMount,SacTarget | References$ LostTheMount,LostTheTarget,ExileEffect,SacMount,SacTarget | RememberObjects$ Targeted | ImprintCards$ Self
SVar:LostTheMount:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Any | Execute$ SacMount | TriggerDescription$ When the targeted creature leaves the battlefield this turn, sacrifice Phantasmal Mount.
SVar:SacMount:DB$ SacrificeAll | Defined$ Imprinted | SubAbility$ ExileEffect
SVar:LostTheTarget:Mode$ ChangesZone | ValidCard$ Card.IsImprinted | Origin$ Battlefield | Destination$ Any | Execute$ SacTarget | TriggerDescription$ When Phantasmal Mount leaves the battlefield this turn, sacrifice the targeted creature.
SVar:SacTarget:DB$ SacrificeAll | Defined$ Remembered | SubAbility$ ExileEffect
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
SVar:RemAIDeck:True
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/phantasmal_mount.jpg
SetInfo:ICE|Uncommon|http://magiccards.info/scans/en/ia/88.jpg
Oracle:Flying\n{T}: Target creature you control with toughness 2 or less gets +1/+1 and gains flying until end of turn. When Phantasmal Mount leaves the battlefield this turn, sacrifice that creature. When the creature leaves the battlefield this turn, sacrifice Phantasmal Mount.
End