Skip to content

Commit

Permalink
add more products and recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
batchmode committed Jan 9, 2024
1 parent 4a5dd19 commit 579a825
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 2 deletions.
23 changes: 21 additions & 2 deletions src/client/io/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ const products = [
"id": "missile-set",
"name": "Missile Set",
"iconPosition": [
4,
5,
8
],
"category": "product"
Expand All @@ -1335,7 +1335,7 @@ const products = [
"id": "supersonic-missile-set",
"name": "Supersonic Missile Set",
"iconPosition": [
5,
4,
8
],
"category": "product"
Expand Down Expand Up @@ -1421,6 +1421,15 @@ const products = [
],
"category": "product"
},
{
"id": "gauss-turret",
"name": "Gauss Turret",
"iconPosition": [
10,
13
],
"category": "building"
},
{
"id": "missile-turret",
"name": "Missile Turret",
Expand Down Expand Up @@ -1501,7 +1510,17 @@ const products = [
9
],
"category": "product"
},
{
"id": "gravity-missile-set",
"name": "Gravity Missile Set",
"iconPosition": [
3,
8
],
"category": "product"
}

]

export default products
Loading

0 comments on commit 579a825

Please sign in to comment.