From d56780a8775b32b76b8a2673430a6a92b3ea7c4a Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 17:26:55 +0000 Subject: [PATCH] - Added Boldwyr Heavyweights and Hired Giant. --- .gitattributes | 2 ++ res/cardsfolder/boldwyr_heavyweights.txt | 11 +++++++++++ res/cardsfolder/hired_giant.txt | 10 ++++++++++ 3 files changed, 23 insertions(+) create mode 100644 res/cardsfolder/boldwyr_heavyweights.txt create mode 100644 res/cardsfolder/hired_giant.txt diff --git a/.gitattributes b/.gitattributes index 23f2f1ed339..2df7ecdb349 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/boldwyr_heavyweights.txt b/res/cardsfolder/boldwyr_heavyweights.txt new file mode 100644 index 00000000000..5a4010ceb7b --- /dev/null +++ b/res/cardsfolder/boldwyr_heavyweights.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/hired_giant.txt b/res/cardsfolder/hired_giant.txt new file mode 100644 index 00000000000..6cf9c46b99f --- /dev/null +++ b/res/cardsfolder/hired_giant.txt @@ -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 \ No newline at end of file