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

5 lines
221 B
Python

# Used by:
# Implants named like: Low grade Jackal (5 of 6)
type = "passive"
def handler(fit, implant, context):
fit.ship.increaseItemAttr("scanLadarStrength", implant.getModifiedItemAttr("scanLadarStrengthModifier"))