(fit, src, context, projectionRange, **kwargs)
| 33902 | |
| 33903 | @staticmethod |
| 33904 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33905 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'thermalDamage', |
| 33906 | src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33907 | |
| 33908 | |
| 33909 | class Effect7033(BaseEffect): |
nothing calls this directly
no test coverage detected