10 lines
270 B
Python
10 lines
270 B
Python
# sensorCompensationSensorStrengthBonusLadar
|
|
#
|
|
# Used by:
|
|
# Skill: Ladar Sensor Compensation
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, container, context):
|
|
fit.ship.boostItemAttr("scanLadarStrength", container.getModifiedItemAttr("sensorStrengthBonus") * container.level)
|