- Added Boldwyr Heavyweights and Hired Giant.

This commit is contained in:
jendave
2011-08-06 17:26:55 +00:00
parent d36ffcaf14
commit d56780a877
3 changed files with 23 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -695,6 +695,7 @@ res/cardsfolder/boiling_seas.txt -text svneol=native#text/plain
res/cardsfolder/bojuka_bog.txt -text svneol=native#text/plain
res/cardsfolder/bojuka_brigand.txt -text svneol=native#text/plain
res/cardsfolder/bola_warrior.txt -text svneol=native#text/plain
res/cardsfolder/boldwyr_heavyweights.txt -text svneol=native#text/plain
res/cardsfolder/bonded_fetch.txt -text svneol=native#text/plain
res/cardsfolder/bonds_of_quicksilver.txt -text svneol=native#text/plain
res/cardsfolder/bone_flute.txt -text svneol=native#text/plain
@@ -2669,6 +2670,7 @@ res/cardsfolder/hill_giant.txt -text svneol=native#text/plain
res/cardsfolder/hillcomber_giant.txt -text svneol=native#text/plain
res/cardsfolder/hindering_light.txt -text svneol=native#text/plain
res/cardsfolder/hindering_touch.txt -text svneol=native#text/plain
res/cardsfolder/hired_giant.txt -text svneol=native#text/plain
res/cardsfolder/hisokas_defiance.txt -text svneol=native#text/plain
res/cardsfolder/hissing_iguanar.txt -text svneol=native#text/plain
res/cardsfolder/hivis_of_the_scale.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Boldwyr Heavyweights
ManaCost:2 R R
Types:Creature Giant
Text:no text
PT:8/8
K:Trample
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, each opponent may search his or her library for a creature card and put it onto the battlefield. Then each player who searched his or her library this way shuffles it.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | ChangeType$ Creature | Defined$ Opponent | ChangeNum$ 1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/boldwyr_heavyweights.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Hired Giant
ManaCost:3 R
Types:Creature Giant
Text:no text
PT:4/4
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, each other player may search his or her library for a land card and put that card onto the battlefield. Then each player who searched his or her library this way shuffles it.
SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | ChangeType$ Land | Defined$ Opponent | ChangeNum$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/hired_giant.jpg
End