equip

package
v0.0.0-...-54eea7a Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Equip

type Equip struct {
	ID              int              `json:"id"`
	Name            string           `json:"name"`
	Active          bool             `json:"active"`
	Specification   string           `json:"specification"`
	Applicable      string           `json:"applicable"`
	Region          int              `json:"region"`
	Radius          int              `json:"radius"`
	TypeSlot        int              `json:"type_slot"`
	Reload          int              `json:"reload"`
	CurrentReload   int              `json:"current_reload"`
	Power           int              `json:"power"`
	UsePower        int              `json:"use_power"`
	Effects         []*effect.Effect `json:"effects"`
	MaxHP           int              `json:"max_hp"`
	StepsTime       int              `json:"steps_time"`
	Size            float32          `json:"size"`
	Initiative      int              `json:"initiative"`
	MiningChecker   bool             `json:"move_checker"`
	MiningReservoir *resource.Map    `json:"mining_reservoir"`

	XAttach int `json:"x_attach"`
	YAttach int `json:"y_attach"`
	// contains filtered or unexported fields
}

func (*Equip) CreateMining

func (e *Equip) CreateMining()

func (*Equip) GetMining

func (e *Equip) GetMining() chan bool

Jump to

Keyboard shortcuts

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