mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
9
res/cardsfolder/a/abandon_hope.txt
Normal file
9
res/cardsfolder/a/abandon_hope.txt
Normal 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
|
||||
11
res/cardsfolder/a/abunas_chant.txt
Normal file
11
res/cardsfolder/a/abunas_chant.txt
Normal 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
|
||||
Reference in New Issue
Block a user