(fit, src, context, projectionRange, **kwargs)
| 40416 | |
| 40417 | @staticmethod |
| 40418 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40419 | fit.modules.filteredItemBoost( |
| 40420 | lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), 'overloadSpeedFactorBonus', |
| 40421 | src.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 40422 | |
| 40423 | |
| 40424 | class Effect11997(BaseEffect): |
nothing calls this directly
no test coverage detected