aboutsummaryrefslogtreecommitdiff
path: root/ammo_types.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /ammo_types.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'ammo_types.json')
-rw-r--r--ammo_types.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/ammo_types.json b/ammo_types.json
new file mode 100644
index 0000000..2f7d681
--- /dev/null
+++ b/ammo_types.json
@@ -0,0 +1,14 @@
+[
+ {
+ "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"
+ }
+]