(fit, src, context, projectionRange, **kwargs)
| 32656 | |
| 32657 | @staticmethod |
| 32658 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32659 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Afterburner') or mod.item.requiresSkill('High Speed Maneuvering'), |
| 32660 | 'overloadSpeedFactorBonus', src.getModifiedItemAttr('subsystemBonusCaldariPropulsion2'), |
| 32661 | skill='Caldari Propulsion Systems', **kwargs) |
| 32662 | |
| 32663 | |
| 32664 | class Effect6929(BaseEffect): |
nothing calls this directly
no test coverage detected