mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Converted Singe-Mind Ogre to script.
This commit is contained in:
@@ -6,7 +6,6 @@ PT:1/1
|
|||||||
K:Islandwalk
|
K:Islandwalk
|
||||||
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigReveal | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player reveals a card at random from his or her hand.
|
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigReveal | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, that player reveals a card at random from his or her hand.
|
||||||
SVar:TrigReveal:AB$ Reveal | Cost$ 0 | Random$ True | Defined$ TriggeredTarget
|
SVar:TrigReveal:AB$ Reveal | Cost$ 0 | Random$ True | Defined$ TriggeredTarget
|
||||||
SVar:RemAIDeck:True
|
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/merfolk_spy.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/merfolk_spy.jpg
|
||||||
SetInfo:M11|Common|http://magiccards.info/scans/en/m11/66.jpg
|
SetInfo:M11|Common|http://magiccards.info/scans/en/m11/66.jpg
|
||||||
|
|||||||
@@ -1,10 +1,15 @@
|
|||||||
Name:Singe-Mind Ogre
|
Name:Singe-Mind Ogre
|
||||||
ManaCost:2 B R
|
ManaCost:2 B R
|
||||||
Types:Creature Ogre Mutant
|
Types:Creature Ogre Mutant
|
||||||
Text:When CARDNAME enters the battlefield, target player reveals a card at random from his or her hand, then loses life equal to that card's converted mana cost.
|
Text:no text
|
||||||
PT:3/2
|
PT:3/2
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigReveal | TriggerDescription$ When CARDNAME enters the battlefield, target player reveals a card at random from his or her hand, then loses life equal to that card's converted mana cost.
|
||||||
|
SVar:TrigReveal:AB$ Reveal | Cost$ 0 | Random$ True | RememberRevealed$ True | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ DBLose
|
||||||
|
SVar:DBLose:DB$LoseLife | LifeAmount$ X | Defined$ Targeted | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
|
||||||
|
SVar:X:Remembered$CardManaCost
|
||||||
SVar:Rarity:Common
|
SVar:Rarity:Common
|
||||||
SVar:Picture:http://magic.tcgplayer.com/db/cards/17138.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/singe_mind_ogre.jpg
|
||||||
SetInfo:ARB|Common|http://magiccards.info/scans/en/arb/45.jpg
|
SetInfo:ARB|Common|http://magiccards.info/scans/en/arb/45.jpg
|
||||||
Oracle:When Singe-Mind Ogre enters the battlefield, target player reveals a card at random from his or her hand, then loses life equal to that card's converted mana cost.
|
Oracle:When Singe-Mind Ogre enters the battlefield, target player reveals a card at random from his or her hand, then loses life equal to that card's converted mana cost.
|
||||||
End
|
End
|
||||||
@@ -1568,7 +1568,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if (cardName.equals("Singe-Mind Ogre")) {
|
/*else if (cardName.equals("Singe-Mind Ogre")) {
|
||||||
final SpellAbility ability = new Ability(card, "0") {
|
final SpellAbility ability = new Ability(card, "0") {
|
||||||
@Override
|
@Override
|
||||||
public void resolve() {
|
public void resolve() {
|
||||||
@@ -1592,7 +1592,7 @@ public class CardFactory_Creatures {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
}//*************** END ************ END **************************
|
}*///*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user