Files
pyfa/eos/effects/subsystembonusgallentedefensive2scanprobestrength.py
blitzmann d19486ce15 cleanup
2017-07-11 02:30:26 -04:00

11 lines
417 B
Python

# subSystemBonusGallenteDefensive2ScanProbeStrength
#
# Used by:
# Subsystem: Proteus Defensive - Covert Reconfiguration
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"), "baseSensorStrength",
src.getModifiedItemAttr("subsystemBonusGallenteDefensive2"), skill="Gallente Defensive Systems")