archon_of_coronation.txt and support

This commit is contained in:
Northmoc
2020-10-31 09:38:17 -04:00
parent 3721873093
commit 1b4a0a3381
2 changed files with 10 additions and 1 deletions

View File

@@ -517,7 +517,7 @@ public class Player extends GameEntity implements Comparable<Player> {
}
public final boolean canLoseLife() {
return !hasKeyword("Your life total can't change.");
return !hasKeyword("Your life total can't change.") && !hasKeyword("Damage doesn't cause you to lose life.");
}
public final boolean canPayLife(final int lifePayment) {

View File

@@ -0,0 +1,9 @@
Name:Archon of Coronation
ManaCost:4 W W
Types:Creature Archon
PT:5/5
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch.
SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You
S:Mode$ Continuous | Affected$ You | Condition$ You.isMonarch | AddKeyword$ Damage doesn't cause you to lose life. | Description$ As long as you're the monarch, damage doesn't cause you to lose life.
Oracle:Flying\nWhen Archon of Coronation enters the battlefield, you become the monarch.\nAs long as you're the monarch, damage doesn't cause you to lose life.