Skip to content

Commit

Permalink
Mainline Stone Chisel (#3279)
Browse files Browse the repository at this point in the history
* Mainline Stone Chisel

* Oops, can't have difficulty 0 explicity
  • Loading branch information
RobbieNeko authored Sep 27, 2023
1 parent 79039da commit 5f4e2eb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/json/items/tool/woodworking.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,23 @@
"color": "brown",
"qualities": [ [ "AXE", 1 ], [ "SAW_W", 2 ], [ "BUTCHER", -90 ] ],
"flags": [ "NONCONDUCTIVE", "BELT_CLIP" ]
},
{
"id": "stone_chisel",
"type": "TOOL",
"name": { "str": "stone chisel" },
"looks_like": "chisel",
"description": "This is a short stone chisel. It can be used to engrave on stone, wood, or soft metals.",
"weight": "660 g",
"volume": "250 ml",
"price": 1600,
"to_hit": 2,
"bashing": 2,
"cutting": 1,
"material": "stone",
"symbol": ";",
"color": "light_gray",
"qualities": [ [ "CHISEL", 1 ] ],
"flags": [ "BELT_CLIP" ]
}
]
11 changes: 11 additions & 0 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2721,5 +2721,16 @@
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "HAMMER_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 1 ] ], [ [ "nail", 1 ], [ "screwdriver", 1 ] ], [ [ "2x4", 1 ], [ "stick", 1 ], [ "splinter", 3 ] ] ]
},
{
"type": "recipe",
"result": "stone_chisel",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"time": "20 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "rock", 1 ], [ "sharp_rock", 1 ] ], [ [ "stick", 1 ], [ "2x4", 1 ] ] ]
}
]

0 comments on commit 5f4e2eb

Please sign in to comment.