(fit, ship, context, projectionRange, **kwargs)
| 37353 | |
| 37354 | @staticmethod |
| 37355 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37356 | fit.modules.filteredItemBoost( |
| 37357 | lambda mod: mod.item.requiresSkill('Ice Harvesting'), 'duration', |
| 37358 | ship.getModifiedItemAttr('expeditionFrigateBonusIceHarvestingDuration'), |
| 37359 | skill='Expedition Frigates', **kwargs) |
| 37360 | |
| 37361 | |
| 37362 | class Effect8223(BaseEffect): |
nothing calls this directly
no test coverage detected