mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Converted the cards Braidwood Cup; Tanglebloom; Silent Attendant; Wellwisher from code to keywords.
This commit is contained in:
@@ -4626,6 +4626,7 @@ Braidwood Cup
|
|||||||
3
|
3
|
||||||
Artifact
|
Artifact
|
||||||
no text
|
no text
|
||||||
|
abGainLife T:1
|
||||||
|
|
||||||
Onyx Goblet
|
Onyx Goblet
|
||||||
2 B
|
2 B
|
||||||
@@ -5787,6 +5788,7 @@ Silent Attendant
|
|||||||
Creature Human Cleric
|
Creature Human Cleric
|
||||||
no text
|
no text
|
||||||
0/2
|
0/2
|
||||||
|
abGainLife T:1
|
||||||
|
|
||||||
Zephid's Embrace
|
Zephid's Embrace
|
||||||
2 U U
|
2 U U
|
||||||
@@ -16123,6 +16125,8 @@ Wellwisher
|
|||||||
Creature Elf
|
Creature Elf
|
||||||
no text
|
no text
|
||||||
1/1
|
1/1
|
||||||
|
abGainLife T:X:You gain 1 life for each Elf on the battlefield.:Wellwisher - you gain life
|
||||||
|
SVar:X:Count$TypeOnBattlefield.Elf
|
||||||
|
|
||||||
Sylvan Messenger
|
Sylvan Messenger
|
||||||
3 G
|
3 G
|
||||||
@@ -17173,6 +17177,7 @@ Tanglebloom
|
|||||||
1
|
1
|
||||||
Artifact
|
Artifact
|
||||||
no text
|
no text
|
||||||
|
abGainLife 1 T:1
|
||||||
|
|
||||||
Nevinyrral's Disk
|
Nevinyrral's Disk
|
||||||
4
|
4
|
||||||
|
|||||||
@@ -3863,7 +3863,8 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setStackDescription("Destroy all artifacts, creatures, and enchantments.");
|
ability.setStackDescription("Destroy all artifacts, creatures, and enchantments.");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Tanglebloom")) {
|
else if(cardName.equals("Tanglebloom")) {
|
||||||
final SpellAbility a1 = new Ability_Tap(card, "1") {
|
final SpellAbility a1 = new Ability_Tap(card, "1") {
|
||||||
@@ -3885,6 +3886,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
a1.setBeforePayMana(new Input_PayManaCost(a1));
|
a1.setBeforePayMana(new Input_PayManaCost(a1));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -13947,7 +13949,8 @@ public class CardFactory implements NewConstants {
|
|||||||
card.addSpellAbility(DamageCP);
|
card.addSpellAbility(DamageCP);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Braidwood Cup")) {
|
else if(cardName.equals("Braidwood Cup")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card) {
|
final Ability_Tap ability = new Ability_Tap(card) {
|
||||||
@@ -13968,8 +13971,7 @@ public class CardFactory implements NewConstants {
|
|||||||
ability.setStackDescription("Braidwood Cup - " + card.getController() + " gains 1 life.");
|
ability.setStackDescription("Braidwood Cup - " + card.getController() + " gains 1 life.");
|
||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
@@ -828,7 +828,8 @@ public class CardFactory_Creatures {
|
|||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Wellwisher")) {
|
else if(cardName.equals("Wellwisher")) {
|
||||||
final SpellAbility ability = new Ability_Tap(card, "0") {
|
final SpellAbility ability = new Ability_Tap(card, "0") {
|
||||||
@@ -860,6 +861,7 @@ public class CardFactory_Creatures {
|
|||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility((Ability_Tap) ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility((Ability_Tap) ability));
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
@@ -8795,7 +8797,8 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Silent Attendant")) {
|
else if(cardName.equals("Silent Attendant")) {
|
||||||
final Ability_Tap ability = new Ability_Tap(card) {
|
final Ability_Tap ability = new Ability_Tap(card) {
|
||||||
@@ -8823,6 +8826,8 @@ public class CardFactory_Creatures {
|
|||||||
ability.setStackDescription(card.getName() + " - you gain 1 life.");
|
ability.setStackDescription(card.getName() + " - you gain 1 life.");
|
||||||
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("Ghost-Lit Redeemer")) {
|
else if(cardName.equals("Ghost-Lit Redeemer")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user