Files
pyfa/eos/effects/basesensorstrengthmodifiermodule.py
2013-06-12 11:43:15 +04:00

8 lines
385 B
Python

# Used by:
# Variations of module: Scan Rangefinding Array I (2 of 2)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"),
"baseSensorStrength", module.getModifiedItemAttr("scanStrengthBonusModule"),
stackingPenalties=True)