- Added Typhoon, Vent Sentinel and Acceptable Losses.

This commit is contained in:
jendave
2011-08-06 09:02:50 +00:00
parent 61f3048419
commit 472623bb40
4 changed files with 32 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -34,6 +34,7 @@ res/cardsfolder/academy_rector.txt -text svneol=native#text/plain
res/cardsfolder/academy_ruins.txt -text svneol=native#text/plain
res/cardsfolder/accelerate.txt -text svneol=native#text/plain
res/cardsfolder/accelerated_mutation.txt -text svneol=native#text/plain
res/cardsfolder/acceptable_losses.txt -text svneol=native#text/plain
res/cardsfolder/accorders_shield.txt -text svneol=native#text/plain
res/cardsfolder/accumulated_knowledge.txt -text svneol=native#text/plain
res/cardsfolder/acid_rain.txt -text svneol=native#text/plain
@@ -4259,6 +4260,7 @@ res/cardsfolder/twincast.txt -text svneol=native#text/plain
res/cardsfolder/twisted_abomination.txt -text svneol=native#text/plain
res/cardsfolder/twisted_experiment.txt -text svneol=native#text/plain
res/cardsfolder/twitch.txt -text svneol=native#text/plain
res/cardsfolder/typhoon.txt -text svneol=native#text/plain
res/cardsfolder/tyrranax.txt -text svneol=native#text/plain
res/cardsfolder/uktabi_drake.txt -text svneol=native#text/plain
res/cardsfolder/uktabi_efreet.txt -text svneol=native#text/plain
@@ -4367,6 +4369,7 @@ res/cardsfolder/venomous_dragonfly.txt -text svneol=native#text/plain
res/cardsfolder/venomous_vines.txt -text svneol=native#text/plain
res/cardsfolder/venser_the_sojourner.txt -text svneol=native#text/plain
res/cardsfolder/vensers_sliver.txt -text svneol=native#text/plain
res/cardsfolder/vent_sentinel.txt -text svneol=native#text/plain
res/cardsfolder/verdant_catacombs.txt -text svneol=native#text/plain
res/cardsfolder/verdant_force.txt -text svneol=native#text/plain
res/cardsfolder/verdigris.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,8 @@
Name:Acceptable Losses
ManaCost:3 R
Types:Sorcery
Text:no text
A:SP$DealDamage|Cost$3 R Discard<1/Random>|Tgt$TgtC|NumDmg$5|SpellDescription$CARDNAME deals 5 damage to target creature.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/acceptable_losses.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Typhoon
ManaCost:2 G
Types:Sorcery
Text:no text
K:spDamageTgtOpp:X:Typhoon deals damage to each opponent equal to the number of Islands that player controls.
SVar:X:Count$Valid Island.YouDontCtrl
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/typhoon.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Vent Sentinel
ManaCost:3 R
Types:Creature Elemental
Text:no text
PT:2/4
K:Defender
K:abDamageTgtP 1 R T:X:Vent Sentinel deals damage to target player equal to the number of creatures with defender you control.
SVar:X:Count$Valid Creature.withDefender+YouCtrl
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/vent_sentinel.jpg
End