(fit, ship, context, projectionRange, **kwargs)
| 6371 | |
| 6372 | @staticmethod |
| 6373 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6374 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 6375 | 'maxRange', ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6376 | |
| 6377 | |
| 6378 | class Effect2131(BaseEffect): |
nothing calls this directly
no test coverage detected