(fit, implant, context, projectionRange, **kwargs)
| 35908 | |
| 35909 | @staticmethod |
| 35910 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35911 | fit.modules.filteredChargeBoost( |
| 35912 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 35913 | 'aoeVelocity', implant.getModifiedItemAttr('hydraMissileExplosionVelocityBonus'), **kwargs) |
| 35914 | |
| 35915 | |
| 35916 | class Effect8029(BaseEffect): |
nothing calls this directly
no test coverage detected