mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added TriggerDescription to Extort.
This commit is contained in:
@@ -4238,9 +4238,9 @@ public class CardFactoryUtil {
|
||||
|
||||
if (card.hasKeyword("Extort")) {
|
||||
final String extortTrigger = "Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ You | "
|
||||
+ "TriggerZones$ Battlefield | Execute$ ExtortOpps";
|
||||
//" | TriggerDescription$ Extort (Whenever you cast a spell, you may pay WB. If you do, "
|
||||
//+ "each opponent loses 1 life and you gain that much life.)";
|
||||
+ "TriggerZones$ Battlefield | Execute$ ExtortOpps | Secondary$ True"
|
||||
+ " | TriggerDescription$ Extort (Whenever you cast a spell, you may pay WB. If you do, "
|
||||
+ "each opponent loses 1 life and you gain that much life.)";
|
||||
final String abString = "AB$ LoseLife | Cost$ WB | Defined$ Player.Opponent | "
|
||||
+ "LifeAmount$ 1 | SubAbility$ DBGainLife";
|
||||
final String dbString = "DB$ GainLife | Defined$ You | LifeAmount$ AFLifeLost";
|
||||
|
||||
Reference in New Issue
Block a user