-- SoulbindConduits.lua -- November 2020 local addon, ns = ... local Hekili = _G[ addon ] local RegisterEvent = ns.RegisterEvent local state = Hekili.State local all = Hekili.Class.specs[ 0 ] state.conduit = {} state.soulbind = {} setmetatable( state.soulbind, ns.metatables.mt_generic_traits ) state.soulbind.no_trait = { rank = 0 } setmetatable( state.conduit, ns.metatables.mt_generic_traits ) state.conduit.no_trait = { rank = 0, mod = 0 } -- Update Conduit Data. do local conduits if Hekili.IsDragonflight() then -- Add Evoker conduits. conduits = { [58081] = { "kilroggs_cunning", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [334993] = { "stalwart_guardian", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [335010] = { "brutal_vitality", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [335034] = { "inspiring_presence", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [335196] = { "safeguard", { -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22 }, }, [335232] = { "ashen_juggernaut", { 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, 4.75, 5, 5.25, 5.5, 5.75, 6 }, }, [335242] = { "crash_the_ramparts", { 9, 9.9, 10.8, 11.7, 12.6, 13.5, 14.4, 15.3, 16.2, 17.1, 18, 18.9, 19.8, 20.7, 21.6 }, }, [335250] = { "cacophonous_roar", { 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220 }, }, [335260] = { "merciless_bonegrinder", { 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240 }, }, [336191] = { "indelible_victory", { 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480 }, }, [336379] = { "harm_denial", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [336452] = { "inner_fury", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [336460] = { "unrelenting_cold", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [336472] = { "shivering_core", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [336522] = { "icy_propulsion", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [336526] = { "calculated_strikes", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [336569] = { "ice_bite", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [336598] = { "coordinated_offensive", { 8.75, 9.625, 10.5, 11.375, 12.25, 13.125, 14, 14.875, 15.75, 16.625, 17.5, 18.375, 19.25, 20.125, 21 }, }, [336613] = { "winters_protection", { -25000, -27500, -30000, -32500, -35000, -37500, -40000, -42500, -45000, -47500, -50000, -52500, -55000, -57500, -60000 }, }, [336616] = { "xuens_bond", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [336632] = { "grounding_breath", { 15, 16.8, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [336636] = { "flow_of_time", { -2000, -2200, -2400, -2600, -2800, -3000, -3200, -3400, -3600, -3800, -4000, -4200, -4400, -4600, -4800 }, }, [336773] = { "jade_bond", { 6.25, 6.875, 7.5, 8.125, 8.75, 9.375, 10, 10.625, 11.25, 11.875, 12.5, 13.125, 13.75, 14.375, 15 }, }, [336777] = { "grounding_surge", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [336812] = { "resplendent_mist", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [336821] = { "infernal_cascade", { 7, 7.7, 8.4, 9.1, 9.8, 10.5, 11.2, 11.9, 12.6, 13.3, 14, 14.7, 15.4, 16.1, 16.8 }, }, [336852] = { "master_flame", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [336853] = { "fortifying_ingredients", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [336873] = { "arcane_prodigy", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [336884] = { "lingering_numbness", { 400, 440, 480, 520, 560, 600, 640, 680, 720, 760, 800, 840, 880, 920, 960 }, }, [336886] = { "nether_precision", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [336890] = { "dizzying_tumble", { -62.5, -68.75, -75, -81.25, -87.5, -93.75, -100, -106.25, -112.5, -118.75, -125, -131.25, -137.5, -143.75, -150 }, }, [336992] = { "discipline_of_the_grove", { -1000, -1100, -1200, -1300, -1400, -1500, -1600, -1700, -1800, -1900, -2000, -2100, -2200, -2300, -2400 }, }, [336999] = { "gift_of_the_lich", { 12000, 13200, 14400, 15600, 16800, 18000, 19200, 20400, 21600, 22800, 24000, 25200, 26400, 27600, 28800 }, }, [337058] = { "ire_of_the_ascended", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [337078] = { "swift_transference", { 12.5, 13.75, 15, 16.25, 17.5, 18.75, 20, 21.25, 22.5, 23.75, 25, 26.25, 27.5, 28.75, 30 }, }, [337084] = { "tumbling_technique", { 60, 66, 72, 78, 84, 90, 96, 102, 108, 114, 120, 126, 132, 138, 144 }, }, [337087] = { "siphoned_malice", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [337099] = { "rising_sun_revival", { 12.5, 13.75, 15, 16.25, 17.5, 18.75, 20, 21.25, 22.5, 23.75, 25, 26.25, 27.5, 28.75, 30 }, }, [337119] = { "scalding_brew", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [337123] = { "cryofreeze", { 5.5, 6.05, 6.6, 7.15, 7.7, 8.25, 8.8, 9.35, 9.9, 10.45, 11, 11.55, 12.1, 12.65, 13.2 }, }, [337134] = { "celestial_effervescence", { 18.75, 20.625, 22.5, 24.375, 26.25, 28.125, 30, 31.875, 33.75, 35.625, 37.5, 39.375, 41.25, 43.125, 45 }, }, [337136] = { "diverted_energy", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337154] = { "unnerving_focus", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [337162] = { "depths_of_insanity", { 20, 21.5, 23, 24.5, 26, 27.5, 29, 30.5, 32, 33.5, 35, 36.5, 38, 39.5, 41 }, }, [337192] = { "magis_brand", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 15 }, }, [337214] = { "hack_and_slash", { 240, 264, 288, 312, 336, 360, 384, 408, 432, 456, 480, 504, 528, 552, 576 }, }, [337224] = { "flame_accretion", { 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, 4.75, 5, 5.25, 5.5, 5.75, 6 }, }, [337240] = { "artifice_of_the_archmage", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337241] = { "nourishing_chi", { 18.75, 20.625, 22.5, 24.375, 26.25, 28.125, 30, 31.875, 33.75, 35.625, 37.5, 39.375, 41.25, 43.125, 45 }, }, [337250] = { "evasive_stride", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337264] = { "walk_with_the_ox", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337275] = { "incantation_of_swiftness", { 45, 49.5, 54, 58.5, 63, 67.5, 72, 76.5, 81, 85.5, 90, 94.5, 99, 103.5, 108 }, }, [337286] = { "strike_with_clarity", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [337293] = { "tempest_barrier", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [337295] = { "bone_marrow_hops", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337301] = { "imbued_reflections", { 36.25, 39.875, 43.5, 47.125, 50.75, 54.375, 58, 61.625, 65.25, 68.875, 72.5, 76.125, 79.75, 83.375, 87 }, }, [337302] = { "vicious_contempt", { 24, 26.4, 28.8, 31.2, 33.6, 36, 38.4, 40.8, 43.2, 45.6, 48, 50.4, 52.8, 55.2, 57.6 }, }, [337303] = { "way_of_the_fae", { 21, 23.1, 25.2, 27.3, 29.4, 31.5, 33.6, 35.7, 37.8, 39.9, 42, 44.1, 46.2, 48.3, 50.4 }, }, [337381] = { "eternal_hunger", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337662] = { "translucent_image", { -6, -6.6, -7.2, -7.8, -8.4, -9, -9.6, -10.2, -10.8, -11.4, -12, -12.6, -13.2, -13.8, -14.4 }, }, [337678] = { "move_with_grace", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [337704] = { "chilled_resilience", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [337705] = { "spirit_drain", { 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240 }, }, [337707] = { "clear_mind", { -15, -16.5, -18, -19.5, -21, -22.5, -24, -25.5, -27, -28.5, -30, -31.5, -33, -34.5, -36 }, }, [337715] = { "charitable_soul", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [337748] = { "lights_inspiration", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337762] = { "power_unto_others", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337764] = { "reinforced_shell", { 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800, 4000, 4200, 4400, 4600, 4800 }, }, [337778] = { "shining_radiance", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337786] = { "pain_transformation", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [337790] = { "exaltation", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [337811] = { "lasting_spirit", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [337822] = { "accelerated_cold", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337884] = { "withering_plague", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [337891] = { "swift_penitence", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [337914] = { "focused_mending", { 38, 41.8, 45.6, 49.4, 53.2, 57, 60.8, 64.6, 68.4, 72.2, 76, 79.8, 83.6, 87.4, 91.2 }, }, [337934] = { "eradicating_blow", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337947] = { "resonant_words", { 38, 41.8, 45.6, 49.4, 53.2, 57, 60.8, 64.6, 68.4, 72.2, 76, 79.8, 83.6, 87.4, 91.2 }, }, [337954] = { "mental_recovery", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337957] = { "blood_bond", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [337964] = { "astral_protection", { -3, -3.5, -4, -4.5, -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10 }, }, [337966] = { "courageous_ascension", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337972] = { "hardened_bones", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.2 }, }, [337974] = { "refreshing_waters", { 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 }, }, [337979] = { "festering_transfusion", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [337980] = { "embrace_death", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337981] = { "vital_accretion", { 20, 21, 23, 24, 26, 27, 29, 30, 31, 33, 34, 36, 38, 39, 40 }, }, [337988] = { "everfrost", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [338033] = { "thunderous_paws", { 10, 12, 14, 16, 19, 21, 23, 25, 27, 29, 31, 34, 36, 38, 40 }, }, [338042] = { "totemic_surge", { -1000, -2000, -3000, -4000, -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000, -15000 }, }, [338048] = { "spiritual_resonance", { 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, 17000, 18000 }, }, [338054] = { "crippling_hex", { -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12, -12.5, -13, -13.5, -14, -14.5, -15 }, }, [338089] = { "fleeting_wind", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [338131] = { "high_voltage", { 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40 }, }, [338252] = { "shake_the_foundations", { 10, 10.66, 11.33, 12, 12.66, 13.33, 14, 15, 15.66, 16.33, 17, 17.66, 18.33, 19, 19.66 }, }, [338303] = { "call_of_flame", { 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50 }, }, [338305] = { "fae_fermata", { 3800, 4180, 4560, 4940, 5320, 5700, 6080, 6460, 6840, 7220, 7600, 7980, 8360, 8740, 9120 }, }, [338311] = { "unending_grip", { -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -42, -44, -46, -48 }, }, [338315] = { "shattered_perceptions", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [338318] = { "unruly_winds", { 15, 17, 20, 22, 25, 27, 30, 32, 35, 37, 40, 42, 45, 47, 50 }, }, [338319] = { "haunting_apparitions", { 31, 34.1, 37.2, 40.3, 43.4, 46.5, 49.6, 52.7, 55.8, 58.9, 62, 65.1, 68.2, 71.3, 74.4 }, }, [338322] = { "focused_lightning", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338325] = { "chilled_to_the_core", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [338329] = { "embrace_of_earth", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338330] = { "insatiable_appetite", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [338331] = { "magma_fist", { 12, 13.8, 15.6, 17.4, 19.2, 21, 22.8, 24.6, 26.4, 28.2, 30, 31.8, 33.6, 35.4, 37.2 }, }, [338332] = { "mind_devourer", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338338] = { "rabid_shadows", { 12, 20.9, 22.8, 24.7, 26.6, 28.5, 30.4, 32.3, 34.2, 36.1, 38, 39.9, 41.8, 43.7, 45.6 }, }, [338339] = { "swirling_currents", { 20, 21, 23, 24, 26, 28, 29, 30, 31, 33, 34, 36, 37, 39, 40 }, }, [338342] = { "dissonant_echoes", { 3.1, 3.41, 3.72, 4.03, 4.34, 4.65, 4.96, 5.27, 5.58, 5.89, 6.2, 6.51, 6.82, 7.13, 7.44 }, }, [338343] = { "heavy_rainfall", { 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145 }, }, [338345] = { "holy_oration", { 6, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [338346] = { "natures_focus", { 10, 10.66, 11.33, 12, 12.66, 13.33, 14, 15, 16, 16.66, 17.33, 18, 18.66, 19.33, 20 }, }, [338435] = { "meat_shield", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [338492] = { "unleashed_frenzy", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [338516] = { "debilitating_malady", { 7, 7.7, 8.4, 9.1, 9.8, 10.5, 11.2, 11.9, 12.6, 13.3, 14, 14.7, 15.4, 16.1, 16.8 }, }, [338553] = { "convocation_of_the_dead", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [338566] = { "lingering_plague", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [338628] = { "impenetrable_gloom", { 18.75, 20.625, 22.5, 24.375, 26.25, 28.125, 30, 31.875, 33.75, 35.625, 37.5, 40.125, 42, 43.875, 45.75 }, }, [338651] = { "brutal_grasp", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [338664] = { "proliferation", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [338671] = { "fel_defender", { -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000, -15000, -16000, -17000, -18000, -20000 }, }, [338682] = { "viscous_ink", { -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12, -12.5, -13 }, }, [338741] = { "divine_call", { 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 22, 20 }, }, [338787] = { "shielding_words", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [338793] = { "shattered_restoration", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338799] = { "felfire_haste", { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20 }, }, [338835] = { "ravenous_consumption", { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30 }, }, [339018] = { "enfeebled_mark", { 7.5, 8.2, 8.9, 9.6, 10.3, 11, 11.7, 12.4, 13.1, 13.8, 14.5, 15.2, 15.9, 16.6, 17.2 }, }, [339048] = { "demonic_parole", { 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, 17000, 18000, 20000 }, }, [339059] = { "empowered_release", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339109] = { "spirit_attunement", { 10, 11, 12, 13.5, 14.5, 15.5, 16.5, 18, 19, 20, 21, 22, 23, 24, 25 }, }, [339114] = { "golden_path", { 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480 }, }, [339124] = { "pure_concentration", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [339129] = { "necrotic_barrage", { 5, 6, 7, 8.5, 9.5, 10.5, 11.5, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [339130] = { "fel_celerity", { -48000, -51000, -54000, -57000, -60000, -63000, -66000, -69000, -72000, -75000, -78000, -81000, -84000, -87000, -90000 }, }, [339149] = { "lost_in_darkness", { 3000, 3500, 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000 }, }, [339151] = { "relentless_onslaught", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339182] = { "elysian_dirge", { 60, 64.5, 69, 73.5, 78, 82.5, 87, 91.5, 96, 100.5, 105, 109.5, 114, 118.5, 123 }, }, [339183] = { "essential_extraction", { -25000, -26000, -27000, -28000, -29000, -30000, -31000, -33000, -34000, -35000, -36000, -37000, -38000, -39000, -40000 }, }, [339185] = { "lavish_harvest", { 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17 }, }, [339186] = { "tumbling_waves", { 200, 210, 230, 240, 260, 270, 290, 300, 310, 330, 340, 360, 370, 390, 400 }, }, [339228] = { "dancing_with_fate", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [339230] = { "serrated_glaive", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339231] = { "growing_inferno", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339259] = { "piercing_verdict", { 25, 28, 31, 34, 37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 67 }, }, [339264] = { "marksmans_advantage", { -3, -3.5, -4, -4.5, -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10 }, }, [339265] = { "veterans_repute", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339268] = { "lights_barding", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [339272] = { "resolute_barrier", { 0, -1000, -2000, -3000, -4000, -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000 }, }, [339282] = { "accrued_vitality", { 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100 }, }, [339292] = { "wrench_evil", { -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96 }, }, [339316] = { "echoing_blessings", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339370] = { "harrowing_punishment", { 2.25, 2.4, 2.55, 2.7, 2.85, 3, 3.15, 3.3, 3.45, 3.6, 3.75, 3.9, 4.05, 4.2, 4.35 }, }, [339371] = { "expurgation", { 32, 35.2, 38.4, 41.6, 44.8, 48, 51.2, 54.4, 57.6, 60.8, 64, 67.2, 70.4, 73.6, 76.8 }, }, [339374] = { "truths_wake", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [339377] = { "harmony_of_the_tortollan", { -10000, -11500, -13000, -14500, -16000, -17500, -19000, -20500, -23000, -24500, -26000, -27500, -29000, -30500, -32000 }, }, [339379] = { "shade_of_terror", { 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170 }, }, [339386] = { "mortal_combo", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339399] = { "rejuvenating_wind", { 10, 11, 12, 13.5, 14.5, 16, 17.5, 19, 20.5, 22, 23.5, 25, 26.5, 28, 30 }, }, [339411] = { "demonic_momentum", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [339423] = { "soul_furnace", { 30, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75 }, }, [339455] = { "corrupting_leer", { 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4, 5.6, 5.8 }, }, [339459] = { "resilience_of_the_hunter", { -3, -3.8, -4.6, -5.4, -6.2, -7, -7.8, -8.6, -9.4, -10.2, -11, -11.8, -12.6, -13.4, -14.2 }, }, [339481] = { "rolling_agony", { 4000, 4400, 4800, 5200, 5600, 6000, 6400, 6800, 7200, 7600, 8000, 8400, 8800, 9200, 9600 }, }, [339495] = { "reversal_of_fortune", { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }, }, [339500] = { "focused_malignancy", { 7, 7.7, 8.4, 9.1, 9.8, 10.5, 11.2, 11.9, 12.6, 13.3, 14, 14.7, 15.4, 16.1, 16.8 }, }, [339518] = { "virtuous_command", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [339531] = { "templars_vindication", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [339558] = { "cheetahs_vigor", { -16000, -17000, -18000, -19000, -20000, -21000, -22000, -23000, -24000, -25000, -26000, -27000, -28000, -29000, -30000 }, }, [339570] = { "enkindled_spirit", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [339576] = { "withering_bolt", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339578] = { "borne_of_blood", { 16, 17.6, 19.2, 20.8, 22.4, 24, 25.6, 27.2, 28.8, 30.4, 32, 33.6, 35.2, 36.8, 38.4 }, }, [339587] = { "demon_muzzle", { -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12 }, }, [339644] = { "roaring_fire", { 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45 }, }, [339651] = { "tactical_retreat", { -20, -22, -24, -27, -29, -31, -33, -36, -38, -40, -42, -44, -46, -48, -50 }, }, [339656] = { "carnivorous_stalkers", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [339704] = { "ferocious_appetite", { 10, 12, 14, 16, 18, 20, 22, 25, 27, 29, 31, 34, 36, 38, 40 }, }, [339712] = { "resplendent_light", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [339750] = { "one_with_the_beast", { 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8 }, }, [339766] = { "tyrants_soul", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339818] = { "show_of_force", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [339845] = { "fel_commando", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [339890] = { "duplicitous_havoc", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339892] = { "ashen_remains", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [339895] = { "repeat_decree", { -85, -83.5, -82, -80.5, -79, -77.5, -76, -74.5, -73, -71.5, -70, -68.5, -67, -65.5, -64 }, }, [339896] = { "combusting_engine", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [339920] = { "sharpshooters_focus", { 20, 22, 24, 27, 29, 31, 33, 36, 38, 40, 42, 44, 46, 48, 50 }, }, [339924] = { "brutal_projectiles", { 3, 3.25, 3.5, 4, 4.25, 4.5, 4.75, 5.25, 5.5, 5.75, 6, 6.25, 6.5, 6.75, 7 }, }, [339939] = { "destructive_reverberations", { 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32 }, }, [339948] = { "disturb_the_peace", { -5000, -5500, -6000, -6500, -7000, -7500, -8000, -8500, -9000, -9500, -10000, -10500, -11000, -11500, -12000 }, }, [339973] = { "deadly_chain", { 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [339984] = { "focused_light", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339987] = { "untempered_dedication", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [340006] = { "vengeful_shock", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340012] = { "punish_the_guilty", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340023] = { "resolute_defender", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [340028] = { "increased_scrutiny", { -5000, -5500, -6000, -6500, -7000, -7500, -8000, -8500, -9000, -9500, -10000, -10500, -11000, -11500, -12000 }, }, [340030] = { "royal_decree", { -15000, -16500, -18000, -19500, -21000, -22500, -24000, -25500, -27000, -28500, -30000, -31500, -33000, -34500, -36000 }, }, [340033] = { "powerful_precision", { 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [340041] = { "infernal_brand", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [340063] = { "brooding_pool", { 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000 }, }, [340185] = { "the_long_summer", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [340192] = { "righteous_might", { 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240 }, }, [340212] = { "hallowed_discernment", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340218] = { "ringing_clarity", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340229] = { "soul_tithe", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340268] = { "fatal_decimation", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [340316] = { "catastrophic_origin", { 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106 }, }, [340348] = { "soul_eater", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [340529] = { "tough_as_bark", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [340540] = { "ursine_vigor", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [340543] = { "innate_resolve", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [340545] = { "tireless_pursuit", { 3000, 3300, 3600, 3900, 4200, 4500, 4800, 5100, 5400, 5700, 6000, 6300, 6600, 6900, 7200 }, }, [340549] = { "unstoppable_growth", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340550] = { "ready_for_anything", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [340552] = { "unchecked_aggression", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340553] = { "wellhoned_instincts", { 135, 123, 113, 104, 97, 90, 84, 79, 75, 71, 67, 64, 61, 58, 56 }, }, [340562] = { "diabolic_bloodstone", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340605] = { "layered_mane", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [340609] = { "savage_combatant", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340616] = { "flash_of_clarity", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340621] = { "floral_recycling", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340682] = { "taste_for_blood", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [340686] = { "incessant_hunter", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340694] = { "sudden_ambush", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340705] = { "carnivorous_instinct", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340706] = { "precise_alignment", { 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000, 11500, 12000 }, }, [340708] = { "fury_of_the_skies", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [340719] = { "umbral_intensity", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [340720] = { "stellar_inspiration", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340876] = { "echoing_call", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [341222] = { "strength_of_the_pack", { 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10 }, }, [341246] = { "stinging_strike", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [341264] = { "reverberation", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [341272] = { "sudden_fractures", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 67, 70 }, }, [341280] = { "born_anew", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [341309] = { "septic_shock", { 120, 132, 144, 156, 168, 180, 192, 204, 216, 228, 240, 252, 264, 276, 288 }, }, [341310] = { "lashing_scars", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [341311] = { "nimble_fingers", { -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19 }, }, [341312] = { "recuperator", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [341325] = { "controlled_destruction", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [341344] = { "withering_ground", { 75, 82.5, 90, 97.5, 105, 112.5, 120, 127.5, 135, 142.5, 150, 157.5, 165, 172.5, 180 }, }, [341350] = { "deadly_tandem", { 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000 }, }, [341378] = { "deep_allegiance", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [341383] = { "endless_thirst", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [341399] = { "flame_infusion", { 5, 5.33, 5.66, 6, 6.33, 6.66, 7, 7.33, 8.66, 9, 9.33, 9.66, 10, 10.33, 10.66 }, }, [341440] = { "bloodletting", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [341446] = { "conflux_of_elements", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341447] = { "evolved_swarm", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [341450] = { "front_of_the_pack", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341451] = { "born_of_the_wilds", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [341529] = { "cloaked_in_shadows", { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 }, }, [341531] = { "quick_decisions", { 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40 }, }, [341532] = { "fade_to_nothing", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25 }, }, [341534] = { "rushed_setup", { -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -42, -44, -46, -48 }, }, [341535] = { "prepared_for_all", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [341536] = { "poisoned_katar", { 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 }, }, [341537] = { "wellplaced_steel", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341538] = { "maim_mangle", { 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 }, }, [341539] = { "lethal_poisons", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341540] = { "triple_threat", { 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 }, }, [341542] = { "ambidexterity", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [341543] = { "sleight_of_hand", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341546] = { "count_the_odds", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341549] = { "deeper_daggers", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [341556] = { "planned_execution", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [341559] = { "stiletto_staccato", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [341567] = { "perforated_veins", { 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46 }, }, [344358] = { "unnatural_malice", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [345594] = { "pyroclastic_shock", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [346747] = { "ambuscade", { 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2100, 2200, 2300, 2400 }, }, [347213] = { "fueled_by_violence", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [357888] = { "condensed_anima_sphere", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [357902] = { "adaptive_armor_fragment", { 2, 2.1, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [387198] = { "grandiose_boon", { 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6 }, }, [387201] = { "spark_of_savagery", { 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3 }, }, [387202] = { "intense_awakening", { 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3 }, }, [387222] = { "bronze_acceleration", { 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3 }, }, [387225] = { "primal_fortitude", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [387227] = { "inherent_resistance", { -2, -2.2, -2.4, -2.6, -2.8, -3, -3.2, -3.4, -3.6, -3.8, -4, -4.2, -4.4, -4.6, -4.8 }, }, [387228] = { "circle_of_life", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [387240] = { "graceful_stride", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [387267] = { "natural_weapons", { -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000, -15000, -16000, -17000, -18000, -19000, -20000 }, }, [387270] = { "legacy_of_coldarra", { 1000, 1200, 1400, 1600, 1800, 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800 }, }, } else conduits = { [334993] = { "stalwart_guardian", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [335010] = { "brutal_vitality", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [335034] = { "inspiring_presence", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [335196] = { "safeguard", { -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22 }, }, [347213] = { "fueled_by_violence", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [335232] = { "ashen_juggernaut", { 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, 4.75, 5, 5.25, 5.5, 5.75, 6 }, }, [335242] = { "crash_the_ramparts", { 9, 9.9, 10.8, 11.7, 12.6, 13.5, 14.4, 15.3, 16.2, 17.1, 18, 18.9, 19.8, 20.7, 21.6 }, }, [335250] = { "cacophonous_roar", { 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220 }, }, [335260] = { "merciless_bonegrinder", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [336379] = { "harm_denial", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [336452] = { "inner_fury", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [336460] = { "unrelenting_cold", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [336472] = { "shivering_core", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [336526] = { "calculated_strikes", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [336522] = { "icy_propulsion", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [336569] = { "ice_bite", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [336598] = { "coordinated_offensive", { 8.75, 9.625, 10.5, 11.375, 12.25, 13.125, 14, 14.875, 15.75, 16.625, 17.5, 18.375, 19.25, 20.125, 21 }, }, [336613] = { "winters_protection", { -25000, -27500, -30000, -32500, -35000, -37500, -40000, -42500, -45000, -47500, -50000, -52500, -55000, -57500, -60000 }, }, [336616] = { "xuens_bond", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [336632] = { "grounding_breath", { 15, 16.8, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [336636] = { "flow_of_time", { -2000, -2200, -2400, -2600, -2800, -3000, -3200, -3400, -3600, -3800, -4000, -4200, -4400, -4600, -4800 }, }, [336191] = { "indelible_victory", { 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480 }, }, [336773] = { "jade_bond", { 6.25, 6.875, 7.5, 8.125, 8.75, 9.375, 10, 10.625, 11.25, 11.875, 12.5, 13.125, 13.75, 14.375, 15 }, }, [336777] = { "grounding_surge", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [336821] = { "infernal_cascade", { 7, 7.7, 8.4, 9.1, 9.8, 10.5, 11.2, 11.9, 12.6, 13.3, 14, 14.7, 15.4, 16.1, 16.8 }, }, [336812] = { "resplendent_mist", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [336852] = { "master_flame", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [336853] = { "fortifying_ingredients", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [336873] = { "arcane_prodigy", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [336884] = { "lingering_numbness", { 400, 440, 480, 520, 560, 600, 640, 680, 720, 760, 800, 840, 880, 920, 960 }, }, [336886] = { "nether_precision", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [336890] = { "dizzying_tumble", { -62.5, -68.75, -75, -81.25, -87.5, -93.75, -100, -106.25, -112.5, -118.75, -125, -131.25, -137.5, -143.75, -150 }, }, [336992] = { "discipline_of_the_grove", { -1000, -1100, -1200, -1300, -1400, -1500, -1600, -1700, -1800, -1900, -2000, -2100, -2200, -2300, -2400 }, }, [336999] = { "gift_of_the_lich", { 6000, 6600, 7200, 7800, 8400, 9000, 9600, 10200, 10800, 11400, 12000, 12600, 13200, 13800, 14400 }, }, [337058] = { "ire_of_the_ascended", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [337078] = { "swift_transference", { 12.5, 13.75, 15, 16.25, 17.5, 18.75, 20, 21.25, 22.5, 23.75, 25, 26.25, 27.5, 28.75, 30 }, }, [337084] = { "tumbling_technique", { 60, 66, 72, 78, 84, 90, 96, 102, 108, 114, 120, 126, 132, 138, 144 }, }, [337087] = { "siphoned_malice", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [337099] = { "rising_sun_revival", { 12.5, 13.75, 15, 16.25, 17.5, 18.75, 20, 21.25, 22.5, 23.75, 25, 26.25, 27.5, 28.75, 30 }, }, [337123] = { "cryofreeze", { 5.5, 6.05, 6.6, 7.15, 7.7, 8.25, 8.8, 9.35, 9.9, 10.45, 11, 11.55, 12.1, 12.65, 13.2 }, }, [337119] = { "scalding_brew", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [337134] = { "celestial_effervescence", { 18.75, 20.625, 22.5, 24.375, 26.25, 28.125, 30, 31.875, 33.75, 35.625, 37.5, 39.375, 41.25, 43.125, 45 }, }, [337136] = { "diverted_energy", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337154] = { "unnerving_focus", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [337162] = { "depths_of_insanity", { 20, 21.5, 23, 24.5, 26, 27.5, 29, 30.5, 32, 33.5, 35, 36.5, 38, 39.5, 41 }, }, [337192] = { "magis_brand", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 15 }, }, [337214] = { "hack_and_slash", { 160, 176, 192, 208, 224, 240, 256, 272, 288, 304, 320, 336, 352, 368, 384 }, }, [337224] = { "flame_accretion", { 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, 4.75, 5, 5.25, 5.5, 5.75, 6 }, }, [337241] = { "nourishing_chi", { 18.75, 20.625, 22.5, 24.375, 26.25, 28.125, 30, 31.875, 33.75, 35.625, 37.5, 39.375, 41.25, 43.125, 45 }, }, [337240] = { "artifice_of_the_archmage", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337250] = { "evasive_stride", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337264] = { "walk_with_the_ox", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337275] = { "incantation_of_swiftness", { 45, 49.5, 54, 58.5, 63, 67.5, 72, 76.5, 81, 85.5, 90, 94.5, 99, 103.5, 108 }, }, [337286] = { "strike_with_clarity", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [337295] = { "bone_marrow_hops", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337293] = { "tempest_barrier", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [337301] = { "imbued_reflections", { 36.25, 39.875, 43.5, 47.125, 50.75, 54.375, 58, 61.625, 65.25, 68.875, 72.5, 76.125, 79.75, 83.375, 87 }, }, [337303] = { "way_of_the_fae", { 10.5, 11.55, 12.6, 13.65, 14.7, 15.75, 16.8, 17.85, 18.9, 19.95, 21, 22.05, 23.1, 24.15, 25.2 }, }, [337302] = { "vicious_contempt", { 24, 26.4, 28.8, 31.2, 33.6, 36, 38.4, 40.8, 43.2, 45.6, 48, 50.4, 52.8, 55.2, 57.6 }, }, [337381] = { "eternal_hunger", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [337662] = { "translucent_image", { -6, -6.6, -7.2, -7.8, -8.4, -9, -9.6, -10.2, -10.8, -11.4, -12, -12.6, -13.2, -13.8, -14.4 }, }, [337678] = { "move_with_grace", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [337704] = { "chilled_resilience", { -20000, -22000, -24000, -26000, -28000, -30000, -32000, -34000, -36000, -38000, -40000, -42000, -44000, -46000, -48000 }, }, [337707] = { "clear_mind", { -15, -16.5, -18, -19.5, -21, -22.5, -24, -25.5, -27, -28.5, -30, -31.5, -33, -34.5, -36 }, }, [337705] = { "spirit_drain", { 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240 }, }, [337715] = { "charitable_soul", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [337748] = { "lights_inspiration", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337762] = { "power_unto_others", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337764] = { "reinforced_shell", { 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800, 4000, 4200, 4400, 4600, 4800 }, }, [337778] = { "shining_radiance", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [337786] = { "pain_transformation", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [337790] = { "exaltation", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [337811] = { "lasting_spirit", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [337822] = { "accelerated_cold", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337884] = { "withering_plague", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [337891] = { "swift_penitence", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [337914] = { "focused_mending", { 38, 41.8, 45.6, 49.4, 53.2, 57, 60.8, 64.6, 68.4, 72.2, 76, 79.8, 83.6, 87.4, 91.2 }, }, [337934] = { "eradicating_blow", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337947] = { "resonant_words", { 38, 41.8, 45.6, 49.4, 53.2, 57, 60.8, 64.6, 68.4, 72.2, 76, 79.8, 83.6, 87.4, 91.2 }, }, [337954] = { "mental_recovery", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337957] = { "blood_bond", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [337966] = { "courageous_ascension", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [337972] = { "hardened_bones", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.2 }, }, [337980] = { "embrace_death", { 35, 38.5, 42, 45.5, 49, 52.5, 56, 59.5, 63, 66.5, 70, 73.5, 77, 80.5, 84 }, }, [337979] = { "festering_transfusion", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [337988] = { "everfrost", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [337964] = { "astral_protection", { -3, -3.5, -4, -4.5, -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10 }, }, [337974] = { "refreshing_waters", { 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 }, }, [337981] = { "vital_accretion", { 20, 21, 23, 24, 26, 27, 29, 30, 31, 33, 34, 36, 38, 39, 40 }, }, [338033] = { "thunderous_paws", { 10, 12, 14, 16, 19, 21, 23, 25, 27, 29, 31, 34, 36, 38, 40 }, }, [338042] = { "totemic_surge", { -1000, -2000, -3000, -4000, -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000, -15000 }, }, [338054] = { "crippling_hex", { -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12, -12.5, -13, -13.5, -14, -14.5, -15 }, }, [338048] = { "spiritual_resonance", { 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, 17000, 18000 }, }, [338089] = { "fleeting_wind", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [345594] = { "pyroclastic_shock", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [338305] = { "fae_fermata", { 3800, 4180, 4560, 4940, 5320, 5700, 6080, 6460, 6840, 7220, 7600, 7980, 8360, 8740, 9120 }, }, [338131] = { "high_voltage", { 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40 }, }, [338252] = { "shake_the_foundations", { 10, 10.66, 11.33, 12, 12.66, 13.33, 14, 15, 15.66, 16.33, 17, 17.66, 18.33, 19, 19.66 }, }, [338303] = { "call_of_flame", { 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50 }, }, [338315] = { "shattered_perceptions", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [338311] = { "unending_grip", { -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -42, -44, -46, -48 }, }, [338319] = { "haunting_apparitions", { 31, 34.1, 37.2, 40.3, 43.4, 46.5, 49.6, 52.7, 55.8, 58.9, 62, 65.1, 68.2, 71.3, 74.4 }, }, [338330] = { "insatiable_appetite", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [338318] = { "unruly_winds", { 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35 }, }, [338322] = { "focused_lightning", { 1, 1.25, 1.5, 1.75, 2, 2.25, 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5 }, }, [338331] = { "magma_fist", { 15, 15.66, 16.33, 17, 17.66, 18.33, 19, 20, 21, 21.66, 22.33, 23, 23.66, 24.33, 25 }, }, [338325] = { "chilled_to_the_core", { 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35 }, }, [338332] = { "mind_devourer", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338338] = { "rabid_shadows", { 12, 20.9, 22.8, 24.7, 26.6, 28.5, 30.4, 32.3, 34.2, 36.1, 38, 39.9, 41.8, 43.7, 45.6 }, }, [338342] = { "dissonant_echoes", { 3.1, 3.41, 3.72, 4.03, 4.34, 4.65, 4.96, 5.27, 5.58, 5.89, 6.2, 6.51, 6.82, 7.13, 7.44 }, }, [338345] = { "holy_oration", { 6, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [338329] = { "embrace_of_earth", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338339] = { "swirling_currents", { 20, 21, 23, 24, 26, 28, 29, 30, 31, 33, 34, 36, 37, 39, 40 }, }, [338343] = { "heavy_rainfall", { 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145 }, }, [338346] = { "natures_focus", { 10, 10.66, 11.33, 12, 12.66, 13.33, 14, 15, 16, 16.66, 17.33, 18, 18.66, 19.33, 20 }, }, [338435] = { "meat_shield", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [338492] = { "unleashed_frenzy", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [338516] = { "debilitating_malady", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [338553] = { "convocation_of_the_dead", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338566] = { "lingering_plague", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [338628] = { "impenetrable_gloom", { 12.5, 13.75, 15, 16.25, 17.5, 18.75, 20, 21.25, 22.5, 23.75, 25, 26.75, 28, 29.25, 30.5 }, }, [338651] = { "brutal_grasp", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 114, 34.5, 36 }, }, [338664] = { "proliferation", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [338741] = { "divine_call", { 48, 46, 44, 42, 40, 38, 36, 34, 32, 30, 28, 26, 24, 22, 20 }, }, [338671] = { "fel_defender", { -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000, -15000, -16000, -17000, -18000, -20000 }, }, [338682] = { "viscous_ink", { -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12, -12.5, -13 }, }, [338793] = { "shattered_restoration", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [338787] = { "shielding_words", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [338799] = { "felfire_haste", { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20 }, }, [338835] = { "ravenous_consumption", { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30 }, }, [339018] = { "enfeebled_mark", { 7.5, 8.2, 8.9, 9.6, 10.3, 11, 11.7, 12.4, 13.1, 13.8, 14.5, 15.2, 15.9, 16.6, 17.2 }, }, [339048] = { "demonic_parole", { 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000, 16000, 17000, 18000, 20000 }, }, [339059] = { "empowered_release", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339109] = { "spirit_attunement", { 10, 11, 12, 13.5, 14.5, 15.5, 16.5, 18, 19, 20, 21, 22, 23, 24, 25 }, }, [339114] = { "golden_path", { 200, 220, 240, 260, 280, 300, 320, 340, 360, 380, 400, 420, 440, 460, 480 }, }, [339124] = { "pure_concentration", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [339129] = { "necrotic_barrage", { 5, 6, 7, 8.5, 9.5, 10.5, 11.5, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [339130] = { "fel_celerity", { -48000, -51000, -54000, -57000, -60000, -63000, -66000, -69000, -72000, -75000, -78000, -81000, -84000, -87000, -90000 }, }, [339149] = { "lost_in_darkness", { 3000, 3500, 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000 }, }, [339182] = { "elysian_dirge", { 40, 43, 46, 49, 52, 55, 58, 61, 64, 67, 70, 73, 76, 79, 82 }, }, [339186] = { "tumbling_waves", { 200, 210, 230, 240, 260, 270, 290, 300, 310, 330, 340, 360, 370, 390, 400 }, }, [339183] = { "essential_extraction", { -25000, -26000, -27000, -28000, -29000, -30000, -31000, -33000, -34000, -35000, -36000, -37000, -38000, -39000, -40000 }, }, [339185] = { "lavish_harvest", { 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17 }, }, [339151] = { "relentless_onslaught", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339228] = { "dancing_with_fate", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339230] = { "serrated_glaive", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339231] = { "growing_inferno", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339259] = { "piercing_verdict", { 25, 28, 31, 34, 37, 40, 43, 46, 49, 52, 55, 58, 61, 64, 67 }, }, [339264] = { "marksmans_advantage", { -3, -3.5, -4, -4.5, -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10 }, }, [339265] = { "veterans_repute", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339268] = { "lights_barding", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [339272] = { "resolute_barrier", { 0, -1000, -2000, -3000, -4000, -5000, -6000, -7000, -8000, -9000, -10000, -11000, -12000, -13000, -14000 }, }, [339292] = { "wrench_evil", { -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96 }, }, [339282] = { "accrued_vitality", { 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100 }, }, [339316] = { "echoing_blessings", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339371] = { "expurgation", { 32, 35.2, 38.4, 41.6, 44.8, 48, 51.2, 54.4, 57.6, 60.8, 64, 67.2, 70.4, 73.6, 76.8 }, }, [339370] = { "harrowing_punishment", { 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9 }, }, [339377] = { "harmony_of_the_tortollan", { -10000, -11500, -13000, -14500, -16000, -17500, -19000, -20500, -23000, -24500, -26000, -27500, -29000, -30500, -32000 }, }, [339374] = { "truths_wake", { 13, 14.3, 15.6, 16.9, 18.2, 19.5, 20.8, 22.1, 23.4, 24.7, 26, 27.3, 28.6, 29.9, 31.2 }, }, [339379] = { "shade_of_terror", { 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170 }, }, [339386] = { "mortal_combo", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339399] = { "rejuvenating_wind", { 10, 11, 12, 13.5, 14.5, 16, 17.5, 19, 20.5, 22, 23.5, 25, 26.5, 28, 30 }, }, [339411] = { "demonic_momentum", { 30, 33, 36, 39, 42, 45, 48, 51, 46, 57, 60, 63, 66, 69, 72 }, }, [339423] = { "soul_furnace", { 30, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72, 75 }, }, [339459] = { "resilience_of_the_hunter", { -3, -3.8, -4.6, -5.4, -6.2, -7, -7.8, -8.6, -9.4, -10.2, -11, -11.8, -12.6, -13.4, -14.2 }, }, [339455] = { "corrupting_leer", { 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4, 5.6, 5.8 }, }, [339495] = { "reversal_of_fortune", { 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }, }, [339531] = { "templars_vindication", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [339570] = { "enkindled_spirit", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [339558] = { "cheetahs_vigor", { -16000, -17000, -18000, -19000, -20000, -21000, -22000, -23000, -24000, -25000, -26000, -27000, -28000, -29000, -30000 }, }, [339587] = { "demon_muzzle", { -5, -5.5, -6, -6.5, -7, -7.5, -8, -8.5, -9, -9.5, -10, -10.5, -11, -11.5, -12 }, }, [339644] = { "roaring_fire", { 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45 }, }, [339651] = { "tactical_retreat", { -20, -22, -24, -27, -29, -31, -33, -36, -38, -40, -42, -44, -46, -48, -50 }, }, [339518] = { "virtuous_command", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [339704] = { "ferocious_appetite", { 10, 12, 14, 16, 18, 20, 22, 25, 27, 29, 31, 34, 36, 38, 40 }, }, [339712] = { "resplendent_light", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [339750] = { "one_with_the_beast", { 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8 }, }, [339818] = { "show_of_force", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [339895] = { "repeat_decree", { -85, -83.5, -82, -80.5, -79, -77.5, -76, -74.5, -73, -71.5, -70, -68.5, -67, -65.5, -64 }, }, [339920] = { "sharpshooters_focus", { 20, 22, 24, 27, 29, 31, 33, 36, 38, 40, 42, 44, 46, 48, 50 }, }, [339924] = { "brutal_projectiles", { 3, 3.25, 3.5, 4, 4.25, 4.5, 4.75, 5.25, 5.5, 5.75, 6, 6.25, 6.5, 6.75, 7 }, }, [339939] = { "destructive_reverberations", { 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32 }, }, [339948] = { "disturb_the_peace", { -5000, -5500, -6000, -6500, -7000, -7500, -8000, -8500, -9000, -9500, -10000, -10500, -11000, -11500, -12000 }, }, [339973] = { "deadly_chain", { 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [339984] = { "focused_light", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339987] = { "untempered_dedication", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [340006] = { "vengeful_shock", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340012] = { "punish_the_guilty", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340023] = { "resolute_defender", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [340028] = { "increased_scrutiny", { -5000, -5500, -6000, -6500, -7000, -7500, -8000, -8500, -9000, -9500, -10000, -10500, -11000, -11500, -12000 }, }, [340033] = { "powerful_precision", { 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 }, }, [340063] = { "brooding_pool", { 1000, 2000, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000 }, }, [339481] = { "rolling_agony", { 4000, 4400, 4800, 5200, 5600, 6000, 6400, 6800, 7200, 7600, 8000, 8400, 8800, 9200, 9600 }, }, [339500] = { "focused_malignancy", { 7, 7.7, 8.4, 9.1, 9.8, 10.5, 11.2, 11.9, 12.6, 13.3, 14, 14.7, 15.4, 16.1, 16.8 }, }, [339576] = { "withering_bolt", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [339578] = { "borne_of_blood", { 16, 17.6, 19.2, 20.8, 22.4, 24, 25.6, 27.2, 28.8, 30.4, 32, 33.6, 35.2, 36.8, 38.4 }, }, [339656] = { "carnivorous_stalkers", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [339766] = { "tyrants_soul", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [339845] = { "fel_commando", { 7.5, 8.25, 9, 9.75, 10.5, 11.25, 12, 12.75, 13.5, 14.25, 15, 15.75, 16.5, 17.25, 18 }, }, [339890] = { "duplicitous_havoc", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340030] = { "royal_decree", { -15000, -16500, -18000, -19500, -21000, -22500, -24000, -25500, -27000, -28500, -30000, -31500, -33000, -34500, -36000 }, }, [340185] = { "the_long_summer", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [339892] = { "ashen_remains", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [339896] = { "combusting_engine", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [340192] = { "righteous_might", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340041] = { "infernal_brand", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [340212] = { "hallowed_discernment", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340218] = { "ringing_clarity", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340229] = { "soul_tithe", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340268] = { "fatal_decimation", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [340316] = { "catastrophic_origin", { 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106 }, }, [340348] = { "soul_eater", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [58081] = { "kilroggs_cunning", { 50, 55, 60, 65, 70, 150, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [340562] = { "diabolic_bloodstone", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340876] = { "echoing_call", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [341222] = { "strength_of_the_pack", { 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10 }, }, [341264] = { "reverberation", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [341246] = { "stinging_strike", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [341272] = { "sudden_fractures", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 67, 70 }, }, [341309] = { "septic_shock", { 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192 }, }, [341310] = { "lashing_scars", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [341311] = { "nimble_fingers", { -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19 }, }, [341312] = { "recuperator", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [341529] = { "cloaked_in_shadows", { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29 }, }, [341531] = { "quick_decisions", { 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40 }, }, [341532] = { "fade_to_nothing", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25 }, }, [341534] = { "rushed_setup", { -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -42, -44, -46, -48 }, }, [341535] = { "prepared_for_all", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [341536] = { "poisoned_katar", { 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21 }, }, [341537] = { "wellplaced_steel", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341538] = { "maim_mangle", { 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 }, }, [341539] = { "lethal_poisons", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341540] = { "triple_threat", { 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 }, }, [341542] = { "ambidexterity", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [341543] = { "sleight_of_hand", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [341546] = { "count_the_odds", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341549] = { "deeper_daggers", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [341556] = { "planned_execution", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [341559] = { "stiletto_staccato", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [341567] = { "perforated_veins", { 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46 }, }, [341325] = { "controlled_destruction", { 4, 4.4, 4.8, 5.2, 5.6, 6, 6.4, 6.8, 7.2, 7.6, 8, 8.4, 8.8, 9.2, 9.6 }, }, [341344] = { "withering_ground", { 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120 }, }, [341350] = { "deadly_tandem", { 4000, 4500, 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000 }, }, [341399] = { "flame_infusion", { 5, 5.33, 5.66, 6, 6.33, 6.66, 7, 7.33, 8.66, 9, 9.33, 9.66, 10, 10.33, 10.66 }, }, [341440] = { "bloodletting", { 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12 }, }, [340529] = { "tough_as_bark", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [340540] = { "ursine_vigor", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [340543] = { "innate_resolve", { 12, 13.2, 14.4, 15.6, 16.8, 18, 19.2, 20.4, 21.6, 22.8, 24, 25.2, 26.4, 27.6, 28.8 }, }, [340545] = { "tireless_pursuit", { 3000, 3300, 3600, 3900, 4200, 4500, 4800, 5100, 5400, 5700, 6000, 6300, 6600, 6900, 7200 }, }, [341280] = { "born_anew", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [341450] = { "front_of_the_pack", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341451] = { "born_of_the_wilds", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [340720] = { "stellar_inspiration", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340706] = { "precise_alignment", { 5000, 5500, 6000, 6500, 7000, 7500, 8000, 8500, 9000, 9500, 10000, 10500, 11000, 11500, 12000 }, }, [340708] = { "fury_of_the_skies", { 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2, 2.1, 2.2, 2.3, 2.4 }, }, [340719] = { "umbral_intensity", { 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66, 69, 72 }, }, [340682] = { "taste_for_blood", { 2, 2.2, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, [340686] = { "incessant_hunter", { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }, }, [340694] = { "sudden_ambush", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340705] = { "carnivorous_instinct", { 3, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6, 6.3, 6.6, 6.9, 7.2 }, }, [340552] = { "unchecked_aggression", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340609] = { "savage_combatant", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [340553] = { "wellhoned_instincts", { 135, 123, 113, 104, 97, 90, 84, 79, 75, 71, 67, 64, 61, 58, 56 }, }, [340605] = { "layered_mane", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [340549] = { "unstoppable_growth", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340616] = { "flash_of_clarity", { 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48 }, }, [340621] = { "floral_recycling", { 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96 }, }, [340550] = { "ready_for_anything", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [341378] = { "deep_allegiance", { -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24 }, }, [341447] = { "evolved_swarm", { 6, 6.6, 7.2, 7.8, 8.4, 9, 9.6, 10.2, 10.8, 11.4, 12, 12.6, 13.2, 13.8, 14.4 }, }, [341446] = { "conflux_of_elements", { 15, 16.5, 18, 19.5, 21, 22.5, 24, 25.5, 27, 28.5, 30, 31.5, 33, 34.5, 36 }, }, [341383] = { "endless_thirst", { 8, 8.8, 9.6, 10.4, 11.2, 12, 12.8, 13.6, 14.4, 15.2, 16, 16.8, 17.6, 18.4, 19.2 }, }, [344358] = { "unnatural_malice", { 25, 27.5, 30, 32.5, 35, 37.5, 40, 42.5, 45, 47.5, 50, 52.5, 55, 57.5, 60 }, }, [346747] = { "ambuscade", { 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2100, 1000, 2300, 2400 }, }, [357888] = { "condensed_anima_sphere", { 2.5, 2.75, 3, 3.25, 3.5, 3.75, 4, 4.25, 4.5, 4.75, 5, 5.25, 5.5, 5.75, 6 }, }, [357902] = { "adaptive_armor_fragment", { 2, 2.1, 2.4, 2.6, 2.8, 3, 3.2, 3.4, 3.6, 3.8, 4, 4.2, 4.4, 4.6, 4.8 }, }, } end local soulbinds = { [320658] = "stay_on_the_move", -- Niya [320659] = "niyas_tools_burrs", -- Niya [320660] = "niyas_tools_poison", -- Niya [320662] = "niyas_tools_herbs", -- Niya [320668] = "natures_splendor", -- Niya [320687] = "swift_patrol", -- Niya [322721] = "grove_invigoration", -- Niya [342270] = "run_without_tiring", -- Niya [352501] = "called_shot", -- Niya [352502] = "survivors_rally", -- Niya [352503] = "bonded_hearts", -- Niya [319191] = "field_of_blossoms", -- Dreamweaver [319210] = "social_butterfly", -- Dreamweaver [319211] = "soothing_voice", -- Dreamweaver [319213] = "empowered_chrysalis", -- Dreamweaver [319214] = "faerie_dust", -- Dreamweaver [319216] = "somnambulist", -- Dreamweaver [319217] = "podtender", -- Dreamweaver [352779] = "waking_dreams", -- Dreamweaver [352782] = "cunning_dreams", -- Dreamweaver [352786] = "dream_delver", -- Dreamweaver [319973] = "built_for_war", -- General Draven [319978] = "enduring_gloom", -- General Draven [319982] = "move_as_one", -- General Draven [332753] = "superior_tactics", -- General Draven [332754] = "hold_your_ground", -- General Draven [332755] = "unbreakable_body", -- General Draven [332756] = "expedition_leader", -- General Draven [340159] = "service_in_stone", -- General Draven [352365] = "regenerative_stone_skin", -- General Draven [352415] = "intimidation_tactics", -- General Draven [352417] = "battlefield_presence", -- General Draven [323074] = "volatile_solvent", -- Plague Deviser Marileth [323079] = "kevins_keyring", -- Plague Deviser Marileth [323081] = "plagueborn_cleansing_slime", -- Plague Deviser Marileth [323089] = "travel_with_bloop", -- Plague Deviser Marileth [323090] = "plagueys_preemptive_strike", -- Plague Deviser Marileth [323091] = "oozs_frictionless_coating", -- Plague Deviser Marileth [323095] = "ultimate_form", -- Plague Deviser Marileth [352108] = "viscous_trail", -- Plague Deviser Marileth [352109] = "undulating_maneuvers", -- Plague Deviser Marileth [352110] = "kevins_oozeling", -- Plague Deviser Marileth [323916] = "sulfuric_emission", -- Emeni [323918] = "gristled_toes", -- Emeni [323919] = "gnashing_chompers", -- Emeni [323921] = "emenis_magnificent_skin", -- Emeni [324440] = "cartilaginous_legs", -- Emeni [324441] = "hearth_kidneystone", -- Emeni [341650] = "emenis_ambulatory_flesh", -- Emeni [342156] = "lead_by_example", -- Emeni [351089] = "sole_slough", -- Emeni [351093] = "resilient_stitching", -- Emeni [351094] = "pustule_eruption", -- Emeni [325065] = "wild_hunts_charge", -- Korayn [325066] = "wild_hunt_tactics", -- Korayn [325067] = "horn_of_the_wild_hunt", -- Korayn [325068] = "face_your_foes", -- Korayn [325069] = "first_strike", -- Korayn [325072] = "vorkai_sharpening_techniques", -- Korayn [325073] = "get_in_formation", -- Korayn [325601] = "hold_the_line", -- Korayn [352800] = "vorkai_ambush", -- Korayn [352805] = "wild_hunt_strategem", -- Korayn [352806] = "hunts_exhilaration", -- Korayn [328257] = "let_go_of_the_past", -- Pelagos [328261] = "focusing_mantra", -- Pelagos [328263] = "cleansed_vestments", -- Pelagos [328265] = "bond_of_friendship", -- Pelagos [328266] = "combat_meditation", -- Pelagos [329777] = "phial_of_patience", -- Pelagos [329786] = "road_of_trials", -- Pelagos [351146] = "better_together", -- Pelagos [351147] = "path_of_the_devoted", -- Pelagos [351149] = "newfound_resolve", -- Pelagos [331576] = "agent_of_chaos", -- Nadjia the Mistblade [331577] = "fancy_footwork", -- Nadjia the Mistblade [331579] = "friends_in_low_places", -- Nadjia the Mistblade [331580] = "exacting_preparation", -- Nadjia the Mistblade [331582] = "familiar_predicaments", -- Nadjia the Mistblade [331584] = "dauntless_duelist", -- Nadjia the Mistblade [331586] = "thrill_seeker", -- Nadjia the Mistblade [352366] = "nimble_steps", -- Nadjia the Mistblade [352373] = "fatal_flaw", -- Nadjia the Mistblade [352405] = "sinful_preservation", -- Nadjia the Mistblade [319983] = "wasteland_propriety", -- Theotar the Mad Duke [336140] = "watch_the_shoes!", -- Theotar the Mad Duke [336147] = "leisurely_gait", -- Theotar the Mad Duke [336184] = "exquisite_ingredients", -- Theotar the Mad Duke [336239] = "soothing_shade", -- Theotar the Mad Duke [336243] = "refined_palate", -- Theotar the Mad Duke [336245] = "token_of_appreciation", -- Theotar the Mad Duke [336247] = "life_of_the_party", -- Theotar the Mad Duke [351747] = "its_always_tea_time", -- Theotar the Mad Duke [351748] = "life_is_but_an_appetizer", -- Theotar the Mad Duke [351750] = "party_favors", -- Theotar the Mad Duke [326504] = "serrated_spaulders", -- Bonesmith Heirmir [326507] = "resourceful_fleshcrafting", -- Bonesmith Heirmir [326509] = "heirmirs_arsenal_ravenous_pendant", -- Bonesmith Heirmir [326511] = "heirmirs_arsenal_gorestompers", -- Bonesmith Heirmir [326512] = "runeforged_spurs", -- Bonesmith Heirmir [326513] = "bonesmiths_satchel", -- Bonesmith Heirmir [326514] = "forgeborne_reveries", -- Bonesmith Heirmir [326572] = "heirmirs_arsenal_marrowed_gemstone", -- Bonesmith Heirmir [350899] = "carvers_eye", -- Bonesmith Heirmir [350935] = "waking_bone_breastplate", -- Bonesmith Heirmir [350936] = "mnemonic_equipment", -- Bonesmith Heirmir [328258] = "ever_forward", -- Kleia [329776] = "ascendant_phial", -- Kleia [329778] = "pointed_courage", -- Kleia [329779] = "bearers_pursuit", -- Kleia [329781] = "resonant_accolades", -- Kleia [329784] = "cleansing_rites", -- Kleia [329791] = "valiant_strikes", -- Kleia [334066] = "mentorship", -- Kleia [351488] = "spear_of_the_archon", -- Kleia [351489] = "hope_springs_eternal", -- Kleia [351491] = "light_the_path", -- Kleia [331609] = "forgelite_filter", -- Forgelite Prime Mikanikos [331610] = "charged_additive", -- Forgelite Prime Mikanikos [331611] = "soulsteel_clamps", -- Forgelite Prime Mikanikos [331612] = "sparkling_driftglobe_core", -- Forgelite Prime Mikanikos [331725] = "resilient_plumage", -- Forgelite Prime Mikanikos [331726] = "regenerating_materials", -- Forgelite Prime Mikanikos [333935] = "hammer_of_genesis", -- Forgelite Prime Mikanikos [333950] = "brons_call_to_action", -- Forgelite Prime Mikanikos [352186] = "soulglow_spectrometer", -- Forgelite Prime Mikanikos [352187] = "reactive_retrofitting", -- Forgelite Prime Mikanikos [352188] = "effusive_anima_accelerator", -- Forgelite Prime Mikanikos } local soulbindEvents = { "SOULBIND_ACTIVATED", "SOULBIND_CONDUIT_COLLECTION_CLEARED", "SOULBIND_CONDUIT_COLLECTION_REMOVED", "SOULBIND_CONDUIT_COLLECTION_UPDATED", "SOULBIND_CONDUIT_INSTALLED", "SOULBIND_CONDUIT_UNINSTALLED", "SOULBIND_FORGE_INTERACTION_STARTED", "SOULBIND_FORGE_INTERACTION_ENDED", "SOULBIND_NODE_LEARNED", "SOULBIND_NODE_UNLEARNED", "SOULBIND_NODE_UPDATED", "SOULBIND_PATH_CHANGED", "SOULBIND_PENDING_CONDUIT_CHANGED", "PLAYER_ENTERING_WORLD", "PLAYER_TALENT_UPDATE" } local GetActiveSoulbindID, GetSoulbindData, GetConduitSpellID = C_Soulbinds.GetActiveSoulbindID, C_Soulbinds.GetSoulbindData, C_Soulbinds.GetConduitSpellID function ns.updateConduits() for k, v in pairs( state.conduit ) do v.rank = 0 v.mod = 0 end for k, v in pairs( state.soulbind ) do v.rank = 0 end local found = false local soulbind = GetActiveSoulbindID() if not soulbind then return end local souldata = GetSoulbindData( soulbind ) if not souldata then return end for i, node in ipairs( souldata.tree.nodes ) do if node.state == Enum.SoulbindNodeState.Selected then if node.conduitID > 0 then local spellID = GetConduitSpellID( node.conduitID, node.conduitRank ) if conduits[ spellID ] then found = true local data = conduits[ spellID ] local key = data[ 1 ] local conduit = rawget( state.conduit, key ) or { rank = 0, mod = 0 } conduit.rank = node.conduitRank + ( node.socketEnhanced and 2 or 0 ) conduit.mod = data[ 2 ][ node.conduitRank ] state.conduit[ key ] = conduit end elseif node.spellID > 0 then if soulbinds[ node.spellID ] then found = true local key = soulbinds[ node.spellID ] local soulbind = rawget( state.soulbind, key ) or {} soulbind.rank = 1 state.soulbind[ key ] = soulbind end end end end if not found then C_Timer.After( 2, ns.updateConduits ) end end ns.updateConduits() for i, event in pairs( soulbindEvents ) do RegisterEvent( event, ns.updateConduits ) end end -- Conduit Auras -- Probably want to automate more of these... all:RegisterAuras( { lead_by_example = { id = 342181, duration = 10, max_stack = 1, }, -- Night Fae: Niya redirected_anima = { id = 342814, duration = 30, max_stack = 99 }, first_strike = { id = 325381, duration = 5, max_stack = 1 }, cloaked_in_shadows = { id = 341530, duration = 4, max_stack = 1, }, marrowed_gemstone_enhancement = { id = 327069, duration = 10, max_stack = 1, }, marrowed_gemstone_charging = { id = 327066, duration = 3600, max_stack = 10, }, thrill_seeker = { id = 331939, duration = 3600, max_stack = 40, }, euphoria = { id = 331937, duration = 10, max_stack = 1, }, kevins_oozeling = { id = 352500, duration = 20, max_stack = 1, }, kevins_wrath = { id = 352528, duration = 30, max_stack = 1, }, carvers_eye = { id = 351414, duration = 5, max_stack = 5, }, carvers_eye_debuff = { duration = 10, } } )