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

8 lines
301 B
Python

# shipBonusRemoteCapacitorTransferRangeRole1
#
# Used by:
# Variations of ship: Rodiva (2 of 2)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Capacitor Transmitter", "maxRange", src.getModifiedItemAttr("shipBonusRole1"))