(fit, ship, context, projectionRange, **kwargs)
| 38554 | |
| 38555 | @staticmethod |
| 38556 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38557 | for attr in ('cpu', 'power'): |
| 38558 | fit.modules.filteredItemBoost( |
| 38559 | lambda mod: mod.item.requiresSkill('Shield Operation'), attr, |
| 38560 | ship.getModifiedItemAttr('shipBonusCBC4'), skill='Caldari Battlecruiser', **kwargs) |
| 38561 | |
| 38562 | |
| 38563 | class Effect11373(BaseEffect): |
nothing calls this directly
no test coverage detected