(fit, skill, context, projectionRange, **kwargs)
| 24655 | |
| 24656 | @staticmethod |
| 24657 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 24658 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 24659 | 'maxVelocity', skill.getModifiedItemAttr('roleBonusCBC'), **kwargs) |
| 24660 | |
| 24661 | |
| 24662 | class Effect6176(BaseEffect): |
nothing calls this directly
no test coverage detected