From f361cf414c1f156f865de856886107d239b55c52 Mon Sep 17 00:00:00 2001 From: Erik Segecs <51955843+eriksegecs@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:28:49 -0300 Subject: [PATCH 1/2] Adjust Atalui's Bloodletting scaling --- src/Data/Skills/sup_str.lua | 46 +++++++++---------- .../gem_stat_descriptions.lua | 30 ++++++------ src/Export/Skills/sup_str.txt | 6 +-- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/Data/Skills/sup_str.lua b/src/Data/Skills/sup_str.lua index fc465f8eac..a67d687f45 100644 --- a/src/Data/Skills/sup_str.lua +++ b/src/Data/Skills/sup_str.lua @@ -531,29 +531,29 @@ skills["SupportAtaluiBloodlettingPlayer"] = { gemFamily = { "Lifetap",}, isLineage = true, flavourText = {"Atazek and Atalui rose, battered and dark, bleeding from a hundred", "different wounds. She gave her brother a sinister grin. \"Shall we", "show them what happens to those who challenge the Vaal?\"", }, - levels = { - [1] = { manaMultiplier = 50, levelRequirement = 0, }, - }, - statSets = { - [1] = { - label = "Atalui's Bloodletting", - incrementalEffectiveness = 0.054999999701977, - statDescriptionScope = "gem_stat_descriptions", - statMap = { - ["gain_%_of_damage_as_physical_per_10_life_cost"] = { - mod("DamageGainAsPhysical", "BASE", nil, 0, 0, { type = "PerStat", stat = "LifeCost", div = 10 }), - }, - }, - baseFlags = { - }, - constantStats = { - { "blood_magic_skill_life_cost_+%_final", 0 }, - { "base_skill_cost_life_instead_of_mana_%", 100 }, - { "gain_%_of_damage_as_physical_per_10_life_cost", 2 }, - }, - stats = { - }, - levels = { +levels = { +[1] = { levelRequirement = 0, }, +}, +statSets = { +[1] = { +label = "Atalui's Bloodletting", +incrementalEffectiveness = 0.054999999701977, +statDescriptionScope = "gem_stat_descriptions", +statMap = { +["gain_%_of_damage_as_physical_per_20_life_cost"] = { +mod("DamageGainAsPhysical", "BASE", nil, 0, 0, { type = "PerStat", stat = "LifeCost", div = 20, limit = 20, limitTotal = true }), +}, +}, +baseFlags = { +}, +constantStats = { +{ "blood_magic_skill_life_cost_+%_final", 0 }, +{ "base_skill_cost_life_instead_of_mana_%", 100 }, +{ "gain_%_of_damage_as_physical_per_20_life_cost", 2 }, +}, +stats = { +}, +levels = { [1] = { actorLevel = 1, }, }, }, diff --git a/src/Data/StatDescriptions/gem_stat_descriptions.lua b/src/Data/StatDescriptions/gem_stat_descriptions.lua index 129f9d9050..e2f2b3974d 100644 --- a/src/Data/StatDescriptions/gem_stat_descriptions.lua +++ b/src/Data/StatDescriptions/gem_stat_descriptions.lua @@ -12018,20 +12018,20 @@ return { }, [492]={ [1]={ - [1]={ - limit={ - [1]={ - [1]=1, - [2]="#" - } - }, - text="Supported Skills Gain {0}% of Damage as extra Physical Damage per 10 Life cost" - } - }, - stats={ - [1]="gain_%_of_damage_as_physical_per_10_life_cost" - } - }, +[1]={ +limit={ +[1]={ +[1]=1, +[2]="#" +} +}, +text="Supported Skills Gain {0}% of Damage as extra Physical Damage per 20 Life cost, up to 40%" +} +}, +stats={ +[1]="gain_%_of_damage_as_physical_per_20_life_cost" +} +}, [493]={ [1]={ [1]={ @@ -30676,7 +30676,7 @@ return { ["fully_broken_armour_duration_ms_removed_on_hit"]=480, ["gain_%_damage_as_lighting_per_mana_flask_charge_consumed"]=491, ["gain_%_of_base_wand_damage_as_added_spell_damage"]=481, - ["gain_%_of_damage_as_physical_per_10_life_cost"]=492, +["gain_%_of_damage_as_physical_per_20_life_cost"]=492, ["gain_%_of_evasion_as_deflection_rating_on_perfect_timing_for_8_seconds"]=493, ["gain_1_rage_on_use_%_chance"]=482, ["gain_X_guard_on_heavy_stun_per_10_strength"]=483, diff --git a/src/Export/Skills/sup_str.txt b/src/Export/Skills/sup_str.txt index af7d2df6be..6bb0b169ef 100644 --- a/src/Export/Skills/sup_str.txt +++ b/src/Export/Skills/sup_str.txt @@ -103,9 +103,9 @@ statMap = { #skill SupportAtaluiBloodlettingPlayer #set SupportAtaluiBloodlettingPlayer statMap = { - ["gain_%_of_damage_as_physical_per_10_life_cost"] = { - mod("DamageGainAsPhysical", "BASE", nil, 0, 0, { type = "PerStat", stat = "LifeCost", div = 10 }), - }, +["gain_%_of_damage_as_physical_per_20_life_cost"] = { +mod("DamageGainAsPhysical", "BASE", nil, 0, 0, { type = "PerStat", stat = "LifeCost", div = 20, limit = 20, limitTotal = true }), +}, }, #mods #skillEnd From 36e0ccb3f577afe16cfd46af9fd000a83b19d333 Mon Sep 17 00:00:00 2001 From: Erik Segecs <51955843+eriksegecs@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:38:53 -0300 Subject: [PATCH 2/2] force pipeline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e4cc222fd..e8ca2aed51 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ You can find instructions on how to contribute code and bug reports [here](CONTR For 3rd-party licences, see [LICENSE](LICENSE.md). The licencing information is considered to be part of the documentation. +