Skip to content

Commit

Permalink
Merge pull request CleverRaven#13343 from chaosvolt/more-survival-too…
Browse files Browse the repository at this point in the history
…ls-series-15

More Survival Tools Series 15
  • Loading branch information
Coolthulhu committed Aug 20, 2015
2 parents d6882d9 + c49b360 commit 89c612f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions data/mods/More_Survival_Tools/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"material" : ["bone", "null"],
"volume" : 1,
"cutting" : 0,
"warmth" : 10,
"warmth" : 5,
"phase" : "solid",
"environmental_protection" : 0,
"encumbrance" : 20,
"encumbrance" : 9,
"bashing" : -4,
"coverage" : 90,
"flags" : ["SUN_GLASSES"],
Expand Down
48 changes: 24 additions & 24 deletions data/mods/More_Survival_Tools/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"bashing": 1,
"cutting": 0,
"to_hit": -1,
"ranged_damage": 5,
"ranged_damage": 0,
"dispersion": 120,
"sight_dispersion": 140,
"aim_speed" : 0,
Expand All @@ -291,17 +291,17 @@
"color" : "brown",
"symbol" : "/",
"material" : ["wood", "null"],
"techniques" : ["WBLOCK_1", "RAPID"],
"techniques" : ["WBLOCK_1"],
"volume" : 4,
"bashing" : 4,
"cutting" : 9,
"bashing" : 5,
"cutting" : 11,
"flags" : ["SPEAR"],
"price" : 4000,
"qualities": [["COOK", 1]],
"ammo_type" : "javelin",
"casing" : "NULL",
"damage" : 3,
"pierce" : 1,
"damage" : 6,
"pierce" : 0,
"range" : 15,
"dispersion" : 135,
"recoil" : 0,
Expand All @@ -319,17 +319,17 @@
"color" : "light_gray",
"symbol" : "/",
"material" : ["wood", "stone"],
"techniques" : ["WBLOCK_1", "RAPID"],
"techniques" : ["WBLOCK_1"],
"volume" : 4,
"bashing" : 4,
"cutting" : 12,
"cutting" : 13,
"flags" : ["SPEAR"],
"price" : 1000,
"qualities": [["COOK", 1]],
"ammo_type" : "javelin",
"casing" : "NULL",
"damage" : 4,
"pierce" : 2,
"damage" : 8,
"pierce" : 1,
"range" : 13,
"dispersion" : 135,
"recoil" : 0,
Expand All @@ -347,16 +347,16 @@
"color" : "light_red",
"symbol" : "/",
"material" : ["wood", "copper"],
"techniques" : ["WBLOCK_1", "RAPID"],
"techniques" : ["WBLOCK_1"],
"volume" : 4,
"bashing" : 5,
"cutting" : 13,
"cutting" : 15,
"flags" : ["SPEAR"],
"price" : 2000,
"qualities": [["COOK", 1]],
"ammo_type" : "javelin",
"casing" : "NULL",
"damage" : 5,
"damage" : 9,
"pierce" : 2,
"range" : 10,
"dispersion" : 135,
Expand All @@ -375,16 +375,16 @@
"color" : "light_gray",
"symbol" : "/",
"material" : ["wood", "iron"],
"techniques" : ["WBLOCK_1", "RAPID"],
"techniques" : ["WBLOCK_1"],
"volume" : 4,
"bashing" : 5,
"cutting" : 15,
"cutting" : 17,
"flags" : ["SPEAR"],
"price" : 2000,
"qualities": [["COOK", 1]],
"ammo_type" : "javelin",
"casing" : "NULL",
"damage" : 5,
"damage" : 10,
"pierce" : 3,
"range" : 10,
"dispersion" : 135,
Expand All @@ -403,10 +403,10 @@
"color" : "light_gray",
"symbol" : "/",
"material" : ["wood", "stone"],
"techniques" : ["WBLOCK_1", "RAPID"],
"techniques" : ["WBLOCK_1"],
"volume" : 5,
"bashing" : 4,
"cutting" : 13,
"bashing" : 5,
"cutting" : 14,
"flags" : ["SPEAR", "REACH_ATTACK"],
"price" : 1300,
"qualities": [["COOK", 1]]
Expand All @@ -416,15 +416,15 @@
"id" : "spear_copper",
"name" : "copper spear",
"description" : "A stout wooden pole with a spearhead worked from copper.",
"weight" : 1400,
"weight" : 1500,
"to_hit" : 1,
"color" : "light_red",
"symbol" : "/",
"material" : ["copper", "wood"],
"techniques" : ["WBLOCK_1", "RAPID"],
"volume" : 5,
"bashing" : 4,
"cutting" : 14,
"techniques" : ["WBLOCK_1"],
"volume" : 6,
"bashing" : 5,
"cutting" : 16,
"flags" : ["SPEAR", "REACH_ATTACK"],
"price" : 1400,
"qualities": [["COOK", 1]]
Expand Down

0 comments on commit 89c612f

Please sign in to comment.