This commit is contained in:
moomarc
2011-11-09 15:18:57 +00:00
parent f7fc2489f8
commit fab563310d
3 changed files with 22 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -19,6 +19,7 @@ res/blockdata/formats.txt -text
res/blockdata/setdata.txt svneol=native#text/plain
res/booster-decks -text
res/cardTemplateScript.py -text svneol=unset#text/x-python
res/cardsfolder/a/abandon_hope.txt -text
res/cardsfolder/a/abandoned_outpost.txt svneol=native#text/plain
res/cardsfolder/a/abattoir_ghoul.txt -text
res/cardsfolder/a/abbey_gargoyles.txt svneol=native#text/plain
@@ -38,6 +39,7 @@ res/cardsfolder/a/absorb.txt svneol=native#text/plain
res/cardsfolder/a/absorb_vis.txt svneol=native#text/plain
res/cardsfolder/a/abu_jafar.txt -text
res/cardsfolder/a/abuna_acolyte.txt svneol=native#text/plain
res/cardsfolder/a/abunas_chant.txt -text
res/cardsfolder/a/abyssal_gatekeeper.txt svneol=native#text/plain
res/cardsfolder/a/abyssal_horror.txt svneol=native#text/plain
res/cardsfolder/a/abyssal_hunter.txt svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Abandon Hope
ManaCost:X 1 B
Types:Sorcery
Text:no text
A:SP$ Discard | Cost$ X 1 B Discard<X/Card/card> | ValidTgts$ Opponent | Mode$ RevealYouChoose | NumCards$ X | SpellDescription$ Look at target opponent's hand and choose X cards from it. That player discards those cards.
SVar:X:Count$xPaid
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
End

View File

@@ -0,0 +1,11 @@
Name:Abuna's Chant
ManaCost:3 W
Types:Instant
Text:no text
A:SP$ GainLife | Cost$ 3 W | LifeAmount$ 5 | SpellDescription$ Choose one - You gain 5 life;
A:SP$ PreventDamage | Cost$ 3 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | Amount$ 5 | SpellDescription$ or prevent the next 5 damage that would be dealt to target creature this turn.
A:SP$ GainLife | Cost$ 5 W | PrecostDesc$ Entwine | CostDesc$ 2 | LifeAmount$ 5 | SpellDescription$ (Choose both if you pay the entwine cost.) | SubAbility$ SVar=DBPreventDamage
SVar:DBPreventDamage:DB$ PreventDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | Amount$ 5
SVar:RemAIDeck:True
SVar:Rarity:Common
End