Skip to content

Commit

Permalink
Merge pull request #747 from seedubya/master
Browse files Browse the repository at this point in the history
Sirius AX Weapon Update
  • Loading branch information
msarilar authored Mar 22, 2024
2 parents 4a3cd8b + e4bd0e0 commit 2cadd66
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion EDEngineer/Resources/Data/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -34347,6 +34347,68 @@
}
]
},
{
"Type": "Human",
"Name": "Sirius Modified AX Missile Rack (Large)",
"Engineers": [
"@Technology"
],
"Ingredients": [
{
"Name": "Heat Dispersion Plate",
"Size": 9
},
{
"Name": "High Density Composites",
"Size": 10
},
{
"Name": "Mechanical Equipment",
"Size": 20
},
{
"Name": "Military Supercapacitors",
"Size": 10
},
{
"Name": "Technetium",
"Size": 3
},
{
"Name": "Vanadium",
"Size": 13
}
]
},
{
"Type": "Human",
"Name": "Sirius Modified AX Missile Rack (Medium)",
"Engineers": [
"@Technology"
],
"Ingredients": [
{
"Name": "Heat Dispersion Plate",
"Size": 6
},
{
"Name": "High Density Composites",
"Size": 5
},
{
"Name": "Mechanical Equipment",
"Size": 12
},
{
"Name": "Military Supercapacitors",
"Size": 5
},
{
"Name": "Vanadium",
"Size": 8
}
]
},
{
"Type": "Guardian",
"Name": "Guardian Gauss Cannon (Fixed, Medium)",
Expand Down Expand Up @@ -44586,4 +44648,4 @@
],
"Grade": 5
}
]
]

0 comments on commit 2cadd66

Please sign in to comment.