(fit, ship, context, projectionRange, **kwargs)
| 35047 | |
| 35048 | @staticmethod |
| 35049 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 35050 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), |
| 35051 | 'maxRange', ship.getModifiedItemAttr('roleBonusCBC'), **kwargs) |
| 35052 | |
| 35053 | |
| 35054 | class Effect7166(BaseEffect): |
nothing calls this directly
no test coverage detected