Skip to content

Commit 97d8c8b

Browse files
Merge pull request #55024 from Moumix3/magnifying_glass
Fix magnifying glass recipe
2 parents 689dfa5 + 21fde21 commit 97d8c8b

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

data/json/recipes/recipe_others.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,19 +1001,6 @@
10011001
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
10021002
"qualities": [ { "id": "CHISEL", "level": 3 } ]
10031003
},
1004-
{
1005-
"type": "recipe",
1006-
"activity_level": "LIGHT_EXERCISE",
1007-
"result": "magnifying_glass",
1008-
"category": "CC_OTHER",
1009-
"subcategory": "CSC_OTHER_TOOLS",
1010-
"skill_used": "fabrication",
1011-
"difficulty": 2,
1012-
"autolearn": true,
1013-
"proficiencies": [ { "proficiency": "prof_plasticworking" } ],
1014-
"using": [ [ "soldering_standard", 10 ], [ "surface_heat", 10 ], [ "plastic_molding", 2 ] ],
1015-
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "wire", 1 ] ] ]
1016-
},
10171004
{
10181005
"type": "recipe",
10191006
"activity_level": "LIGHT_EXERCISE",

data/json/recipes/tools/tool.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,5 +1212,19 @@
12121212
],
12131213
"qualities": [ { "id": "GRIND", "level": 2 } ],
12141214
"tools": [ [ [ "hotcut", -1 ], [ "metal_file", -1 ] ] ]
1215+
},
1216+
{
1217+
"type": "recipe",
1218+
"activity_level": "LIGHT_EXERCISE",
1219+
"result": "magnifying_glass",
1220+
"category": "CC_OTHER",
1221+
"subcategory": "CSC_OTHER_TOOLS",
1222+
"skill_used": "fabrication",
1223+
"difficulty": 2,
1224+
"time": "5 m",
1225+
"autolearn": true,
1226+
"proficiencies": [ { "proficiency": "prof_plasticworking" } ],
1227+
"using": [ [ "soldering_standard", 10 ], [ "plastic_molding", 2 ] ],
1228+
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "wire", 1 ] ] ]
12151229
}
12161230
]

0 commit comments

Comments
 (0)