Files
pyfa/eos/effects/dronebandwidthaddpassive.py
2017-06-25 00:18:06 -04:00

10 lines
242 B
Python

# droneBandwidthAddPassive
#
# Used by:
# Subsystems from group: Offensive Systems (12 of 12)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("droneBandwidth", module.getModifiedItemAttr("droneBandwidth"))