(fit, ship, context, projectionRange, **kwargs)
| 16770 | |
| 16771 | @staticmethod |
| 16772 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16773 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 16774 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusATF2'), **kwargs) |
| 16775 | |
| 16776 | |
| 16777 | class Effect4976(BaseEffect): |
nothing calls this directly
no test coverage detected