- Added Rise of the Hobgoblins.

This commit is contained in:
jendave
2011-08-06 19:55:56 +00:00
parent 2f6fc78bbe
commit 0491343133
2 changed files with 12 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5113,6 +5113,7 @@ res/cardsfolder/riptide_director.txt -text svneol=native#text/plain
res/cardsfolder/riptide_laboratory.txt -text svneol=native#text/plain
res/cardsfolder/riptide_pilferer.txt -text svneol=native#text/plain
res/cardsfolder/riptide_survivor.txt -text svneol=native#text/plain
res/cardsfolder/rise_of_the_hobgoblins.txt -text svneol=native#text/plain
res/cardsfolder/rishadan_airship.txt -text svneol=native#text/plain
res/cardsfolder/rishadan_pawnshop.txt -text svneol=native#text/plain
res/cardsfolder/rishadan_port.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Rise of the Hobgoblins
ManaCost:RW RW
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may pay X. If you do, put X 1/1 red and white Goblin Soldier creature tokens onto the battlefield.
SVar:TrigToken:AB$Token | Cost$ X | TokenAmount$ X | TokenName$ Goblin Soldier | TokenTypes$ Creature,Goblin,Soldier | TokenOwner$ You | TokenColors$ Red,White | TokenPower$ 1 | TokenToughness$ 1
SVar:X:Count$xPaid
A:AB$ PumpAll | Cost$ RW | ValidCards$ Creature.Red+YouCtrl,Creature.White+YouCtrl | KW$ First Strike | SpellDescription$ Red creatures and white creatures you control gain first strike until end of turn.
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/rise_of_the_hobgoblins.jpg
End