(fit, ship, context, projectionRange, **kwargs)
| 37913 | |
| 37914 | @staticmethod |
| 37915 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37916 | fit.modules.filteredItemBoost( |
| 37917 | lambda mod: mod.item.requiresSkill('Mining'), 'duration', |
| 37918 | ship.getModifiedItemAttr('shipRoleBonusOreMiningDuration'), **kwargs) |
| 37919 | |
| 37920 | |
| 37921 | class Effect8306(BaseEffect): |
nothing calls this directly
no test coverage detected