(fit, ship, context, projectionRange, **kwargs)
| 22353 | |
| 22354 | @staticmethod |
| 22355 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22356 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22357 | 'emDamage', ship.getModifiedItemAttr('shipBonusCB'), skill='Caldari Battleship', **kwargs) |
| 22358 | |
| 22359 | |
| 22360 | class Effect5863(BaseEffect): |
nothing calls this directly
no test coverage detected