Files
pyfa/eos/effects/effect5181.py
2019-03-16 14:08:20 -04:00

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)