loadout

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engineering

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

type Fuel struct {
	Main    float64 `json:"Main"`
	Reserve float64 `json:"Reserve"`
}

Fuel contains the main and reserve fuel capacities.

type Modifier

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL