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

11 lines
414 B
Python

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