Files
pyfa/eos/effects/sensorcompensationsensorstrengthbonusradar.py
2014-07-30 21:23:27 -04:00

6 lines
221 B
Python

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