improvement on gm windows, ai

This commit is contained in:
2026-03-20 12:40:26 -04:00
parent ff078fe939
commit 3b56785f9a
39 changed files with 2594 additions and 358 deletions

View File

@@ -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
}
}
]