mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Arctic Nishoba to script.
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:5
|
||||
Types:Artifact Creature Construct
|
||||
Text:no text
|
||||
PT:3/3
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, you gain 3 life.
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME dies, you gain 3 life.
|
||||
SVar:TrigSac:AB$GainLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ 3
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/anodet_lurker.jpg
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
Name:Arctic Nishoba
|
||||
ManaCost:5 G
|
||||
Types:Creature Cat Warrior
|
||||
Text:When Arctic Nishoba is put into a graveyard from the battlefield, you gain 2 life for each age counter on it.
|
||||
Text:no text
|
||||
PT:6/6
|
||||
K:Trample
|
||||
K:Cumulative upkeep:GW
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | TriggerZones$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGain | TriggerDescription$ When CARDNAME dies, you gain 2 life for each age counter on it.
|
||||
SVar:TrigGain:AB$GainLife | Cost$ 0 | Defined$ TriggeredCardController | LifeAmount$ X
|
||||
SVar:X:TriggeredCard$CardCounters.AGE/Times.2
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/arctic_nishoba.jpg
|
||||
SetInfo:CSP|Uncommon|http://magiccards.info/scans/en/cs/102.jpg
|
||||
|
||||
@@ -1660,7 +1660,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if (cardName.equals("Arctic Nishoba")) {
|
||||
/*else if (cardName.equals("Arctic Nishoba")) {
|
||||
final Ability ability = new Ability(card, "0") {
|
||||
@Override
|
||||
public void resolve() {
|
||||
@@ -1683,7 +1683,7 @@ public class CardFactory_Creatures {
|
||||
};//command
|
||||
|
||||
card.addDestroyCommand(destroy);
|
||||
}//*************** END ************ END **************************
|
||||
}*///*************** END ************ END **************************
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user