mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Converted Phyrexian Processor to script (by moomarc).
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
Name:Phyrexian Processor
|
Name:Phyrexian Processor
|
||||||
ManaCost:4
|
ManaCost:4
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
Text:As CARDNAME enters the battlefield, pay any amount of life.
|
Text:no text
|
||||||
A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Minion | TokenTypes$ Creature,Minion | TokenOwner$ You | TokenColors$ Black | TokenPower$ X | TokenToughness$ X | References$ X | TokenImage$ B X X Minion | SpellDescription$ Put an X/X black Minion creature token onto the battlefield, where X is the life paid as Phyrexian Processor entered the battlefield.
|
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ PayLife | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, pay any amount of life.
|
||||||
SVar:X:Count$xLifePaid
|
SVar:PayLife:AB$ StoreSVar | Cost$ PayLife<X> | References$ X | SVar$ LifePaidOnETB | Type$ CountSVar | Expression$ ChosenX
|
||||||
|
A:AB$ Token | Cost$ 4 T | TokenAmount$ 1 | TokenName$ Minion | TokenTypes$ Creature,Minion | TokenOwner$ You | TokenColors$ Black | TokenPower$ LifePaidOnETB | TokenToughness$ LifePaidOnETB | TokenImage$ B X X Minion | SpellDescription$ Put an X/X black Minion creature token onto the battlefield, where X is the life paid as Phyrexian Processor entered the battlefield.
|
||||||
|
SVar:X:XChoice
|
||||||
|
SVar:LifePaidOnETB:Number$0
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_processor.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/phyrexian_processor.jpg
|
||||||
|
|||||||
@@ -320,7 +320,7 @@ class CardFactoryArtifacts {
|
|||||||
} // *************** END ************ END **************************
|
} // *************** END ************ END **************************
|
||||||
|
|
||||||
// *************** START *********** START **************************
|
// *************** START *********** START **************************
|
||||||
else if (cardName.equals("Phyrexian Processor")) {
|
/*else if (cardName.equals("Phyrexian Processor")) {
|
||||||
final Command intoPlay = new Command() {
|
final Command intoPlay = new Command() {
|
||||||
private static final long serialVersionUID = 5634360316643996274L;
|
private static final long serialVersionUID = 5634360316643996274L;
|
||||||
|
|
||||||
@@ -348,7 +348,7 @@ class CardFactoryArtifacts {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
card.addComesIntoPlayCommand(intoPlay);
|
card.addComesIntoPlayCommand(intoPlay);
|
||||||
} // *************** END ************ END **************************
|
}*/ // *************** END ************ END **************************
|
||||||
|
|
||||||
// *************** START *********** START **************************
|
// *************** START *********** START **************************
|
||||||
else if (cardName.equals("Scroll Rack")) {
|
else if (cardName.equals("Scroll Rack")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user