Skip to content

Commit 7405021

Browse files
author
LocalIdentity
committed
Add missing skill gems + fix crash
1 parent 7ecb437 commit 7405021

File tree

13 files changed

+1130
-18
lines changed

13 files changed

+1130
-18
lines changed

src/Data/Gems.lua

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,27 @@ return {
455455
Tier = 9,
456456
naturalMaxLevel = 20,
457457
},
458+
["Metadata/Items/Gems/SkillGemShockNova"] = {
459+
name = "Shock Nova",
460+
baseTypeName = "Shock Nova",
461+
gameId = "Metadata/Items/Gems/SkillGemShockNova",
462+
variantId = "ShockNova",
463+
grantedEffectId = "ShockNovaPlayer",
464+
tags = {
465+
grants_active_skill = true,
466+
spell = true,
467+
area = true,
468+
lightning = true,
469+
nova = true,
470+
},
471+
gemType = "Spell",
472+
tagString = "AoE, Lightning, Nova",
473+
reqStr = 0,
474+
reqDex = 0,
475+
reqInt = 100,
476+
Tier = 0,
477+
naturalMaxLevel = 20,
478+
},
458479
["Metadata/Items/Gems/SkillGemMeleePhysicalDamageSupport"] = {
459480
name = "Heavy Swing",
460481
gameId = "Metadata/Items/Gems/SupportGemHeavySwing",
@@ -1509,6 +1530,28 @@ return {
15091530
Tier = 1,
15101531
naturalMaxLevel = 20,
15111532
},
1533+
["Metadata/Items/Gems/SkillGemWither"] = {
1534+
name = "Wither",
1535+
baseTypeName = "Wither",
1536+
gameId = "Metadata/Items/Gems/SkillGemWither",
1537+
variantId = "Wither",
1538+
grantedEffectId = "WitherPlayer",
1539+
tags = {
1540+
grants_active_skill = true,
1541+
spell = true,
1542+
area = true,
1543+
chaos = true,
1544+
duration = true,
1545+
channelling = true,
1546+
},
1547+
gemType = "Spell",
1548+
tagString = "AoE, Chaos, Duration, Channelling",
1549+
reqStr = 0,
1550+
reqDex = 0,
1551+
reqInt = 100,
1552+
Tier = 0,
1553+
naturalMaxLevel = 20,
1554+
},
15121555
["Metadata/Items/Gems/SkillGemEssenceDrain"] = {
15131556
name = "Essence Drain",
15141557
baseTypeName = "Essence Drain",
@@ -1973,6 +2016,27 @@ return {
19732016
Tier = 1,
19742017
naturalMaxLevel = 1,
19752018
},
2019+
["Metadata/Items/Gems/SkillGemSoulrend"] = {
2020+
name = "Soulrend",
2021+
baseTypeName = "Soulrend",
2022+
gameId = "Metadata/Items/Gems/SkillGemSoulrend",
2023+
variantId = "Soulrend",
2024+
grantedEffectId = "SoulrendPlayer",
2025+
tags = {
2026+
grants_active_skill = true,
2027+
spell = true,
2028+
projectile = true,
2029+
chaos = true,
2030+
duration = true,
2031+
},
2032+
gemType = "Spell",
2033+
tagString = "Projectile, Chaos, Duration",
2034+
reqStr = 0,
2035+
reqDex = 0,
2036+
reqInt = 100,
2037+
Tier = 0,
2038+
naturalMaxLevel = 20,
2039+
},
19762040
["Metadata/Items/Gems/SkillGemUnleashSupport"] = {
19772041
name = "Unleash",
19782042
gameId = "Metadata/Items/Gems/SupportGemUnleash",
@@ -2271,6 +2335,49 @@ return {
22712335
Tier = 11,
22722336
naturalMaxLevel = 20,
22732337
},
2338+
["Metadata/Items/Gems/SkillGemExsanguinate"] = {
2339+
name = "Exsanguinate",
2340+
baseTypeName = "Exsanguinate",
2341+
gameId = "Metadata/Items/Gems/SkillGemExsanguinate",
2342+
variantId = "Exsanguinate",
2343+
grantedEffectId = "ExsanguinatePlayer",
2344+
tags = {
2345+
grants_active_skill = true,
2346+
spell = true,
2347+
physical = true,
2348+
duration = true,
2349+
chaining = true,
2350+
},
2351+
gemType = "Spell",
2352+
tagString = "Physical, Duration, Chaining",
2353+
reqStr = 50,
2354+
reqDex = 0,
2355+
reqInt = 50,
2356+
Tier = 0,
2357+
naturalMaxLevel = 20,
2358+
},
2359+
["Metadata/Items/Gems/SkillGemReap"] = {
2360+
name = "Reap",
2361+
baseTypeName = "Reap",
2362+
gameId = "Metadata/Items/Gems/SkillGemReap",
2363+
variantId = "Reap",
2364+
grantedEffectId = "ReapPlayer",
2365+
tags = {
2366+
grants_active_skill = true,
2367+
spell = true,
2368+
area = true,
2369+
physical = true,
2370+
duration = true,
2371+
critical = true,
2372+
},
2373+
gemType = "Spell",
2374+
tagString = "AoE, Physical, Duration, Critical",
2375+
reqStr = 50,
2376+
reqDex = 0,
2377+
reqInt = 50,
2378+
Tier = 0,
2379+
naturalMaxLevel = 20,
2380+
},
22742381
["Metadata/Items/Gems/SkillGemBloodMagicSupport"] = {
22752382
name = "Lifetap",
22762383
gameId = "Metadata/Items/Gems/SupportGemLifetap",
@@ -2364,6 +2471,28 @@ return {
23642471
Tier = 13,
23652472
naturalMaxLevel = 20,
23662473
},
2474+
["Metadata/Items/Gems/SkillGemTornado"] = {
2475+
name = "Tornado",
2476+
baseTypeName = "Tornado",
2477+
gameId = "Metadata/Items/Gems/SkillGemTornado",
2478+
variantId = "Tornado",
2479+
grantedEffectId = "TornadoPlayer",
2480+
tags = {
2481+
grants_active_skill = true,
2482+
spell = true,
2483+
area = true,
2484+
physical = true,
2485+
duration = true,
2486+
orb = true,
2487+
},
2488+
gemType = "Spell",
2489+
tagString = "AoE, Physical, Duration, Orb",
2490+
reqStr = 50,
2491+
reqDex = 0,
2492+
reqInt = 50,
2493+
Tier = 0,
2494+
naturalMaxLevel = 20,
2495+
},
23672496
["Metadata/Items/Gems/SkillGemOverchargeSupport"] = {
23682497
name = "Overcharge",
23692498
gameId = "Metadata/Items/Gems/SupportGemOvercharge",
@@ -2807,6 +2936,27 @@ return {
28072936
Tier = 11,
28082937
naturalMaxLevel = 20,
28092938
},
2939+
["Metadata/Items/Gems/SkillGemStaffConsecrate"] = {
2940+
name = "Consecrate",
2941+
baseTypeName = "Consecrate",
2942+
gameId = "Metadata/items/Gems/SkillGemStaffConsecrate",
2943+
variantId = "StaffConsecrate",
2944+
grantedEffectId = "StaffConsecratePlayer",
2945+
tags = {
2946+
grants_active_skill = true,
2947+
spell = true,
2948+
area = true,
2949+
duration = true,
2950+
nova = true,
2951+
},
2952+
gemType = "Spell",
2953+
tagString = "AoE, Duration, Nova",
2954+
reqStr = 50,
2955+
reqDex = 0,
2956+
reqInt = 50,
2957+
Tier = 0,
2958+
naturalMaxLevel = 20,
2959+
},
28102960
["Metadata/Items/Gems/SkillGemRipwireBallista"] = {
28112961
name = "Ripwire Ballista",
28122962
baseTypeName = "Ripwire Ballista",
@@ -4097,6 +4247,24 @@ return {
40974247
Tier = 5,
40984248
naturalMaxLevel = 20,
40994249
},
4250+
["Metadata/Items/Gems/SkillGemShieldBlock"] = {
4251+
name = "Raise Shield",
4252+
baseTypeName = "Raise Shield",
4253+
gameId = "Metadata/Items/Gem/SkillGemShieldBlock",
4254+
variantId = "ShieldBlock",
4255+
grantedEffectId = "ShieldBlockPlayer",
4256+
tags = {
4257+
grants_active_skill = true,
4258+
channelling = true,
4259+
},
4260+
gemType = "Channelling",
4261+
tagString = "",
4262+
reqStr = 0,
4263+
reqDex = 0,
4264+
reqInt = 0,
4265+
Tier = 0,
4266+
naturalMaxLevel = 1,
4267+
},
41004268
["Metadata/Items/Gems/SkillGemResonatingShield"] = {
41014269
name = "Resonating Shield",
41024270
baseTypeName = "Resonating Shield",

src/Data/ModCache.lua

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ c["+3 to Level of all Cold Snap Skills"]={{[1]={flags=0,keywordFlags=0,name="Gem
189189
c["+3 to Level of all Combat Frenzy Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="combat frenzy",value=3}}},nil}
190190
c["+3 to Level of all Comet Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="comet",value=3}}},nil}
191191
c["+3 to Level of all Conductivity Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="conductivity",value=3}}},nil}
192+
c["+3 to Level of all Consecrate Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="consecrate",value=3}}},nil}
192193
c["+3 to Level of all Contagion Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="contagion",value=3}}},nil}
193194
c["+3 to Level of all Crossbow Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="crossbow shot",value=3}}},nil}
194195
c["+3 to Level of all Dark Effigy Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="dark effigy",value=3}}},nil}
@@ -218,6 +219,7 @@ c["+3 to Level of all Essence Drain Skills"]={{[1]={flags=0,keywordFlags=0,name=
218219
c["+3 to Level of all Explosive Concoction Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="explosive concoction",value=3}}},nil}
219220
c["+3 to Level of all Explosive Grenade Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="explosive grenade",value=3}}},nil}
220221
c["+3 to Level of all Explosive Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="explosive shot",value=3}}},nil}
222+
c["+3 to Level of all Exsanguinate Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="exsanguinate",value=3}}},nil}
221223
c["+3 to Level of all Eye of Winter Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="eye of winter",value=3}}},nil}
222224
c["+3 to Level of all Falling Thunder Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="falling thunder",value=3}}},nil}
223225
c["+3 to Level of all Fire Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="fire",value=3}}},nil}
@@ -304,8 +306,10 @@ c["+3 to Level of all Purity of Lightning Skills"]={{[1]={flags=0,keywordFlags=0
304306
c["+3 to Level of all Quarterstaff Strike Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="quarterstaff strike",value=3}}},nil}
305307
c["+3 to Level of all Raging Spirits Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="raging spirits",value=3}}},nil}
306308
c["+3 to Level of all Rain of Arrows Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="rain of arrows",value=3}}},nil}
309+
c["+3 to Level of all Raise Shield Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="raise shield",value=3}}},nil}
307310
c["+3 to Level of all Raise Zombie Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="raise zombie",value=3}}},nil}
308311
c["+3 to Level of all Rapid Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="rapid shot",value=3}}},nil}
312+
c["+3 to Level of all Reap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="reap",value=3}}},nil}
309313
c["+3 to Level of all Reaper's Invocation Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="reaper's invocation",value=3}}},nil}
310314
c["+3 to Level of all Resonating Shield Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="resonating shield",value=3}}},nil}
311315
c["+3 to Level of all Ripwire Ballista Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="ripwire ballista",value=3}}},nil}
@@ -318,6 +322,7 @@ c["+3 to Level of all Shattering Concoction Skills"]={{[1]={flags=0,keywordFlags
318322
c["+3 to Level of all Shattering Palm Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shattering palm",value=3}}},nil}
319323
c["+3 to Level of all Shield Charge Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shield charge",value=3}}},nil}
320324
c["+3 to Level of all Shield Wall Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shield wall",value=3}}},nil}
325+
c["+3 to Level of all Shock Nova Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shock nova",value=3}}},nil}
321326
c["+3 to Level of all Shockburst Rounds Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shockburst rounds",value=3}}},nil}
322327
c["+3 to Level of all Shockchain Arrow Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shockchain arrow",value=3}}},nil}
323328
c["+3 to Level of all Shockwave Totem Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="shockwave totem",value=3}}},nil}
@@ -337,6 +342,7 @@ c["+3 to Level of all Sniper's Mark Skills"]={{[1]={flags=0,keywordFlags=0,name=
337342
c["+3 to Level of all Solar Orb Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="solar orb",value=3}}},nil}
338343
c["+3 to Level of all Sorcery Ward Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="sorcery ward",value=3}}},nil}
339344
c["+3 to Level of all Soul Offering Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="soul offering",value=3}}},nil}
345+
c["+3 to Level of all Soulrend Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="soulrend",value=3}}},nil}
340346
c["+3 to Level of all Spark Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="spark",value=3}}},nil}
341347
c["+3 to Level of all Spell Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="spell",value=3}}},nil}
342348
c["+3 to Level of all Spiral Volley Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="spiral volley",value=3}}},nil}
@@ -356,6 +362,7 @@ c["+3 to Level of all Time Freeze Skills"]={{[1]={flags=0,keywordFlags=0,name="G
356362
c["+3 to Level of all Time Snap Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="time snap",value=3}}},nil}
357363
c["+3 to Level of all Time of Need Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="time of need",value=3}}},nil}
358364
c["+3 to Level of all Tornado Shot Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="tornado shot",value=3}}},nil}
365+
c["+3 to Level of all Tornado Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="tornado",value=3}}},nil}
359366
c["+3 to Level of all Toxic Growth Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="toxic growth",value=3}}},nil}
360367
c["+3 to Level of all Unbound Avatar Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="unbound avatar",value=3}}},nil}
361368
c["+3 to Level of all Unearth Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="unearth",value=3}}},nil}
@@ -372,6 +379,7 @@ c["+3 to Level of all Wave of Frost Skills"]={{[1]={flags=0,keywordFlags=0,name=
372379
c["+3 to Level of all Whirling Assault Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="whirling assault",value=3}}},nil}
373380
c["+3 to Level of all Wind Blast Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="wind blast",value=3}}},nil}
374381
c["+3 to Level of all Wind Dancer Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="wind dancer",value=3}}},nil}
382+
c["+3 to Level of all Wither Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="wither",value=3}}},nil}
375383
c["+3 to Level of all Withering Presence Skills"]={{[1]={flags=0,keywordFlags=0,name="GemProperty",type="LIST",value={key="level",keyword="withering presence",value=3}}},nil}
376384
c["+3 to Strength"]={{[1]={flags=0,keywordFlags=0,name="Str",type="BASE",value=3}},nil}
377385
c["+3 to Stun Threshold per Strength"]={{[1]={flags=0,keywordFlags=0,name="StunThreshold",type="BASE",value=3}}," per Strength "}
@@ -2389,7 +2397,7 @@ c["Gain 10 Mana per Enemy Killed"]={{[1]={flags=0,keywordFlags=0,name="ManaOnKil
23892397
c["Gain 10 Rage when Critically Hit by an Enemy"]={{}," Rage when Critically Hit by an Enemy "}
23902398
c["Gain 10% of Damage as Extra Cold Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsCold",type="BASE",value=10}},nil}
23912399
c["Gain 10% of Damage as Extra Lightning Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsLightning",type="BASE",value=10}},nil}
2392-
c["Gain 10% of Damage as Extra Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsPhysical",type="BASE",value=10},[2]={flags=0,keywordFlags=0,name="ColdDamageGainAsPhysical",type="BASE",value=10},[3]={flags=0,keywordFlags=0,name="LightningDamageGainAsPhysical",type="BASE",value=10},[4]={flags=0,keywordFlags=0,name="FireDamageGainAsPhysical",type="BASE",value=10},[5]={flags=0,keywordFlags=0,name="ChaosDamageGainAsPhysical",type="BASE",value=10}},nil}
2400+
c["Gain 10% of Damage as Extra Physical Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsPhysical",type="BASE",value=10}},nil}
23932401
c["Gain 100% of Maximum Energy Shield as additional Freeze Threshold"]={{[1]={flags=0,keywordFlags=0,name="EnergyShield",type="BASE",value=100}}," as additional Freeze Threshold "}
23942402
c["Gain 11% of Damage as Extra Chaos Damage"]={{[1]={flags=0,keywordFlags=0,name="DamageGainAsChaos",type="BASE",value=11}},nil}
23952403
c["Gain 12% of Physical Damage as Extra Fire Damage"]={{[1]={flags=0,keywordFlags=0,name="PhysicalDamageGainAsFire",type="BASE",value=12}},nil}
@@ -2510,20 +2518,7 @@ c["Grants Skill: Level 20 Volatile Dead"]={{[1]={flags=0,keywordFlags=0,name="Ex
25102518
c["Grants Skill: Life Remnants"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="LifeRemnantsPlayer"}}},nil}
25112519
c["Grants Skill: Meditate"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="MeditatePlayer"}}},nil}
25122520
c["Grants Skill: Poisonous Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="PoisonousConcoctionPlayer"}}},nil}
2513-
c["Grants Skill: Raise Shield"]={nil,nil}
2514-
c["Grants Skill: Raise Shield +20 to Strength"]={nil,"Grants Skill: Raise Shield +20 to Strength "}
2515-
c["Grants Skill: Raise Shield +25% to Fire Resistance"]={nil,"Grants Skill: Raise Shield +25% to Fire Resistance "}
2516-
c["Grants Skill: Raise Shield +5% to Maximum Fire Resistance"]={nil,"Grants Skill: Raise Shield +5% to Maximum Fire Resistance "}
2517-
c["Grants Skill: Raise Shield +60 to maximum Life"]={nil,"Grants Skill: Raise Shield +60 to maximum Life "}
2518-
c["Grants Skill: Raise Shield 10% reduced Movement Speed"]={nil,"Grants Skill: Raise Shield 10% reduced Movement Speed "}
2519-
c["Grants Skill: Raise Shield 100% increased Armour and Energy Shield"]={nil,"Grants Skill: Raise Shield 100% increased Armour and Energy Shield "}
2520-
c["Grants Skill: Raise Shield 40% increased Block chance"]={nil,"Grants Skill: Raise Shield 40% increased Block chance "}
2521-
c["Grants Skill: Raise Shield 50% increased Block chance"]={nil,"Grants Skill: Raise Shield 50% increased Block chance "}
2522-
c["Grants Skill: Raise Shield 60% increased Block chance"]={nil,"Grants Skill: Raise Shield 60% increased Block chance "}
2523-
c["Grants Skill: Raise Shield 666% increased Armour and Energy Shield"]={nil,"Grants Skill: Raise Shield 666% increased Armour and Energy Shield "}
2524-
c["Grants Skill: Raise Shield 80% increased Armour"]={nil,"Grants Skill: Raise Shield 80% increased Armour "}
2525-
c["Grants Skill: Raise Shield 80% increased Block chance"]={nil,"Grants Skill: Raise Shield 80% increased Block chance "}
2526-
c["Grants Skill: Raise Shield Grants Skill: Cast on Block"]={nil,nil}
2521+
c["Grants Skill: Raise Shield"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ShieldBlockPlayer"}}},nil}
25272522
c["Grants Skill: Shattering Concoction"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="ShatteringConcoctionPlayer"}}},nil}
25282523
c["Grants Skill: Sorcery Ward"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="SorceryWardPlayer"}}},nil}
25292524
c["Grants Skill: Summon Infernal Hound"]={{[1]={flags=0,keywordFlags=0,name="ExtraSkill",type="LIST",value={level=1,skillId="SummonInfernalHoundPlayer"}}},nil}

0 commit comments

Comments
 (0)