7 lines
312 B
Python
Executable File
7 lines
312 B
Python
Executable File
# 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)
|