(fit, ship, context, projectionRange, **kwargs)
| 19837 | |
| 19838 | @staticmethod |
| 19839 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19840 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 19841 | 'emDamage', ship.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 19842 | |
| 19843 | |
| 19844 | class Effect5384(BaseEffect): |
nothing calls this directly
no test coverage detected