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