(fit, module, context, projectionRange, **kwargs)
| 12021 | |
| 12022 | @staticmethod |
| 12023 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12024 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner'), |
| 12025 | 'speedFactor', module.getModifiedItemAttr('subsystemBonusAmarrPropulsion'), |
| 12026 | skill='Amarr Propulsion Systems', **kwargs) |
| 12027 | |
| 12028 | |
| 12029 | class Effect3865(BaseEffect): |
nothing calls this directly
no test coverage detected