races

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RaceClient

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

func NewClient

func NewClient(basicsProvider api.BasicsProvider) RaceClient

type RaceDetail

type RaceDetail struct {
	Index                 string                        `json:"index"`
	Name                  string                        `json:"name"`
	Url                   string                        `json:"url"`
	Speed                 int                           `json:"speed"`
	AbilityBonuses        []ability_scores.AbilityBonus `json:"ability_bonuses"`
	Alignment             string                        `json:"alignment"`
	Age                   string                        `json:"age"`
	Size                  string                        `json:"size"`
	SizeDescription       string                        `json:"size_description"`
	StartingProficiencies []api.Ref                     `json:"starting_proficiencies"`
	Languages             []api.Ref                     `json:"languages"`
	LanguageDescription   string                        `json:"language_desc"`
	Traits                []api.Ref                     `json:"traits"`
	TraitOptions          TraitChoice                   `json:"trait_options"`
	Subraces              []api.Ref                     `json:"subraces"`
}

type TraitChoice

type TraitChoice struct {
	Choose int       `json:"choose"`
	Type   string    `json:"type"`
	From   []api.Ref `json:"from"`
}

Jump to

Keyboard shortcuts

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