1[
2  {
3    "type": "item_group",
4    "id": "orichalcum_frame_break",
5    "subtype": "collection",
6    "entries": [ { "item": "orichalcum_lump", "count": [ 4, 6 ] }, { "item": "orichalcum_sliver", "count": [ 4, 6 ] } ]
7  },
8  {
9    "type": "item_group",
10    "id": "light_orichalcum_frame_break",
11    "subtype": "collection",
12    "entries": [ { "item": "orichalcum_lump", "count": [ 2, 3 ] }, { "item": "orichalcum_sliver", "count": [ 1, 5 ] } ]
13  },
14  {
15    "abstract": "mana_engine",
16    "copy-from": "engine_combustion",
17    "type": "vehicle_part",
18    "fuel_type": "mana",
19    "m2c": 60,
20    "//": "30% energy efficiency",
21    "description": "A magically manifested combustion engine.  Despite operating entirely off of mana rather than normal fuel, it otherwise functions exactly as a conventional internal combustion engine.  Somehow."
22  },
23  {
24    "id": "engine_vtwin_magic",
25    "copy-from": "mana_engine",
26    "type": "vehicle_part",
27    "item": "v2_combustion",
28    "durability": 200,
29    "epower": -50,
30    "power": 37300,
31    "energy_consumption": 124500,
32    "folded_volume": "2 L",
33    "breaks_into": [
34      { "item": "steel_lump", "count": [ 10, 20 ] },
35      { "item": "steel_chunk", "count": [ 10, 20 ] },
36      { "item": "scrap", "count": [ 10, 20 ] }
37    ],
38    "requirements": {
39      "install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
40      "removal": { "skills": [ [ "mechanics", 2 ] ], "time": "30 m", "using": [ [ "vehicle_wrench_2", 1 ] ] },
41      "repair": { "skills": [ [ "mechanics", 3 ] ], "time": "60 m", "using": [ [ "welding_standard", 5 ] ] }
42    },
43    "extend": { "flags": [ "FOLDABLE" ] },
44    "damage_reduction": { "all": 60 }
45  }
46]
47