(fit, src, context, projectionRange, **kwargs)
| 33886 | |
| 33887 | @staticmethod |
| 33888 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33889 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'kineticDamage', |
| 33890 | src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33891 | |
| 33892 | |
| 33893 | class Effect7032(BaseEffect): |
nothing calls this directly
no test coverage detected