(fit, src, context, projectionRange, **kwargs)
| 33982 | |
| 33983 | @staticmethod |
| 33984 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33985 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 33986 | 'thermalDamage', src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33987 | |
| 33988 | |
| 33989 | class Effect7038(BaseEffect): |
nothing calls this directly
no test coverage detected