package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Jan 26, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Engineering struct {
Engineer string `json:"Engineer"`
EngineerID int64 `json:"EngineerID"`
BlueprintID int64 `json:"BlueprintID"`
BlueprintName string `json:"BlueprintName"`
Level int64 `json:"Level"`
Quality float64 `json:"Quality"`
ExperimentalEffect string `json:"ExperimentalEffect"`
Modifiers []Modifier `json:"Modifiers"`
}
Engineering represents the engineering modifications performed on a module.
type Fuel struct {
Main float64 `json:"Main"`
Reserve float64 `json:"Reserve"`
}
Fuel contains the main and reserve fuel capacities.
type Modifier struct {
Label string `json:"Label"`
Value float64 `json:"Value"`
OriginalValue float64 `json:"OriginalValue"`
LessIsGood int64 `json:"LessIsGood"`
}
Modifier describes an engineering modifier.
type Module struct {
Slot string `json:"Slot"`
Item string `json:"Item"`
On bool `json:"On"`
Priority int64 `json:"Priority"`
Health int64 `json:"Health"`
Engineering Engineering `json:"Engineering"`
}
Module contains information about a ship module.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.