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

7 lines
308 B
Python

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