(fit, src, context, projectionRange, **kwargs)
| 33752 | |
| 33753 | @staticmethod |
| 33754 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33755 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'speed', |
| 33756 | src.getModifiedItemAttr('shipBonusAF'), stackingPenalties=False, skill='Amarr Frigate', **kwargs) |
| 33757 | |
| 33758 | |
| 33759 | class Effect7020(BaseEffect): |
nothing calls this directly
no test coverage detected