|
1243 | 1243 | [ [ "stick", 1 ], [ "2x4", 1 ] ]
|
1244 | 1244 | ]
|
1245 | 1245 | },
|
| 1246 | + { |
| 1247 | + "type": "recipe", |
| 1248 | + "activity_level": "BRISK_EXERCISE", |
| 1249 | + "result": "brush_handaxe", |
| 1250 | + "id_suffix": "from_scratch", |
| 1251 | + "category": "CC_WEAPON", |
| 1252 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1253 | + "skill_used": "fabrication", |
| 1254 | + "difficulty": 5, |
| 1255 | + "time": "6 h", |
| 1256 | + "autolearn": true, |
| 1257 | + "proficiencies": [ |
| 1258 | + { "proficiency": "prof_blacksmithing", "required": false, "time_multiplier": 3.0 }, |
| 1259 | + { "proficiency": "prof_bladesmith" } |
| 1260 | + ], |
| 1261 | + "using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ], |
| 1262 | + "qualities": [ { "id": "GRIND", "level": 2 } ], |
| 1263 | + "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ], |
| 1264 | + "components": [ [ [ "2x4", 1 ], [ "stick", 1 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ] |
| 1265 | + }, |
| 1266 | + { |
| 1267 | + "type": "recipe", |
| 1268 | + "activity_level": "BRISK_EXERCISE", |
| 1269 | + "result": "brush_handaxe", |
| 1270 | + "id_suffix": "from_brush_axe", |
| 1271 | + "category": "CC_WEAPON", |
| 1272 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1273 | + "skill_used": "fabrication", |
| 1274 | + "difficulty": 0, |
| 1275 | + "time": "5 m", |
| 1276 | + "autolearn": true, |
| 1277 | + "qualities": [ { "id": "SAW_W", "level": 2 } ], |
| 1278 | + "byproducts": [ [ "2x4", 1 ] ], |
| 1279 | + "components": [ [ [ "brush_axe", 1 ] ] ] |
| 1280 | + }, |
| 1281 | + { |
| 1282 | + "type": "recipe", |
| 1283 | + "activity_level": "BRISK_EXERCISE", |
| 1284 | + "result": "brush_handaxe", |
| 1285 | + "id_suffix": "from_brush_pole", |
| 1286 | + "category": "CC_WEAPON", |
| 1287 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1288 | + "skill_used": "fabrication", |
| 1289 | + "difficulty": 0, |
| 1290 | + "time": "5 m", |
| 1291 | + "autolearn": true, |
| 1292 | + "qualities": [ { "id": "SAW_W", "level": 2 } ], |
| 1293 | + "byproducts": [ [ "stick_long", 1 ] ], |
| 1294 | + "components": [ [ [ "brush_pole", 1 ] ] ] |
| 1295 | + }, |
1246 | 1296 | {
|
1247 | 1297 | "type": "recipe",
|
1248 | 1298 | "activity_level": "BRISK_EXERCISE",
|
1249 | 1299 | "result": "brush_axe",
|
| 1300 | + "id_suffix": "from_scratch", |
1250 | 1301 | "category": "CC_WEAPON",
|
1251 | 1302 | "subcategory": "CSC_WEAPON_CUTTING",
|
1252 | 1303 | "skill_used": "fabrication",
|
1253 |
| - "difficulty": 7, |
| 1304 | + "difficulty": 5, |
| 1305 | + "time": "6 h", |
| 1306 | + "autolearn": true, |
| 1307 | + "proficiencies": [ |
| 1308 | + { "proficiency": "prof_blacksmithing", "required": false, "time_multiplier": 3.0 }, |
| 1309 | + { "proficiency": "prof_bladesmith" } |
| 1310 | + ], |
| 1311 | + "using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ], |
| 1312 | + "qualities": [ { "id": "GRIND", "level": 2 } ], |
| 1313 | + "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ], |
| 1314 | + "components": [ [ [ "2x4", 1 ], [ "stick", 2 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ] |
| 1315 | + }, |
| 1316 | + { |
| 1317 | + "type": "recipe", |
| 1318 | + "activity_level": "BRISK_EXERCISE", |
| 1319 | + "result": "brush_axe", |
| 1320 | + "id_suffix": "from_bill", |
| 1321 | + "category": "CC_WEAPON", |
| 1322 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1323 | + "skill_used": "fabrication", |
| 1324 | + "difficulty": 2, |
| 1325 | + "time": "20 m", |
| 1326 | + "autolearn": true, |
| 1327 | + "proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.5, "skill_penalty": 0 } ], |
| 1328 | + "qualities": [ { "id": "DRILL", "level": 2 } ], |
| 1329 | + "byproducts": [ [ "splinter", 1 ] ], |
| 1330 | + "components": [ |
| 1331 | + [ [ "brush_handaxe", 1 ] ], |
| 1332 | + [ [ "nails", 4, "LIST" ] ], |
| 1333 | + [ [ "2x4", 1 ], [ "stick", 2 ] ], |
| 1334 | + [ [ "fur", 2 ], [ "leather", 2 ] ] |
| 1335 | + ] |
| 1336 | + }, |
| 1337 | + { |
| 1338 | + "type": "recipe", |
| 1339 | + "activity_level": "BRISK_EXERCISE", |
| 1340 | + "result": "brush_pole", |
| 1341 | + "id_suffix": "from_scratch", |
| 1342 | + "category": "CC_WEAPON", |
| 1343 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1344 | + "skill_used": "fabrication", |
| 1345 | + "difficulty": 5, |
1254 | 1346 | "time": "7 h 40 m",
|
1255 | 1347 | "autolearn": true,
|
1256 | 1348 | "proficiencies": [
|
|
1265 | 1357 | "components": [ [ [ "stick_long", 1 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ]
|
1266 | 1358 | },
|
1267 | 1359 | {
|
| 1360 | + "type": "recipe", |
| 1361 | + "activity_level": "BRISK_EXERCISE", |
| 1362 | + "result": "brush_pole", |
| 1363 | + "id_suffix": "from_bill", |
| 1364 | + "category": "CC_WEAPON", |
| 1365 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1366 | + "skill_used": "fabrication", |
| 1367 | + "difficulty": 2, |
| 1368 | + "time": "20 m", |
| 1369 | + "autolearn": true, |
| 1370 | + "proficiencies": [ { "proficiency": "prof_carving", "time_multiplier": 1.5, "skill_penalty": 0 } ], |
| 1371 | + "qualities": [ { "id": "DRILL", "level": 2 } ], |
| 1372 | + "byproducts": [ [ "splinter", 3 ] ], |
| 1373 | + "components": [ [ [ "brush_handaxe", 1 ] ], [ [ "nails", 4, "LIST" ] ], [ [ "stick_long", 1 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ] |
| 1374 | + }, |
| 1375 | + { |
| 1376 | + "type": "recipe", |
| 1377 | + "activity_level": "BRISK_EXERCISE", |
| 1378 | + "result": "bronze_brush_handaxe", |
| 1379 | + "category": "CC_WEAPON", |
| 1380 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1381 | + "skill_used": "fabrication", |
| 1382 | + "difficulty": 4, |
| 1383 | + "time": "6 h", |
| 1384 | + "autolearn": true, |
| 1385 | + "proficiencies": [ |
| 1386 | + { "proficiency": "prof_metalworking" }, |
| 1387 | + { "proficiency": "prof_redsmithing" }, |
| 1388 | + { "proficiency": "prof_redsmithing_adv" } |
| 1389 | + ], |
| 1390 | + "using": [ [ "forging_standard", 2 ], [ "bronzesmithing_tools", 1 ] ], |
| 1391 | + "tools": [ [ [ "casting_mold", -1 ] ] ], |
| 1392 | + "qualities": [ { "id": "GRIND", "level": 2 } ], |
| 1393 | + "components": [ [ [ "2x4", 1 ], [ "stick", 2 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ], [ [ "scrap_bronze", 10 ] ] ] |
| 1394 | + }, |
| 1395 | + { |
| 1396 | + "type": "recipe", |
| 1397 | + "activity_level": "BRISK_EXERCISE", |
1268 | 1398 | "result": "bronze_brush_axe",
|
| 1399 | + "category": "CC_WEAPON", |
| 1400 | + "subcategory": "CSC_WEAPON_CUTTING", |
| 1401 | + "skill_used": "fabrication", |
| 1402 | + "difficulty": 4, |
| 1403 | + "time": "6 h", |
| 1404 | + "autolearn": true, |
| 1405 | + "proficiencies": [ |
| 1406 | + { "proficiency": "prof_metalworking" }, |
| 1407 | + { "proficiency": "prof_redsmithing" }, |
| 1408 | + { "proficiency": "prof_redsmithing_adv" } |
| 1409 | + ], |
| 1410 | + "using": [ [ "forging_standard", 2 ], [ "bronzesmithing_tools", 1 ] ], |
| 1411 | + "tools": [ [ [ "casting_mold", -1 ] ] ], |
| 1412 | + "components": [ [ [ "2x4", 1 ], [ "stick", 2 ] ], [ [ "fur", 2 ], [ "leather", 2 ] ] ] |
| 1413 | + }, |
| 1414 | + { |
| 1415 | + "result": "bronze_brush_pole", |
1269 | 1416 | "type": "recipe",
|
1270 | 1417 | "activity_level": "BRISK_EXERCISE",
|
1271 | 1418 | "category": "CC_WEAPON",
|
1272 | 1419 | "subcategory": "CSC_WEAPON_CUTTING",
|
1273 | 1420 | "skill_used": "fabrication",
|
1274 |
| - "difficulty": 6, |
| 1421 | + "difficulty": 4, |
1275 | 1422 | "time": "4 h",
|
1276 | 1423 | "book_learn": [ [ "bronze_book", 5 ] ],
|
1277 | 1424 | "autolearn": true,
|
|
0 commit comments