(fit, src, context, projectionRange, **kwargs)
| 33998 | |
| 33999 | @staticmethod |
| 34000 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34001 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 34002 | 'kineticDamage', src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 34003 | |
| 34004 | |
| 34005 | class Effect7039(BaseEffect): |
nothing calls this directly
no test coverage detected