Skip to content

Commit

Permalink
Update data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PyHToR4eG committed Apr 21, 2024
1 parent c383927 commit c0d9671
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,24 @@
"time": 3,
"ingredients": [["copper_ingot", 2], ["magnetic_coil", 1]],
"product": ["engine", 1]
},
{
"name": "Magnum ammo box", "key_name": "magnum_ammo_box", "category": "crafting",
"time": 1,
"ingredients": [["copper_ingot", 3]],
"product": ["magnum_ammo_box", 1]
},
{
"name": "Titanium ammo box", "key_name": "titanium_ammo_box", "category": "crafting",
"time": 2,
"ingredients": [["magnum_ammo_box", 1], ["titanium_ingot", 2]],
"product": ["titanium_ammo_box", 1]
},
{
"name": "Superalloy ammo box", "key_name": "superalloy_ammo_box", "category": "crafting",
"time": 3,
"ingredients": [["titanium_ammo_box", 1], ["titanium_alloy", 1]],
"product": ["superalloy_ammo_box", 1]
}

],
Expand Down

0 comments on commit c0d9671

Please sign in to comment.