6 lines
312 B
Python
Executable File
6 lines
312 B
Python
Executable File
# Used by:
|
|
# Skill: Signature Focusing
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
|
|
"signatureRadiusBonus", skill.getModifiedItemAttr("scanSkillTargetPaintStrengthBonus") * skill.level) |