mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Boggart Birth Rite; Death's Duet; Urborg Uprising via the spRaiseDead keyword
- Sliver Overlord: Cleaned text for ability.setDescription - Jenara, Asura of War: added missing ability2.setDescription - Ajani Vengeant: Cleaned text for ability1.setDescription
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
Boggart Birth Rite
|
||||
B
|
||||
Tribal Sorcery Goblin
|
||||
no text
|
||||
spRaiseDead:1/Goblin
|
||||
|
||||
Death's Duet
|
||||
2 B
|
||||
Sorcery
|
||||
no text
|
||||
spRaiseDead:2
|
||||
|
||||
Urborg Uprising
|
||||
4 B
|
||||
Sorcery
|
||||
Draw a card.
|
||||
spRaiseDead:2/Some
|
||||
Cantrip
|
||||
|
||||
Sarkhan Vol
|
||||
2 R G
|
||||
Planeswalker - Sarkhan
|
||||
|
||||
@@ -754,10 +754,10 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
});
|
||||
|
||||
ability.setDescription("3:Search your library for a Sliver card, reveal that card, and put it into your hand. Then shuffle your library.");
|
||||
ability.setDescription("3: Search your library for a Sliver card, reveal that card, and put it into your hand. Then shuffle your library.");
|
||||
ability.setStackDescription(card.getName() +" - search for a Sliver card and put it into your hand.");
|
||||
|
||||
ability2.setDescription("3:Gain control of target Sliver.");
|
||||
ability2.setDescription("3: Gain control of target Sliver.");
|
||||
ability.setStackDescription(card.getName() +" - Gain control of target Sliver.");
|
||||
|
||||
card.addSpellAbility(ability);
|
||||
@@ -14993,6 +14993,7 @@ public class CardFactory_Creatures {
|
||||
};// ability2
|
||||
|
||||
ability2.setStackDescription(card.getName() + " - gets a +1/+1 counter.");
|
||||
ability2.setDescription("1 W: Put a +1/+1 counter on Jenara, Asura of War.");
|
||||
card.addSpellAbility(ability2);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
@@ -2141,7 +2141,7 @@ class CardFactory_Planeswalkers {
|
||||
}//showMessage()
|
||||
});
|
||||
*/
|
||||
ability1.setDescription("+1: Target permanent doesn't untap during its controller's next untap step..");
|
||||
ability1.setDescription("+1: Target permanent doesn't untap during its controller's next untap step.");
|
||||
ability1.setBeforePayMana(CardFactoryUtil.input_targetPermanent(ability1));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user