8 lines
268 B
Python
8 lines
268 B
Python
# sensorCompensationSensorStrengthBonusRadar
|
|
#
|
|
# Used by:
|
|
# Skill: Radar Sensor Compensation
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
fit.ship.boostItemAttr("scanRadarStrength", container.getModifiedItemAttr("sensorStrengthBonus") * container.level)
|