- removed some unused code. Please review!
- Added protection from() auto keyword. It is still possible to use protection from [color] in abilities, but when it is not possible, please use protection from([target]) in auto=
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-21 07:26:26 +00:00
parent a7a3ecb596
commit da9a82cff4
33 changed files with 178 additions and 436 deletions
+13
View File
@@ -112,6 +112,19 @@ auto=@next end:bury
abilities=trample,haste
[/card]
[card]
id=191065
name=Baneslayer Angel
mana={3}{W}{W}
type=Creature
subtype=Angel
power=5
toughness=5
text=Flying, first strike, lifelink, protection from Demons and from Dragons
abilities=flying,first strike,lifelink
auto=protection from(demon,dragon)
rarity=M
[/card]
[card]
id=191071
name=Berserkers of Blood Ridge
mana={4}{R}
+1 -11
View File
@@ -30,17 +30,7 @@ toughness=1
text=When Awakener Druid enters the battlefield, target Forest becomes a 4/5 green Treefolk creature for as long as Awakener Druid is on the battlefield. It's still a land.
rarity=U
[/card]
[card]
id=191065
name=Baneslayer Angel
mana={3}{W}{W}
type=Creature
subtype=Angel
power=5
toughness=5
text=Flying, first strike, lifelink, protection from Demons and from Dragons
rarity=M
[/card]
[card]
id=191340
name=Bogardan Hellkite
+12
View File
@@ -9,3 +9,15 @@ toughness=4
text=Flying
rarity=U
[/card]
[card]
id=6605
name=Brimstone Dragon
mana={6}{R}{R}
type=Creature
subtype=Dragon
power=6
toughness=6
text=Flying, haste
abilities=flying,haste
rarity=R
[/card]
+1 -11
View File
@@ -244,17 +244,7 @@ type=Sorcery
text=Return target creature card from your graveyard to the battlefield.
rarity=U
[/card]
[card]
id=6605
name=Brimstone Dragon
mana={6}{R}{R}
type=Creature
subtype=Dragon
power=6
toughness=6
text=Flying, haste
rarity=R
[/card]
[card]
id=6566
name=Brutal Nightstalker
+2
View File
@@ -71,6 +71,8 @@ ascendant_evincar3.txt
ashen_firebeast.txt
ashen_firebeast2.txt
aura_mutation.txt
baneslayer_angel.txt
baneslayer_angel2.txt
barbed_sliver.txt
basal_sliver.txt
beacon_of_unrest.txt
@@ -0,0 +1,26 @@
#Test: prtection from(
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Brimstone Dragon
[PLAYER2]
inplay:baneslayer angel
[DO]
Brimstone Dragon
next
#blockers
baneslayer angel
next
#damage 1st strike
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Brimstone Dragon
[PLAYER2]
inplay:baneslayer angel
life:25
[END]
@@ -0,0 +1,26 @@
#Test: prtection from(
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Denizen of the deep
[PLAYER2]
inplay:baneslayer angel
[DO]
Denizen of the deep
next
#blockers
baneslayer angel
next
#damage 1st strike
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Denizen of the deep
[PLAYER2]
graveyard:baneslayer angel
life:25
[END]