====== Channel Point Redemptions ====== Heph was originally one of the few people to use channel points in any more complex way The original system that was in place was a website called "[[https://www.better-points.com/|Better Points]]" After an API breakage and raise in price, Heph looked towards other programs like Lioranboard for automation This was about the time when other channels figured out how to do simple automation through Twitch's channel point API Early 2022 Heph switched to [[http://Streamer.bot|Streamer.bot]] for automation and uses it currently ===== Punches ===== 1,2,3,4 Pointers that are used to track attendance (stream-streak and functional lurk replacement) * **Punch-In ** (1 Point) \\ redeeming this turns on visibilty for a 1.4s video of a punch card and a punch card sound \\ followed by a chance of these messages in chat by Bargie: \\ \\ ++Verbiage| * @%user% punched in for , showing up for work %punchCounter% times. * Showing up late to work, @%user% punched in to for the %punchCounter%th time. * @%user% clocked in for , HR says that’s %punchCounter% shifts survived. * Another day, another dollar (minus taxes). @%user% reports to for the %punchCounter%th shift. * Productivity metrics adjusted: @%user% joined , shift number %punchCounter%. * Look who decided to bless us with their presence — @%user% punched in for , that’s %punchCounter% shifts of pure synergy. * @%user% clocked into . Remember: we’re not coworkers, we’re teammates chasing excellence %punchCounter% times over. * Good hustle, champ! @%user% is back at for the %punchCounter%th shift. Rise. Grind. Repeat. * @%user% punched in for . Around here, we don’t count hours — we make hours count. (That’s %punchCounter% of them.) * Happy Monday, @%user%! Just %punchCounter% more shifts of until you can finally ‘relax. * Rise and grind, sunshine! @%user% is back at — that’s %punchCounter% shifts of chasing dreams (that aren’t yours). * Nothing like a fresh cup of coffee and %punchCounter% shifts of ! @%user% is living the dream. * Teamwork makes the dream work! @%user% joins for the %punchCounter%th time, boosting morale by showing up. * Don’t think of it as work, think of it as family time! @%user% is at again — %punchCounter% shifts strong. * Keep smiling, @%user%! Positivity is productivity. Welcome to shift #%punchCounter% * Big things coming from @%user% today at . Shift #%punchCounter% starts now. * Eyes open, phones down. @%user% has started shift %punchCounter%. * @%user% reporting for . Bathroom breaks still need manager approval (%punchCounter%). * Grind harder, smile wider. @%user% clocked into (%punchCounter%). * @%user% clocked in — permission to care: denied. Shift #%punchCounter% at . * Wowzers! That’s %punchCounter% shifts at for @%user% — unstoppable! * Let’s gooooo! @%user% is back for shift #%punchCounter% — team spirit unlocked! * @%user% reporting for — let’s give 110% and then give 10% more (%punchCounter%) * Rise and grind! @%user% is back at , making it look easy for the %punchCounter%th time. * Happy Monday, @%user%! Punching into with that can-do attitude (%punchCounter%). * @%user% reporting for — remember, if you’re on time, you’re late (%punchCounter%). * Another day, another dollar, another shift for @%user% at (%punchCounter%). * Positivity is productivity! @%user% punched in at for the %punchCounter%th time. * Here at , we don’t clock in — we buy in. @%user% is proof (%punchCounter%). * Attitude determines altitude! @%user% clocked in for (%punchCounter%). * Hard work beats luck every time. @%user% is proof — shift #%punchCounter% at . * Swipe it and like it — @%user% just punched in for (%punchCounter%). * Punch it, don’t munch it! @%user% is in for , that’s %punchCounter% shifts strong. * Bam! Right on the dot — @%user% punched in for (%punchCounter%). * Clocked, rocked, and ready to roll — @%user% reporting for , shift #%punchCounter%. * Stamp it, champ it, @%user% is clocked into (%punchCounter%). * Careful, @%user% — punch the clock too hard and it might punch back! Shift #%punchCounter% at . * Smooth punch, @%user%! The time clock’s never seen form like that (%punchCounter%). * Easy there, champ — that clock’s got a family! @%user% punched in for (%punchCounter%) * Hope you stretched before that punch, @%user% — wouldn’t want a time-clock injury (%punchCounter%). * Clean contact, solid follow-through — that’s a 10/10 punch from @%user% (%punchCounter%). * “Punch so nice, the clock almost asked for it twice. — @%user% is in for (%punchCounter%).” * Don’t be late again, sweetheart,’ says That Guy, as @%user% punches into for the %punchCounter%th time. * @%user% walks in and That Guy’s already at the clock like, ‘Finally, some sunshine in the office.’ Shift #%punchCounter% begins. * Guess I’ll have to start working hard now that you’re here,’ he says to @%user%, clocking in for (%punchCounter%). * @%user% punches in and That Guy’s right there: ‘Careful, the place is gonna run better with you around.’ Shift #%punchCounter%. * Every time @%user% clocks in for , That Guy mutters, ‘Best part of my day right there.’ Shift #%punchCounter%. * If management asked, I’d say you were early,’ says That Guy as @%user% punches in — shift #%punchCounter%. * ‘There goes my concentration,’ he says every time @%user% punches in for (%punchCounter%).++ \\ \\ in streamer.bot it adds several variables: \\ **punch** (number of punches in total, does not get reset) \\ **punchmonthly** (number of punches in the current month, does get reset) \\ **punchMonthStamp** (sets the month of these punches for use in [[:punches|Punches]] page of the wiki) \\ **totalWorkTime** (time stamps to be used for Punch-Out redemption) \\ \\ after every redeem it sets off an action to publish the json file to the wiki page [[:punches|Punches]] \\ ̇ * **(Lurk) Punch-Out for Lunch ** (2 points) \\ this action checks if already out to lunch, if no (false) it allows you to punch-out for lunch \\ this will turns on visibilty for a 1.4s video of a punch card and a punch card sound \\ followed by a chat message by Bargie: \\ @%user% punched out for lunch at %date:hh:mm tt%. \\ \\ if yes (true) that you are already out to lunch, gives you an error message in chat by Bargie: \\ @%user% you're already punched out for lunch. Use "punch back in" when you return. \\ \\ in streamer.bot it adds two variables: \\ **lunch_startIso ** (a marker that lunch is started for use with the logic of this sub-action) \\ **lunch_startFormatted ** (time stamp for use with (Unlurk) Punch-In from Lunch) \\ ̇ * Punch-In from Lunch (Unlurk) \\ this action checks if you are not out to lunch, if no you are out to lunch (false) it allows you to punch-in from lunch. \\ next it will calculate the time you were out to lunch using a C# code and the variable lunch_startFormatted \\ next it will turn on visibilty for a 1.4s video of a punch card and a punch card sound \\ followed by a chat message by Bargie: @%user% punched out for lunch at %date:hh:mm tt%. \\ then it'll reset your lunch_startIso back to null \\ \\ if yes (true), it will give you an error message in chat by Bargie: \\ @%user% you’re not currently punched out for lunch. Use “punch out for lunch” first. \\ ̇ * **Clock-Out** (4 points) \\ redeeming this turns on visibilty for a 1.4s video of a punch card and a punch card sound \\ it then calculates the total watch time (if you've punched into work) by using C# code and the variable totalWorkTime \\ followed by chat message by Bargie: @%user% clocked out after working %workTotal% today. ===== Twitch Defaults ===== these redemptions are default by twitch so they cost the most minimum allowed by twitch \\ they cost 80 channel points * **Blue Potion** \\ ̇ * **Choose an Emote to Unlock** \\ ̇ * **Highlight My Message** \\ ̇ * **Modify a Single Emote** ===== Quick Bits ===== these are really quick things and do not interrupt much \\ they cost 100 channel points * **Perfect!** \\ ̇ * **RIP** \\ ̇ * **To Be Continued?** \\ ̇ * **Wasted** \\ ̇ * **We'll Be Right Back** ===== Simple Stream Changes ===== these are stream changes that do not interrupt much at all but do have some changes \\ they cost 150 channel points * **Noir** \\ ̇ * Pixelate \\ ̇ * **Turn Off Camera** \\ ̇ * **Turn Off Chat** \\ ̇ * That One Generic Effect ===== Interruptions ===== these are a bit more interruptive \\ they cost 200 channel points * **Acid Road Trip** \\ ̇ * **Show Me Your Pussy-Cat** ===== Background Changes ===== these change the video in the boarders on the most edges of the screen, the effect is much longer \\ they cost 250 channel points * **Change Background (Random)** \\ ̇ * **Halloweeny** ===== Scene Changes ===== these change the scene in OBS from "Main Scene" to another \\ they are quite dissruptive \\ they cost 300 channel points * **Sheppard** \\ ̇ * **Sad** ===== Long Ones ===== they either act as above, changing the scene in OBs or they are a longer dissruptive event \\ they cost 400 channel points * **Hey! HSauce!** \\ ̇ * **Mind Blow** \\ ̇ * Outside Camera \\ ̇ * Swap Em ===== Big Ones ===== these are massive ones that require attention and last for a long period of time \\ these ones cost 500 channel points * **2021 News Break** \\ ̇ * **Dad Replacement ** \\ ̇ * **On Heph's Mind** \\ ([[https://hepheast.us/_detail/sub-actions:thinking_about.png|sub-actions]]) \\ this channel point changes scene from "Main Scene" in OBS to scene named "Thinking About" \\ before scene change, the main mixer input volume is lessened to 80% and a voice line is played "I should be listening to this but I can't stop thinking about…" then the scene changes \\ after 15 seconds streamer.bot changes scene back to "Main Scene" then turns off all video sources \\ \\ the layers are (top to bottom) \\ 1) "Video" Group (2) "Brain Outline" image (3) "Camera" video capture (4) Thinking Background \\ the video group contains all of the videos, streamer.bot chooses one at random to turn on \\ this group is "masked" to the size, location and shape of the brain layer below it, the layer set to a lighter opacity \\ the brain outline image is set to lighter opacity \\ the camera capture is enlarged and offset lower \\ thinking background is [[https://www.youtube.com/watch?v=oRL5durPleI|Windows 3D Maze Video]] \\ \\ \\ the videos currently active are \\ [[https://www.youtube.com/watch?v=CyCgWUxzpGU|Nobody wants Pizza Hut !]] \\ [[https://www.youtube.com/watch?v=yFXW9lSFZqc |Give me your face]] \\ [[http://www.youtube.com/watch?v=UnqooAazgwg|Kid gets blasted in the chest]] - Eric Gets Shot (Mac and Me Lost Ending Restoration) \\ [[https://www.youtube.com/watch?v=18uP4XFXqDw|Do you fancy a shag?]] - Sky Rizzy \\ [[https://www.youtube.com/watch?v=20GkBnhQqY0|Helicopter]] - MANLY MEN #2 (gamerpoop song) \\ [[https://www.youtube.com/watch?v=0vIY9X6LQfQ|Yaas mamba]] \\ [[https://www.youtube.com/watch?v=Z7fLU-viVZ4|Cat dance]] ([[http://coloso.global/en/products/3dcgcreator-ocowa-us|original creator]]) - Anime Girl Dancing to YRN 60fps \\ [[https://www.youtube.com/watch?v=CMJ55t7UW38|Saxophone Godzilla]] \\ [[https://www.youtube.com/watch?v=XQ2l9Q9w41Y|Tsundere Night]] - Legoshi's Voice Actor Returns To VRChat \\ [[https://www.youtube.com/watch?v=jkYfPSWuovI|Monster Mashturbate]] - Loney Halloween Song ([[https://www.youtube.com/@CarolineKonstnar|original creator]]) \\ [[http://www.youtube.com/watch?v=N23yZiK1u5k|Oppo f9 Hentai Commercial]] - Oppo F9 Pro | Official trailer \\ [[http://www.youtube.com/shorts/tIXpNSQmLfE|Corgi Butt Busta Rhymes Music Video]] \\ [[https://www.youtube.com/watch?v=BVFKw7ATKLY|Niko Niko Nyoom]] \\ [[https://www.youtube.com/watch?v=O9ak89FwYeI|Vsauce Cereal]] - Is Cereal Soup? \\ [[https://www.youtube.com/watch?v=5sNuDu4dE8Y|The Weekend Cat]] - The Weeknd - Blinding Lights - Cat Cover \\ [[https://www.youtube.com/watch?v=4jibL8aVE3g |Korone NomNomNom]] \\ [[https://www.youtube.com/watch?v=kI7KHgQBdqc|I'm stuck]] - When Lady Dimitrescu Stuck ….. \\ [[https://www.reddit.com/r/toptalent/comments/m0o32d/its_like_danny_mcbride_and_kevin_james_had_a_love/|Heely Dance ]](Original [[https://www.tiktok.com/@mrheelyagirl|TikTok]] creator's page) \\ [[https://www.youtube.com/watch?v=B1q_NoBsHe8|Snuffy Tongue Action]] \\ [[https://www.youtube.com/watch?v=bfCDN2QJeB4|A Collection of BJ's Screams | Hug The Sun]] \\ [[https://www.youtube.com/watch?v=ZRTCwquyCHc|JoCat Tortoise Mambo]] \\ [[https://www.youtube.com/watch?v=DGUF7GzGnA8|Not very wholesome 100]] - EPIC GAMER FACTS #43 - The Elder Scrolls V: Skyrim \\ [[https://www.youtube.com/watch?v=nbG8_UhIVOw|When You Catch A Workout Vibe]] \\ [[https://www.youtube.com/watch?v=JdrmO7lIzPY|also got that right thuur]] - I weaponized these cute puppies. | Dollar Tree + Amazon Kitbash \\ [[https://www.youtube.com/watch?v=sXOdn6vLCuU|The story of Michael]] - Don't Hug Me I'm Scared 3 \\ [[https://www.youtube.com/watch?v=a9BtB890H0M|Godbert Manderville Dance]] - Zero Two Dance (FFXIV Edition) \\ [[https://www.youtube.com/watch?v=SNqKGMCt4L0|Annoying Fan Dance]] - OBLIVION REMASTER AVAILABLE NOW!! ===== Huge Ones ===== these are long and loud and stops the show \\ they cost 1000 channel points * **Are You Winning, Son?** \\ ̇ * **Story of Hepheastus**