(fit, container, context, projectionRange, **kwargs)
| 1392 | |
| 1393 | @staticmethod |
| 1394 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1395 | level = container.level if 'skill' in context else 1 |
| 1396 | fit.ship.boostItemAttr('rechargeRate', container.getModifiedItemAttr('capRechargeBonus') * level, **kwargs) |
| 1397 | |
| 1398 | |
| 1399 | class Effect486(BaseEffect): |
nothing calls this directly
no test coverage detected