(fit, implant, context, projectionRange, **kwargs)
| 35891 | |
| 35892 | @staticmethod |
| 35893 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35894 | fit.modules.filteredChargeBoost( |
| 35895 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 35896 | 'explosionDelay', implant.getModifiedItemAttr('hydraMissileFlightTimeBonus'), **kwargs) |
| 35897 | |
| 35898 | |
| 35899 | class Effect8026(BaseEffect): |
nothing calls this directly
no test coverage detected