Files
pyfa/eos/effects/dronerangebonusadd.py

9 lines
265 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)