(fit, module, context, projectionRange, **kwargs)
| 22041 | |
| 22042 | @staticmethod |
| 22043 | def handler(fit, module, context, projectionRange, **kwargs): |
| 22044 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 22045 | 'speedFactor', module.getModifiedItemAttr('shipBonusCF2'), skill='Caldari Frigate', **kwargs) |
| 22046 | |
| 22047 | |
| 22048 | class Effect5814(BaseEffect): |
nothing calls this directly
no test coverage detected