(fit, src, context, projectionRange, **kwargs)
| 12102 | |
| 12103 | @staticmethod |
| 12104 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12105 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 12106 | 'signatureRadiusBonus', src.getModifiedItemAttr('subsystemBonusMinmatarPropulsion2'), |
| 12107 | skill='Minmatar Propulsion Systems', **kwargs) |
| 12108 | |
| 12109 | |
| 12110 | class Effect3872(BaseEffect): |
nothing calls this directly
no test coverage detected