Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

46 changes: 23 additions & 23 deletions src/Data/Skills/sup_str.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
},
},
Expand Down
30 changes: 15 additions & 15 deletions src/Data/StatDescriptions/gem_stat_descriptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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]={
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions src/Export/Skills/sup_str.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down