diff --git a/.gitattributes b/.gitattributes index ce72425522a..d72bdfe3168 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/a/abandon_hope.txt b/res/cardsfolder/a/abandon_hope.txt new file mode 100644 index 00000000000..da53a4b635a --- /dev/null +++ b/res/cardsfolder/a/abandon_hope.txt @@ -0,0 +1,9 @@ +Name:Abandon Hope +ManaCost:X 1 B +Types:Sorcery +Text:no text +A:SP$ Discard | Cost$ X 1 B Discard | 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 diff --git a/res/cardsfolder/a/abunas_chant.txt b/res/cardsfolder/a/abunas_chant.txt new file mode 100644 index 00000000000..87d0d7e21c2 --- /dev/null +++ b/res/cardsfolder/a/abunas_chant.txt @@ -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 \ No newline at end of file