diff options
author | David Gay <david@davidgay.org> | 2021-07-14 18:40:12 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-14 18:44:45 -0400 |
commit | f039c9401b1e9417e18472c35bea39cb659d2f45 (patch) | |
tree | 7a0213b7cb61fded4ce8c83bad94bb1309d7a799 /data | |
parent | ddcef33636e06fac90ed81cb25928e0aa1bcdb6c (diff) |
[data] New item, dropped by sulfur scuttler: scuttler sulfur
Diffstat (limited to 'data')
-rw-r--r-- | data/items/general.yml | 6 | ||||
-rw-r--r-- | data/monsters.yml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/data/items/general.yml b/data/items/general.yml index fb05393..f33105a 100644 --- a/data/items/general.yml +++ b/data/items/general.yml @@ -1071,6 +1071,12 @@ black_gizzard: whatnot: tags: - "material" +scuttler_sulfur: + name: "scuttler sulfur" + description: "A yellowy material plucked from the carapace of a sulfur scuttler." + whatnot: + tags: + - "material" onus_of_vision: name: "onus of vision" description: "A heavy chain necklace bearing a glowing yellow beryl." diff --git a/data/monsters.yml b/data/monsters.yml index 305ba18..da0477d 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -375,11 +375,11 @@ sulfur_scuttler: - type: "item" chance: 1 table: - - gid: "bollyrot_acerbic" - score: 0.4 + - gid: "scuttler_sulfur" + score: 0.2 - gid: "vestige" score: 0.8 - max_quantity: 8 + max_quantity: 5 - type: "item" chance: 0.001 gid: "sulfur_scuttler_trophy" |