- Added Glacial Plating

- Fixed Endless Scream
This commit is contained in:
moomarc
2012-08-26 13:30:22 +00:00
parent 0008d2aec3
commit aba6027dec
3 changed files with 18 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -3719,6 +3719,7 @@ res/cardsfolder/g/gitaxian_probe.txt svneol=native#text/plain
res/cardsfolder/g/glacial_chasm.txt -text res/cardsfolder/g/glacial_chasm.txt -text
res/cardsfolder/g/glacial_crevasses.txt svneol=native#text/plain res/cardsfolder/g/glacial_crevasses.txt svneol=native#text/plain
res/cardsfolder/g/glacial_fortress.txt svneol=native#text/plain res/cardsfolder/g/glacial_fortress.txt svneol=native#text/plain
res/cardsfolder/g/glacial_plating.txt -text
res/cardsfolder/g/glacial_wall.txt svneol=native#text/plain res/cardsfolder/g/glacial_wall.txt svneol=native#text/plain
res/cardsfolder/g/glaciers.txt svneol=native#text/plain res/cardsfolder/g/glaciers.txt svneol=native#text/plain
res/cardsfolder/g/glade_gnarr.txt svneol=native#text/plain res/cardsfolder/g/glade_gnarr.txt svneol=native#text/plain

View File

@@ -6,7 +6,8 @@ K:Enchant creature
K:etbCounter:SCREAM:X K:etbCounter:SCREAM:X
SVar:X:Count$xPaid SVar:X:Count$xPaid
A:SP$ Attach | Cost$ X B | ValidTgts$ Creature | AILogic$ Pump A:SP$ Attach | Cost$ X B | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ X | Description$ Enchanted creature gets +1/+0 for each scream counter on CARDNAME. S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ Y | References$ Y | Description$ Enchanted creature gets +1/+0 for each scream counter on CARDNAME.
SVar:Y:Count$CardCounters.SCREAM
SVar:Rarity:Common SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/endless_scream.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/endless_scream.jpg
SetInfo:TMP|Common|http://magiccards.info/scans/en/tp/26.jpg SetInfo:TMP|Common|http://magiccards.info/scans/en/tp/26.jpg

View File

@@ -0,0 +1,15 @@
Name:Glacial Plating
ManaCost:2 W W
Types:Snow Enchantment Aura
Text:no text
K:Enchant creature
K:Cumulative upkeep:S
A:SP$ Attach | Cost$ 2 W W | ValidTgts$ Creature | AILogic$ Pump
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ X | AddToughness$ X | References$ X | Description$ Enchanted creature gets +3/+3 for each age counter on CARDNAME.
SVar:X:Count$CardCounters.AGE/Thrice
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/glacial_plating.jpg
SetInfo:CSP|Uncommon|http://magiccards.info/scans/en/cs/7.jpg
Oracle:Enchant creature\nCumulative upkeep {S} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it. {S} can be paid with one mana from a snow permanent.)\nEnchanted creature gets +3/+3 for each age counter on Glacial Plating.
End