- Added Scald.

This commit is contained in:
jendave
2011-08-07 01:33:37 +00:00
parent af4ecf8121
commit e07e8a7da9
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6040,6 +6040,7 @@ res/cardsfolder/sawtooth_loon.txt -text svneol=native#text/plain
res/cardsfolder/sawtooth_thresher.txt -text svneol=native#text/plain
res/cardsfolder/scab_clan_mauler.txt -text svneol=native#text/plain
res/cardsfolder/scabland.txt -text svneol=native#text/plain
res/cardsfolder/scald.txt -text svneol=native#text/plain
res/cardsfolder/scalding_salamander.txt -text svneol=native#text/plain
res/cardsfolder/scalding_tarn.txt -text svneol=native#text/plain
res/cardsfolder/scale_of_chiss_goria.txt -text svneol=native#text/plain

10
res/cardsfolder/scald.txt Normal file
View File

@@ -0,0 +1,10 @@
Name:Scald
ManaCost:1 R
Types:Enchantment
Text:no text
T:Mode$ TapsForMana | ValidCard$ Island | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever a player taps an Island for mana, CARDNAME deals 1 damage to that player.
SVar:TrigDealDamage:AB$DealDamage | Cost$ 0 | Defined$ TriggeredCardController | NumDmg$ 1
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/scald.jpg
End