(fit, ship, context, projectionRange, **kwargs)
| 34950 | |
| 34951 | @staticmethod |
| 34952 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34953 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 34954 | 'maxRange', ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 34955 | |
| 34956 | |
| 34957 | class Effect7157(BaseEffect): |
nothing calls this directly
no test coverage detected