(fit, ship, context, projectionRange, **kwargs)
| 19352 | |
| 19353 | @staticmethod |
| 19354 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19355 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 19356 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCBC1'), |
| 19357 | skill='Caldari Battlecruiser', **kwargs) |
| 19358 | |
| 19359 | |
| 19360 | class Effect5340(BaseEffect): |
nothing calls this directly
no test coverage detected