FicsitRemoteMonitoring icon indicating copy to clipboard operation
FicsitRemoteMonitoring copied to clipboard

milestone cost in getHubTerminal

Open derpierre65 opened this issue 1 year ago • 1 comments

it would be nice to add the hub milestone required items and the progress (with the current item count or the %) like in getSpaceElevator, example:

{
  "MilestoneCost": [
    {
      "Name": "Assembly Director System",
      "ClassName": "Desc_SpaceElevatorPart_7_C",
      "Amount": 500,
      "Progress": 250
    }
  ]
}

or maybe add the Inventory like in the space elevator

derpierre65 avatar Oct 17 '24 19:10 derpierre65

Notes for later: AFGSchematicManager ->mActiveSchematic may be of use for this

porisius avatar Oct 17 '24 20:10 porisius

implemented in 1.3.1

derpierre65 avatar Apr 03 '25 15:04 derpierre65