(fit, ship, context, projectionRange, **kwargs)
| 39360 | |
| 39361 | @staticmethod |
| 39362 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39363 | fit.ship.boostItemAttr('shieldCapacity', ship.getModifiedItemAttr('shipBonusCF2'), |
| 39364 | skill='Caldari Frigate', **kwargs) |
| 39365 | |
| 39366 | |
| 39367 | class Effect11432(BaseEffect): |
nothing calls this directly
no test coverage detected