Erwan
- Adding equipments. They work like auras, except you have to add an "auto={cost}:equip" line. See Behemoth sledge in ARB for an example. Please test a lot before committing, thanks :)
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[card]
|
||||
id=179545
|
||||
name=Behemoth Sledge
|
||||
mana={1}{G}{W}
|
||||
type=Artifact
|
||||
subtype=Equipment
|
||||
text=Equipped creature gets +2/+2 and has lifelink and trample. Equip {3}
|
||||
auto={3}:equip
|
||||
auto=2/2
|
||||
auto=lifelink
|
||||
auto=trample
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample, haste At end of turn, Blitz Hellion's owner shuffles it into his or her library.
|
||||
auto=@next my endofturn:moveto(myLibrary) && shuffle
|
||||
id=179406
|
||||
|
||||
@@ -72,15 +72,7 @@ toughness=1
|
||||
text=As long as you control another multicolored permanent, Bant Sureblade gets +1/+1 and has first strike.
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
id=179545
|
||||
name=Behemoth Sledge
|
||||
mana={1}{G}{W}
|
||||
type=Artifact
|
||||
subtype=Equipment
|
||||
text=Equipped creature gets +2/+2 and has lifelink and trample. Equip {3}
|
||||
rarity=U
|
||||
[/card]
|
||||
|
||||
[card]
|
||||
id=185057
|
||||
name=Bituminous Blast
|
||||
|
||||
@@ -93,6 +93,10 @@ basal_sliver.txt
|
||||
beacon_of_creation.txt
|
||||
beacon_of_destruction.txt
|
||||
beacon_of_unrest.txt
|
||||
behemoth_sledge.txt
|
||||
behemoth_sledge2.txt
|
||||
behemoth_sledge3.txt
|
||||
behemoth_sledge4.txt
|
||||
belligerent_hatchling.txt
|
||||
benalish_knight.txt
|
||||
black_vise.txt
|
||||
@@ -355,4 +359,5 @@ momir/overcost.txt
|
||||
########################
|
||||
#AI Tests
|
||||
########################
|
||||
ai/goblin_artillery.txt
|
||||
#Removed until we can have these tests work on all machines :(
|
||||
#ai/goblin_artillery.txt
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
#Test:equipment
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:behemoth sledge
|
||||
manapool:{4}{G}{W}
|
||||
inplay:grizzly bears
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
behemoth sledge
|
||||
behemoth sledge
|
||||
grizzly bears
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
life:24
|
||||
inplay:grizzly bears,behemoth sledge
|
||||
[PLAYER2]
|
||||
life:16
|
||||
[END]
|
||||
@@ -0,0 +1,34 @@
|
||||
#Test:equipment
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:behemoth sledge
|
||||
manapool:{7}{G}{W}
|
||||
inplay:grizzly bears,raging goblin
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
behemoth sledge
|
||||
behemoth sledge
|
||||
grizzly bears
|
||||
behemoth sledge
|
||||
raging goblin
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attackers
|
||||
grizzly bears
|
||||
raging goblin
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end combat
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
life:23
|
||||
inplay:grizzly bears,raging goblin,behemoth sledge
|
||||
[PLAYER2]
|
||||
life:15
|
||||
[END]
|
||||
@@ -0,0 +1,33 @@
|
||||
#Test:equipment
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:behemoth sledge
|
||||
manapool:{4}{G}{W}
|
||||
inplay:raging goblin
|
||||
[PLAYER2]
|
||||
inplay:mountain
|
||||
hand:lightning bolt
|
||||
[DO]
|
||||
behemoth sledge
|
||||
behemoth sledge
|
||||
raging goblin
|
||||
eot
|
||||
next
|
||||
#upkeeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#firstmain
|
||||
mountain
|
||||
lightning bolt
|
||||
raging goblin
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:behemoth sledge
|
||||
graveyard:raging goblin
|
||||
[PLAYER2]
|
||||
inplay:mountain
|
||||
graveyard:lightning bolt
|
||||
[END]
|
||||
@@ -0,0 +1,54 @@
|
||||
#Test:equipment
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:behemoth sledge
|
||||
manapool:{4}{G}{W}
|
||||
inplay:raging goblin
|
||||
[PLAYER2]
|
||||
inplay:mountain,island,forest
|
||||
hand:smash
|
||||
[DO]
|
||||
behemoth sledge
|
||||
behemoth sledge
|
||||
raging goblin
|
||||
eot
|
||||
next
|
||||
#upkeeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#firstmain
|
||||
mountain
|
||||
island
|
||||
forest
|
||||
smash
|
||||
behemoth sledge
|
||||
eot
|
||||
next
|
||||
#upkeeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#firstmain
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attackers
|
||||
raging goblin
|
||||
next
|
||||
#blocker
|
||||
next
|
||||
#damage
|
||||
next
|
||||
#end
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
graveyard:behemoth sledge
|
||||
inplay:raging goblin
|
||||
[PLAYER2]
|
||||
inplay:mountain,island,forest
|
||||
graveyard:smash
|
||||
life:19
|
||||
[END]
|
||||
Reference in New Issue
Block a user