Files
pyfa/eos/effects/effect4167.py
2019-03-16 14:08:20 -04:00

12 lines
363 B
Python

# shipBonusScanProbeStrengthGF
#
# Used by:
# Ship: Imicus
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusGF2"),
skill="Gallente Frigate")