(fit, ship, context, projectionRange, **kwargs)
| 5628 | |
| 5629 | @staticmethod |
| 5630 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5631 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 5632 | 'emDamage', ship.getModifiedItemAttr('shipBonusCF2'), |
| 5633 | skill='Caldari Frigate', **kwargs) |
| 5634 | |
| 5635 | |
| 5636 | class Effect1863(BaseEffect): |
nothing calls this directly
no test coverage detected