7 lines
289 B
Python
Executable File
7 lines
289 B
Python
Executable File
# Used by:
|
|
# Skills from group: Rigging (9 of 10)
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill(skill),
|
|
"drawback", skill.getModifiedItemAttr("rigDrawbackBonus") * skill.level)
|
|
|