diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:47:22 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:47:22 -0800 | 
| commit | 639e954397d3b4dd78d8446b44424a8e6aa38b87 (patch) | |
| tree | d5fe59ff355f231cb8b8ba1211149c9f5409057f /vamp_stuff/Modification_Files/Items | |
| parent | Remove invalid count fields. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-639e954397d3b4dd78d8446b44424a8e6aa38b87.tar.xz | |
Use byproducts as hack to allow multiple items per batch.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
| -rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 0c9589d..19ddc88 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -133,7 +133,8 @@      "price": "0 cent",      "material": [ "compactblood" ],      "symbol": "~", -    "color": "red" +    "color": "red", +    "count": 1    },    {      "id": "bloodrune", | 
