equipment

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2021 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 DamageDetail

type DamageDetail struct {
	DamageDice string
	DamageType api.Ref
}

type EquipmentClient

type EquipmentClient interface {
	GetList() (*api.ListResponse, error)
	QueryList(query map[string]string) (*api.ListResponse, error)
	GetByIndex(index string) (*EquipmentDetail, error)
}

func NewClient

func NewClient(basicsProvider api.BasicsProvider) EquipmentClient

type EquipmentDetail

type EquipmentDetail struct {
	Index             string       `json:"index"`
	Name              string       `json:"name"`
	Url               string       `json:"url"`
	EquipmentCategory api.Ref      `json:"equipment_category"`
	WeaponCategory    string       `json:"weapon_category"`
	WeaponRange       string       `json:"weapon_range"`
	CategoryRange     string       `json:"category_range"`
	Cost              api.Cost     `json:"cost"`
	Damage            DamageDetail `json:"damage_types"`
	Range             api.Range    `json:"range"`
	Weight            int          `json:"weight"`
	Properties        []api.Ref    `json:"properties"`
}

Jump to

Keyboard shortcuts

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