Documentation ¶ Index ¶ func NewWeapon(c *core.Core, char *character.CharWrapper, p weapon.WeaponProfile) (weapon.Weapon, error) type Weapon func (w *Weapon) Init() error func (w *Weapon) SetIndex(idx int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewWeapon ¶ func NewWeapon(c *core.Core, char *character.CharWrapper, p weapon.WeaponProfile) (weapon.Weapon, error) Types ¶ type Weapon ¶ type Weapon struct { Index int } When a Normal, Charged, or Plunging Attack hits an opponent, it will whip up a Hewing Gale, dealing AoE DMG equal to 180% of ATK and increasing ATK by 15% for 8s. This effect can be triggered once every 8s. func (*Weapon) Init ¶ func (w *Weapon) Init() error func (*Weapon) SetIndex ¶ func (w *Weapon) SetIndex(idx int) Source Files ¶ View all Source files kagotsurubeisshin.go Click to show internal directories. Click to hide internal directories.