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

10 lines
260 B
Python

# ScanLadarStrengthModifierEffect
#
# 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"))