- 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:
wagic.the.homebrew@gmail.com
2009-12-10 13:44:05 +00:00
parent 86ad1ef8c7
commit ca35754273
12 changed files with 298 additions and 25 deletions

View File

@@ -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