From 94d1e74c30cb4c7e69bcd77025591390f085b440 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 2 Oct 2021 11:56:18 -0400 Subject: [PATCH] Update Victoria's silhouette and size --- media/characters/victoria/maw.svg | 308 ++++++--- media/characters/victoria/side.svg | 997 ++++++++++++++++++++--------- presets/characters.js | 10 +- 3 files changed, 919 insertions(+), 396 deletions(-) diff --git a/media/characters/victoria/maw.svg b/media/characters/victoria/maw.svg index 10d60a77..c085c8e0 100644 --- a/media/characters/victoria/maw.svg +++ b/media/characters/victoria/maw.svg @@ -1,83 +1,235 @@ - + + width="844.196" height="830.936" viewBox="0 0 844.196 830.936" style="enable-background:new 0 0 844.196 830.936;" xml:space="preserve"> + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/victoria/side.svg b/media/characters/victoria/side.svg index 63772c63..8332ed87 100644 --- a/media/characters/victoria/side.svg +++ b/media/characters/victoria/side.svg @@ -1,318 +1,689 @@ - + + width="4356.104" height="1666.981" viewBox="0 0 4356.104 1666.981" style="enable-background:new 0 0 4356.104 1666.981;" xml:space="preserve"> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b72613f4..2a6c9b4f 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -29637,16 +29637,16 @@ characterMakers.push(() => makeCharacter( { name: "Victoria", species: ["zorgoia"], tags: ["feral"] }, { side: { - height: math.unit(320, "cm"), + height: math.unit(5.6, "m"), name: "Side", image: { source: "./media/characters/victoria/side.svg", - extra: 778 / 346, - bottom: 56 / 834 + extra: 1542/1229, + bottom: 124/1666 } }, maw: { - height: math.unit(5.9, "feet"), + height: math.unit(7.14, "feet"), name: "Maw", image: { source: "./media/characters/victoria/maw.svg" @@ -29656,7 +29656,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(320, "cm"), + height: math.unit(5.6, "m"), default: true }, ]