From bf09f2b10d4d910089a67a4f01438f6faa2da4d8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Jul 2020 16:04:23 -0700 Subject: Initial commit --- ammo_types.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ammo_types.json (limited to 'ammo_types.json') diff --git a/ammo_types.json b/ammo_types.json new file mode 100644 index 0000000..20c66e8 --- /dev/null +++ b/ammo_types.json @@ -0,0 +1,32 @@ +[ + { + "type" : "ammunition_type", + "id" : "blob_gohan", + "name" : "blob's breakfast", + "default" : "blob_gohan" + }, + { + "type" : "ammunition_type", + "id" : "makeshift_throwing_knife", + "name" : "makeshift throwing knife", + "default" : "makeshift_throwing_knife" + }, + { + "type" : "ammunition_type", + "id" : "assassins_throwing_dagger", + "name" : "assassin's throwing knife", + "default" : "assassins_throwing_dagger" + }, + { + "type" : "ammunition_type", + "id" : "maid_point", + "name" : "Maid Point", + "default" : "maid_point" + }, + { + "type" : "ammunition_type", + "id" : "maid_power", + "name" : "Maid Power", + "default" : "maid_power" + } +] \ No newline at end of file -- cgit v1.2.1