mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Converted Blightspeaker and Cackling Imp from card object to keyword.
This commit is contained in:
@@ -10843,6 +10843,7 @@ Blightspeaker
|
|||||||
Creature Human Rebel Cleric
|
Creature Human Rebel Cleric
|
||||||
no text
|
no text
|
||||||
1/1
|
1/1
|
||||||
|
abLoseLifeTgt T:1
|
||||||
SearchRebel:4
|
SearchRebel:4
|
||||||
|
|
||||||
Amrou Scout
|
Amrou Scout
|
||||||
@@ -16164,6 +16165,7 @@ Creature Imp
|
|||||||
no text
|
no text
|
||||||
2/2
|
2/2
|
||||||
Flying
|
Flying
|
||||||
|
abLoseLifeTgt T:1
|
||||||
|
|
||||||
Chittering Rats
|
Chittering Rats
|
||||||
1 B B
|
1 B B
|
||||||
|
|||||||
@@ -14506,8 +14506,9 @@ public class CardFactory_Creatures {
|
|||||||
ability.setStackDescription("Stern Judge - Each player loses 1 life for each Swamp he or she controls");
|
ability.setStackDescription("Stern Judge - Each player loses 1 life for each Swamp he or she controls");
|
||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Cackling Imp") || cardName.equals("Blightspeaker")) {
|
else if(cardName.equals("Cackling Imp") || cardName.equals("Blightspeaker")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card) {
|
final Ability_Tap ability = new Ability_Tap(card) {
|
||||||
@@ -14534,7 +14535,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setStackDescription(card.getName() + " - Opponent loses 1 life.");
|
ability.setStackDescription(card.getName() + " - Opponent loses 1 life.");
|
||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user