- Added "X" cost for token multiplier
-"daily" build
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-27 07:15:23 +00:00
parent 30ef39d49d
commit cbacfdbfd7
7 changed files with 35 additions and 35 deletions

View File

@@ -607,6 +607,7 @@ toughness=2
text=When Rise of the Hobgoblins comes into play, you may pay {X}. If you do, put X 1/1 red and white Goblin Soldier creature tokens into play. {RW}: Red creatures and white creatures you control gain first strike until end of turn.
id=151114
auto={RW}:lord(creature[white;red]|myinplay) first strike
auto=Token(Goblin Soldier,Creature Goblin Soldier,1/1,red white)*x
name=Rise of the Hobgoblins
rarity=R
type=Enchantment

View File

@@ -546,6 +546,7 @@ toughness=1
text=Put X 1/1 red Goblin creature tokens onto the battlefield.
id=8818
name=Goblin Offensive
auto=token(Goblin,Creature Goblin,1/1,red)*x
rarity=U
mana={X}{1}{R}{R}
type=Sorcery

View File

@@ -117,6 +117,7 @@ gnarled_effigy.txt
goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_king.txt
goblin_offensive.txt
gravedigger.txt
#hammerfist_giant.txt
hannas_custody.txt

View File

@@ -0,0 +1,16 @@
#Test: X for tokens
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{5}{1}{R}{R}
hand:goblin offensive
[PLAYER2]
[DO]
goblin offensive
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:*,*,*,*,*
graveyard:goblin offensive
[PLAYER2]
[END]