11 lines
343 B
Python
11 lines
343 B
Python
# subsystemBonusAmarrElectronic2ScanResolution
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Electronics - Tactical Targeting Network
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("scanResolution", module.getModifiedItemAttr("subsystemBonusAmarrElectronic2"),
|
|
skill="Amarr Electronic Systems")
|