(fit, container, context, projectionRange, **kwargs)
| 1365 | |
| 1366 | @staticmethod |
| 1367 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1368 | level = container.level if 'skill' in context else 1 |
| 1369 | fit.ship.boostItemAttr('shieldCapacity', container.getModifiedItemAttr('shieldCapacityBonus') * level, **kwargs) |
| 1370 | |
| 1371 | |
| 1372 | class Effect485(BaseEffect): |
nothing calls this directly
no test coverage detected