(fit, module, context, projectionRange, **kwargs)
| 24452 | |
| 24453 | @staticmethod |
| 24454 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24455 | fit.modules.filteredItemMultiply( |
| 24456 | lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 24457 | 'capacitorNeed', |
| 24458 | 1 / module.getModifiedItemAttr('modeMWDCapPostDiv'), |
| 24459 | **kwargs) |
| 24460 | |
| 24461 | |
| 24462 | class Effect6154(BaseEffect): |
nothing calls this directly
no test coverage detected