summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-07 21:46:13 -0400
committerDavid Gay <david@davidgay.org>2021-07-07 21:46:22 -0400
commit4850c9d042f85f54025ba528fe987f390c344dcc (patch)
tree15fa17c5ac02445f7248bd9041c82eca0b5ad66b /data
parent9c015e16340c80a35aad1cde299218c650f5ba35 (diff)
Give bollyrots and crypt writhes double the damage capacity at night
Diffstat (limited to 'data')
-rw-r--r--data/monsters.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/monsters.yml b/data/monsters.yml
index 8d4cc86..6411d97 100644
--- a/data/monsters.yml
+++ b/data/monsters.yml
@@ -210,6 +210,13 @@ bollyrot:
gid: "necrotic"
min: 1
max: 4
+ - type: "damage"
+ conditions:
+ - type: "time_of_day"
+ times: "night"
+ gid: "necrotic"
+ min: 1
+ max: 4
awards:
- type: "xp"
gid: "beastslay"
@@ -259,6 +266,13 @@ crypt_writhe:
gid: "necrotic"
min: 4
max: 10
+ - type: "damage"
+ conditions:
+ - type: "time_of_day"
+ times: "night"
+ gid: "necrotic"
+ min: 4
+ max: 10
awards:
- type: "xp"
gid: "beastslay"