(fit, src, context, projectionRange, **kwargs)
| 41136 | |
| 41137 | @staticmethod |
| 41138 | def handler(fit, src, context, projectionRange, **kwargs): |
| 41139 | fit.modules.filteredItemBoost( |
| 41140 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 41141 | src.getModifiedItemAttr('shipBonusCBC1'), skill='Caldari Battlecruiser', **kwargs) |
| 41142 | |
| 41143 | |
| 41144 | class Effect12202(BaseEffect): |
nothing calls this directly
no test coverage detected