(fit, module, context, projectionRange, **kwargs)
| 13177 | |
| 13178 | @staticmethod |
| 13179 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13180 | fit.modules.filteredItemMultiply( |
| 13181 | lambda mod: mod.item.requiresSkill('Shield Emission Systems') or |
| 13182 | mod.item.requiresSkill('Capital Shield Emission Systems'), |
| 13183 | 'shieldBonus', module.getModifiedItemAttr('shieldBonusMultiplierRemote'), |
| 13184 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13185 | |
| 13186 | |
| 13187 | class Effect4090(BaseEffect): |
nothing calls this directly
no test coverage detected