Shop on Etsy

Survivor Picker Update

Follow these 3 simple steps to update your widget to the newest version.

1

Copy New Fields

Click below to copy the updated settings code.

2

Update StreamElements

Open your widget in the StreamElements Editor. Go to the FIELDS tab, delete everything inside it, and paste your copied code. Click SAVE.

3

Refresh Everything!

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".

See all Deeney Digital Etsy products
{
  "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 }
}