Files
pyfa/eos/effects/scanradarstrengthmodifiereffect.py
2014-03-15 17:33:45 +04:00

5 lines
220 B
Python
Executable File

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