(fit, module, context, projectionRange, **kwargs)
| 12274 | |
| 12275 | @staticmethod |
| 12276 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12277 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 12278 | 'shieldBonus', module.getModifiedItemAttr('subsystemBonusCaldariDefensive'), |
| 12279 | skill='Caldari Defensive Systems', **kwargs) |
| 12280 | |
| 12281 | |
| 12282 | class Effect3976(BaseEffect): |
nothing calls this directly
no test coverage detected