Files
pyfa/eos/effects/shipscanprobestrengthbonuspiratefaction.py

9 lines
320 B
Python

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