- Ran set info script.

This commit is contained in:
jendave
2011-08-06 23:27:40 +00:00
parent 1a71bd5b9c
commit ef15da42eb
3 changed files with 16 additions and 14 deletions

2
.gitattributes vendored
View File

@@ -5091,7 +5091,7 @@ res/cardsfolder/phyrexian_gargantua.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_ghoul.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_ghoul.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_hulk.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_hulk.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_hydra.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_hydra.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_ingester.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_ingester.txt svneol=native#text/plain
res/cardsfolder/phyrexian_ironfoot.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_ironfoot.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_juggernaut.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_juggernaut.txt -text svneol=native#text/plain
res/cardsfolder/phyrexian_lens.txt -text svneol=native#text/plain res/cardsfolder/phyrexian_lens.txt -text svneol=native#text/plain

View File

@@ -1,14 +1,15 @@
Name:Phyrexian Ingester Name:Phyrexian Ingester
ManaCost:6 U ManaCost:6 U
Types:Creature Beast Types:Creature Beast
Text:no text Text:no text
PT:3/3 PT:3/3
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Imprint - When CARDNAME enters the battlefield, you may exile target nontoken creature. T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ Imprint - When CARDNAME enters the battlefield, you may exile target nontoken creature.
SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Imprint$ True | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | Origin$ Battlefield | Destination$ Exile SVar:TrigExile:AB$ChangeZone | Cost$ 0 | Imprint$ True | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | Origin$ Battlefield | Destination$ Exile
K:stPumpSelf:Creature:X/Y:Imprint:CARDNAME gets +X/+Y, where X is the exiled creature card's power and Y is its toughness. K:stPumpSelf:Creature:X/Y:Imprint:CARDNAME gets +X/+Y, where X is the exiled creature card's power and Y is its toughness.
SVar:X:Imprinted$CardPower SVar:X:Imprinted$CardPower
SVar:Y:Imprinted$CardToughness SVar:Y:Imprinted$CardToughness
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_ingester.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_ingester.jpg
SetInfo:NPH|Rare|http://magiccards.info/scans/en/nph/41.jpg
End End

View File

@@ -9,4 +9,5 @@ SVar:X:Imprinted$CardManaCost
SVar:RemAIDeck:True SVar:RemAIDeck:True
SVar:Rarity:Rare SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_foundry.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_foundry.jpg
SetInfo:MRD|Rare|http://magiccards.info/scans/en/mi/246.jpg
End End