(fit, ship, context, projectionRange, **kwargs)
| 17258 | |
| 17259 | @staticmethod |
| 17260 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17261 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Salvaging'), |
| 17262 | 'duration', ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 17263 | |
| 17264 | |
| 17265 | class Effect5048(BaseEffect): |
nothing calls this directly
no test coverage detected