Skip to content

Commit dfb5244

Browse files
authored
feat(mods/rpg_system): add recipe for lost system interfaces (#7699)
feat: add recipe for lost system interfaces
1 parent f3e56bd commit dfb5244

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/mods/rpg_system/system_interface.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,16 @@
4444
"pain_max_val": [ 100 ],
4545
"morale": [ -20 ]
4646
}
47+
},
48+
{
49+
"type": "recipe",
50+
"result": "system_interface",
51+
"category": "CC_OTHER",
52+
"subcategory": "CSC_OTHER_TOOLS",
53+
"skill_used": "fabrication",
54+
"time": "1 m",
55+
"autolearn": true,
56+
"flags": [ "BLIND_EASY" ],
57+
"components": [ [ [ "rock", 1 ], [ "sharp_rock", 1 ] ] ]
4758
}
4859
]

0 commit comments

Comments
 (0)