mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Merge branch 'typotorment' into 'master'
Everlasting Torment - no apostrophe in global rule change See merge request core-developers/forge!2977
This commit is contained in:
@@ -22,7 +22,7 @@ package forge.game;
|
|||||||
*/
|
*/
|
||||||
public enum GlobalRuleChange {
|
public enum GlobalRuleChange {
|
||||||
|
|
||||||
alwaysWither ("All damage is dealt as though it's source had wither."),
|
alwaysWither ("All damage is dealt as though its source had wither."),
|
||||||
attackerChoosesBlockers ("The attacking player chooses how each creature blocks each turn."),
|
attackerChoosesBlockers ("The attacking player chooses how each creature blocks each turn."),
|
||||||
manapoolsDontEmpty ("Mana pools don't empty as steps and phases end."),
|
manapoolsDontEmpty ("Mana pools don't empty as steps and phases end."),
|
||||||
noCreatureETBTriggers ("Creatures entering the battlefield don't cause abilities to trigger."),
|
noCreatureETBTriggers ("Creatures entering the battlefield don't cause abilities to trigger."),
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ ManaCost:2 BR
|
|||||||
Types:Enchantment
|
Types:Enchantment
|
||||||
S:Mode$ Continuous | Affected$ Player | AddKeyword$ You can't gain life. | Description$ Players can't gain life.
|
S:Mode$ Continuous | Affected$ Player | AddKeyword$ You can't gain life. | Description$ Players can't gain life.
|
||||||
S:Mode$ CantPreventDamage | Description$ Damage can't be prevented.
|
S:Mode$ CantPreventDamage | Description$ Damage can't be prevented.
|
||||||
S:Mode$ Continuous | GlobalRule$ All damage is dealt as though it's source had wither. | Description$ All damage is dealt as though it's source had wither. (A source with wither deals damage to creatures in the form of -1/-1 counters.)
|
S:Mode$ Continuous | GlobalRule$ All damage is dealt as though its source had wither. | Description$ All damage is dealt as though its source had wither. (A source with wither deals damage to creatures in the form of -1/-1 counters.)
|
||||||
SVar:NonStackingEffect:True
|
SVar:NonStackingEffect:True
|
||||||
AI:RemoveDeck:Random
|
AI:RemoveDeck:Random
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/everlasting_torment.jpg
|
|
||||||
Oracle:Players can't gain life.\nDamage can't be prevented.\nAll damage is dealt as though its source had wither. (A source with wither deals damage to creatures in the form of -1/-1 counters.)
|
Oracle:Players can't gain life.\nDamage can't be prevented.\nAll damage is dealt as though its source had wither. (A source with wither deals damage to creatures in the form of -1/-1 counters.)
|
||||||
|
|||||||
Reference in New Issue
Block a user