(fit, src, context, projectionRange, **kwargs)
| 41957 | |
| 41958 | @staticmethod |
| 41959 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41960 | fit.modules.filteredItemBoost( |
| 41961 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 41962 | src.getModifiedItemAttr('shipBonusOreDestroyer4'), skill='Mining Destroyer', **kwargs) |
| 41963 | |
| 41964 | |
| 41965 | class Effect12560(BaseEffect): |
nothing calls this directly
no test coverage detected