Skip to content

Entities/Ships

biqqles edited this page Jul 6, 2022 · 2 revisions

This section describes the Ship entity.

Ship(Entity)

A starship with a cargo bay and, possibly, hardpoints for weapons.

Attributes Type Notes
ids_info1 int Ship infocards are in four parts
ids_info2 int
ids_info3 int
ship_class int
hit_pts int
hold_size int
nanobot_limit int
shield_battery_limit int
steering_torque Tuple[float, float, float]
angular_drag Tuple[float, float, float]
mission_property Optional[str]
Methods
hull() ShipHull This ship's hull entity
package() ShipPackage This ship's package entity
price() int The price of this ship's hull
icon() bytes This ship's icon
type() str The name of the type (class) of this ship
turn_rate() float Turn rate in degrees per second
hardpoints() List[str] A list of this ship's hardpoints
Clone this wiki locally