(fit, src, context, projectionRange, **kwargs)
| 33918 | |
| 33919 | @staticmethod |
| 33920 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33921 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 33922 | 'emDamage', src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33923 | |
| 33924 | |
| 33925 | class Effect7034(BaseEffect): |
nothing calls this directly
no test coverage detected