diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-16 02:18:46 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-16 02:18:46 -0700 |
commit | b3538e68112c0c326f7459282331b000137446cf (patch) | |
tree | 13305375bc468f2cd9b8060d998eb1addb2486fb | |
parent | Another typo (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-b3538e68112c0c326f7459282331b000137446cf.tar.xz |
Add missing blood equpiment drops
-rw-r--r-- | vamp_stuff/Modification_Files/Locations/EyeCrypt.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json index d821f40..1c7af2a 100644 --- a/vamp_stuff/Modification_Files/Locations/EyeCrypt.json +++ b/vamp_stuff/Modification_Files/Locations/EyeCrypt.json @@ -391,7 +391,8 @@ "e": { "item": "trash", "chance": 15 }, "@": { "item": "camping", "chance": 20 }, "a": { "item": "archery", "chance": 10 }, - "m": { "item": "allclothes", "chance": 25 } + "m": { "item": "allclothes", "chance": 25 }, + "$": { "item": "bloodset", "chance": 5 } }, "npcs": { "9": { "class": "VAMP_LONELY_F" } }, "monster": { "l": { "monster": "mon_insect_leech" }, "L": { "monster": "mon_insect_bigleech" } } |