Files
pyfa/eos/effects/subsystembonusminmatarelectronic2scanresolution.py
2014-07-30 21:23:27 -04:00

7 lines
312 B
Python

# Used by:
# Subsystem: Loki Electronics - Tactical Targeting Network
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Minmatar Electronic Systems").level
fit.ship.boostItemAttr("scanResolution", module.getModifiedItemAttr("subsystemBonusMinmatarElectronic2") * level)