(fit, module, context, projectionRange, **kwargs)
| 3814 | |
| 3815 | @staticmethod |
| 3816 | def handler(fit, module, context, projectionRange, **kwargs): |
| 3817 | module.preAssignItemAttr('specialtyMiningAmount', module.getModifiedItemAttr('miningAmount'), **kwargs) |
| 3818 | |
| 3819 | |
| 3820 | class Effect1215(BaseEffect): |
nothing calls this directly
no test coverage detected