9 lines
337 B
Python
9 lines
337 B
Python
# boosterTurretOptimalRangePenalty
|
|
#
|
|
# 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"))
|