Skip to content

Commit 6aaafba

Browse files
author
LocalIdentity
committed
Update all gems except for Dex ones
1 parent 22040fa commit 6aaafba

18 files changed

Lines changed: 2933 additions & 2847 deletions

src/Data/Global.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ SkillType = {
314314
NoVolley = 131,
315315
Retaliation = 132,
316316
NeverExertable = 133,
317+
DisallowTriggerSupports = 134,
318+
ProjectileCannotReturn = 135,
319+
Offering = 136,
320+
SupportedByBane = 137,
317321
}
318322

319323
GlobalCache = {

src/Data/SkillStatMap.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@ return {
735735
["damage_+%_vs_frozen_enemies"] = {
736736
mod("Damage", "INC", nil, ModFlag.Hit, 0, { type = "ActorCondition", actor = "enemy", var = "Frozen" }),
737737
},
738+
["damage_+%_final_vs_stunned_enemies"] = {
739+
mod("Damage", "MORE", nil, 0, 0, { type = "ActorCondition", actor = "enemy", var = "Stunned" }),
740+
},
738741
["base_reduce_enemy_fire_resistance_%"] = {
739742
mod("FirePenetration", "BASE", nil),
740743
},

src/Data/Skills/act_dex.lua

Lines changed: 52 additions & 51 deletions
Large diffs are not rendered by default.

src/Data/Skills/act_int.lua

Lines changed: 1938 additions & 1918 deletions
Large diffs are not rendered by default.

src/Data/Skills/act_str.lua

Lines changed: 475 additions & 466 deletions
Large diffs are not rendered by default.

src/Data/Skills/minion.lua

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ skills["SandstormChaosElementalSummonedEmpowered"] = {
8585
{ "base_skill_effect_duration", 8000 },
8686
{ "active_skill_area_of_effect_radius_+%_final", 50 },
8787
{ "chaos_damage_taken_+%", 6 },
88+
{ "wither_expire_speed_+%", -100 },
8889
},
8990
stats = {
9091
"base_chaos_damage_to_deal_per_minute",
@@ -210,8 +211,8 @@ skills["FireElementalMeteorSummoned"] = {
210211
name = "Meteor",
211212
hidden = true,
212213
color = 4,
213-
baseEffectiveness = 13.5,
214-
incrementalEffectiveness = 0.054999999701977,
214+
baseEffectiveness = 14,
215+
incrementalEffectiveness = 0.056000001728535,
215216
skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.DamageOverTime] = true, [SkillType.Damage] = true, },
216217
statDescriptionScope = "skill_stat_descriptions",
217218
castTime = 1.5,
@@ -232,7 +233,7 @@ skills["FireElementalMeteorSummoned"] = {
232233
"is_area_damage",
233234
},
234235
levels = {
235-
[1] = { 21.666666356226, damageEffectiveness = 5.25, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = { 3, }, },
236+
[1] = { 21.666666356226, damageEffectiveness = 6.8, baseMultiplier = 6.8, levelRequirement = 1, statInterpolation = { 3, }, },
236237
},
237238
}
238239
skills["IceElementalIceCyclone"] = {
@@ -542,6 +543,9 @@ skills["SkeletonMinionProjectileCold"] = {
542543
spell = true,
543544
projectile = true,
544545
},
546+
constantStats = {
547+
{ "base_chance_to_freeze_%", 20 },
548+
},
545549
stats = {
546550
"spell_minimum_base_cold_damage",
547551
"spell_maximum_base_cold_damage",
@@ -564,6 +568,9 @@ skills["SkeletonMinionProjectileFire"] = {
564568
spell = true,
565569
projectile = true,
566570
},
571+
constantStats = {
572+
{ "base_chance_to_ignite_%", 20 },
573+
},
567574
stats = {
568575
"spell_minimum_base_fire_damage",
569576
"spell_maximum_base_fire_damage",
@@ -586,6 +593,9 @@ skills["SkeletonMinionProjectileLightning"] = {
586593
spell = true,
587594
projectile = true,
588595
},
596+
constantStats = {
597+
{ "base_chance_to_shock_%", 20 },
598+
},
589599
stats = {
590600
"spell_minimum_base_lightning_damage",
591601
"spell_maximum_base_lightning_damage",
@@ -1398,7 +1408,7 @@ skills["BoneGolemMultiAttack"] = {
13981408
stats = {
13991409
},
14001410
levels = {
1401-
[1] = { damageEffectiveness = 1.35, baseMultiplier = 1.35, levelRequirement = 1, },
1411+
[1] = { damageEffectiveness = 1.6, baseMultiplier = 1.6, levelRequirement = 1, },
14021412
},
14031413
}
14041414
skills["BoneGolemCascade"] = {
@@ -1463,7 +1473,7 @@ skills["BoneGolemLeapSlam"] = {
14631473
"disable_attack_repeats",
14641474
},
14651475
levels = {
1466-
[1] = { attackSpeedMultiplier = -44, storedUses = 1, damageEffectiveness = 1.8, baseMultiplier = 1.8, cooldown = 4, levelRequirement = 1, },
1476+
[1] = { attackSpeedMultiplier = -44, storedUses = 1, damageEffectiveness = 2.25, baseMultiplier = 2.25, cooldown = 4, levelRequirement = 1, },
14671477
},
14681478
}
14691479
skills["EGBoneGolemConsumeCorpse"] = {
@@ -1507,7 +1517,7 @@ skills["BoneGolemCascadeEmpowered"] = {
15071517
"is_area_damage",
15081518
},
15091519
levels = {
1510-
[1] = { attackSpeedMultiplier = -10, baseMultiplier = 1.85, damageEffectiveness = 1.85, levelRequirement = 1, },
1520+
[1] = { attackSpeedMultiplier = -10, baseMultiplier = 2.3, damageEffectiveness = 2.3, levelRequirement = 1, },
15111521
},
15121522
}
15131523
skills["SkitterbotWait"] = {

src/Data/Skills/other.lua

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ skills["AnimateGuardiansWeapon"] = {
103103
"chance_to_trigger_on_animate_weapon_kill_%",
104104
"attack_minimum_added_physical_damage",
105105
"attack_maximum_added_physical_damage",
106-
"number_of_animated_weapons_allowed",
106+
"base_number_of_animated_weapons_allowed",
107107
"chance_to_trigger_on_animate_guardian_kill_%",
108108
},
109109
levels = {
@@ -396,7 +396,7 @@ skills["BloodOffering"] = {
396396
hidden = true,
397397
color = 3,
398398
description = "Consumes a corpse, and sacrifices a portion of your life, granting your minions life regeneration based on the life sacrificed, and a bonus to damage. The skill consumes other nearby corpses, increasing the duration and life regeneration for each corpse consumed.",
399-
skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Minion] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, },
399+
skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Minion] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Offering] = true, },
400400
statDescriptionScope = "offering_skill_stat_descriptions",
401401
castTime = 1,
402402
fromItem = true,
@@ -1039,6 +1039,7 @@ skills["SupportDivineBlessing"] = {
10391039
"aura_effect_+%",
10401040
"base_mana_cost_+",
10411041
"skill_is_blessing_skill",
1042+
"cannot_cancel_skill_before_contact_point",
10421043
},
10431044
levels = {
10441045
[1] = { 9000, 10, 90, levelRequirement = 31, statInterpolation = { 1, 1, 1, }, },
@@ -1219,7 +1220,6 @@ skills["SupportEarthbreaker"] = {
12191220
{ "ancestor_totem_parent_activiation_range", 70 },
12201221
{ "summon_totem_cast_speed_+%", 50 },
12211222
{ "support_ancestor_slam_totem_attack_speed_+%_final", -30 },
1222-
{ "support_skill_totem_type_override", 20 },
12231223
},
12241224
stats = {
12251225
"totem_support_gem_level",
@@ -1229,6 +1229,7 @@ skills["SupportEarthbreaker"] = {
12291229
"leap_slam_no_epk",
12301230
"totem_targets_ignoring_action_distance",
12311231
"force_lite_skill_effects",
1232+
"support_totem_type_override_to_support_slam_ancestor",
12321233
},
12331234
levels = {
12341235
[1] = { 8, 0, manaMultiplier = 100, levelRequirement = 8, statInterpolation = { 1, 1, }, },
@@ -1782,7 +1783,7 @@ skills["SupportGreaterSpellEcho"] = {
17821783
stats = {
17831784
},
17841785
levels = {
1785-
[30] = { manaMultiplier = 50, levelRequirement = 90, },
1786+
[30] = { manaMultiplier = 40, levelRequirement = 90, },
17861787
},
17871788
}
17881789
skills["Icestorm"] = {
@@ -1861,7 +1862,7 @@ skills["IcicleBurst"] = {
18611862
},
18621863
levels = {
18631864
[10] = { baseMultiplier = 1.25, PvPDamageMultiplier = -80, storedUses = 1, damageEffectiveness = 1.25, cooldown = 0.5, levelRequirement = 1, },
1864-
[20] = { baseMultiplier = 1.5, PvPDamageMultiplier = -80, storedUses = 1, damageEffectiveness = 1.5, cooldown = 0.5, levelRequirement = 1, },
1865+
[20] = { baseMultiplier = 2, PvPDamageMultiplier = -80, storedUses = 1, damageEffectiveness = 2, cooldown = 0.3, levelRequirement = 1, },
18651866
},
18661867
}
18671868
skills["IllusoryWarp"] = {
@@ -2492,7 +2493,7 @@ skills["ShieldShatter"] = {
24922493
name = "Shield Shatter",
24932494
hidden = true,
24942495
color = 1,
2495-
baseEffectiveness = 0.34000000357628,
2496+
baseEffectiveness = 0.68000000715256,
24962497
incrementalEffectiveness = 0.045000001788139,
24972498
description = "Your shield shatters, dealing physical spell damage to enemies in an area, based on the shield's quality. For a short duration after this, you will be unable to block and will gain no defences from your shield, but your spells will deal added physical damage.",
24982499
skillTypes = { [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.InbuiltTrigger] = true, [SkillType.Duration] = true, },
@@ -2523,6 +2524,7 @@ skills["ShieldShatter"] = {
25232524
constantStats = {
25242525
{ "trigger_on_block_%_chance", 100 },
25252526
{ "base_skill_effect_duration", 4000 },
2527+
{ "active_skill_ailment_damage_+%_final", -40 },
25262528
},
25272529
stats = {
25282530
"spell_minimum_base_physical_damage_per_shield_quality",
@@ -2532,7 +2534,7 @@ skills["ShieldShatter"] = {
25322534
},
25332535
levels = {
25342536
[1] = { 0.80000001192093, 1.2000000476837, 1, 2, levelRequirement = 4, statInterpolation = { 3, 3, 1, 1, }, },
2535-
[20] = { 0.80000001192093, 1.2000000476837, 10, 16, levelRequirement = 70, statInterpolation = { 3, 3, 1, 1, }, },
2537+
[20] = { 0.80000001192093, 1.2000000476837, 15, 23, levelRequirement = 70, statInterpolation = { 3, 3, 1, 1, }, },
25362538
},
25372539
}
25382540
skills["TriggeredShockedGround"] = {
@@ -3426,16 +3428,16 @@ skills["TriggeredSummonGhostOnKill"] = {
34263428
constantStats = {
34273429
{ "trigger_on_corpse_consume_%_chance", 100 },
34283430
{ "base_skill_effect_duration", 15000 },
3429-
{ "base_number_of_support_ghosts_allowed", 10 },
3430-
{ "phantasm_minimum_added_physical_damage_to_grant", 42 },
3431-
{ "phantasm_maximum_added_physical_damage_to_grant", 65 },
3431+
{ "base_number_of_support_ghosts_allowed", 11 },
3432+
{ "phantasm_minimum_added_physical_damage_to_grant", 48 },
3433+
{ "phantasm_maximum_added_physical_damage_to_grant", 74 },
34323434
},
34333435
stats = {
34343436
"skill_can_own_support_ghosts",
34353437
"skill_has_trigger_from_unique_item",
34363438
},
34373439
levels = {
3438-
[20] = { manaMultiplier = 20, levelRequirement = 70, },
3440+
[25] = { manaMultiplier = 20, levelRequirement = 80, },
34393441
},
34403442
}
34413443
skills["SummonSentinelOfRadiance"] = {
@@ -3905,7 +3907,7 @@ skills["VoidShot"] = {
39053907
constantStats = {
39063908
{ "trigger_on_skill_use_%_if_you_have_a_void_arrow", 100 },
39073909
{ "skill_physical_damage_%_to_convert_to_cold", 50 },
3908-
{ "active_skill_area_damage_+%_final", 25 },
3910+
{ "active_skill_area_damage_+%_final", 100 },
39093911
},
39103912
stats = {
39113913
"base_is_projectile",

src/Data/Skills/spectre.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,7 @@ skills["MonsterDischarge"] = {
17911791
},
17921792
constantStats = {
17931793
{ "spell_maximum_action_distance_+%", -75 },
1794+
{ "active_skill_base_area_of_effect_radius", 25 },
17941795
},
17951796
stats = {
17961797
"spell_minimum_base_lightning_damage_per_removable_power_charge",

0 commit comments

Comments
 (0)