9 lines
340 B
Python
9 lines
340 B
Python
# Used by:
|
|
# Ships named like: Stratios (2 of 2)
|
|
# Ship: Astero
|
|
# Ship: Gnosis
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"),
|
|
"baseSensorStrength", container.getModifiedItemAttr("shipBonusPirateFaction2"))
|