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

7 lines
300 B
Python

# Used by:
# Implants from group: Booster (9 of 37)
type = "boosterSideEffect"
def handler(fit, booster, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Gunnery"),
"maxRange", booster.getModifiedItemAttr("boosterTurretOptimalRange"))