Documentation ¶
Index ¶
- Constants
- func ClawOfChromaggusEffect(character *core.Character)
- func ObsidianEdgedAura(itemID int32, agent core.Agent)
- func TimeswornExpertiseAura(agent core.Agent)
- func TimeswornPyromancyAura(agent core.Agent)
- func TimeswornSpellAura(agent core.Agent)
- func TimeswornStrikeAura(agent core.Agent)
- func TimewornDecayAura(agent core.Agent)
- func TimewornHealing(agent core.Agent)
Constants ¶
const ( AutomaticCrowdPummeler = 210741 ElectromagneticHyperfluxReactivator = 213281 ElectrocutionersNeedle = 213286 ToxicRevengerTwo = 213291 SuperchargedHeadchopper = 213296 MachinistsGloves = 213319 MiniaturizedCombustionChamber = 213347 Shawarmageddon = 213105 MekkatorquesArcanoShredder = 213409 GyromaticExperiment420b = 213348 )
const ( // Ordered by ID FistOfTheForsaken = 220578 DragonsCry = 220582 CobraFangClaw = 220588 SerpentsStriker = 220589 AtalaiBloodRitualMedallion = 220632 AtalaiBloodRitualBadge = 220633 AtalaiBloodRitualCharm = 220634 ScalebaneGreataxe = 220965 DarkmoonCardDecay = 221307 DarkmoonCardOvergrowth = 221308 DarkmoonCardSandstorm = 221309 RoarOfTheDream = 221440 RoarOfTheGuardian = 221442 BloodthirstCrossbow = 221451 FistOfStone = 223524 BladeOfEternalDarkness = 223964 SerpentsStrikerSlow = 224409 )
const ( CraftOfTheShadows = 227280 SkyridersMasterworkStormhammer = 227886 DukesDomain = 227915 AccursedChalice = 228078 GerminatingPoisonseed = 228081 GloamingTreeheart = 228083 WoodcarvedMoonstalker = 228089 TheMoltenCore = 228122 FistOfTheFiresworn = 228139 BroodmothersBrooch = 228163 TreantsBane = 228486 FistOfTheFireswornMolten = 229374 StuddedTimbermawBrawlers = 227809 )
const ( Heartstriker = 230253 ClawOfChromaggus = 230794 WillOfArlokk = 230939 NatPaglesFishTerminator = 231016 BlazefuryRetributer = 231275 Stormwrath = 231387 WrathOfWray = 231779 LightningsCell = 231784 Windstriker = 231817 NatPaglesFishTerminatorBloodied = 231848 WillOfArlokkBloodied = 231850 BlazefuryRetributerBloodied = 231862 ClawOfChromaggusShadowflame = 232557 )
const ( LeggingsOfImmersion = 233505 RingOfSwarmingThought = 233507 RobesOfTheBattleguard = 233575 // Obsidian Weapons ObsidianChampion = 233490 ObsidianReaver = 233491 ObsidianDestroyer = 233796 ObsidianStormhammer = 233797 ObsidianSageblade = 233798 ObsidianDefender = 233801 ObsidianHeartseeker = 234428 // Brood of Nozdormu Reputations Rings SignetRingBronzeDominatorR5 = 234034 SignetRingBronzeDominatorR4 = 234030 SignetRingBronzeDominatorR3 = 234026 SignetRingBronzeDominatorR2 = 234021 SignetRingBronzeDominatorR1 = 234017 SignetRingBronzeInvokerR5 = 234032 SignetRingBronzeInvokerR4 = 234028 SignetRingBronzeInvokerR3 = 234024 SignetRingBronzeInvokerR2 = 234020 SignetRingBronzeInvokerR1 = 234016 SignetRingBronzeFlamekeeperR5 = 234964 SignetRingBronzeFlamekeeperR4 = 234965 SignetRingBronzeFlamekeeperR3 = 234966 SignetRingBronzeFlamekeeperR2 = 234967 SignetRingBronzeFlamekeeperR1 = 234968 SignetRingBronzePreserverR5 = 234033 SignetRingBronzePreserverR4 = 234029 SignetRingBronzePreserverR3 = 234025 SignetRingBronzePreserverR2 = 234023 SignetRingBronzePreserverR1 = 234019 SignetRingBronzeProtectorR5 = 234035 SignetRingBronzeProtectorR4 = 234031 SignetRingBronzeProtectorR3 = 234027 SignetRingBronzeProtectorR2 = 234022 SignetRingBronzeProtectorR1 = 234018 SignetRingBronzeSubjugatorR5 = 234436 SignetRingBronzeSubjugatorR4 = 234437 SignetRingBronzeSubjugatorR3 = 234438 SignetRingBronzeSubjugatorR2 = 234439 SignetRingBronzeSubjugatorR1 = 234440 SignetRingBronzeConquerorR5 = 234202 SignetRingBronzeConquerorR4 = 234201 SignetRingBronzeConquerorR3 = 234200 SignetRingBronzeConquerorR2 = 234199 SignetRingBronzeConquerorR1 = 234198 )
Variables ¶
This section is empty.
Functions ¶
func ClawOfChromaggusEffect ¶ added in v0.0.26
Your offensive spellcasts increase the spell damage of a random school of magic by 50 for 10 sec. (9.5s cooldown) The in-game implementation is different for every class based on what schools are considered useful. Each class has a set of "good" schools based on certain parameters. These "good" schools have a higher chance to be procced. For each proc the game rolls to determine which school buff will be given. There's no buff for the Holy school, so there are 5 total schools that can be procced.
schoolChances should be a map of school indexes with the relative proc chance of that school for the given class
func ObsidianEdgedAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1214125/obsidian-edged Chance on direct spell damage or melee attack to deal 325 to 500 Fire damage to your target. Deals extra damage to Silithid creatures in Silithus on almost every hit. (2.1s cooldown)
func TimeswornExpertiseAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1213407/timeworn-expertise Reduces the chance for your attacks to be dodged or parried by 1% per piece of Timeworn armor equipped.
func TimeswornPyromancyAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1215404/timeworn-pyromancy Increases the effectiveness of your Fire damage spells by 3% per piece of Timeworn armor equipped.
func TimeswornSpellAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1213398/timeworn-spell Increases the casting speed of your spells by 2% per piece of Timeworn armor equipped.
func TimeswornStrikeAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1213390/timeworn-strike Gives you 1% chance per piece of Timeworn armor equipped to get an extra attack on regular melee or ranged hit that deals 100% weapon damage. (100ms cooldown)
func TimewornDecayAura ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1214155/timeworn-decay Increases the damage dealt by all of your damage over time spells by 2% per piece of Timeworn armor equipped.
func TimewornHealing ¶ added in v0.0.32
https://www.wowhead.com/classic/spell=1213405/timeworn-healing Increases the effectiveness of your healing and shielding spells by 2% per piece of Timeworn armor equipped.
Types ¶
This section is empty.