(fit, module, context, projectionRange, **kwargs)
| 21862 | |
| 21863 | @staticmethod |
| 21864 | def handler(fit, module, context, projectionRange, **kwargs): |
| 21865 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 21866 | 'speedFactor', module.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 21867 | |
| 21868 | |
| 21869 | class Effect5803(BaseEffect): |
nothing calls this directly
no test coverage detected