Files
pyfa/eos/effects/subsystembonusgallenteelectronicscanstrengthmagnetometric.py

9 lines
382 B
Python

# subsystemBonusGallenteElectronicScanStrengthMagnetometric
#
# Used by:
# Subsystem: Proteus Electronics - Dissolution Sequencer
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Electronic Systems").level
fit.ship.boostItemAttr("scanMagnetometricStrength", module.getModifiedItemAttr("subsystemBonusGallenteElectronic") * level)