Files
pyfa/eos/effects/dronesmaxactivedronebonusmodaddmaxactiveactive.py
2014-07-30 21:23:27 -04:00

7 lines
235 B
Python

# Used by:
# Modules from group: Drone Control Unit (5 of 5)
type = "active"
def handler(fit, module, context):
amount = module.getModifiedItemAttr("maxActiveDroneBonus")
fit.extraAttributes.increase("maxActiveDrones", amount)