Skip to content

Commit

Permalink
Update Items with 3.24 Changes (#7408)
Browse files Browse the repository at this point in the history
Adds the Changes for:
* Flasks
* Tattoo's
* Crafted mods

Co-authored-by: LocalIdentity <[email protected]>
  • Loading branch information
LocalIdentity and LocalIdentity authored Mar 23, 2024
1 parent 61748c2 commit e429985
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 94 deletions.
6 changes: 3 additions & 3 deletions src/Data/Bases/flask.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,23 +258,23 @@ itemBases["Ruby Flask"] = {
subType = "Utility",
tags = { flask = true, utility_flask = true, default = true, },
implicitModTypes = { },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+50% to Fire Resistance", "20% less Fire Damage taken" }, },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+40% to Fire Resistance", "+5% to maximum Fire Resistance" }, },
req = { level = 18, },
}
itemBases["Sapphire Flask"] = {
type = "Flask",
subType = "Utility",
tags = { flask = true, utility_flask = true, default = true, },
implicitModTypes = { },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+50% to Cold Resistance", "20% less Cold Damage taken" }, },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+40% to Cold Resistance", "+5% to maximum Cold Resistance" }, },
req = { level = 18, },
}
itemBases["Topaz Flask"] = {
type = "Flask",
subType = "Utility",
tags = { flask = true, utility_flask = true, default = true, },
implicitModTypes = { },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+50% to Lightning Resistance", "20% less Lightning Damage taken" }, },
flask = { duration = 8, chargesUsed = 20, chargesMax = 50, buff = { "+40% to Lightning Resistance", "+5% to maximum Lightning Resistance" }, },
req = { level = 18, },
}
itemBases["Granite Flask"] = {
Expand Down
62 changes: 31 additions & 31 deletions src/Data/ModCache.lua

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions src/Data/ModFlask.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ return {
["FlaskBuffStunRecoveryWhileHealing3"] = { type = "Suffix", affix = "of Ballast", "(63-68)% increased Block and Stun Recovery during Effect", statOrderKey = "810", statOrder = { 810 }, level = 37, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, },
["FlaskBuffStunRecoveryWhileHealing4"] = { type = "Suffix", affix = "of Counterpoise", "(69-74)% increased Block and Stun Recovery during Effect", statOrderKey = "810", statOrder = { 810 }, level = 55, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, },
["FlaskBuffStunRecoveryWhileHealing5"] = { type = "Suffix", affix = "of Stabilisation", "(75-80)% increased Block and Stun Recovery during Effect", statOrderKey = "810", statOrder = { 810 }, level = 73, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask" }, },
["FlaskBuffResistancesWhileHealing"] = { type = "Suffix", affix = "of the Crystal", "(21-24)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing2"] = { type = "Suffix", affix = "of the Prism", "(25-28)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 21, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing3"] = { type = "Suffix", affix = "of the Kaleidoscope", "(29-32)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 41, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing4"] = { type = "Suffix", affix = "of Variegation", "(33-36)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 61, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing5_"] = { type = "Suffix", affix = "of the Rainbow", "(37-40)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 81, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing"] = { type = "Suffix", affix = "of the Crystal", "(10-14)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 1, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing2"] = { type = "Suffix", affix = "of the Prism", "(14-17)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 21, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffResistancesWhileHealing3"] = { type = "Suffix", affix = "of the Kaleidoscope", "(18-20)% additional Elemental Resistances during Effect", statOrderKey = "811", statOrder = { 811 }, level = 41, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "elemental", "resistance" }, },
["FlaskBuffLifeLeechWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "2% of Physical Attack Damage Leeched as Life during Effect", statOrderKey = "812", statOrder = { 812 }, level = 10, group = "FlaskBuffLifeLeechWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "physical", "attack" }, },
["FlaskBuffLifeLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "0.4% of Physical Attack Damage Leeched as Life during Effect", statOrderKey = "815", statOrder = { 815 }, level = 10, group = "FlaskBuffLifeLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "life", "physical", "attack" }, },
["FlaskBuffManaLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Craving", "0.4% of Physical Attack Damage Leeched as Mana during Effect", statOrderKey = "817", statOrder = { 817 }, level = 12, group = "FlaskBuffManaLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "mana", "physical", "attack" }, },
Expand Down
2 changes: 1 addition & 1 deletion src/Data/ModJewel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ return {
["ChaosResistanceJewel"] = { type = "Suffix", affix = "of Order", "+(7-13)% to Chaos Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default", }, weightVal = { 100 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "chaos", "resistance" }, },
["StunDurationJewel"] = { type = "Suffix", affix = "of Stunning", "(10-14)% increased Stun Duration on Enemies", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "StunDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, },
["StunRecoveryJewel"] = { type = "Suffix", affix = "of Recovery", "(25-35)% increased Stun and Block Recovery", statOrderKey = "1741", statOrder = { 1741 }, level = 1, group = "StunRecoveryForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { }, },
["ManaCostReductionJewel"] = { type = "Suffix", affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrderKey = "1724", statOrder = { 1724 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default", }, weightVal = { 500 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, },
["ManaCostReductionJewel"] = { type = "Suffix", affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrderKey = "1724", statOrder = { 1724 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "resource", "mana" }, },
["FasterAilmentDamageJewel"] = { type = "Prefix", affix = "Decrepifying", "Damaging Ailments deal damage (4-6)% faster", statOrderKey = "5567", statOrder = { 5567 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "default", }, weightVal = { 250 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "ailment" }, },
["AuraRadiusJewel"] = { type = "Suffix", affix = "Hero's FIX ME", "(10-15)% increased Area of Effect of Aura Skills", statOrderKey = "2059", statOrder = { 2059 }, level = 1, group = "AuraRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "aura" }, },
["CurseRadiusJewel"] = { type = "Suffix", affix = "Hexing FIX ME", "(8-10)% increased Area of Effect of Hex Skills", statOrderKey = "2060", statOrder = { 2060 }, level = 1, group = "CurseRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "caster", "curse" }, },
Expand Down
1 change: 0 additions & 1 deletion src/Data/ModMaster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ return {
{ type = "Suffix", affix = "of Riker", modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, "(14-16)% increased Fire Damage", "(14-16)% increased Lightning Damage", statOrder = { 1204, 1224 }, level = 81, group = "IncreasedFireAndLightningDamage", types = { ["Ring"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "resource", "unveiled_mod", "life" }, "Regenerate 3% of Life per second during Effect", statOrder = { 850 }, level = 60, group = "LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect", types = { ["Flask"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "unveiled_mod" }, "50% Chance to Avoid being Stunned during Effect", statOrder = { 833 }, level = 60, group = "LocalFlaskAvoidStunChanceDuringFlaskEffect", types = { ["Flask"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "resource", "unveiled_mod", "mana" }, "(20-25)% reduced Mana Cost of Skills during Effect", statOrder = { 855 }, level = 60, group = "LocalFlaskSkillManaCostDuringFlaskEffect", types = { ["Flask"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "unveiled_mod" }, "(20-30)% increased Rarity of Items found during Effect", statOrder = { 847 }, level = 60, group = "LocalFlaskItemFoundRarityDuringFlaskEffect", types = { ["Flask"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "unveiled_mod" }, "(45-55)% reduced Reflected Damage taken during Effect", statOrder = { 854 }, level = 60, group = "FlaskReflectReductionDuringFlaskEffect", types = { ["Flask"] = true, }, },
{ type = "Suffix", affix = "of the Order", modTags = { "flask", "resource", "unveiled_mod", "life" }, "15% of Damage Taken from Hits is Leeched as Life during Effect", statOrder = { 849 }, level = 60, group = "LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect", types = { ["Flask"] = true, }, },
Expand Down
2 changes: 1 addition & 1 deletion src/Data/ModVeiled.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ return {
["JunMasterVeiledLocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "Regenerate 3% of Life per second during Effect", statOrderKey = "850", statOrder = { 850 }, level = 60, group = "LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "unveiled_mod", "life" }, },
["JunMasterVeiledLocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrderKey = "833", statOrder = { 833 }, level = 60, group = "LocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "unveiled_mod", "speed" }, },
["JunMasterVeiledLocalFlaskAvoidStunChanceDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrderKey = "833", statOrder = { 833 }, level = 60, group = "LocalFlaskAvoidStunChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "unveiled_mod" }, },
["JunMasterVeiledLocalFlaskSkillManaCostDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-25)% reduced Mana Cost of Skills during Effect", statOrderKey = "855", statOrder = { 855 }, level = 60, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "unveiled_mod", "mana" }, },
["JunMasterVeiledLocalFlaskSkillManaCostDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-25)% reduced Mana Cost of Skills during Effect", statOrderKey = "855", statOrder = { 855 }, level = 60, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "unveiled_mod", "mana" }, },
["JunMasterVeiledLocalFlaskItemFoundRarityDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-30)% increased Rarity of Items found during Effect", statOrderKey = "847", statOrder = { 847 }, level = 60, group = "LocalFlaskItemFoundRarityDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "unveiled_mod" }, },
["JunMasterVeiledLocalFlaskCriticalStrikeChanceDuringFlaskEffect_"] = { type = "Suffix", affix = "of the Order", "(40-60)% increased Critical Strike Chance during Effect", statOrderKey = "837", statOrder = { 837 }, level = 60, group = "LocalFlaskCriticalStrikeChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "unveiled_mod", "critical" }, },
["JunMasterVeiledLocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "15% of Damage Taken from Hits is Leeched as Life during Effect", statOrderKey = "849", statOrder = { 849 }, level = 60, group = "LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { }, weightMultiplierVal = { }, modTags = { "flask", "resource", "unveiled_mod", "life" }, },
Expand Down
Loading

0 comments on commit e429985

Please sign in to comment.