Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.24 KB

ShipFrame.md

File metadata and controls

18 lines (13 loc) · 1.24 KB

ShipFrame

Properties

Name Type Description Notes
symbol String Symbol of the frame.
name String Name of the frame.
description String Description of the frame.
condition Option<i32> Condition is a range of 0 to 100 where 0 is completely worn out and 100 is brand new. [optional]
module_slots i32 The amount of slots that can be dedicated to modules installed in the ship. Each installed module take up a number of slots, and once there are no more slots, no new modules can be installed.
mounting_points i32 The amount of slots that can be dedicated to mounts installed in the ship. Each installed mount takes up a number of points, and once there are no more points remaining, no new mounts can be installed.
fuel_capacity i32 The maximum amount of fuel that can be stored in this ship. When refueling, the ship will be refueled to this amount.
requirements crate::models::ShipRequirements

[Back to Model list] [Back to API list] [Back to README]