Skip to content

Commit

Permalink
Add in no acid rain mod, misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pisskop committed Oct 13, 2017
1 parent 5640288 commit 8f3c131
Show file tree
Hide file tree
Showing 11 changed files with 4,087 additions and 3,623 deletions.
19 changes: 19 additions & 0 deletions items/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,25 @@
"bashing" : 20,
"price" : 16000
},
{
"id": "spear_knife",
"type": "TOOL",
"category": "weapons",
"name": "knife spear",
"description": "This is a simple wood pole made much more deadly by the blade tied to it.",
"weight": 1487,
"volume": 6,
"price": 1400,
"to_hit": 1,
"bashing": 4,
"cutting": 16,
"material": [ "wood", "iron" ],
"symbol": "/",
"color": "brown",
"techniques" : [ "WBLOCK_1", "stuck_in_2" ],
"qualities": [ [ "CUT", 1 ], [ "COOK", 1 ] ],
"flags": [ "SPEAR", "REACH_ATTACK", "NONCONDUCTIVE" ]
},
{
"type":"GENERIC",
"id" : "spear_wood",
Expand Down
Loading

0 comments on commit 8f3c131

Please sign in to comment.