Files
pyfa/eos/effects/subsystembonusgallenteengineering2dronemwd.py
2017-06-27 21:02:27 -04:00

9 lines
331 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"), "maxVelocity",
module.getModifiedItemAttr("subsystemBonusGallenteCore2"),
skill="Gallente Core Systems")