aboutsummaryrefslogtreecommitdiff
path: root/ammo.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.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'ammo.json')
-rw-r--r--ammo.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/ammo.json b/ammo.json
new file mode 100644
index 0000000..495633b
--- /dev/null
+++ b/ammo.json
@@ -0,0 +1,38 @@
+[
+ {
+ "type" : "AMMO",
+ "id" : "assassins_throwing_dagger",
+ "category" : "weapons",
+ "price" : 9000,
+ "name" : { "str": "assassin's throwing knife" },
+ "symbol" : "/",
+ "color" : "light_gray",
+ "description" : "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
+ "material" : ["steel","leather"],
+ "volume" : "1000 ml",
+ "weight" : "750 g",
+ "cutting" : 21,
+ "to_hit" : 2,
+ "flags" : ["SPEAR","SHEATH_KNIFE"],
+ "qualities": [["CUT", 1], ["BUTCHER", 10]],
+ "ammo_type" : "assassins_throwing_dagger",
+ "count" : 4,
+ "stack_size" : 4
+ },
+ { "type" : "AMMO",
+ "id" : "makeshift_throwing_knife",
+ "category" : "weapons",
+ "price" : 5200,
+ "name" : { "str": "makeshift throwing knife" },
+ "symbol" : ";",
+ "color" : "light_gray",
+ "description" : "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
+ "material" : ["steel"],
+ "weight" : "600 g",
+ "volume" : "250 ml",
+ "bashing" : 1,
+ "cutting" : 7,
+ "ammo_type" : "makeshift_throwing_knife",
+ "count" : 5
+ }
+]