Skip to content

Commit

Permalink
Remaining Summon Skills + A -M
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Mar 23, 2024
1 parent 479781d commit dfbbf4d
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 524 deletions.
2 changes: 1 addition & 1 deletion src/Data/Minions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ minions["RaisedSkeletonArcher"] = {
coldResist = 40,
lightningResist = 40,
chaosResist = 20,
damage = 0.98,
damage = 1.13,
damageSpread = 0.16,
attackTime = 1.33,
attackRange = 40,
Expand Down
482 changes: 241 additions & 241 deletions src/Data/Skills/act_dex.lua

Large diffs are not rendered by default.

350 changes: 173 additions & 177 deletions src/Data/Skills/act_int.lua

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions src/Data/Skills/act_str.lua

Large diffs are not rendered by default.

16 changes: 6 additions & 10 deletions src/Data/Skills/minion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ skills["SandstormChaosElementalSummonedEmpowered"] = {
"sandstorm_applies_withered_to_enemies_within",
},
levels = {
[1] = { 16.666667039196, storedUses = 1, levelRequirement = 3, cooldown = 8, statInterpolation = { 3, }, },
[1] = { 21.666667039196, storedUses = 1, levelRequirement = 3, cooldown = 8, statInterpolation = { 3, }, },
},
}
skills["FireElementalFlameRedSummoned"] = {
Expand Down Expand Up @@ -232,7 +232,7 @@ skills["FireElementalMeteorSummoned"] = {
"is_area_damage",
},
levels = {
[1] = { 16.666667039196, damageEffectiveness = 3.5, baseMultiplier = 3.5, levelRequirement = 1, statInterpolation = { 3, }, },
[1] = { 21.666667039196, damageEffectiveness = 5.25, baseMultiplier = 5.25, levelRequirement = 1, statInterpolation = { 3, }, },
},
}
skills["IceElementalIceCyclone"] = {
Expand Down Expand Up @@ -309,7 +309,7 @@ skills["IceElementalSpearSummonedDeathNova"] = {
name = "Death Nova",
hidden = true,
color = 3,
baseEffectiveness = 4.5626001358032,
baseEffectiveness = 5.7825001358032,
incrementalEffectiveness = 0.034600000828505,
skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, },
statDescriptionScope = "skill_stat_descriptions",
Expand All @@ -321,7 +321,7 @@ skills["IceElementalSpearSummonedDeathNova"] = {
},
constantStats = {
{ "monster_reverse_point_blank_damage_-%_at_minimum_range", 25 },
{ "number_of_additional_projectiles", 11 },
{ "number_of_additional_projectiles", 13 },
},
stats = {
"spell_minimum_base_cold_damage",
Expand Down Expand Up @@ -1916,13 +1916,9 @@ skills["SumonRagingSpiritMelee"] = {
melee = true,
},
stats = {
"active_skill_damage_+%_final",
},
levels = {
[1] = { 0, levelRequirement = 1, statInterpolation = { 2, }, },
[2] = { 0, levelRequirement = 4, statInterpolation = { 2, }, },
[3] = { 1, levelRequirement = 5, statInterpolation = { 2, }, },
[4] = { 45, levelRequirement = 84, statInterpolation = { 2, }, },
[1] = { levelRequirement = 0, },
},
}
skills["AnimateGuardianSmite"] = {
Expand Down Expand Up @@ -1963,6 +1959,6 @@ skills["AnimateGuardianSmite"] = {
"visual_hit_effect_elemental_is_holy",
},
levels = {
[1] = { damageEffectiveness = 2.5, baseMultiplier = 2.5, levelRequirement = 1, },
[1] = { damageEffectiveness = 3.25, baseMultiplier = 3.25, levelRequirement = 1, },
},
}
4 changes: 0 additions & 4 deletions src/Export/Skills/act_int.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2098,10 +2098,6 @@ local skills, mod, flag, skill = ...
#skill KineticBoltAltX
#flags attack projectile
statMap = {
["active_skill_additive_spell_damage_modifiers_apply_to_attack_damage_at_%_value"] = {
flag("SpellDamageAppliesToAttacks"),
mod("ImprovedSpellDamageAppliesToAttacks", "MAX", nil),
},
["quality_display_spell_damage_to_attack_damage_is_gem"] = {
--Display Only
},
Expand Down
4 changes: 2 additions & 2 deletions src/Export/Skills/act_str.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ local skills, mod, flag, skill = ...
flag("Condition:CanGainRage", { type = "GlobalEffect", effectType = "Buff" }),
},
["chain_strike_cone_radius_+_per_x_rage"] = {
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 3 }),
div = 3,
mod("AreaOfEffect", "BASE", nil, 0, 0, { type = "Multiplier", var = "Rage", div = 5 }),
div = 5,
},
["quality_display_chain_hook_is_gem"] = {
-- Display only
Expand Down

0 comments on commit dfbbf4d

Please sign in to comment.