Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IronJuggernautAI ¶
type IronJuggernautAI struct {
Target *core.Target
TankUnit *core.Unit
OffTank *core.Unit
SwapAtStackCount int32
SwapBackOnDebuffExpire bool
IgniteArmor *core.Spell
LaserBurn *core.Spell
FlameVents *core.Spell
VengeanceAura *core.Aura
IgniteArmorAura map[*core.Unit]*core.Aura
// contains filtered or unexported fields
}
func (*IronJuggernautAI) ExecuteCustomRotation ¶
func (ai *IronJuggernautAI) ExecuteCustomRotation(sim *core.Simulation)
func (*IronJuggernautAI) Initialize ¶
func (ai *IronJuggernautAI) Initialize(target *core.Target, config *proto.Target)
func (*IronJuggernautAI) Reset ¶
func (ai *IronJuggernautAI) Reset(sim *core.Simulation)
type MalkorokAI ¶ added in v0.0.284
type MalkorokAI struct {
Target *core.Target
AncientMiasma *core.Spell
ImplodingEnergy *core.Spell
EssenceOfYShaarj *core.Spell
// contains filtered or unexported fields
}
func (*MalkorokAI) ExecuteCustomRotation ¶ added in v0.0.284
func (ai *MalkorokAI) ExecuteCustomRotation(sim *core.Simulation)
func (*MalkorokAI) Initialize ¶ added in v0.0.284
func (ai *MalkorokAI) Initialize(target *core.Target, config *proto.Target)
func (*MalkorokAI) Reset ¶ added in v0.0.284
func (ai *MalkorokAI) Reset(sim *core.Simulation)
Click to show internal directories.
Click to hide internal directories.