aboutsummaryrefslogtreecommitdiff
path: root/features/berserk.json
diff options
context:
space:
mode:
Diffstat (limited to 'features/berserk.json')
-rw-r--r--features/berserk.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/features/berserk.json b/features/berserk.json
new file mode 100644
index 0000000..c0f0c8b
--- /dev/null
+++ b/features/berserk.json
@@ -0,0 +1,22 @@
+{
+ "name": "berserk",
+ "text": "Whenever the {NAME} starts its turn with {V0} hit points or fewer, roll a d6. On a 6, the {NAME} goes berserk. On each of its turns while berserk, the {NAME} attacks the nearest creature it can see. If no creature is near enough to move to and attack, the {NAME} attacks an object, with preference for an object smaller than itself. Once the {NAME} goes berserk, it continues to do so until it is destroyed or regains all its hit points.",
+ "subfeatures": [
+ {
+ "trigger": [ "N start of turn", "self" ],
+ "conditions": [ "N has COND X hp", "self", "<=", "V0" ],
+ "effects": [{
+ "target": "self",
+ "effect": [ "Set property PROPERTY to X", "Is berserk", "True" ]
+ }]
+ },
+ {
+ "trigger": [ "N start of turn", "self" ],
+ "conditions": [ "N has COND X hp", "self", "==", "MAXHP" ],
+ "effects": [{
+ "target": "self",
+ "effect": [ "Set property PROPERTY to X", "Is berserk", "False" ]
+ }]
+ }
+ ]
+}