From 65fe084b8dac263d677cf327354acd78b7199e0b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 25 Aug 2020 17:17:31 -0700 Subject: Formatting --- ammo.json | 74 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'ammo.json') diff --git a/ammo.json b/ammo.json index 06ce70a..7363361 100644 --- a/ammo.json +++ b/ammo.json @@ -1,39 +1,39 @@ [ - { - "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 - } + { + "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 + } ] -- cgit v1.2.1