{"data":{"mdx":{"code":{"body":"function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nconst layoutProps = {};\nreturn class MDXContent extends React.Component {\n  constructor(props) {\n    super(props);\n    this.layout = null;\n  }\n\n  render() {\n    const _this$props = this.props,\n          {\n      components\n    } = _this$props,\n          props = _objectWithoutProperties(_this$props, [\"components\"]);\n\n    return React.createElement(MDXTag, {\n      name: \"wrapper\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"h1\",\n      components: components\n    }, `Welcome to Novas!`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Novas are the second channel currency. Nova balances are reset monthly, with the highest Nova earners getting a special gift.`), React.createElement(MDXTag, {\n      name: \"h2\",\n      components: components\n    }, `Earning Novas`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Novas are primarily earned through the ‘Novas’ mixplay buttons. For each spark spent on these specific buttons, you earn 1 nova. Sparks spent on other buttons do not grant any Novas.`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Some Loot Circuits also have a chance of giving Novas as a prize.`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `There are also some chat games specifically for novas that have a chance to bolster those Nova balances, with some risk.`), React.createElement(MDXTag, {\n      name: \"h2\",\n      components: components\n    }, `Nova Rewards`), React.createElement(MDXTag, {\n      name: \"ul\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `Free channel sub chip to top Nova earner`), React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `(Future) Bonus epic loot circuit`)));\n  }\n\n}\nMDXContent.isMDXComponent = true;"},"frontmatter":{"date":"May 7, 2019","path":"/streaminfo/novas/","title":"Nova channel currency"}}},"pageContext":{}}