(fit, module, context, projectionRange, **kwargs)
| 42661 | |
| 42662 | @staticmethod |
| 42663 | def handler(fit, module, context, projectionRange, **kwargs): |
| 42664 | fit.modules.filteredChargeMultiply( |
| 42665 | lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 42666 | 'maxVelocity', 1 / module.getModifiedItemAttr('modeLightMissileMaxVelocityBonusPostDivSkua'), |
| 42667 | stackingPenalties=True, penaltyGroup='postDiv', **kwargs) |
| 42668 | |
| 42669 | |
| 42670 | class Effect12796(BaseEffect): |
nothing calls this directly
no test coverage detected