Files
pyfa/eos/effects/shipbonusscanprobestrengthgf.py
2015-07-19 15:51:03 -04:00

9 lines
325 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")