Get HUB Terminal
|
This endpoint is included in the getAll endpoint. |
|
This endpoint runs in game thread. |
Get information about the HUB Terminal.
Response Body
| Name | Type | Description |
|---|---|---|
ID |
String |
Unique ID of the HUB Terminal. |
Name |
String |
Name of the HUB Terminal. |
ClassName |
String |
ClassName of the HUB Terminal. |
location |
Object |
Location details of the Doggo. |
x |
Float |
X Location in the World. |
y |
Float |
Y Location in the World. |
z |
Float |
Z Location in the World. |
rotation |
Float |
Rotation of the Actor (0 - 359, 0 = North, 90 = East, 180 = South, 270 = West). |
BoundingBox |
Object |
Bounding Box information about the Actor. |
min |
Object |
The minimum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
max |
Object |
The maximum boundary of the bounding box in the corresponding axis. |
x |
Float |
Value along the X-axis. |
y |
Float |
Value along the Y-axis. |
z |
Float |
Value along the Z-axis. |
HasActiveMilestone |
Boolean |
Is a milestone selected? |
ActiveMilestone |
Object |
Current selected Milestone. |
ID |
String |
ID of the Schematic. |
Name |
String |
Name of the Schematic. |
ClassName |
String |
ClassName of the Schematic. |
TechTier |
Integer |
The tech tier that this Schematic belongs to. |
Type |
String |
Type of the Schematic. Possible Types: |
HasUnlocks |
Boolean |
Unlocks this schematic new recipes? |
Locked |
Boolean |
Is the schematic locked? |
Purchased |
Boolean |
Is Schematic Purchased? |
DepLocked |
Boolean |
Dependency Lock for Schematic. |
LockedTutorial |
Boolean |
TODO |
LockedPhase |
Boolean |
TODO |
Tutorial |
Boolean |
Is this schematic a Tutorial schematic? |
Recipes |
Object[] |
Recipes of the Schematic. |
ID |
String |
Unique ID of the Recipe. |
Name |
String |
Name of the Recipe. |
ClassName |
String |
ClassName of the Recipe. |
Category |
String |
Category of the Recipe. |
ManualDuration |
Float |
The manual manufacturing duration for this recipe. |
FactoryDuration |
Float |
The base manufacturing duration for this recipe. |
Events |
String[] |
Event when the schematic is active. Possible Events: |
ProducedIn |
String[] |
ClassName where the item can be produced (e.g. BP_BuildGun_C for the Build Gun). |
Ingredients |
Object[] |
Ingredients for this recipe. |
Name |
String |
Name of the item. |
ClassName |
String |
Class Name of the item. |
Amount |
Integer |
Amount of the item. |
MaxAmount |
Integer |
Stack size of the item. |
ManualRate |
Float |
TODO |
FactoryRate |
Float |
TODO |
Products |
Object[] |
Products produced by this recipe. |
Name |
String |
Name of the item. |
ClassName |
String |
Class Name of the item. |
Amount |
Integer |
Amount of the item. |
MaxAmount |
Integer |
Stack size of the item. |
ManualRate |
Float |
TODO |
FactoryRate |
Float |
TODO |
ShipDock |
Boolean |
Is the Ship docked to the HUB? |
SchName |
String |
Selected Schematic. |
ShipReturn |
String |
Time until the Ship is back. Format: Hours:Minutes:Seconds |
features |
Object |
An object with actor coordinates and name information. |
properties |
Object |
Name information about the actor. |
name |
String |
Display Name of the Actor. |
type |
String |
Type of the Object. |
geometry |
Object |
Geometry information about the Actor. |
coordinates |
Object |
The Actor coordinates. |
x |
Float |
X Location of the Actor. |
y |
Float |
Y Location of the Actor. |
z |
Float |
Z Location of the Actor. |
type |
String |
It’s always "Point". |
Example Response
[
{
"ID": "Build_HubTerminal_C_2147452924",
"Name": "HUB Terminal",
"ClassName": "Build_HubTerminal_C",
"location": {
"x": -70900,
"y": 249600,
"z": -3666.579833984375,
"rotation": 0
},
"BoundingBox": {
"min": {
"x": -70900,
"y": 249600,
"z": -3666.579833984375
},
"max": {
"x": -70900,
"y": 249600,
"z": -3666.579833984375
}
},
"ColorSlot": {
"PrimaryColor": "FA954900",
"SecondaryColor": "5F668C00"
},
"HasActiveMilestone": true,
"ActiveMilestone": {
"ID": "Schematic_4-3_C",
"Name": "Expanded Power Infrastructure",
"ClassName": "Schematic_4-3_C",
"TechTier": 4,
"Type": "Milestone",
"Recipes": [
{
"ID": "Recipe_PowerStorageMk1_C",
"Name": "Power Storage",
"ClassName": "Recipe_PowerStorageMk1_C",
"Category": "N/A",
"Events": [],
"Ingredients": [
{
"Name": "Encased Industrial Beam",
"ClassName": "Desc_SteelPlateReinforced_C",
"Amount": 5,
"MaxAmount": 100,
"ManualRate": 300,
"FactoryRate": 300
},
{
"Name": "Modular Frame",
"ClassName": "Desc_ModularFrame_C",
"Amount": 10,
"MaxAmount": 50,
"ManualRate": 600,
"FactoryRate": 600
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 100,
"MaxAmount": 500,
"ManualRate": 6000,
"FactoryRate": 6000
}
],
"Products": [
{
"Name": "Power Storage",
"ClassName": "Desc_PowerStorageMk1_C",
"Amount": 1,
"MaxAmount": 100,
"ManualRate": 60,
"FactoryRate": 60
}
],
"ProducedIn": [
"BP_BuildGun_C"
],
"ManualDuration": 1,
"FactoryDuration": 1
},
{
"ID": "Recipe_PowerTower_C",
"Name": "Power Tower",
"ClassName": "Recipe_PowerTower_C",
"Category": "N/A",
"Events": [],
"Ingredients": [
{
"Name": "Concrete",
"ClassName": "Desc_Cement_C",
"Amount": 10,
"MaxAmount": 500,
"ManualRate": 600,
"FactoryRate": 600
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 20,
"MaxAmount": 500,
"ManualRate": 1200,
"FactoryRate": 1200
},
{
"Name": "Steel Beam",
"ClassName": "Desc_SteelPlate_C",
"Amount": 20,
"MaxAmount": 200,
"ManualRate": 1200,
"FactoryRate": 1200
}
],
"Products": [
{
"Name": "Power Tower",
"ClassName": "Desc_PowerTower_C",
"Amount": 1,
"MaxAmount": 100,
"ManualRate": 60,
"FactoryRate": 60
}
],
"ProducedIn": [
"BP_BuildGun_C"
],
"ManualDuration": 1,
"FactoryDuration": 1
},
{
"ID": "Recipe_PowerTowerPlatform_C",
"Name": "Power Tower Platform",
"ClassName": "Recipe_PowerTowerPlatform_C",
"Category": "N/A",
"Events": [],
"Ingredients": [
{
"Name": "Concrete",
"ClassName": "Desc_Cement_C",
"Amount": 10,
"MaxAmount": 500,
"ManualRate": 600,
"FactoryRate": 600
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 20,
"MaxAmount": 500,
"ManualRate": 1200,
"FactoryRate": 1200
},
{
"Name": "Steel Beam",
"ClassName": "Desc_SteelPlate_C",
"Amount": 20,
"MaxAmount": 200,
"ManualRate": 1200,
"FactoryRate": 1200
}
],
"Products": [
{
"Name": "Power Tower Platform",
"ClassName": "Desc_PowerTowerPlatform_C",
"Amount": 1,
"MaxAmount": 100,
"ManualRate": 60,
"FactoryRate": 60
}
],
"ProducedIn": [
"BP_BuildGun_C"
],
"ManualDuration": 1,
"FactoryDuration": 1
}
],
"HasUnlocks": true,
"Locked": false,
"Purchased": false,
"DepLocked": false,
"LockedTutorial": false,
"LockedPhase": false,
"Tutorial": false,
"Cost": [
{
"Name": "Encased Industrial Beam",
"ClassName": "Desc_SteelPlateReinforced_C",
"Amount": 50,
"MaxAmount": 100,
"RemainingCost": 50,
"TotalCost": 50
},
{
"Name": "Steel Beam",
"ClassName": "Desc_SteelPlate_C",
"Amount": 100,
"MaxAmount": 200,
"RemainingCost": 100,
"TotalCost": 100
},
{
"Name": "Modular Frame",
"ClassName": "Desc_ModularFrame_C",
"Amount": 200,
"MaxAmount": 50,
"RemainingCost": 200,
"TotalCost": 200
},
{
"Name": "Wire",
"ClassName": "Desc_Wire_C",
"Amount": 2000,
"MaxAmount": 500,
"RemainingCost": 2000,
"TotalCost": 2000
}
]
},
"ShipDock": true,
"SchName": "Expanded Power Infrastructure",
"ShipReturn": "00:00:00",
"features": {
"properties": {
"name": "HUB Terminal",
"type": "HUB Terminal"
},
"geometry": {
"coordinates": {
"x": -70900,
"y": 249600,
"z": -3666.579833984375
},
"type": "Point"
}
}
}
]