(fit, ship, context, projectionRange, **kwargs)
| 17242 | |
| 17243 | @staticmethod |
| 17244 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17245 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Salvaging'), |
| 17246 | 'duration', ship.getModifiedItemAttr('shipBonusAF'), skill='Amarr Frigate', **kwargs) |
| 17247 | |
| 17248 | |
| 17249 | class Effect5045(BaseEffect): |
nothing calls this directly
no test coverage detected