mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
archon_of_coronation.txt and support
This commit is contained in:
@@ -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) {
|
||||
|
||||
9
forge-gui/res/cardsfolder/upcoming/archon_of_coronation.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/archon_of_coronation.txt
Executable 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.
|
||||
Reference in New Issue
Block a user