Files
pyfa/eos/effects/subsystembonusgallenteengineering2dronemwd.py

12 lines
445 B
Python

# subsystemBonusGallenteEngineering2DroneMWD
#
# Used by:
# Subsystem: Proteus Engineering - Augmented Capacitor Reservoir
type = "passive"
def handler(fit, module, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"), "maxVelocity",
module.getModifiedItemAttr("subsystemBonusGallenteEngineering2"),
skill="Gallente Engineering Systems")