(fit, src, context, projectionRange, **kwargs)
| 40399 | |
| 40400 | @staticmethod |
| 40401 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40402 | fit.modules.filteredItemBoost( |
| 40403 | lambda mod: mod.item.requiresSkill('Afterburner'), 'overloadSpeedFactorBonus', |
| 40404 | src.getModifiedItemAttr('shipBonusGF2'), skill='Gallente Frigate', **kwargs) |
| 40405 | |
| 40406 | |
| 40407 | class Effect11996(BaseEffect): |
nothing calls this directly
no test coverage detected