(fit, src, context, projectionRange, **kwargs)
| 16705 | |
| 16706 | @staticmethod |
| 16707 | def handler(fit, src, context, projectionRange, **kwargs): |
| 16708 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'), |
| 16709 | 'shieldBonus', src.getModifiedItemAttr('boosterShieldBoostAmountPenalty'), **kwargs) |
| 16710 | |
| 16711 | |
| 16712 | class Effect4972(BaseEffect): |
nothing calls this directly
no test coverage detected