improvement on gm windows, ai
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"simulationSpeedMultiplier": 1.5,
|
||||
"yPlane": 4,
|
||||
"arrivalThreshold": 16,
|
||||
"miningRate": 10,
|
||||
|
||||
@@ -15,6 +15,22 @@
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Refinery",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "refinery",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_refinedmetals_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Hullworks",
|
||||
"color": "#7ed4ff",
|
||||
@@ -27,8 +43,8 @@
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": -1
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Clay Grid",
|
||||
@@ -42,7 +58,102 @@
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "Dominion Quantum Yard",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "quantumtubes",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_quantumtubes_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "Dominion Graphene Array",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "graphene",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_graphene_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Wafer Foundry",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "siliconwafers",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_siliconwafers_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Antimatter Forge",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "antimattercells",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_antimattercells_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Coolant Loop",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "superfluidcoolant",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_superfluidcoolant_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Dominion Hydro Plant",
|
||||
"color": "#7ed4ff",
|
||||
"objective": "water",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_water_01"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion",
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
@@ -60,6 +171,22 @@
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "League Refinery",
|
||||
"color": "#ff8f70",
|
||||
"objective": "refinery",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_refinedmetals_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "League Hullworks",
|
||||
"color": "#ff8f70",
|
||||
@@ -72,8 +199,8 @@
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": 1
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "League Clay Grid",
|
||||
@@ -87,8 +214,259 @@
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "League Quantum Yard",
|
||||
"color": "#ff8f70",
|
||||
"objective": "quantumtubes",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_quantumtubes_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "League Graphene Array",
|
||||
"color": "#ff8f70",
|
||||
"objective": "graphene",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_graphene_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "League Wafer Foundry",
|
||||
"color": "#ff8f70",
|
||||
"objective": "siliconwafers",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_siliconwafers_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "League Antimatter Forge",
|
||||
"color": "#ff8f70",
|
||||
"objective": "antimattercells",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_antimattercells_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "League Coolant Loop",
|
||||
"color": "#ff8f70",
|
||||
"objective": "superfluidcoolant",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_superfluidcoolant_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "League Hydro Plant",
|
||||
"color": "#ff8f70",
|
||||
"objective": "water",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_water_01"
|
||||
],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league",
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Power Relay",
|
||||
"color": "#91e6a8",
|
||||
"objective": "power",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Refinery",
|
||||
"color": "#91e6a8",
|
||||
"objective": "refinery",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_refinedmetals_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Hullworks",
|
||||
"color": "#91e6a8",
|
||||
"objective": "hullparts",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_hullparts_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Clay Grid",
|
||||
"color": "#91e6a8",
|
||||
"objective": "claytronics",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_claytronics_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Quantum Yard",
|
||||
"color": "#91e6a8",
|
||||
"objective": "quantumtubes",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_quantumtubes_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": null
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Graphene Array",
|
||||
"color": "#91e6a8",
|
||||
"objective": "graphene",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_graphene_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 0,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Wafer Foundry",
|
||||
"color": "#91e6a8",
|
||||
"objective": "siliconwafers",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_siliconwafers_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 1,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Antimatter Forge",
|
||||
"color": "#91e6a8",
|
||||
"objective": "antimattercells",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_antimattercells_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": 1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Coolant Loop",
|
||||
"color": "#91e6a8",
|
||||
"objective": "superfluidcoolant",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_liquid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_superfluidcoolant_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": -1
|
||||
},
|
||||
{
|
||||
"label": "Syndicate Hydro Plant",
|
||||
"color": "#91e6a8",
|
||||
"objective": "water",
|
||||
"startingModules": [
|
||||
"module_arg_dock_m_01_lowtech",
|
||||
"module_arg_stor_solid_m_01",
|
||||
"module_arg_stor_container_m_01",
|
||||
"module_gen_prod_energycells_01",
|
||||
"module_gen_prod_water_01"
|
||||
],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate",
|
||||
"planetIndex": 3,
|
||||
"lagrangeSide": 1
|
||||
}
|
||||
],
|
||||
"shipFormations": [
|
||||
@@ -101,7 +479,7 @@
|
||||
},
|
||||
{
|
||||
"shipId": "miner",
|
||||
"count": 1,
|
||||
"count": 4,
|
||||
"center": [ 54, 0, 18 ],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion"
|
||||
@@ -113,6 +491,13 @@
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion"
|
||||
},
|
||||
{
|
||||
"shipId": "gas-miner",
|
||||
"count": 4,
|
||||
"center": [ 74, 0, 14 ],
|
||||
"systemId": "helios",
|
||||
"factionId": "sol-dominion"
|
||||
},
|
||||
{
|
||||
"shipId": "constructor",
|
||||
"count": 1,
|
||||
@@ -122,7 +507,7 @@
|
||||
},
|
||||
{
|
||||
"shipId": "miner",
|
||||
"count": 1,
|
||||
"count": 4,
|
||||
"center": [ 56, 0, -12 ],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league"
|
||||
@@ -133,6 +518,41 @@
|
||||
"center": [ 68, 0, -18 ],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league"
|
||||
},
|
||||
{
|
||||
"shipId": "gas-miner",
|
||||
"count": 4,
|
||||
"center": [ 76, 0, -22 ],
|
||||
"systemId": "sol",
|
||||
"factionId": "asterion-league"
|
||||
},
|
||||
{
|
||||
"shipId": "constructor",
|
||||
"count": 1,
|
||||
"center": [ 44, 0, 20 ],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate"
|
||||
},
|
||||
{
|
||||
"shipId": "miner",
|
||||
"count": 4,
|
||||
"center": [ 58, 0, 24 ],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate"
|
||||
},
|
||||
{
|
||||
"shipId": "hauler",
|
||||
"count": 1,
|
||||
"center": [ 68, 0, 18 ],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate"
|
||||
},
|
||||
{
|
||||
"shipId": "gas-miner",
|
||||
"count": 4,
|
||||
"center": [ 78, 0, 22 ],
|
||||
"systemId": "perseus",
|
||||
"factionId": "nadir-syndicate"
|
||||
}
|
||||
],
|
||||
"patrolRoutes": [],
|
||||
|
||||
@@ -439,5 +439,71 @@
|
||||
"maxEfficiency": 1,
|
||||
"priority": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gas-miner",
|
||||
"label": "Prospector Gas Miner",
|
||||
"kind": "mining",
|
||||
"class": "industrial",
|
||||
"speed": 75000,
|
||||
"warpSpeed": 0.15,
|
||||
"ftlSpeed": 0.5,
|
||||
"spoolTime": 3.1,
|
||||
"cargoCapacity": 120,
|
||||
"cargoKind": "liquid",
|
||||
"color": "#84e7ff",
|
||||
"hullColor": "#2b5868",
|
||||
"size": 6,
|
||||
"maxHealth": 150,
|
||||
"capabilities": [
|
||||
"warp",
|
||||
"ftl",
|
||||
"mining"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "gas-miner-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"module_gen_build_l_01"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hullparts",
|
||||
"amount": 34
|
||||
},
|
||||
{
|
||||
"itemId": "advancedelectronics",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "antimatterconverters",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "shieldcomponents",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "engineparts",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "engineparts",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "turretcomponents",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "hullparts",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"cycleTime": 28,
|
||||
"productsPerHour": 128.6,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user