(fit, container, context, projectionRange, **kwargs)
| 1411 | |
| 1412 | @staticmethod |
| 1413 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1414 | level = container.level if 'skill' in context else 1 |
| 1415 | fit.ship.boostItemAttr('shieldRechargeRate', container.getModifiedItemAttr('rechargeratebonus') * level, **kwargs) |
| 1416 | |
| 1417 | |
| 1418 | class Effect490(BaseEffect): |
nothing calls this directly
no test coverage detected