|
1 | 1 | [
|
2 | 2 | {
|
3 | 3 | "type": "recipe",
|
4 |
| - "activity_level": "MODERATE_EXERCISE", |
5 | 4 | "result": "nail",
|
6 | 5 | "category": "CC_OTHER",
|
7 | 6 | "subcategory": "CSC_OTHER_MATERIALS",
|
8 | 7 | "skill_used": "fabrication",
|
9 |
| - "difficulty": 1, |
10 |
| - "time": "3 h", |
11 | 8 | "autolearn": true,
|
12 |
| - "using": [ [ "blacksmithing_standard", 1 ], [ "steel_chunk_any", 1 ] ], |
13 |
| - "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ], |
14 |
| - "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ] |
15 |
| - }, |
16 |
| - { |
17 |
| - "type": "recipe", |
| 9 | + "difficulty": 3, |
| 10 | + "charges": 83, |
18 | 11 | "activity_level": "MODERATE_EXERCISE",
|
19 |
| - "result": "crude_bronze_nail", |
20 |
| - "category": "CC_OTHER", |
21 |
| - "subcategory": "CSC_OTHER_MATERIALS", |
22 |
| - "skill_used": "fabrication", |
23 |
| - "difficulty": 2, |
24 |
| - "charges": 30, |
25 |
| - "time": "4 h", |
26 |
| - "autolearn": true, |
27 |
| - "using": [ [ "bronze_tiny", 1 ] ], |
28 |
| - "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 2 } ], |
29 |
| - "tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ] ] ], |
30 |
| - "proficiencies": [ |
31 |
| - { "proficiency": "prof_metalworking" }, |
32 |
| - { "proficiency": "prof_redsmithing" }, |
33 |
| - { "proficiency": "prof_redsmithing_adv" } |
34 |
| - ] |
| 12 | + "time": "55 m", |
| 13 | + "batch_time_factors": [ 2, 10 ], |
| 14 | + "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing", "time_multiplier": 1.5 } ], |
| 15 | + "using": [ [ "blacksmithing_standard", 1 ] ], |
| 16 | + "tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", 1 ] ] ], |
| 17 | + "components": [ [ [ "lc_steel_chunk", 1 ] ] ] |
35 | 18 | },
|
36 | 19 | {
|
37 | 20 | "type": "recipe",
|
38 |
| - "activity_level": "MODERATE_EXERCISE", |
39 | 21 | "result": "bronze_nail",
|
40 |
| - "id_suffix": "simple", |
41 |
| - "charges": 30, |
42 | 22 | "category": "CC_OTHER",
|
43 | 23 | "subcategory": "CSC_OTHER_MATERIALS",
|
44 | 24 | "skill_used": "fabrication",
|
45 |
| - "difficulty": 2, |
46 |
| - "time": "2 h", |
47 | 25 | "autolearn": true,
|
48 |
| - "using": [ [ "bronze_tiny", 1 ] ], |
49 |
| - "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 } ], |
50 |
| - "tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ] ] ], |
51 |
| - "proficiencies": [ |
52 |
| - { "proficiency": "prof_metalworking" }, |
53 |
| - { "proficiency": "prof_redsmithing" }, |
54 |
| - { "proficiency": "prof_redsmithing_adv" } |
55 |
| - ] |
56 |
| - }, |
57 |
| - { |
58 |
| - "type": "recipe", |
| 26 | + "difficulty": 3, |
| 27 | + "charges": 12, |
59 | 28 | "activity_level": "MODERATE_EXERCISE",
|
60 |
| - "result": "bronze_nail", |
61 |
| - "category": "CC_OTHER", |
62 |
| - "subcategory": "CSC_OTHER_MATERIALS", |
63 |
| - "skill_used": "fabrication", |
64 |
| - "difficulty": 1, |
65 |
| - "//": "Bronze is typically easier to work than steel/iron", |
66 |
| - "time": "2 h", |
67 |
| - "autolearn": true, |
68 |
| - "using": [ [ "blacksmithing_standard", 1 ], [ "bronze_tiny", 1 ] ], |
| 29 | + "time": "12 m 30 s", |
| 30 | + "batch_time_factors": [ 2, 40 ], |
69 | 31 | "proficiencies": [
|
70 | 32 | { "proficiency": "prof_metalworking" },
|
71 |
| - { "proficiency": "prof_redsmithing" }, |
| 33 | + { "proficiency": "prof_redsmithing", "time_multiplier": 1.5 }, |
72 | 34 | { "proficiency": "prof_redsmithing_adv" }
|
73 | 35 | ],
|
74 |
| - "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ] |
| 36 | + "using": [ [ "blacksmithing_standard", 1 ], [ "bronze_tiny", 1 ] ], |
| 37 | + "tools": [ [ [ "hotcut_any", 1, "LIST" ] ], [ [ "nail_header", 1 ], [ "nail_header_bronze", 1 ] ] ] |
75 | 38 | },
|
76 | 39 | {
|
77 | 40 | "type": "recipe",
|
|
0 commit comments