- Added Nissa's Judgment (by tjtillman). Currently marked RemAIDeck (DamageEach AI needs improving to make this card work for the computer opponent).

This commit is contained in:
Agetian
2016-01-24 20:32:37 +00:00
parent ba26c33061
commit 25f0343ddf
2 changed files with 10 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -10339,6 +10339,7 @@ forge-gui/res/cardsfolder/n/nissa_voice_of_zendikar.txt -text
forge-gui/res/cardsfolder/n/nissa_worldwaker.txt -text
forge-gui/res/cardsfolder/n/nissas_chosen.txt svneol=native#text/plain
forge-gui/res/cardsfolder/n/nissas_expedition.txt -text
forge-gui/res/cardsfolder/n/nissas_judgment.txt -text
forge-gui/res/cardsfolder/n/nissas_pilgrimage.txt -text
forge-gui/res/cardsfolder/n/nissas_renewal.txt -text
forge-gui/res/cardsfolder/n/nissas_revelation.txt -text

View File

@@ -0,0 +1,9 @@
Name:Nissa's Judgment
ManaCost:4 G
Types:Sorcery
A:SP$ PutCounter | Cost$ 4 G | AILogic$ PowerDmg | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Select target creature | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DealToCreature | SpellDescription$ Support 2. (Put a +1/+1 counter on each of up to two target creatures.)
SVar:DealToCreature:DB$ EachDamage | Cost$ 0 | AILogic$ PowerDmg | ValidCards$ Creature.YouCtrl+counters_GE1_P1P1 | NumDmg$ X | References$ X | TgtPrompt$ Choose target creature opponent controls | ValidTgts$ Creature.OppCtrl | SpellDescription$ Each creature you control with a +1/+1 counter deals damage equal to its power to target creature opponent controls.
SVar:X:Count$CardPower
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/nissas_judgment.jpg
Oracle:Support 2. (Put a +1/+1 counter on each of up to two target creatures.) Choose up to one target creature an opponent controls. Each creature you control with a +1/+1 counter on it deals damage equal to its power to that creature.