|
1141 | 1141 | { "item": "element", "count": [ 1, 2 ] },
|
1142 | 1142 | { "item": "cable", "charges": [ 1, 2 ] }
|
1143 | 1143 | ]
|
| 1144 | + }, |
| 1145 | + { |
| 1146 | + "id": "ap_oil_press_industrial", |
| 1147 | + "type": "vehicle_part", |
| 1148 | + "categories": [ "utility" ], |
| 1149 | + "name": "industrial oil press", |
| 1150 | + "description": "A heavy-duty press used to create vegetable oil from nuts or seeds.", |
| 1151 | + "looks_like": "f_machinery_light", |
| 1152 | + "variants": [ { "symbols": "Y", "symbols_broken": "#" } ], |
| 1153 | + "color": "green", |
| 1154 | + "flags": [ "OBSTACLE", "APPLIANCE" ], |
| 1155 | + "pseudo_tools": [ { "id": "fake_oil_press_industrial" } ], |
| 1156 | + "item": "oil_press_electric", |
| 1157 | + "damage_modifier": 10, |
| 1158 | + "damage_reduction": { "all": 30 }, |
| 1159 | + "durability": 80, |
| 1160 | + "breaks_into": [ |
| 1161 | + { "item": "funnel", "count": [ 0, 1 ] }, |
| 1162 | + { "item": "frame", "count": [ 0, 1 ] }, |
| 1163 | + { "item": "sheet_metal", "count": [ 0, 2 ] }, |
| 1164 | + { "item": "element", "count": [ 0, 2 ] }, |
| 1165 | + { "item": "crude_heating_element", "count": [ 0, 3 ] }, |
| 1166 | + { "item": "motor_tiny", "count": [ 0, 1 ] }, |
| 1167 | + { "item": "cable", "count": [ 0, 10 ] }, |
| 1168 | + { "item": "power_supply", "count": [ 0, 1 ] }, |
| 1169 | + { "item": "pipe_fittings", "count": [ 0, 2 ] }, |
| 1170 | + { "item": "pipe", "count": [ 0, 2 ] }, |
| 1171 | + { "item": "wire_mesh", "count": [ 0, 1 ] }, |
| 1172 | + { "item": "metal_tank_little", "count": [ 0, 1 ] } |
| 1173 | + ] |
1144 | 1174 | }
|
1145 | 1175 | ]
|
0 commit comments