Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
meelock authored Jul 4, 2021
1 parent 45ff30f commit 6616372
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/mods/Magiclysm/items/vehicle/vehicle_parts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"type": "GENERIC",
"id": "v2_combustion_magic",
"name": "magic v-twin combustion engine",
"symbol": "v",
"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.",
"volume": "2 L",
"weight": "10 kg",
"color": "yellow",
"material": [ "steel" ],
"price": 800000
}
]
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"id": "engine_vtwin_magic",
"copy-from": "mana_engine",
"type": "vehicle_part",
"item": "v2_combustion",
"item": "v2_combustion_magic",
"durability": 200,
"epower": -50,
"power": 37300,
Expand Down

0 comments on commit 6616372

Please sign in to comment.