(fit, ship, context, projectionRange, **kwargs)
| 5664 | |
| 5665 | @staticmethod |
| 5666 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5667 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 5668 | 'explosiveDamage', ship.getModifiedItemAttr('shipBonusCF2'), |
| 5669 | skill='Caldari Frigate', **kwargs) |
| 5670 | |
| 5671 | |
| 5672 | class Effect1882(BaseEffect): |
nothing calls this directly
no test coverage detected