diff options
Diffstat (limited to 'features/antimagic_susceptibility.json')
-rw-r--r-- | features/antimagic_susceptibility.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/antimagic_susceptibility.json b/features/antimagic_susceptibility.json index 7e8b0c8..73c1785 100644 --- a/features/antimagic_susceptibility.json +++ b/features/antimagic_susceptibility.json @@ -7,7 +7,7 @@ "conditions": [], "effects": [{ "target": "self", - "effect": [ "Set property PROPERTY to X", "Is incapacitated by antimagic field", "True" ] + "effect" : [ "Set N = N", "ANTIMAGIC_INCAPACITATES", 1 ] }] }, { @@ -18,7 +18,7 @@ ], "effects": [{ "target": "self", - "effect": [ "Acquire condition CONDITION", "unconscious" ], + "effect": [ "Set N = N", "UNCONSCIOUS", 1 ], "duration": "1 min" }] } |