Documentation
¶
Overview ¶
Package size implements a system for size categories of creatures
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct { Name string `json:"name" db:"name"` Level int `json:"level" db:"level"` BaseHeight int `json:"base_height" db:"base_height"` // Base height in inches BaseWeight int `json:"base_weight" db:"base_weight"` // Base weight in pounds }
Category is a general size category for creatures
func GetCategoryByName ¶
GetCategoryByName returns a size category based on name
Click to show internal directories.
Click to hide internal directories.