- Added Off Balance and Noble Stand

This commit is contained in:
jendave
2011-08-06 19:29:49 +00:00
parent b5baf45057
commit a0bacbed5d
3 changed files with 21 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -4247,6 +4247,7 @@ res/cardsfolder/nobilis_of_war.txt -text svneol=native#text/plain
res/cardsfolder/noble_hierarch.txt -text svneol=native#text/plain res/cardsfolder/noble_hierarch.txt -text svneol=native#text/plain
res/cardsfolder/noble_panther.txt -text svneol=native#text/plain res/cardsfolder/noble_panther.txt -text svneol=native#text/plain
res/cardsfolder/noble_purpose.txt -text svneol=native#text/plain res/cardsfolder/noble_purpose.txt -text svneol=native#text/plain
res/cardsfolder/noble_stand.txt -text svneol=native#text/plain
res/cardsfolder/noble_steeds.txt -text svneol=native#text/plain res/cardsfolder/noble_steeds.txt -text svneol=native#text/plain
res/cardsfolder/noble_templar.txt -text svneol=native#text/plain res/cardsfolder/noble_templar.txt -text svneol=native#text/plain
res/cardsfolder/nocturnal_raid.txt -text svneol=native#text/plain res/cardsfolder/nocturnal_raid.txt -text svneol=native#text/plain
@@ -4307,6 +4308,7 @@ res/cardsfolder/ocular_halo.txt -text svneol=native#text/plain
res/cardsfolder/oculus.txt -text svneol=native#text/plain res/cardsfolder/oculus.txt -text svneol=native#text/plain
res/cardsfolder/odious_trow.txt -text svneol=native#text/plain res/cardsfolder/odious_trow.txt -text svneol=native#text/plain
res/cardsfolder/odylic_wraith.txt svneol=native#text/plain res/cardsfolder/odylic_wraith.txt svneol=native#text/plain
res/cardsfolder/off_balance.txt -text svneol=native#text/plain
res/cardsfolder/offalsnout.txt -text svneol=native#text/plain res/cardsfolder/offalsnout.txt -text svneol=native#text/plain
res/cardsfolder/offering_to_asha.txt -text svneol=native#text/plain res/cardsfolder/offering_to_asha.txt -text svneol=native#text/plain
res/cardsfolder/ogre_arsonist.txt -text svneol=native#text/plain res/cardsfolder/ogre_arsonist.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Noble Stand
ManaCost:4 W
Types:Enchantment
Text:no text
T:Mode$ Blocks | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature you control blocks, you gain 2 life.
SVar:TrigGainLife:AB$GainLife | Cost$ 0 | Defined$ You | LifeAmount$ 2
SVar:PlayMain1:TRUE
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/noble_stand.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Off Balance
ManaCost:W
Types:Instant
Text:no text
A:SP$ Pump | Cost$ W | ValidTgts$ Creature | TgtPrompt$ Select target creature | KW$ HIDDEN CARDNAME can't attack or block. | IsCurse$ True | SpellDescription$ Target creature can't attack or block this turn.
SVar:PlayMain1:TRUE
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/off_balance.jpg
End