configs_export

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	Name             string
	Nickname         string
	System           string
	SystemNickname   string
	StridName        int
	InfocardID       int
	Infocard         Infocard
	File             utils_types.FilePath
	BGCS_base_run_by string
	Goods            []MarketGood
}

type Exporter

type Exporter struct {
	// contains filtered or unexported fields
}

func NewExporter

func NewExporter(configs *configs_mapped.MappedConfigs) *Exporter

func (*Exporter) Bases

func (e *Exporter) Bases(is_no_name_included NoNameIncluded) []Base

func (*Exporter) GetMarketGoods added in v0.8.0

func (e *Exporter) GetMarketGoods() []MarketGood

type GoodType added in v0.8.0

type GoodType string
const (
	TypeCommodity GoodType = "commodity"
)

type Infocard added in v0.6.1

type Infocard struct {
	Start  []string
	Middle []string
}

type MarketGood added in v0.8.0

type MarketGood struct {
	GoodNickname string
	Type         GoodType

	LevelRequired int
	RepRequired   float64

	IsBuyOnly     bool
	PriceModifier float64
	PriceBase     float64
	Price         float64
}

type NoNameIncluded

type NoNameIncluded bool

Jump to

Keyboard shortcuts

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