|
|
|
@@ -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") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
|