(fit, ship, context, projectionRange, **kwargs)
| 19370 | |
| 19371 | @staticmethod |
| 19372 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19373 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 19374 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 19375 | skill='Caldari Battlecruiser', **kwargs) |
| 19376 | |
| 19377 | |
| 19378 | class Effect5341(BaseEffect): |
nothing calls this directly
no test coverage detected