- bug fixes (civic wayfinder, fault line)
- target's quad is displayed for generictargetabilities
- added menutext for powertoughnessmodifier
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-26 03:15:52 +00:00
parent ee61d7ad6b
commit bf8d4fd827
9 changed files with 105 additions and 20 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ rarity=R
text={T}: Target Elf or Soldier gets +2/+2 until end of turn.
id=39715
name=Grassland Crusader
auto={T}:2/2 target(creature[Elf;Soldier])
auto={T}:2/2 target(elf,soldier)
mana={5}{W}
type=Creature
subtype=Cleric Soldier
+2
View File
@@ -52,6 +52,7 @@ castle.txt
cathodion.txt
celestial_purge.txt
circle_of_protection.txt
civic_wayfinder.txt
clone.txt
clone2.txt
composite_golem.txt
@@ -76,6 +77,7 @@ dross_harvester.txt
elvish_piper.txt
elvish_promenade.txt
fastbond.txt
fault_line.txt
flare.txt
fledgling_imp.txt
fledgling_imp2.txt
@@ -0,0 +1,21 @@
#Bug: Civic wayfinder finds more than basic lands
[INIT]
FIRSTMAIN
[PLAYER1]
hand:civic wayfinder
manapool:{2}{G}
library:forest,adarkar wastes
[PLAYER2]
[DO]
civic wayfinder
choice 0
adarkar wastes
forest
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:civic wayfinder
hand:forest
library:adarkar wastes
[PLAYER2]
[END]
+20
View File
@@ -0,0 +1,20 @@
#Bug: fault line has the same effect as earthquale (error in X cost)
[INIT]
FIRSTMAIN
[PLAYER1]
hand:fault line
manapool:{1}{R}{R}
[PLAYER2]
inplay:grizzly bears
[DO]
fault line
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:fault line
manapool:{0}
life:19
[PLAYER2]
inplay:grizzly bears
life:19
[END]