Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/Data/SkillStatMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ return {
mod("ActiveTotemLimit", "BASE", nil),
},
["attack_skills_additional_ballista_totems_allowed"] = {
mod("ActiveTotemLimit", "BASE", nil, 0, 0, { type = "SkillType", skillType = SkillType.RangedAttack }),
mod("ActiveTotemLimit", "BASE", nil, 0, 0, { type = "SkillType", skillType = SkillType.TotemsAreBallistae }),
},
["base_number_of_totems_allowed"] = {
mod("ActiveTotemLimit", "BASE", nil),
Expand Down
2 changes: 1 addition & 1 deletion src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ local modNameList = {
["totem duration"] = "TotemDuration",
["maximum number of summoned totems"] = "ActiveTotemLimit",
["maximum number of summoned totems."] = "ActiveTotemLimit", -- Mark plz
["maximum number of summoned ballista totems"] = { "ActiveBallistaLimit", tag = { type = "SkillType", skillType = SkillType.RangedAttack } },
["maximum number of summoned ballista totems"] = { "ActiveBallistaLimit", tag = { type = "SkillType", skillType = SkillType.TotemsAreBallistae } },
["trap throwing speed"] = "TrapThrowingSpeed",
["trap and mine throwing speed"] = { "TrapThrowingSpeed", "MineLayingSpeed" },
["trap trigger area of effect"] = "TrapTriggerAreaOfEffect",
Expand Down