8 lines
379 B
Python
Executable File
8 lines
379 B
Python
Executable File
# Used by:
|
|
# Modules named like: Salvage Tackle (8 of 8)
|
|
# Implant: Poteque 'Prospector' Salvaging SV-905
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Salvaging"),
|
|
"accessDifficultyBonus", container.getModifiedItemAttr("accessDifficultyBonus"), position="post")
|