Follow these 3 simple steps to update your widget to the newest version.
Click below to copy the updated settings code.
Open your widget in the StreamElements Editor. Go to the FIELDS tab, delete everything inside it, and paste your copied code. Click SAVE.
To see the changes, refresh the StreamElements Editor page in your browser. Finally, open OBS, double-click your Browser Source, and click "Refresh cache of current page".
{
"widgetVersion": {
"type": "number",
"label": "Widget Version (Do Not Edit)",
"value": 1.1,
"group": "βοΈ Main Settings",
"readonly": true
},
"group_main": { "type": "text", "label": "--- βοΈ GENERAL SETTINGS ---", "group": "βοΈ Main Settings", "value": "" },
"spinMode": {
"type": "dropdown",
"label": "Spin Mode",
"group": "βοΈ Main Settings",
"options": {
"always": "Always On (Spin on load)",
"command": "Command Only",
"reward": "Channel Points Only",
"both": "Command & Channel Points"
},
"value": "both"
},
"spinCommand": { "type": "text", "label": "Spin Command", "group": "βοΈ Main Settings", "value": "!survivor" },
"rewardName": { "type": "text", "label": "Channel Point Reward Name", "group": "βοΈ Main Settings", "value": "Random Survivor" },
"spinPermission": {
"type": "dropdown",
"label": "Spin Permissions",
"group": "βοΈ Main Settings",
"options": { "everyone": "Everyone", "subscriber": "Subscribers & Up", "vip": "VIPs & Up", "moderator": "Moderators & Up", "broadcaster": "Broadcaster Only" },
"value": "everyone"
},
"hideDelay": { "type": "slider", "label": "Auto-hide Delay (s)", "group": "βοΈ Main Settings", "value": 10, "min": 0, "max": 60, "steps": 1 },
"group_subtraction": { "type": "text", "label": "--- β SUBTRACTION MODE ---", "group": "βοΈ Main Settings", "value": "" },
"enableSubtraction": { "type": "checkbox", "label": "Remove Survivor after picking?", "group": "βοΈ Main Settings", "value": false },
"resetCommand": { "type": "text", "label": "Reset Command", "group": "βοΈ Main Settings", "value": "!survivorreset" },
"resetPermission": {
"type": "dropdown",
"label": "Reset Permissions",
"group": "βοΈ Main Settings",
"options": { "everyone": "Everyone", "subscriber": "Subscribers & Up", "vip": "VIPs & Up", "moderator": "Moderators & Up", "broadcaster": "Broadcaster Only" },
"value": "moderator"
},
"displayShape": {
"type": "dropdown",
"label": "Portrait Shape",
"group": "π¨ Layout & Appearance",
"options": { "square": "Square (1:1)", "portrait": "Portrait (Tall)", "circle": "Circle (Round)" },
"value": "square"
},
"enableWidgetBackground": { "type": "checkbox", "label": "Show Main Background", "group": "π¨ Layout & Appearance", "value": true },
"backgroundColor": { "type": "colorpicker", "label": "Main Background Color", "group": "π¨ Layout & Appearance", "value": "#190a0a" },
"enableCornerBorders": { "type": "checkbox", "label": "Show Corner Markers", "group": "π¨ Layout & Appearance", "value": true },
"borderColor": { "type": "colorpicker", "label": "Static Border Color", "group": "π¨ Layout & Appearance", "value": "#ff0000" },
"enableAnimatedBorder": { "type": "checkbox", "label": "Enable Animated Gradient Border", "group": "β¨ Gradient Effects", "value": true },
"enableAnimatedCornerColors": { "type": "checkbox", "label": "Enable Animated Corners", "group": "β¨ Gradient Effects", "value": false },
"gradientColor1": { "type": "colorpicker", "label": "Gradient Color 1 (Start)", "group": "β¨ Gradient Effects", "value": "#ff00cc" },
"gradientColor2": { "type": "colorpicker", "label": "Gradient Color 2 (End)", "group": "β¨ Gradient Effects", "value": "#3333ff" },
"namePillStyle": {
"type": "dropdown",
"label": "Nameplate Shape",
"group": "πͺͺ Nameplate Styling",
"options": { "box": "Box (Default)", "pill": "Pill (Rounded)" },
"value": "pill"
},
"nameBgMode": {
"type": "dropdown",
"label": "Nameplate Background",
"group": "πͺͺ Nameplate Styling",
"options": { "solid": "Solid Color", "gradient": "Animated Gradient" },
"value": "gradient"
},
"fontFamily": { "type": "googleFont", "label": "Font Family", "group": "πͺͺ Nameplate Styling", "value": "Roboto Condensed" },
"fontSize": { "type": "slider", "label": "Font Size (px)", "group": "πͺͺ Nameplate Styling", "value": 28, "min": 10, "max": 60, "steps": 1 },
"fontWeight": {
"type": "dropdown",
"label": "Font Weight",
"group": "πͺͺ Nameplate Styling",
"options": { "400": "Regular (400)", "700": "Bold (700)" },
"value": "700"
},
"textColor": { "type": "colorpicker", "label": "Text Color", "group": "πͺͺ Nameplate Styling", "value": "#ffffff" },
"textBGColor": { "type": "colorpicker", "label": "Background Color (If Solid)", "group": "πͺͺ Nameplate Styling", "value": "rgba(0,0,0,0.5)" },
"chosenBorderColor": { "type": "colorpicker", "label": "Winner Border Color", "group": "π Winner State Styling", "value": "#ff0000" },
"chosenTextColor": { "type": "colorpicker", "label": "Winner Text Color", "group": "π Winner State Styling", "value": "#ff4d4d" },
"chosenTextBGColor": { "type": "colorpicker", "label": "Winner Text BG (If Solid)", "group": "π Winner State Styling", "value": "rgba(50,0,0,0.5)" },
"spinSound": { "type": "sound-input", "label": "Spinning Sound π‘", "group": "π Audio & Animation", "value": "https://cdn.streamelements.com/uploads/01k1pdka2f9hgzv7swtmktsmyc.mp3" },
"revealSound": { "type": "sound-input", "label": "Reveal Sound π₯", "group": "π Audio & Animation", "value": "https://cdn.streamelements.com/uploads/01k2vn8gdhm0hadcwrtjdevgvb.mp3" },
"spinDuration": { "type": "slider", "label": "Spin Duration (ms)", "group": "π Audio & Animation", "value": 4000, "min": 1000, "max": 10000, "steps": 100 },
"spinSpeed": { "type": "slider", "label": "Initial Spin Speed (ms)", "group": "π Audio & Animation", "value": 50, "min": 10, "max": 200, "steps": 5 },
"dwightfairfieldEnabled": { "type": "checkbox", "label": "Dwight Fairfield", "group": "π Survivor Selection", "value": true },
"megthomasEnabled": { "type": "checkbox", "label": "Meg Thomas", "group": "π Survivor Selection", "value": true },
"claudettemorelEnabled": { "type": "checkbox", "label": "Claudette Morel", "group": "π Survivor Selection", "value": true },
"jakeparkEnabled": { "type": "checkbox", "label": "Jake Park", "group": "π Survivor Selection", "value": true },
"neakarlssonEnabled": { "type": "checkbox", "label": "Nea Karlsson", "group": "π Survivor Selection", "value": true },
"lauriestrodeEnabled": { "type": "checkbox", "label": "Laurie Strode", "group": "π Survivor Selection", "value": true },
"aceviscontiEnabled": { "type": "checkbox", "label": "Ace Visconti", "group": "π Survivor Selection", "value": true },
"williambilloverbeckEnabled": { "type": "checkbox", "label": "William \"Bill\" Overbeck", "group": "π Survivor Selection", "value": true },
"fengminEnabled": { "type": "checkbox", "label": "Feng Min", "group": "π Survivor Selection", "value": true },
"davidkingEnabled": { "type": "checkbox", "label": "David King", "group": "π Survivor Selection", "value": true },
"quentinsmithEnabled": { "type": "checkbox", "label": "Quentin Smith", "group": "π Survivor Selection", "value": true },
"davidtappEnabled": { "type": "checkbox", "label": "David Tapp", "group": "π Survivor Selection", "value": true },
"katedensonEnabled": { "type": "checkbox", "label": "Kate Denson", "group": "π Survivor Selection", "value": true },
"adamfrancisEnabled": { "type": "checkbox", "label": "Adam Francis", "group": "π Survivor Selection", "value": true },
"jeffjohansenEnabled": { "type": "checkbox", "label": "Jeff Johansen", "group": "π Survivor Selection", "value": true },
"janeromeroEnabled": { "type": "checkbox", "label": "Jane Romero", "group": "π Survivor Selection", "value": true },
"ashleyashwilliamsEnabled": { "type": "checkbox", "label": "Ashley \"Ash\" Williams", "group": "π Survivor Selection", "value": true },
"nancywheelerEnabled": { "type": "checkbox", "label": "Nancy Wheeler", "group": "π Survivor Selection", "value": true },
"steveharringtonEnabled": { "type": "checkbox", "label": "Steve Harrington", "group": "π Survivor Selection", "value": true },
"yuikimuraEnabled": { "type": "checkbox", "label": "Yui Kimura", "group": "π Survivor Selection", "value": true },
"zarinakassirEnabled": { "type": "checkbox", "label": "Zarina Kassir", "group": "π Survivor Selection", "value": true },
"cherylmasonEnabled": { "type": "checkbox", "label": "Cheryl Mason", "group": "π Survivor Selection", "value": true },
"felixrichterEnabled": { "type": "checkbox", "label": "Felix Richter", "group": "π Survivor Selection", "value": true },
"elodierakotoEnabled": { "type": "checkbox", "label": "Γlodie Rakoto", "group": "π Survivor Selection", "value": true },
"yunjinleeEnabled": { "type": "checkbox", "label": "Yun-Jin Lee", "group": "π Survivor Selection", "value": true },
"jillvalentineEnabled": { "type": "checkbox", "label": "Jill Valentine", "group": "π Survivor Selection", "value": true },
"leonscottkennedyEnabled": { "type": "checkbox", "label": "Leon Scott Kennedy", "group": "π Survivor Selection", "value": true },
"mikaelareidEnabled": { "type": "checkbox", "label": "Mikaela Reid", "group": "π Survivor Selection", "value": true },
"jonahvasquezEnabled": { "type": "checkbox", "label": "Jonah Vasquez", "group": "π Survivor Selection", "value": true },
"yoichiasakawaEnabled": { "type": "checkbox", "label": "Yoichi Asakawa", "group": "π Survivor Selection", "value": true },
"haddiekaurEnabled": { "type": "checkbox", "label": "Haddie Kaur", "group": "π Survivor Selection", "value": true },
"adawongEnabled": { "type": "checkbox", "label": "Ada Wong", "group": "π Survivor Selection", "value": true },
"rebeccachambersEnabled": { "type": "checkbox", "label": "Rebecca Chambers", "group": "π Survivor Selection", "value": true },
"vittoriotoscanoEnabled": { "type": "checkbox", "label": "Vittorio Toscano", "group": "π Survivor Selection", "value": true },
"thalitalyraEnabled": { "type": "checkbox", "label": "Thalita Lyra", "group": "π Survivor Selection", "value": true },
"renatolyraEnabled": { "type": "checkbox", "label": "Renato Lyra", "group": "π Survivor Selection", "value": true },
"gabrielsomaEnabled": { "type": "checkbox", "label": "Gabriel Soma", "group": "π Survivor Selection", "value": true },
"nicolascageEnabled": { "type": "checkbox", "label": "Nicolas Cage", "group": "π Survivor Selection", "value": true },
"ellenripleyEnabled": { "type": "checkbox", "label": "Ellen Ripley", "group": "π Survivor Selection", "value": true },
"alanwakeEnabled": { "type": "checkbox", "label": "Alan Wake", "group": "π Survivor Selection", "value": true },
"sablewardEnabled": { "type": "checkbox", "label": "Sable Ward", "group": "π Survivor Selection", "value": true },
"aestriyazarandbaermarurazthetroupeEnabled": { "type": "checkbox", "label": "Aestri / Baermar", "group": "π Survivor Selection", "value": true },
"laracroftEnabled": { "type": "checkbox", "label": "Lara Croft", "group": "π Survivor Selection", "value": true },
"trevorbelmontEnabled": { "type": "checkbox", "label": "Trevor Belmont", "group": "π Survivor Selection", "value": true },
"tauriecainEnabled": { "type": "checkbox", "label": "Taurie Cain", "group": "π Survivor Selection", "value": true },
"orelaroseEnabled": { "type": "checkbox", "label": "Orela Rose", "group": "π Survivor Selection", "value": true },
"rickgrimesEnabled": { "type": "checkbox", "label": "Rick Grimes", "group": "π Survivor Selection", "value": true },
"michonnegrimesEnabled": { "type": "checkbox", "label": "Michonne Grimes", "group": "π Survivor Selection", "value": true },
"veeboonyasakEnabled": { "type": "checkbox", "label": "Vee Boonyasak", "group": "π Survivor Selection", "value": true },
"dustinhendersonEnabled": { "type": "checkbox", "label": "Dustin Henderson", "group": "π Survivor Selection", "value": true },
"elevenEnabled": { "type": "checkbox", "label": "Eleven", "group": "π Survivor Selection", "value": true },
"kwontaeyoungEnabled": { "type": "checkbox", "label": "Kwon Tae-young", "group": "π Survivor Selection", "value": true },
"dwightfairfieldImage": { "type": "image-input", "label": "Dwight Fairfield Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8paan8khpfdqxfxhp1e5qk9.png" },
"megthomasImage": { "type": "image-input", "label": "Meg Thomas Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pacjnc6nd0cmqtyv8wj6rs.png" },
"claudettemorelImage": { "type": "image-input", "label": "Claudette Morel Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4ym7e6d92n03v8v83ge.png" },
"jakeparkImage": { "type": "image-input", "label": "Jake Park Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pae3bdpdsnbsx9x538bb0g.png" },
"neakarlssonImage": { "type": "image-input", "label": "Nea Karlsson Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4qg00am3bgpxgg4fh2j.png" },
"lauriestrodeImage": { "type": "image-input", "label": "Laurie Strode Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab55bs1g1jcg3bjm9s487.png" },
"aceviscontiImage": { "type": "image-input", "label": "Ace Visconti Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pag0r57hsz99z468se95z4.png" },
"williambilloverbeckImage": { "type": "image-input", "label": "William \"Bill\" Overbeck Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5b7h32zjqkdez8tbrwb.png" },
"fengminImage": { "type": "image-input", "label": "Feng Min Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5ftfbxgh9zxmb3s7441.png" },
"davidkingImage": { "type": "image-input", "label": "David King Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pahcr4k15cr8q797svh7gk.png" },
"quentinsmithImage": { "type": "image-input", "label": "Quentin Smith Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8paj18vmr3srse9jyv5c0db.png" },
"davidtappImage": { "type": "image-input", "label": "David Tapp Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pajf8xqcvecg8braak7k07.png" },
"katedensonImage": { "type": "image-input", "label": "Kate Denson Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5c31zbdw0wjek86yamt.png" },
"adamfrancisImage": { "type": "image-input", "label": "Adam Francis Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab50qmqsg8c8hhph8z9vh.png" },
"jeffjohansenImage": { "type": "image-input", "label": "Jeff Johansen Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pam14pys58pz7s4ar3b2e6.png" },
"janeromeroImage": { "type": "image-input", "label": "Jane Romero Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5cmmhfhpnn9x0tyz7bn.png" },
"ashleyashwilliamsImage": { "type": "image-input", "label": "Ashley \"Ash\" Williams Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab516zbbcv90e4re5zfzs.png" },
"nancywheelerImage": { "type": "image-input", "label": "Nancy Wheeler Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8panfbnfdp09v8r76s60g7j.png" },
"steveharringtonImage": { "type": "image-input", "label": "Steve Harrington Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5157qnyv4cr8fgd2syt.png" },
"yuikimuraImage": { "type": "image-input", "label": "Yui Kimura Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5csxxy09mpxabmpw27b.png" },
"zarinakassirImage": { "type": "image-input", "label": "Zarina Kassir Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab57m9y6zwh4xa2ydwce7.png" },
"cherylmasonImage": { "type": "image-input", "label": "Cheryl Mason Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5easkd1gde2bxxz8z88.png" },
"felixrichterImage": { "type": "image-input", "label": "Felix Richter Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8par52zc26ye0ab12s7gr2e.png" },
"elodierakotoImage": { "type": "image-input", "label": "Γlodie Rakoto Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8parqwe9per82gtk39x0e4v.png" },
"yunjinleeImage": { "type": "image-input", "label": "Yun-Jin Lee Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pasg05b5t24a99d6j3370k.png" },
"jillvalentineImage": { "type": "image-input", "label": "Jill Valentine Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4vhgd942efyh2atrvp3.png" },
"leonscottkennedyImage": { "type": "image-input", "label": "Leon Scott Kennedy Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab58cv2qdn84kn2d8pb1x.png" },
"mikaelareidImage": { "type": "image-input", "label": "Mikaela Reid Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pavpe051f79e675me7g00e.png" },
"jonahvasquezImage": { "type": "image-input", "label": "Jonah Vasquez Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab585pwnqeab1gj3m914t.png" },
"yoichiasakawaImage": { "type": "image-input", "label": "Yoichi Asakawa Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pazc10tf8xh49wqkv39ear.png" },
"haddiekaurImage": { "type": "image-input", "label": "Haddie Kaur Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb05byk0apjtwr6j23pan3.png" },
"adawongImage": { "type": "image-input", "label": "Ada Wong Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab531vzw2grnwnbez53ed.png" },
"rebeccachambersImage": { "type": "image-input", "label": "Rebecca Chambers Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb1dafbh4g6ecgmpqjttq9.png" },
"vittoriotoscanoImage": { "type": "image-input", "label": "Vittorio Toscano Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb1yktbk4q06bs5zjgf921.png" },
"thalitalyraImage": { "type": "image-input", "label": "Thalita Lyra Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb33cny9txh23ef9k49eps.png" },
"renatolyraImage": { "type": "image-input", "label": "Renato Lyra Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab59k5c88xv6j0krg284w.png" },
"gabrielsomaImage": { "type": "image-input", "label": "Gabriel Soma Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5971a3xfndj7nvbmzkn.png" },
"nicolascageImage": { "type": "image-input", "label": "Nicolas Cage Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5e3rd598fh2d0f82rf3.png" },
"ellenripleyImage": { "type": "image-input", "label": "Ellen Ripley Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb4tcdcfvcypd9r5b7vxep.png" },
"alanwakeImage": { "type": "image-input", "label": "Alan Wake Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb594h8zc07x24sx59t24w.png" },
"sablewardImage": { "type": "image-input", "label": "Sable Ward Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb5sp6keh0p6nvkw171tqt.png" },
"aestriyazarandbaermarurazthetroupeImage": { "type": "image-input", "label": "Aestri / Baermar Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb6a886j2scb60bp6et8yy.png" },
"laracroftImage": { "type": "image-input", "label": "Lara Croft Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4xz3srvym1gf4hb8bba.png" },
"trevorbelmontImage": { "type": "image-input", "label": "Trevor Belmont Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4ybv4tsdnxb2ps9ac0n.png" },
"tauriecainImage": { "type": "image-input", "label": "Taurie Cain Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5cx1246x3dj2jrzf05j.png" },
"orelaroseImage": { "type": "image-input", "label": "Orela Rose Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab4qya7hprm6tyxvsw6dp.png" },
"rickgrimesImage": { "type": "image-input", "label": "Rick Grimes Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pab5899sthptvem6hv7x9r.png" },
"michonnegrimesImage": { "type": "image-input", "label": "Michonne Grimes Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb8qazgfad8n7qd8s6t1de.png" },
"veeboonyasakImage": { "type": "image-input", "label": "Vee Boonyasak Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01k8pb9f7h6y7jxw60qj3snv9y.png" },
"dustinhendersonImage": { "type": "image-input", "label": "Dustin Henderson Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01kem7194jkvd9ea06deksxede.webp" },
"elevenImage": { "type": "image-input", "label": "Eleven Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01kem71205j7pep5fx7s3h97pb.webp" },
"kwontaeyoungImage": { "type": "image-input", "label": "Kwon Tae-young Portrait", "group": "πΌοΈ Survivor Portraits", "value": "https://cdn.streamelements.com/uploads/01kjw5m5j7y8h9hte4es641hr8.webp" },
"credit1": { "type": "text", "label": "π€Widget created byπ€", "group": "β€οΈ Credits", "value": "Jack Deeney", "readonly": true },
"credit2": { "type": "text", "label": "βFor questionsβ", "group": "β€οΈ Credits", "value": "deeneydigital@gmail.com", "readonly": true },
"credit3": { "type": "text", "label": "βSupportβ", "group": "β€οΈ Credits", "value": "https://ko-fi.com/jackdeeney", "readonly": true },
"credit4": { "type": "text", "label": "πFollow Me!π", "group": "β€οΈ Credits", "value": "https://www.twitch.tv/jackdeeney", "readonly": true },
"credit5": { "type": "text", "label": "πDisclaimerπ", "group": "β€οΈ Credits", "value": "Portions of the materials used are trademarks and/or copyrighted works of Behaviour Interactive Inc. All rights reserved by BHVR. This material is not official and is not endorsed by Behaviour.", "readonly": true },
"credit6": { "type": "text", "label": "π¬ Join the Discord! π¬", "group": "β€οΈ Credits", "value": "https://discord.gg/XPkw6ZxCrA", "readonly": true }
}