Documentation ¶
Index ¶
- Constants
- Variables
- type APLValueTotemRemainingTime
- type Shaman
- func (shaman *Shaman) AddRaidBuffs(_ *proto.RaidBuffs)
- func (shaman *Shaman) ApplyFlametongueImbue(procMask core.ProcMask)
- func (shaman *Shaman) ApplyFlametongueImbueToItem(item *core.Item)
- func (shaman *Shaman) ApplyFrostbrandImbue(procMask core.ProcMask)
- func (shaman *Shaman) ApplyFrostbrandImbueToItem(item *core.Item)
- func (shaman *Shaman) ApplyRockbiterImbue(procMask core.ProcMask)
- func (shaman *Shaman) ApplyRockbiterImbueToItem(item *core.Item)
- func (shaman *Shaman) ApplyRunes()
- func (shaman *Shaman) ApplyTalents()
- func (shaman *Shaman) ApplyWindfuryImbue(procMask core.ProcMask)
- func (shaman *Shaman) ApplyWindfuryImbueToItem(item *core.Item)
- func (shaman *Shaman) FrostbrandDebuffAura(target *core.Unit) *core.Aura
- func (shaman *Shaman) GetCharacter() *core.Character
- func (shaman *Shaman) HasRune(rune proto.ShamanRune) bool
- func (shaman *Shaman) Initialize()
- func (shaman *Shaman) NewAPLValue(rot *core.APLRotation, config *proto.APLValue) core.APLValue
- func (shaman *Shaman) NewSpiritWolves() *SpiritWolves
- func (shaman *Shaman) RegisterFlametongueImbue(procMask core.ProcMask)
- func (shaman *Shaman) RegisterFrostbrandImbue(procMask core.ProcMask)
- func (shaman *Shaman) RegisterHealingSpells()
- func (shaman *Shaman) RegisterOnItemSwapWithImbue(effectID int32, procMask *core.ProcMask, aura *core.Aura)
- func (shaman *Shaman) RegisterRockbiterImbue(procMask core.ProcMask)
- func (shaman *Shaman) RegisterWindfuryImbue(procMask core.ProcMask)
- func (shaman *Shaman) Reset(_ *core.Simulation)
- type ShamanAgent
- type SpiritWolves
Constants ¶
View Source
const ( StormfuryTotem = 31031 TotemOfAncestralGuidance = 32330 TotemOfStorms = 23199 TotemOfTheVoid = 28248 TotemOfHex = 40267 VentureCoLightningRod = 38361 ThunderfallTotem = 45255 )
Totem Item IDs
View Source
const ( // Keep these ordered by ID TotemOfRage = 22395 TotemOfTheStorm = 23199 TotemOfSustaining = 23200 )
View Source
const ( SpellFlagShaman = core.SpellFlagAgentReserved1 SpellFlagTotem = core.SpellFlagAgentReserved2 SpellFlagLightning = core.SpellFlagAgentReserved3 SpellFlagMaelstrom = core.SpellFlagAgentReserved4 )
View Source
const ( AirTotem int = iota EarthTotem FireTotem WaterTotem )
Indexes into NextTotemDrops for self buffs
View Source
const ( SpellCode_ShamanNone int32 = iota SpellCode_ShamanChainHeal SpellCode_ShamanChainLightning SpellCode_ShamanEarthShock SpellCode_ShamanFireNova SpellCode_ShamanFireNovaTotem SpellCode_ShamanFlameShock SpellCode_ShamanFrostShock SpellCode_ShamanHealingWave SpellCode_ShamanLavaLash SpellCode_ShamanLesserHealingWave SpellCode_ShamanLightningBolt SpellCode_ShamanLightningShield SpellCode_ShamanLavaBurst SpellCode_ShamanMagmaTotem SpellCode_ShamanMoltenBlast SpellCode_ShamanSearingTotem SpellCode_ShamanStormstrike )
View Source
const AncestralAwakeningHealMultiplier = 0.3
View Source
const CastTagOverload = 6
This could be value or bitflag if we ended up needing multiple flags at the same time. 1 to 5 are used by MaelstromWeapon Stacks
View Source
const ChainHealRanks = 3
View Source
const ChainHealTargetCount = int32(3)
View Source
const ChainLightningRanks = 4
View Source
const ChainLightningTargetCount = int32(3)
View Source
const EarthShockRanks = 7
View Source
const FireNovaTotemRanks = 5
View Source
const FlameShockRanks = 6
View Source
const FlametongueWeaponRanks = 6
View Source
const FrostShockRanks = 4
View Source
const FrostbrandWeaponRanks = 5
View Source
const GraceOfAirTotemRanks = 3
View Source
const HealingStreamTotemRanks = 5
View Source
const HealingWaveRanks = 10
View Source
const LesserHealingWaveRanks = 6
View Source
const LightningBoltRanks = 10
View Source
const LightningShieldRanks = 7
View Source
const MagmaTotemRanks = 4
View Source
const ManaSpringTotemRanks = 4
View Source
const RockbiterWeaponRanks = 7
View Source
const SearingTotemRanks = 6
View Source
const ShamanMoltenBlastResetChance = .10
View Source
const ShamanOverloadChance = .60
View Source
const StoneskinTotemRanks = 6
View Source
const StrengthOfEarthTotemRanks = 5
View Source
const WindfuryTotemRanks = 3
View Source
const WindfuryWeaponRanks = 4
View Source
const WindwallTotemRanks = 3
Variables ¶
View Source
var BurnFlameShockBonusTicks = int32(2)
View Source
var BurnFlameShockDamageBonus = 1.0
View Source
var BurnFlameShockTargetCount = int32(5)
View Source
var BurnSpellPowerPerLevel = int32(2)
View Source
var ChainHealBaseHealing = [ChainHealRanks + 1][]float64{{0}, {332, 381}, {416, 477}, {567, 646}}
View Source
var ChainHealCastTime = [ChainHealRanks + 1]int32{0, 2500, 2500, 2500}
View Source
var ChainHealLevel = [ChainHealRanks + 1]int{0, 40, 46, 54}
View Source
var ChainHealManaCost = [ChainHealRanks + 1]float64{0, 260, 315, 405}
View Source
var ChainHealSpellCoef = [ChainHealRanks + 1]float64{0, .714, .714, .714}
View Source
var ChainHealSpellId = [ChainHealRanks + 1]int32{0, 1064, 10622, 10623}
View Source
var ChainLightningBaseDamage = [ChainLightningRanks + 1][]float64{{0}, {200, 227}, {288, 323}, {383, 430}, {505, 564}}
View Source
var ChainLightningLevel = [ChainLightningRanks + 1]int{0, 32, 40, 48, 56}
View Source
var ChainLightningManaCost = [ChainLightningRanks + 1]float64{0, 280, 380, 490, 605}
View Source
var ChainLightningSpellCoef = [ChainLightningRanks + 1]float64{0, .714, .714, .714, .714}
View Source
var ChainLightningSpellId = [ChainLightningRanks + 1]int32{0, 421, 930, 2860, 10605}
View Source
var EarthShockBaseDamage = [EarthShockRanks + 1][]float64{{0}, {19, 22}, {35, 38}, {65, 69}, {120, 129}, {233, 247}, {364, 387}, {517, 545}}
View Source
var EarthShockLevel = [EarthShockRanks + 1]int{0, 4, 8, 14, 24, 36, 48, 60}
View Source
var EarthShockManaCost = [EarthShockRanks + 1]float64{0, 30, 50, 85, 145, 240, 345, 450}
View Source
var EarthShockSpellCoef = [EarthShockRanks + 1]float64{0, .154, .212, .299, .386, .386, .386, .386}
View Source
var EarthShockSpellId = [EarthShockRanks + 1]int32{0, 8042, 8044, 8045, 8046, 10412, 10413, 10414}
View Source
var FireNovaSpellCoeff = [FireNovaTotemRanks + 1]float64{0, .214, .214, .214, .214, .214}
View Source
var FireNovaSpellId = [FireNovaTotemRanks + 1]int32{0, 408341, 408342, 408343, 408427, 408345}
View Source
var FireNovaTotemAoeSpellId = [FireNovaTotemRanks + 1]int32{0, 8349, 8502, 8503, 11306, 11307}
View Source
var FireNovaTotemBaseDamage = [FireNovaTotemRanks + 1][]float64{{0, 0}, {53, 62}, {110, 124}, {195, 219}, {295, 331}, {413, 459}}
View Source
var FireNovaTotemLevel = [FireNovaTotemRanks + 1]int{0, 12, 22, 32, 42, 52}
View Source
var FireNovaTotemManaCost = [FireNovaTotemRanks + 1]float64{0, 95, 170, 280, 395, 520}
View Source
var FireNovaTotemSpellCoeff = [FireNovaTotemRanks + 1]float64{0, .1, .143, .143, .143, .143}
View Source
var FireNovaTotemSpellId = [FireNovaTotemRanks + 1]int32{0, 1535, 8498, 8499, 11314, 11315}
View Source
var FlameShockBaseDamage = [FlameShockRanks + 1]float64{0, 25, 51, 95, 164, 245, 292}
View Source
var FlameShockBaseDotDamage = [FlameShockRanks + 1]float64{0, 28, 48, 96, 168, 256, 320}
View Source
var FlameShockBaseSpellCoef = [FlameShockRanks + 1]float64{0, .134, .198, .214, .214, .214, .214}
View Source
var FlameShockDotSpellCoef = [FlameShockRanks + 1]float64{0, .063, .093, .1, .1, .1, .1}
View Source
var FlameShockLevel = [FlameShockRanks + 1]int{0, 10, 18, 28, 40, 52, 60}
View Source
var FlameShockManaCost = [FlameShockRanks + 1]float64{0, 55, 95, 160, 250, 345, 410}
View Source
var FlameShockSpellId = [FlameShockRanks + 1]int32{0, 8050, 8052, 8053, 10447, 10448, 29228}
View Source
var FlametongueWeaponEnchantId = [FlametongueWeaponRanks + 1]int32{0, 5, 4, 3, 523, 1665, 1666}
View Source
var FlametongueWeaponMaxDamage = [FlametongueWeaponRanks + 1]float64{0, 18, 26, 42, 57, 85, 112}
View Source
var FlametongueWeaponRankByLevel = map[int32]int32{
25: 2,
40: 4,
50: 5,
60: 6,
}
View Source
var FlametongueWeaponSpellId = [FlametongueWeaponRanks + 1]int32{0, 8024, 8027, 8030, 16339, 16341, 16342}
View Source
var FrostShockBaseDamage = [FrostShockRanks + 1][]float64{{0}, {95, 101}, {215, 230}, {343, 363}, {492, 520}}
View Source
var FrostShockLevel = [FrostShockRanks + 1]int{0, 20, 34, 46, 58}
View Source
var FrostShockManaCost = [FrostShockRanks + 1]float64{0, 115, 225, 325, 430}
View Source
var FrostShockSpellCoef = [FrostShockRanks + 1]float64{0, .386, .386, .386, .386}
View Source
var FrostShockSpellId = [FrostShockRanks + 1]int32{0, 8056, 8058, 10472, 10473}
View Source
var FrostbrandWeaponBaseDamage = [FrostbrandWeaponRanks + 1]float64{0, 46, 77, 94, 142, 187}
View Source
var FrostbrandWeaponEnchantId = [FrostbrandWeaponRanks + 1]int32{0, 2, 12, 524, 1667, 1668}
View Source
var FrostbrandWeaponLevel = [FrostbrandWeaponRanks + 1]int32{0, 20, 28, 38, 48, 58}
View Source
var FrostbrandWeaponSpellId = [FrostbrandWeaponRanks + 1]int32{0, 8033, 8038, 10456, 16355, 16356}
View Source
var GraceOfAirTotemLevel = [GraceOfAirTotemRanks + 1]int{0, 42, 56, 60}
View Source
var GraceOfAirTotemManaCost = [GraceOfAirTotemRanks + 1]float64{0, 155, 250, 310}
View Source
var GraceOfAirTotemSpellId = [GraceOfAirTotemRanks + 1]int32{0, 8835, 10627, 25359}
View Source
var HealingStreamTotemBaseHealing = [HealingStreamTotemRanks + 1]float64{0, 6, 8, 10, 12, 14}
View Source
var HealingStreamTotemHealId = [HealingStreamTotemRanks + 1]int32{0, 5672, 6371, 6372, 10460, 10461}
View Source
var HealingStreamTotemLevel = [HealingStreamTotemRanks + 1]int{0, 20, 30, 40, 50, 60}
View Source
var HealingStreamTotemManaCost = [HealingStreamTotemRanks + 1]float64{0, 40, 50, 60, 70, 80}
View Source
var HealingStreamTotemSpellCoeff = [HealingStreamTotemRanks + 1]float64{0, .022, .022, .022, .022, .022}
View Source
var HealingStreamTotemSpellId = [HealingStreamTotemRanks + 1]int32{0, 5394, 6375, 6377, 10462, 10463}
View Source
var HealingWaveBaseHealing = [HealingWaveRanks + 1][]float64{{0}, {36, 47}, {69, 83}, {136, 163}, {279, 328}, {378, 443}, {552, 639}, {759, 874}, {1026, 1177}, {1389, 1583}, {1620, 1850}}
View Source
var HealingWaveCastTime = [HealingWaveRanks + 1]int32{0, 1500, 2000, 2500, 3000, 3000, 3000, 3000, 3000, 3000, 3000}
View Source
var HealingWaveLevel = [HealingWaveRanks + 1]int{0, 1, 6, 12, 18, 24, 32, 40, 48, 56, 60}
View Source
var HealingWaveManaCost = [HealingWaveRanks + 1]float64{0, 25, 45, 80, 155, 200, 265, 340, 440, 560, 620}
View Source
var HealingWaveSpellCoef = [HealingWaveRanks + 1]float64{0, .123, .271, .5, .793, .857, .857, .857, .857, .857, .857}
View Source
var HealingWaveSpellId = [HealingWaveRanks + 1]int32{0, 331, 332, 547, 913, 939, 959, 8005, 10395, 10396, 25357}
View Source
var LesserHealingWaveBaseHealing = [LesserHealingWaveRanks + 1][]float64{{0}, {170, 195}, {257, 292}, {347, 391}, {473, 529}, {649, 723}, {832, 928}}
View Source
var LesserHealingWaveCastTime = [LesserHealingWaveRanks + 1]int32{0, 1500, 1500, 1500, 1500, 1500, 1500}
View Source
var LesserHealingWaveLevel = [LesserHealingWaveRanks + 1]int{0, 20, 28, 36, 44, 52, 60}
View Source
var LesserHealingWaveManaCost = [LesserHealingWaveRanks + 1]float64{0, 105, 145, 185, 235, 305, 380}
View Source
var LesserHealingWaveSpellCoef = [LesserHealingWaveRanks + 1]float64{0, .429, .429, .429, .429, .429, .429}
View Source
var LesserHealingWaveSpellId = [LesserHealingWaveRanks + 1]int32{0, 8004, 8008, 8010, 10466, 10467, 10468}
View Source
var LightningBoltBaseDamage = [LightningBoltRanks + 1][]float64{{0}, {15, 17}, {28, 33}, {48, 57}, {88, 100}, {131, 149}, {179, 202}, {230, 259}, {145, 163}, {347, 389}, {428, 477}}
View Source
var LightningBoltCastTime = [LightningBoltRanks + 1]int32{0, 1500, 2000, 2500, 3000, 3000, 3000, 3000, 3000, 3000, 3000}
View Source
var LightningBoltLevel = [LightningBoltRanks + 1]int{0, 1, 8, 14, 20, 26, 32, 38, 44, 50, 56}
View Source
var LightningBoltManaCost = [LightningBoltRanks + 1]float64{0, 15, 30, 45, 75, 105, 135, 165, 195, 230, 265}
View Source
var LightningBoltSpellCoef = [LightningBoltRanks + 1]float64{0, .1233, .314, .554, .857, .857, .857, .857, .857, .857, .857}
View Source
var LightningBoltSpellId = [LightningBoltRanks + 1]int32{0, 403, 529, 548, 915, 943, 6041, 10391, 10392, 15207, 15208}
View Source
var LightningShieldBaseDamage = [LightningShieldRanks + 1]float64{0, 13, 29, 51, 80, 114, 154, 198}
View Source
var LightningShieldLevel = [LightningShieldRanks + 1]int{0, 8, 16, 24, 32, 40, 48, 56}
View Source
var LightningShieldManaCost = [LightningShieldRanks + 1]float64{0, 45, 80, 125, 180, 240, 305}
View Source
var LightningShieldOverchargedProcSpellId = [LightningShieldRanks + 1]int32{0, 432143, 432144, 432145, 432146, 432147, 432148, 432149}
View Source
var LightningShieldProcSpellId = [LightningShieldRanks + 1]int32{0, 26364, 26365, 26366, 26367, 26369, 26370, 26363}
View Source
var LightningShieldSpellCoef = [LightningShieldRanks + 1]float64{0, .147, .227, .267, .267, .267, .267, .267}
View Source
var LightningShieldSpellId = [LightningShieldRanks + 1]int32{0, 324, 325, 905, 945, 8134, 10431, 10432}
View Source
var MagmaTotemAoeSpellId = [MagmaTotemRanks + 1]int32{0, 8187, 10579, 10580, 10581}
View Source
var MagmaTotemBaseDamage = [MagmaTotemRanks + 1]float64{0, 22, 37, 54, 75}
View Source
var MagmaTotemLevel = [MagmaTotemRanks + 1]int{0, 26, 36, 46, 56}
View Source
var MagmaTotemManaCost = [MagmaTotemRanks + 1]float64{0, 230, 360, 500, 650}
View Source
var MagmaTotemSpellCoeff = [MagmaTotemRanks + 1]float64{0, .033, .033, .033, .033}
View Source
var MagmaTotemSpellId = [MagmaTotemRanks + 1]int32{0, 8190, 10585, 10586, 10587}
View Source
var ManaSpringTotemLevel = [ManaSpringTotemRanks + 1]int{0, 26, 36, 46, 56}
View Source
var ManaSpringTotemManaCost = [ManaSpringTotemRanks + 1]float64{0, 40, 60, 80, 100}
View Source
var ManaSpringTotemManaRestore = [ManaSpringTotemRanks + 1]int32{0, 4, 6, 8, 10}
View Source
var ManaSpringTotemSpellId = [ManaSpringTotemRanks + 1]int32{0, 5675, 10495, 10496, 10497}
View Source
var RockbiterWeaponBonusAP = [RockbiterWeaponRanks + 1]float64{0, 50, 79, 118, 138, 319, 490, 653}
View Source
var RockbiterWeaponEnchantId = [RockbiterWeaponRanks + 1]int32{0, 29, 6, 1, 503, 1663, 683, 1664}
View Source
var RockbiterWeaponLevel = [RockbiterWeaponRanks + 1]int32{0, 1, 8, 16, 24, 34, 44, 54}
View Source
var RockbiterWeaponRankByLevel = map[int32]int32{
25: 4,
40: 5,
50: 6,
60: 7,
}
View Source
var SearingTotemAttackSpellId = [SearingTotemRanks + 1]int32{0, 3606, 6350, 6351, 6352, 10435, 10436}
View Source
var SearingTotemBaseDamage = [SearingTotemRanks + 1][]float64{{0}, {9, 11}, {13, 17}, {19, 25}, {26, 34}, {33, 45}, {40, 54}}
View Source
var SearingTotemDuration = [SearingTotemRanks + 1]int{0, 30, 35, 40, 45, 50, 55}
View Source
var SearingTotemLevel = [SearingTotemRanks + 1]int{0, 10, 20, 30, 40, 50, 60}
View Source
var SearingTotemManaCost = [SearingTotemRanks + 1]float64{0, 25, 45, 75, 110, 145, 170}
View Source
var SearingTotemSpellCoef = [SearingTotemRanks + 1]float64{0, .052, .083, .083, .083, .083, .083}
View Source
var SearingTotemSpellId = [SearingTotemRanks + 1]int32{0, 3599, 6363, 6364, 6365, 10437, 10438}
View Source
var StoneskinTotemLevel = [StoneskinTotemRanks + 1]int{0, 4, 14, 24, 34, 44, 54}
View Source
var StoneskinTotemManaCost = [StoneskinTotemRanks + 1]float64{0, 30, 60, 90, 115, 160, 210}
View Source
var StoneskinTotemSpellId = [StoneskinTotemRanks + 1]int32{0, 8071, 8154, 8155, 10406, 10407, 10408}
View Source
var StrengthOfEarthTotemLevel = [StrengthOfEarthTotemRanks + 1]int{0, 10, 24, 38, 52, 60}
View Source
var StrengthOfEarthTotemManaCost = [StrengthOfEarthTotemRanks + 1]float64{0, 25, 65, 125, 225, 275}
View Source
var StrengthOfEarthTotemSpellId = [StrengthOfEarthTotemRanks + 1]int32{0, 8075, 8160, 8161, 10442, 25361}
View Source
var TalentTreeSizes = [3]int{15, 16, 15}
View Source
var WindfuryTotemBonusDamage = [WindfuryTotemRanks + 1]float64{0, 122, 229, 315}
View Source
var WindfuryTotemLevel = [WindfuryTotemRanks + 1]int{0, 32, 42, 52}
View Source
var WindfuryTotemManaCost = [WindfuryTotemRanks + 1]float64{0, 115, 175, 250}
View Source
var WindfuryTotemSpellId = [WindfuryTotemRanks + 1]int32{0, 8512, 10613, 10614}
View Source
var WindfuryWeaponBonusAP = [WindfuryWeaponRanks + 1]float64{0, 104, 119, 249, 333}
View Source
var WindfuryWeaponEnchantId = [WindfuryWeaponRanks + 1]int32{0, 283, 284, 525, 1669}
View Source
var WindfuryWeaponLevel = [WindfuryWeaponRanks + 1]int32{0, 30, 40, 50, 60}
View Source
var WindfuryWeaponRankByLevel = map[int32]int32{
25: 0,
40: 2,
50: 3,
60: 4,
}
View Source
var WindfuryWeaponSpellId = [WindfuryWeaponRanks + 1]int32{0, 8232, 8235, 10486, 16362}
View Source
var WindwallTotemLevel = [WindwallTotemRanks + 1]int{0, 36, 46, 56}
View Source
var WindwallTotemManaCost = [WindwallTotemRanks + 1]float64{0, 115, 170, 225}
View Source
var WindwallTotemSpellId = [WindwallTotemRanks + 1]int32{0, 15107, 15111, 15112}
Functions ¶
This section is empty.
Types ¶
type APLValueTotemRemainingTime ¶
type APLValueTotemRemainingTime struct { core.DefaultAPLValueImpl // contains filtered or unexported fields }
func (*APLValueTotemRemainingTime) GetDuration ¶
func (value *APLValueTotemRemainingTime) GetDuration(sim *core.Simulation) time.Duration
func (*APLValueTotemRemainingTime) String ¶
func (value *APLValueTotemRemainingTime) String() string
func (*APLValueTotemRemainingTime) Type ¶
func (value *APLValueTotemRemainingTime) Type() proto.APLValueType
type Shaman ¶
type Shaman struct { core.Character Talents *proto.ShamanTalents // Spells AncestralAwakening *core.Spell ChainHeal []*core.Spell ChainHealOverload []*core.Spell ChainLightning []*core.Spell ChainLightningOverload []*core.Spell EarthShield *core.Spell EarthShock []*core.Spell ElementalMastery *core.Spell FeralSpirit *core.Spell FireNova *core.Spell FireNovaTotem []*core.Spell FlameShock []*core.Spell FrostShock []*core.Spell GraceOfAirTotem []*core.Spell HealingStreamTotem []*core.Spell HealingWave []*core.Spell HealingWaveOverload []*core.Spell LavaBurst *core.Spell LavaBurstOverload *core.Spell LavaLash *core.Spell LesserHealingWave []*core.Spell LightningBolt []*core.Spell LightningBoltOverload []*core.Spell LightningShield []*core.Spell LightningShieldProcs []*core.Spell // The damage component of lightning shield is a separate spell MagmaTotem []*core.Spell ManaSpringTotem []*core.Spell MoltenBlast *core.Spell Riptide *core.Spell RollingThunder *core.Spell SearingTotem []*core.Spell StoneskinTotem []*core.Spell StormstrikeMH *core.Spell StormstrikeOH *core.Spell StrengthOfEarthTotem []*core.Spell TremorTotem *core.Spell WaterShield *core.Spell WaterShieldRestore *core.Spell WindfuryTotem []*core.Spell WindfuryWeaponMH *core.Spell WindfuryWeaponOH *core.Spell WindwallTotem []*core.Spell // Auras ClearcastingAura *core.Aura LightningShieldAuras []*core.Aura LoyalBetaAura *core.Aura MaelstromWeaponAura *core.Aura PowerSurgeDamageAura *core.Aura PowerSurgeHealAura *core.Aura SpiritOfTheAlphaAura *core.Aura WaterShieldAura *core.Aura // Totems ActiveTotems [4]*core.Spell EarthTotems []*core.Spell FireTotems []*core.Spell WaterTotems []*core.Spell AirTotems []*core.Spell Totems *proto.ShamanTotems TotemExpirations [4]time.Duration // The expiration time of each totem (earth, air, fire, water). // Shield ActiveShield *core.Spell // Tracks the Shaman's active shield spell ActiveShieldAura *core.Aura // Pets SpiritWolves *SpiritWolves // contains filtered or unexported fields }
Shaman represents a shaman character.
func (*Shaman) AddRaidBuffs ¶
func (*Shaman) ApplyFlametongueImbue ¶
func (*Shaman) ApplyFlametongueImbueToItem ¶
func (*Shaman) ApplyFrostbrandImbue ¶
func (*Shaman) ApplyFrostbrandImbueToItem ¶
func (*Shaman) ApplyRockbiterImbue ¶
func (*Shaman) ApplyRockbiterImbueToItem ¶
func (*Shaman) ApplyRunes ¶
func (shaman *Shaman) ApplyRunes()
func (*Shaman) ApplyTalents ¶
func (shaman *Shaman) ApplyTalents()
func (*Shaman) ApplyWindfuryImbue ¶
func (*Shaman) ApplyWindfuryImbueToItem ¶
func (*Shaman) FrostbrandDebuffAura ¶
func (*Shaman) GetCharacter ¶
func (*Shaman) Initialize ¶
func (shaman *Shaman) Initialize()
func (*Shaman) NewAPLValue ¶
func (*Shaman) NewSpiritWolves ¶
func (shaman *Shaman) NewSpiritWolves() *SpiritWolves
func (*Shaman) RegisterFlametongueImbue ¶
func (*Shaman) RegisterFrostbrandImbue ¶
func (*Shaman) RegisterHealingSpells ¶
func (shaman *Shaman) RegisterHealingSpells()
func (*Shaman) RegisterOnItemSwapWithImbue ¶
func (*Shaman) RegisterRockbiterImbue ¶
func (*Shaman) RegisterWindfuryImbue ¶
func (*Shaman) Reset ¶
func (shaman *Shaman) Reset(_ *core.Simulation)
type ShamanAgent ¶
type ShamanAgent interface { core.Agent // The Shaman controlled by this Agent. GetShaman() *Shaman }
Implemented by each Shaman spec.
type SpiritWolves ¶
func (*SpiritWolves) ExecuteCustomRotation ¶
func (wolves *SpiritWolves) ExecuteCustomRotation(_ *core.Simulation)
func (*SpiritWolves) GetPet ¶
func (spiritWolf *SpiritWolves) GetPet() *core.Pet
func (*SpiritWolves) Initialize ¶
func (wolves *SpiritWolves) Initialize()
func (*SpiritWolves) Reset ¶
func (wolves *SpiritWolves) Reset(sim *core.Simulation)
Source Files ¶
- air_totems.go
- ancestral_awakening.go
- ancestral_guidance.go
- apl_values.go
- bloodlust.go
- chain_heal.go
- chain_lightning.go
- earth_shield.go
- earth_shock.go
- earth_totems.go
- electric_spell.go
- feral_spirit.go
- fire_nova.go
- fire_totems.go
- flame_shock.go
- flametongue_weapon.go
- frost_shock.go
- frostbrand_weapon.go
- healing_wave.go
- items.go
- lava_burst.go
- lava_lash.go
- lesser_healing_wave.go
- lightning_bolt.go
- lightning_shield.go
- molten_blast.go
- overload.go
- riptide.go
- rockbiter_weapon.go
- rolling_thunder.go
- runes.go
- shaman.go
- shamanistic_rage.go
- shocks.go
- spirit_wolves.go
- stormstrike.go
- talents.go
- totems.go
- water_shield.go
- water_totems.go
- weapon_imbues.go
- windfury_weapon.go
Click to show internal directories.
Click to hide internal directories.