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

7 lines
242 B
Python

# Used by:
# Modules from group: Drone Control Range Module (7 of 7)
type = "passive"
def handler(fit, module, context):
amount = module.getModifiedItemAttr("droneRangeBonus")
fit.extraAttributes.increase("droneControlRange", amount)