(fit, src, context, projectionRange, **kwargs)
| 33934 | |
| 33935 | @staticmethod |
| 33936 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33937 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'explosiveDamage', |
| 33938 | src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33939 | |
| 33940 | |
| 33941 | class Effect7035(BaseEffect): |
nothing calls this directly
no test coverage detected