(fit, ship, context, projectionRange, **kwargs)
| 34966 | |
| 34967 | @staticmethod |
| 34968 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34969 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 34970 | 'maxRange', ship.getModifiedItemAttr('shipBonusPD2'), |
| 34971 | skill='Precursor Destroyer', **kwargs) |
| 34972 | |
| 34973 | |
| 34974 | class Effect7158(BaseEffect): |
nothing calls this directly
no test coverage detected