Files
pyfa/eos/effects/dronemwdspeedbonus.py
2014-05-31 22:13:59 +04:00

7 lines
320 B
Python

# Used by:
# Modules from group: Drone Navigation Computer (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"), "maxVelocity",
module.getModifiedItemAttr("speedFactor"), stackingPenalties = True)