Fixes new Cluster Notables not showing on tree
Some new Cluster Notables were added in 3.11 but were not given the right tags in the GGPK or tree file
This commit is contained in:
@@ -843,6 +843,17 @@ return {
|
||||
["Rot-Resistant"] = 11478,
|
||||
["Blessed"] = 11479,
|
||||
["Student of Decay"] = 11480,
|
||||
["Lord of Drought"] = 11481,
|
||||
["Blizzard Caller"] = 11482,
|
||||
["Tempt the Storm"] = 11483,
|
||||
["Misery Everlasting"] = 11484,
|
||||
["Exploit Weakness"] = 11485,
|
||||
["Self-Control"] = 11486,
|
||||
["Uncompromising"] = 11487,
|
||||
["Sublime Form"] = 11488,
|
||||
["Summer Commander"] = 11489,
|
||||
["Winter Commander"] = 11490,
|
||||
["Grounded Commander"] = 11491,
|
||||
},
|
||||
keystones = {
|
||||
"Disciple of Kitava",
|
||||
|
||||
@@ -57547,6 +57547,7 @@ return {
|
||||
["skill"]= 33,
|
||||
["name"]= "Lord of Drought",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/CurseEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"10% increased Area of Effect",
|
||||
"25% increased Flammability Curse Effect"
|
||||
@@ -57556,6 +57557,7 @@ return {
|
||||
["skill"]= 25938,
|
||||
["name"]= "Blizzard Caller",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/CurseEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"25% increased Frostbite Curse Effect",
|
||||
"15% increased Critical Strike Chance"
|
||||
@@ -57565,6 +57567,7 @@ return {
|
||||
["skill"]= 17662,
|
||||
["name"]= "Tempt the Storm",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/CurseEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"5% increased Cast Speed",
|
||||
"25% increased Conductivity Curse Effect"
|
||||
@@ -57574,6 +57577,7 @@ return {
|
||||
["skill"]= 14061,
|
||||
["name"]= "Misery Everlasting",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/CurseEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"10% increased Skill Effect Duration",
|
||||
"25% increased Despair Curse Effect"
|
||||
@@ -57583,6 +57587,7 @@ return {
|
||||
["skill"]= 42601,
|
||||
["name"]= "Exploit Weakness",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/CurseEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"25% increased Vulnerability Curse Effect",
|
||||
"15% increased Physical Damage"
|
||||
@@ -57592,6 +57597,7 @@ return {
|
||||
["skill"]= 33232,
|
||||
["name"]= "Self-Control",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/EnergyShieldNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"15% increased Mana Regeneration Rate",
|
||||
"Discipline has 30% reduced Mana Reservation"
|
||||
@@ -57601,6 +57607,7 @@ return {
|
||||
["skill"]= 21907,
|
||||
["name"]= "Uncompromising",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/ArmourNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"10% increased Stun Threshold",
|
||||
"Determination has 30% reduced Mana Reservation"
|
||||
@@ -57613,6 +57620,7 @@ return {
|
||||
["skill"]= 60690,
|
||||
["name"]= "Sublime Form",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/EvasionNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"+5% to all Elemental Resistances",
|
||||
"Grace has 30% reduced Mana Reservation"
|
||||
@@ -57622,6 +57630,7 @@ return {
|
||||
["skill"]= 32259,
|
||||
["name"]= "Summer Commander",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/AuraEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"8% increased Armour",
|
||||
"Purity of Fire has 30% increased Aura Effect"
|
||||
@@ -57631,6 +57640,7 @@ return {
|
||||
["skill"]= 31333,
|
||||
["name"]= "Winter Commander",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/AuraEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["stats"]= {
|
||||
"4% increased Movement Speed",
|
||||
"Purity of Ice has 30% increased Aura Effect"
|
||||
@@ -57640,6 +57650,7 @@ return {
|
||||
["skill"]= 907,
|
||||
["name"]= "Grounded Commander",
|
||||
["icon"]= "Art/2DArt/SkillIcons/passives/AuraEffectNotable.png",
|
||||
["isNotable"]= true,
|
||||
["grantedIntelligence"]= 10,
|
||||
["stats"]= {
|
||||
"Purity of Lightning has 30% increased Aura Effect",
|
||||
|
||||
Reference in New Issue
Block a user