(fit, src, context, projectionRange, **kwargs)
| 41657 | |
| 41658 | @staticmethod |
| 41659 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41660 | fit.modules.filteredItemBoost( |
| 41661 | lambda mod: mod.item.requiresSkill('Mining'), 'miningAmount', |
| 41662 | src.getModifiedItemAttr('shipBonusOreDestroyer1'), skill='Mining Destroyer', **kwargs) |
| 41663 | |
| 41664 | |
| 41665 | class Effect12330(BaseEffect): |
nothing calls this directly
no test coverage detected