diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/monsters.yml | 14 |
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" |