(fit, ship, context, projectionRange, **kwargs)
| 36416 | |
| 36417 | @staticmethod |
| 36418 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36419 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), |
| 36420 | 'maxRange', ship.getModifiedItemAttr('shipBonusPC2'), skill='Precursor Cruiser', **kwargs) |
| 36421 | |
| 36422 | |
| 36423 | class Effect8076(BaseEffect): |
nothing calls this directly
no test coverage detected