6 lines
284 B
Python
6 lines
284 B
Python
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Mining Barge").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining"),
|
|
"duration", ship.getModifiedItemAttr("shipBonusORE3") * level)
|