mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Jandor's Saddlebags to keyword.
This commit is contained in:
@@ -2,6 +2,7 @@ Name:Jandor's Saddlebags
|
|||||||
ManaCost:2
|
ManaCost:2
|
||||||
Types:Artifact
|
Types:Artifact
|
||||||
Text:no text
|
Text:no text
|
||||||
|
K:abUntapTgt 3 T:Creature:Untap target creature.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jandors_saddlebags.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/jandors_saddlebags.jpg
|
||||||
|
|||||||
@@ -9627,14 +9627,14 @@ public class CardFactory implements NewConstants {
|
|||||||
//****************END*******END***********************
|
//****************END*******END***********************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
//*****************************START*******************************
|
//*****************************START*******************************
|
||||||
else if(cardName.equals("Jandor's Saddlebags")) {
|
else if(cardName.equals("Jandor's Saddlebags")) {
|
||||||
/* Assuing the Rules state that this can target an untapped card,
|
/* Assuing the Rules state that this can target an untapped card,
|
||||||
* but it won't do anything useful
|
* but it won't do anything useful
|
||||||
*
|
*
|
||||||
* This would bring the ruling in line with Icy Manipulator
|
* This would bring the ruling in line with Icy Manipulator
|
||||||
* */
|
*
|
||||||
|
|
||||||
final Ability_Tap ability = new Ability_Tap(card, "3") {
|
final Ability_Tap ability = new Ability_Tap(card, "3") {
|
||||||
private static final long serialVersionUID = 6349074098650621348L;
|
private static final long serialVersionUID = 6349074098650621348L;
|
||||||
@@ -9656,6 +9656,7 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setDescription("3, tap: Untap target creature.");
|
ability.setDescription("3, tap: Untap target creature.");
|
||||||
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Creature"));
|
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Creature"));
|
||||||
}//****************END*******END***********************
|
}//****************END*******END***********************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user