7 lines
291 B
Python
Executable File
7 lines
291 B
Python
Executable File
# Used by:
|
|
# Skill: Target Breaker Amplification
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Breaker",
|
|
"duration", skill.getModifiedItemAttr("durationBonus") * skill.level)
|