(fit, module, context, projectionRange, **kwargs)
| 12004 | |
| 12005 | @staticmethod |
| 12006 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12007 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 12008 | 'speedFactor', module.getModifiedItemAttr('subsystemBonusCaldariPropulsion'), |
| 12009 | skill='Caldari Propulsion Systems', **kwargs) |
| 12010 | |
| 12011 | |
| 12012 | class Effect3864(BaseEffect): |
nothing calls this directly
no test coverage detected