Files
pyfa/eos/effects/boosterturretoptimalrangepenalty.py
2014-03-15 17:33:45 +04:00

7 lines
300 B
Python
Executable File

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