Files
pyfa/eos/effects/subsystembonusamarrelectronic2scanresolution.py

9 lines
357 B
Python

# subsystemBonusAmarrElectronic2ScanResolution
#
# 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)