Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.47 KB

File metadata and controls

43 lines (31 loc) · 1.47 KB

ShipFrame

The frame of the ship. The frame determines the number of modules and mounting points of the ship, as well as base fuel capacity. As the condition of the frame takes more wear, the ship will become more sluggish and less maneuverable.

Properties

Name Type Description Notes
symbol SymbolEnum
name String
description String
condition Integer Condition is a range of 0 to 100 where 0 is completely worn out and 100 is brand new. [optional]
moduleSlots Integer
mountingPoints Integer
fuelCapacity Integer
requirements ShipRequirements

Enum: SymbolEnum

Name Value
PROBE "FRAME_PROBE"
DRONE "FRAME_DRONE"
INTERCEPTOR "FRAME_INTERCEPTOR"
RACER "FRAME_RACER"
FIGHTER "FRAME_FIGHTER"
FRIGATE "FRAME_FRIGATE"
SHUTTLE "FRAME_SHUTTLE"
EXPLORER "FRAME_EXPLORER"
MINER "FRAME_MINER"
LIGHT_FREIGHTER "FRAME_LIGHT_FREIGHTER"
HEAVY_FREIGHTER "FRAME_HEAVY_FREIGHTER"
TRANSPORT "FRAME_TRANSPORT"
DESTROYER "FRAME_DESTROYER"
CRUISER "FRAME_CRUISER"
CARRIER "FRAME_CARRIER"