Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CauseHeavyWounds ¶
type CauseHeavyWounds struct { Name string `json:"name"` Sequence string `json:"sequence"` ShSequence string `json:"sh-sequence"` Description string `json:"description"` Usage string `json:"usage"` Damage int `json:"damage"` Resistences string `json:"resistences"` Protections string `json:"protections"` }
func GetCauseHeavyWoundsSpell ¶
func GetCauseHeavyWoundsSpell(s *wavinghands.Spell, e error) (*CauseHeavyWounds, error)
func (CauseHeavyWounds) Cast ¶
func (cHW CauseHeavyWounds) Cast(wizard *wavinghands.Wizard, target *wavinghands.Living) (string, error)
type CureHeavyWounds ¶
type CureHeavyWounds struct { Name string `json:"name"` Sequence string `json:"sequence"` ShSequence string `json:"sh-sequence"` Description string `json:"description"` Usage string `json:"usage"` Damage int `json:"damage"` Resistences string `json:"resistences"` Protections string `json:"protections"` }
func GetCureHeavyWoundsSpell ¶
func GetCureHeavyWoundsSpell(s *wavinghands.Spell, e error) (*CureHeavyWounds, error)
func (CureHeavyWounds) Cast ¶
func (cHW CureHeavyWounds) Cast(wizard *wavinghands.Wizard, target *wavinghands.Living) (string, error)
type Surrender ¶
type Surrender struct { Name string `json:"name"` Sequence string `json:"sequence"` ShSequence string `json:"sh-sequence"` Description string `json:"description"` Usage string `json:"usage"` Damage int `json:"damage"` Resistences string `json:"resistences"` Protections string `json:"protections"` }
func GetSurrenderSpell ¶
func GetSurrenderSpell(s *wavinghands.Spell, e error) (*Surrender, error)
func (Surrender) Cast ¶
func (s Surrender) Cast(wizard *wavinghands.Wizard, target *wavinghands.Living) (string, error)
Click to show internal directories.
Click to hide internal directories.