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 4235114 commit 0271f37
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 @@ -1064,6 +1064,24 @@
"time": 4,
"ingredients": [["circuit_board", 2], ["gear", 8], ["iron_ingot", 8], ["magnetic_coil", 4]],
"product": ["gauss_turret", 1]
},
{
"name": "Missile turret", "key_name": "missile_turret", "category": "crafting",
"time": 6,
"ingredients": [["circuit_board", 12], ["engine", 6], ["electric_motor", 6], ["steel", 8]],
"product": ["missile_turret", 1]
},
{
"name": "Implosion cannon", "key_name": "implosion_cannon", "category": "crafting",
"time": 5,
"ingredients": [["circuit_board", 10], ["electric_motor", 8], ["steel", 10], ["super-magnetic_ring", 2]],
"product": ["implosion_cannon", 1]
},
{
"name": "Laser turret", "key_name": "laser_turret", "category": "crafting",
"time": 6,
"ingredients": [["circuit_board", 6], ["photon_combiner", 9], ["plasma_exciter", 6], ["steel", 9]],
"product": ["laser_turret", 1]
}
],
"resources": [
Expand Down

0 comments on commit 0271f37

Please sign in to comment.