Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 954 Bytes

ShipModule.md

File metadata and controls

20 lines (15 loc) · 954 Bytes

openapi.model.ShipModule

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
symbol String The symbol of the module.
capacity int Modules that provide capacity, such as cargo hold or crew quarters will show this value to denote how much of a bonus the module grants. [optional]
range int Modules that have a range will such as a sensor array show this value to denote how far can the module reach with its capabilities. [optional]
name String Name of this module.
description String Description of this module.
requirements ShipRequirements

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