(fit, src, context, projectionRange, **kwargs)
| 25701 | |
| 25702 | @staticmethod |
| 25703 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25704 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'thermalDamage', |
| 25705 | src.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 25706 | |
| 25707 | |
| 25708 | class Effect6327(BaseEffect): |
nothing calls this directly
no test coverage detected