mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Added Risen Executioner.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -11677,6 +11677,7 @@ forge-gui/res/cardsfolder/r/rise_of_eagles.txt -text
|
||||
forge-gui/res/cardsfolder/r/rise_of_the_dark_realms.txt -text
|
||||
forge-gui/res/cardsfolder/r/rise_of_the_hobgoblins.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/rise_to_the_challenge.txt -text
|
||||
forge-gui/res/cardsfolder/r/risen_executioner.txt -text
|
||||
forge-gui/res/cardsfolder/r/risen_sanctuary.txt -text
|
||||
forge-gui/res/cardsfolder/r/rishadan_airship.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/rishadan_brigand.txt svneol=native#text/plain
|
||||
|
||||
@@ -2953,6 +2953,11 @@ public class CardFactoryUtil {
|
||||
: String.format("You may %s rather than pay %s's mana cost.", abCost.toStringAlt(), card.getName());
|
||||
|
||||
altCostSA.setDescription(costDescription);
|
||||
if (params.containsKey("References")) {
|
||||
for (String svar : params.get("References").split(",")) {
|
||||
altCostSA.setSVar(svar, card.getSVar(svar));
|
||||
}
|
||||
}
|
||||
return altCostSA;
|
||||
}
|
||||
|
||||
|
||||
10
forge-gui/res/cardsfolder/r/risen_executioner.txt
Normal file
10
forge-gui/res/cardsfolder/r/risen_executioner.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Risen Executioner
|
||||
ManaCost:2 B B
|
||||
Types:Creature Zombie Warrior
|
||||
PT:4/3
|
||||
K:CARDNAME can't block.
|
||||
S:Mode$ Continuous | Affected$ Creature.Zombie+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other Zombie creatures you control get +1/+1.
|
||||
SVar:AltCost:Cost$ X 2 B B | ActivationZone$ Graveyard | References$ X | Description$ You may cast CARDNAME from your graveyard if you pay {1} more to cast it for each other creature card in your graveyard.
|
||||
SVar:X:Count$ValidGraveyard Creature.Other+YouOwn
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/risen_executioner.jpg
|
||||
Reference in New Issue
Block a user