(fit, src, context, projectionRange, **kwargs)
| 25749 | |
| 25750 | @staticmethod |
| 25751 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25752 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 25753 | 'explosiveDamage', src.getModifiedItemAttr('shipBonusCD1'), |
| 25754 | skill='Caldari Destroyer', **kwargs) |
| 25755 | |
| 25756 | |
| 25757 | class Effect6330(BaseEffect): |
nothing calls this directly
no test coverage detected