(fit, ship, context, projectionRange, **kwargs)
| 34615 | |
| 34616 | @staticmethod |
| 34617 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34618 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 34619 | 'maxRange', ship.getModifiedItemAttr('shipBonusPF2'), skill='Precursor Frigate', **kwargs) |
| 34620 | |
| 34621 | |
| 34622 | class Effect7088(BaseEffect): |
nothing calls this directly
no test coverage detected