Skip to content

Commit 22040fa

Browse files
author
LocalIdentity
committed
3.26 Export excluding skill gems
1 parent 5ea859a commit 22040fa

30 files changed

Lines changed: 51953 additions & 43742 deletions

src/Data/ClusterJewels.lua

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

src/Data/Costs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ return {
7171
[12] = {
7272
Resource = "ESPerMinute",
7373
Stat = "base_es_cost_per_minute",
74-
ResourceString = "{0) Energy Shield per second",
74+
ResourceString = "{0} Energy Shield per second",
7575
Divisor = 60,
7676
},
7777
[13] = {

src/Data/Crucible.lua

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

src/Data/EnchantmentHelmet.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,13 +1989,13 @@ return {
19891989
},
19901990
["Raise Spectre"] = {
19911991
["MERCILESS"] = {
1992-
"Spectres have 25% increased Damage",
1993-
"Spectres have 8% increased Attack and Cast Speed",
1992+
"Raised Spectres have 25% increased Damage",
1993+
"Raised Spectres have 8% increased Attack and Cast Speed",
19941994
"+24% to Raised Spectre Elemental Resistances",
19951995
},
19961996
["ENDGAME"] = {
1997-
"Spectres have 40% increased Damage",
1998-
"Spectres have 12% increased Attack and Cast Speed",
1997+
"Raised Spectres have 40% increased Damage",
1998+
"Raised Spectres have 12% increased Attack and Cast Speed",
19991999
"+36% to Raised Spectre Elemental Resistances",
20002000
},
20012001
},

src/Data/EnchantmentWeapon.lua

Lines changed: 0 additions & 164 deletions
Large diffs are not rendered by default.

src/Data/Essence.lua

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

src/Data/Gems.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9554,16 +9554,16 @@ return {
95549554
variantId = "WaveOfConviction",
95559555
grantedEffectId = "WaveOfConviction",
95569556
tags = {
9557-
fire = true,
9558-
lightning = true,
95599557
intelligence = true,
95609558
grants_active_skill = true,
95619559
spell = true,
95629560
area = true,
95639561
duration = true,
9562+
fire = true,
9563+
lightning = true,
95649564
physical = true,
95659565
},
9566-
tagString = "Fire, Lightning, Spell, AoE, Duration, Physical",
9566+
tagString = "Spell, AoE, Duration, Fire, Lightning, Physical",
95679567
reqStr = 40,
95689568
reqDex = 0,
95699569
reqInt = 60,

src/Data/Misc.lua

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,20 @@ data.gameConstants = {
2929
["SkillDamageIncrementalEffectiveness"] = 0.360246,
3030
["MaxHideoutDoodads"] = 750,
3131
["PassiveTreeJewelDistanceMultiplier"] = 1.2,
32-
["PartyQuantityBonusPerAdditionalPlayer"] = 0.5,
33-
["PartyQuantityBonusPerAdditionalPlayerHardMode"] = 0.3,
34-
["PartyRarityBonusPerAdditionalPlayer"] = 0.5,
32+
["PartyQuantityBonusPerAdditionalPlayer"] = 0.23,
33+
["PartyQuantityBonusPerAdditionalPlayerHardMode"] = 0.53,
34+
["PartyRarityBonusPerAdditionalPlayer"] = 0,
3535
["PartyRarityBonusPerAdditionalPlayerHardMode"] = 0,
36+
["MercenaryPartyScalingValue"] = 50,
3637
["SellPriceMultiplier"] = 0.11,
3738
["UnidentifiedMagicMultiplier"] = 1.5,
3839
["UnidentifiedRareMultiplier"] = 6,
3940
["IdentifiedMagicMultiplier"] = 1,
4041
["IdentifiedRareMultiplier"] = 2,
42+
["PartyNormalMonsterLifePerAdditionalPlayer"] = 50,
43+
["PartyMagicMonsterLifePerAdditionalPlayer"] = 60,
44+
["PartyRareMonsterLifePerAdditionalPlayer"] = 80,
45+
["PartyUniqueMonsterLifePerAdditionalPlayer"] = 100,
4146
}
4247
-- From MonsterVarieties.dat combined with SkillTotemVariations.dat
4348
data.totemLifeMult = { [1] = 1, [2] = 1, [3] = 1, [4] = 1.2, [5] = 1, [6] = 1.2, [7] = 1.2, [8] = 1.2, [9] = 1, [10] = 1, [11] = 1, [12] = 1, [13] = 1.2, [15] = 1.2, [16] = 7.44, [17] = 1.2, [18] = 1, [19] = 1, [20] = 1.2, [21] = 1.2, }
@@ -271,7 +276,7 @@ data.monsterVarietyLifeMult = {
271276
["Flayed Vanguard"] = 1.5,
272277
["Flayed Lookout"] = 1.2,
273278
["Forgotten Rattler"] = 1,
274-
["Thresher"] = 3,
279+
["Thresher"] = 2.99,
275280
["Primeval Watcher"] = 1.7,
276281
["Blighted Bonestalker"] = 6,
277282
["Blighted Ancient Archer"] = 4.8,

src/Data/ModFlask.lua

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

src/Data/ModItem.lua

Lines changed: 11317 additions & 11208 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)