(fit, module, context, projectionRange, **kwargs)
| 22164 | |
| 22165 | @staticmethod |
| 22166 | def handler(fit, module, context, projectionRange, **kwargs): |
| 22167 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 22168 | 'speedFactor', module.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 22169 | |
| 22170 | |
| 22171 | class Effect5821(BaseEffect): |
nothing calls this directly
no test coverage detected