| @@ -19059,11 +19059,14 @@ const attributionData = { | |||||
| { | { | ||||
| prefix: "./media/characters/zarya/", | prefix: "./media/characters/zarya/", | ||||
| files: [ | files: [ | ||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/13801068/" }, | |||||
| { name: "back.svg", source: "https://www.furaffinity.net/view/13801068/" }, | |||||
| { name: "front.svg", source: "https://www.furaffinity.net/view/46177304/" }, | |||||
| { name: "side.svg", source: "https://www.furaffinity.net/view/46177304/" }, | |||||
| { name: "back.svg", source: "https://www.furaffinity.net/view/46177304/" }, | |||||
| { name: "front-no-tail.svg", source: "https://www.furaffinity.net/view/46177304/" }, | |||||
| { name: "dressed.svg", source: "https://www.furaffinity.net/view/46177304/" }, | |||||
| ], | ], | ||||
| authors: [ | authors: [ | ||||
| "vallhund" | |||||
| "retrowatercup" | |||||
| ], | ], | ||||
| owners: [ | owners: [ | ||||
| "zaryaraccoon" | "zaryaraccoon" | ||||
| @@ -29020,6 +29023,10 @@ const attributionData = { | |||||
| "name": "Balans", | "name": "Balans", | ||||
| "url": "https://www.furaffinity.net/user/balans/" | "url": "https://www.furaffinity.net/user/balans/" | ||||
| }, | }, | ||||
| "retrowatercup": { | |||||
| "name": "RetroWaterCup", | |||||
| "url": "https://www.furaffinity.net/user/retrowatercup" | |||||
| }, | |||||
| } | } | ||||
| } | } | ||||
| @@ -0,0 +1,30 @@ | |||||
| <?xml version="1.0" encoding="iso-8859-1"?> | |||||
| <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||||
| <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||||
| viewBox="0 0 284.4 456.48" style="enable-background:new 0 0 284.4 456.48;" xml:space="preserve"> | |||||
| <g id="Background_xA0_Image_00000104680868834798034720000012132071081282010498_"> | |||||
| <image style="overflow:visible;" width="1185" height="1902" id="Background_xA0_Image" xlink:href="AA3E9CA6756333F0.png" transform="matrix(0.24 0 0 0.24 0 0)"> | |||||
| </image> | |||||
| </g> | |||||
| <g id="Art__x2B__Black_xA0_Image_00000168115373901306478430000017259620327147590546_"> | |||||
| <image style="overflow:visible;" width="684" height="1639" id="Art__x2B__Black_xA0_Image" xlink:href="AA3E9CA6756333F1.png" transform="matrix(0.24 0 0 0.24 56.64 24.48)"> | |||||
| </image> | |||||
| </g> | |||||
| <g id="Dark_xA0_Image_00000070836055171329476350000008509773932213561529_"> | |||||
| <image style="overflow:visible;" width="676" height="1631" id="Dark_xA0_Image" xlink:href="AA3E9CA6756333F7.png" transform="matrix(0.24 0 0 0.24 57.6 25.68)"> | |||||
| </image> | |||||
| </g> | |||||
| <g id="Medium_xA0_Image_00000049184989406869617490000005975323425522212498_"> | |||||
| <image style="overflow:visible;" width="676" height="1621" id="Medium_xA0_Image" xlink:href="AA3E9CA6756333F2.png" transform="matrix(0.24 0 0 0.24 57.6 28.08)"> | |||||
| </image> | |||||
| </g> | |||||
| <g id="Light_xA0_Image_00000118362070535301681800000016046326140820032440_"> | |||||
| <image style="overflow:visible;" width="676" height="1589" id="Light_xA0_Image" xlink:href="AA3E9CA6756333F3.png" transform="matrix(0.24 0 0 0.24 57.6 28.32)"> | |||||
| </image> | |||||
| </g> | |||||
| </svg> | |||||
| @@ -52411,35 +52411,73 @@ characterMakers.push(() => makeCharacter( | |||||
| )) | )) | ||||
| characterMakers.push(() => makeCharacter( | characterMakers.push(() => makeCharacter( | ||||
| { name: "Zarya", species: ["raccoon"], tags: ["anthro"] }, | |||||
| { name: "Zarya", species: ["skunk"], tags: ["anthro"] }, | |||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(5 + 10/12, "feet"), | |||||
| weight: math.unit(220, "lb"), | |||||
| height: math.unit(1.75, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/zarya/front.svg", | source: "./media/characters/zarya/front.svg", | ||||
| extra: 593/572, | |||||
| bottom: 50/643 | |||||
| extra: 741/735, | |||||
| bottom: 44/785 | |||||
| } | |||||
| }, | |||||
| side: { | |||||
| height: math.unit(1.75, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Side", | |||||
| image: { | |||||
| source: "./media/characters/zarya/side.svg", | |||||
| extra: 776/770, | |||||
| bottom: 17/793 | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(5 + 10/12, "feet"), | |||||
| weight: math.unit(220, "lb"), | |||||
| height: math.unit(1.75, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/zarya/back.svg", | source: "./media/characters/zarya/back.svg", | ||||
| extra: 603/582, | |||||
| bottom: 38/641 | |||||
| extra: 741/735, | |||||
| bottom: 44/785 | |||||
| } | |||||
| }, | |||||
| frontNoTail: { | |||||
| height: math.unit(1.75, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Front (No Tail)", | |||||
| image: { | |||||
| source: "./media/characters/zarya/front-no-tail.svg", | |||||
| extra: 741/735, | |||||
| bottom: 44/785 | |||||
| } | |||||
| }, | |||||
| dressed: { | |||||
| height: math.unit(1.75, "meters"), | |||||
| weight: math.unit(100, "kg"), | |||||
| name: "Dressed", | |||||
| image: { | |||||
| source: "./media/characters/zarya/dressed.svg", | |||||
| extra: 683/672, | |||||
| bottom: 79/762 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Micro", | |||||
| height: math.unit(5, "cm") | |||||
| }, | |||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(5 + 10/12, "feet"), | |||||
| height: math.unit(1.75, "meters"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(122, "meters") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||