Browse Source

Update Zarya

master
Fen Dweller 3 years ago
parent
commit
8f0008e02c
8 changed files with 9939 additions and 756 deletions
  1. +10
    -3
      media/attribution.js
  2. +1245
    -295
      media/characters/zarya/back.svg
  3. +2596
    -0
      media/characters/zarya/dressed.svg
  4. +1496
    -0
      media/characters/zarya/front-no-tail.svg
  5. +2488
    -448
      media/characters/zarya/front.svg
  6. +2026
    -0
      media/characters/zarya/side.svg
  7. +30
    -0
      media/characters/zarya_back.svg
  8. +48
    -10
      presets/characters.js

+ 10
- 3
media/attribution.js View File

@@ -19059,11 +19059,14 @@ const attributionData = {
{
prefix: "./media/characters/zarya/",
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: [
"vallhund"
"retrowatercup"
],
owners: [
"zaryaraccoon"
@@ -29020,6 +29023,10 @@ const attributionData = {
"name": "Balans",
"url": "https://www.furaffinity.net/user/balans/"
},
"retrowatercup": {
"name": "RetroWaterCup",
"url": "https://www.furaffinity.net/user/retrowatercup"
},
}
}



+ 1245
- 295
media/characters/zarya/back.svg
File diff suppressed because it is too large
View File


+ 2596
- 0
media/characters/zarya/dressed.svg
File diff suppressed because it is too large
View File


+ 1496
- 0
media/characters/zarya/front-no-tail.svg
File diff suppressed because it is too large
View File


+ 2488
- 448
media/characters/zarya/front.svg
File diff suppressed because it is too large
View File


+ 2026
- 0
media/characters/zarya/side.svg
File diff suppressed because it is too large
View File


+ 30
- 0
media/characters/zarya_back.svg View File

@@ -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>

+ 48
- 10
presets/characters.js View File

@@ -52411,35 +52411,73 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Zarya", species: ["raccoon"], tags: ["anthro"] },
{ name: "Zarya", species: ["skunk"], tags: ["anthro"] },
{
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",
image: {
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: {
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",
image: {
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",
height: math.unit(5 + 10/12, "feet"),
height: math.unit(1.75, "meters"),
default: true
},
{
name: "Macro",
height: math.unit(122, "meters")
},
]
))



Loading…
Cancel
Save