(fit, src, context, projectionRange, **kwargs)
| 33966 | |
| 33967 | @staticmethod |
| 33968 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33969 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'emDamage', |
| 33970 | src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33971 | |
| 33972 | |
| 33973 | class Effect7037(BaseEffect): |
nothing calls this directly
no test coverage detected