diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-30 20:05:38 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-30 20:05:38 -0700 |
commit | 35e46606d412af1efd679de48f283938822a0a21 (patch) | |
tree | dcd75d7614bfe8104ce4bf60b9edcae991fdd800 /vamp_stuff/Modification_Files | |
parent | Add spellcraft trait (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-35e46606d412af1efd679de48f283938822a0a21.tar.xz |
Add the exsanguinated corpse
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/corpses.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/corpses.json b/vamp_stuff/Modification_Files/Items/corpses.json new file mode 100644 index 0000000..ddc8cd6 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/corpses.json @@ -0,0 +1,11 @@ +[ + { + "type": "GENERIC", + "id": "corpse_generic_human_exsanguinated", + "copy-from": "corpse", + "name": { "str": "exsanguinated corpse" }, + "description": "A dead human body drained of all blood.", + "material": "hflesh", + "looks_like": "corpse" + } +] |