11 lines
312 B
Python
11 lines
312 B
Python
# ScanMagnetometricStrengthModifierEffect
|
|
#
|
|
# Used by:
|
|
# Implants named like: Low grade Spur (5 of 6)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.ship.increaseItemAttr("scanMagnetometricStrength",
|
|
implant.getModifiedItemAttr("scanMagnetometricStrengthModifier"))
|