7 lines
276 B
Python
7 lines
276 B
Python
# Used by:
|
|
# Ship: Nestor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"),
|
|
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusPirateFaction"))
|