11 lines
311 B
Python
11 lines
311 B
Python
# roleBonusJustScramblerStrength
|
|
#
|
|
# Used by:
|
|
# Ship: Maulus Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Navigation"),
|
|
"warpScrambleStrength", ship.getModifiedItemAttr("roleBonus"))
|