From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification_Files/Items/Weapons/ammo_types.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/Weapons/ammo_types.json (limited to 'vamp_stuff/Modification_Files/Items/Weapons/ammo_types.json') diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo_types.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo_types.json new file mode 100644 index 0000000..9895bbc --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo_types.json @@ -0,0 +1,14 @@ +[ + { + "type": "ammunition_type", + "id": "bloodshot", + "name": "bloodshot", + "default": "bloodshot_00" + }, + { + "type": "ammunition_type", + "id": "ammoblood", + "name": "blood", + "default": "bloodypressure" + } +] -- cgit v1.2.1