Documentation ¶
Overview ¶
Package pantheon implements fantasy pantheons
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pantheon ¶
Pantheon is a non-hierarchical group of deities
func (Pantheon) GenerateRelationships ¶
GenerateRelationships generates relationships between deities
func (Pantheon) Simplify ¶
func (pantheon Pantheon) Simplify() SimplifiedPantheon
Simplify returns a simplified pantheon for display
type SimplifiedPantheon ¶
type SimplifiedPantheon struct {
Deities []deity.SimplifiedDeity `json:"deities"`
}
SimplifiedPantheon is a simplified version of the data for display
Click to show internal directories.
Click to hide internal directories.