(fit, src, context, projectionRange, **kwargs)
| 34063 | |
| 34064 | @staticmethod |
| 34065 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34066 | fit.ship.boostItemAttr('shieldCapacity', src.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 34067 | |
| 34068 | |
| 34069 | class Effect7044(BaseEffect): |
nothing calls this directly
no test coverage detected