Get Sink List
|
This endpoint runs in game thread. |
Gets a list of all sinkable items.
Response Body
| Name | Type | Description |
|---|---|---|
Name |
String |
Item Name |
ClassName |
String |
UE Class Name |
Points |
Integer |
Number of Points Earned |
PointsOverride |
Integer |
Override for AWESOME Sink Point (Game takes higher of the two) |
Example Response
[
{
"Name": "Turbo Motor",
"ClassName": "Desc_MotorLightweight_C",
"Points": 242720,
"PointsOverride": -1
},
{
"Name": "Pressure Conversion Cube",
"ClassName": "Desc_PressureConversionCube_C",
"Points": 257312,
"PointsOverride": -1
},
{
"Name": "Hover Pack",
"ClassName": "BP_EquipmentDescriptorHoverPack_C",
"Points": 413920,
"PointsOverride": -1
},
{
"Name": "Nuclear Pasta",
"ClassName": "Desc_SpaceElevatorPart_9_C",
"Points": 543424,
"PointsOverride": -1
},
{
"Name": "Assembly Director System",
"ClassName": "Desc_SpaceElevatorPart_7_C",
"Points": 543632,
"PointsOverride": -1
},
{
"Name": "Thermal Propulsion Rocket",
"ClassName": "Desc_SpaceElevatorPart_8_C",
"Points": 732956,
"PointsOverride": -1
}
]