Files
pyfa/eos/effects/effect2000.py
2019-03-16 14:08:20 -04:00

11 lines
267 B
Python

# droneRangeBonusAdd
#
# 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)