(fit, src, context, projectionRange, **kwargs)
| 41991 | |
| 41992 | @staticmethod |
| 41993 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41994 | fit.modules.filteredItemBoost( |
| 41995 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 41996 | src.getModifiedItemAttr('OreMiningFrigateExecutiveShieldBoosterShipBonus'), |
| 41997 | skill='Mining Frigate', **kwargs) |
| 41998 | |
| 41999 | |
| 42000 | class Effect12565(BaseEffect): |
nothing calls this directly
no test coverage detected