{"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 Loot Chips!`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Loot chips are the inventory system for our stream. Loot chips are collected through the loot circuit buttons, bonus circuit giveaways, and Nova rewards. They provide a means to track rewards and help manage reward redemption.`), React.createElement(MDXTag, {\n      name: \"h1\",\n      components: components\n    }, `Gift card chips`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Gift card chips come in a variety of values:`), React.createElement(MDXTag, {\n      name: \"ul\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `\\\\$5`), React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `\\\\$10`), React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `\\\\$25`)), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Redemption: Since there is a bit of setup required to purchase gift cards, gift card redemption is consolidated to 1-2 times per stream. Gift card chips may be redeemed for any of the following platforms:`), React.createElement(MDXTag, {\n      name: \"ul\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `Amazon`), React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `Microsoft Store / XBox`)), React.createElement(MDXTag, {\n      name: \"h1\",\n      components: components\n    }, `Mixer Account chips`), React.createElement(MDXTag, {\n      name: \"ul\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `Channel Sub chip`), React.createElement(MDXTag, {\n      name: \"li\",\n      components: components,\n      parentName: \"ul\"\n    }, `Mixer Pro chip`)), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `These chips can be redeemed for gifts of a 1 month Channel sub or 1 Month Mixer Pro for your account. These chips can also be redeemed as a gift for other viewers.`), React.createElement(MDXTag, {\n      name: \"h1\",\n      components: components\n    }, `Channel Event chips`), React.createElement(MDXTag, {\n      name: \"h3\",\n      components: components\n    }, `Sing for me`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Nite will sing one song of your choice from his songlist. Song choices outside of the song list will be considered, but may be vetoed. Redemption cooldown of 1 hour.`), React.createElement(MDXTag, {\n      name: \"h3\",\n      components: components\n    }, `Play me a tune`), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `One song request, with restrictions`));\n  }\n\n}\nMDXContent.isMDXComponent = true;"},"frontmatter":{"date":"May 7, 2019","path":"/streaminfo/chips/","title":"Loot Chips"}}},"pageContext":{}}