(fit, src, context, projectionRange, **kwargs)
| 41674 | |
| 41675 | @staticmethod |
| 41676 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41677 | fit.modules.filteredItemBoost( |
| 41678 | lambda mod: mod.item.requiresSkill('Mining'), 'maxRange', |
| 41679 | src.getModifiedItemAttr('shipBonusOreDestroyer2'), skill='Mining Destroyer', **kwargs) |
| 41680 | |
| 41681 | |
| 41682 | class Effect12331(BaseEffect): |
nothing calls this directly
no test coverage detected