9 lines
312 B
Python
9 lines
312 B
Python
# miningDirectorBonusCommandBonusEffective
|
|
#
|
|
# Used by:
|
|
# Ship: Rorqual
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Mining Director"),
|
|
"commandBonus", ship.getModifiedItemAttr("commandBonusEffective"))
|