- Converted Koth of the Hammer to script.

This commit is contained in:
jeffwadsworth
2011-10-29 01:59:50 +00:00
parent 4e155bd68c
commit bc7dee9645
2 changed files with 9 additions and 0 deletions

View File

@@ -3,6 +3,13 @@ ManaCost:2 R R
Types:Planeswalker Koth
Text:no text
Loyalty:3
A:AB$ Untap | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidTgts$ Mountain | TgtPrompt$ Select target Mountain | SubAbility$ DBAnimate | SpellDescription$ Untap target Mountain. It becomes a 4/4 red Elemental creature until end of turn. It's still a land.
SVar:DBAnimate:DB$ Animate | Defined$ Targeted | Power$ 4 | Toughness$ 4 | Types$ Creature,Elemental | Colors$ Red
A:AB$ Mana | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | Produced$ R | Amount$ X | SpellDescription$ Add R to your mana pool for each Mountain you control.
A:AB$ Effect | Cost$ SubCounter<5/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Koth of the Hammer emblem | StaticAbilities$ STDamage | SVars$ ABDealDamage | Duration$ Permanent | SpellDescription$ You get an emblem with "Mountains you control have '{T}: This land deals 1 damage to target creature or player."
SVar:STDamage:Mode$ Continuous | Affected$ Mountain.YouCtrl | AddAbility$ ABDealDamage | AffectedZone$ Battlefield
SVar:ABDealDamage:AB$ DealDamage | Cost$ T | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 1 | SpellDescription$ Deal 1 damage to target creature or player
SVar:X:Count$Valid Mountain.YouCtrl
SVar:PlayMain1:TRUE
SVar:Rarity:Mythic
SVar:Picture:http://www.wizards.com/global/images/magic/general/koth_of_the_hammer.jpg

View File

@@ -1297,6 +1297,7 @@ public class CardFactory_Planeswalkers {
return card;
} // *************** END ************ END **************************
/*
// *************** START *********** START **************************
else if (cardName.equals("Koth of the Hammer")) {
// computer only plays ability 1 and 3, put 1/1 Soldier in play and
@@ -1529,6 +1530,7 @@ public class CardFactory_Planeswalkers {
return card;
}
// *************** END ************ END **************************
*/
return card;
}