From fe046dfc6aaca2b3758ae89379c90581b7750476 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 29 Sep 2021 18:56:19 -0400 Subject: [PATCH] Update Ignatius's image --- media/characters/ignatius/front.svg | 1079 ++++++++++++++++++++------- presets/characters.js | 10 +- 2 files changed, 818 insertions(+), 271 deletions(-) diff --git a/media/characters/ignatius/front.svg b/media/characters/ignatius/front.svg index 0e4de5cc..047c9d9b 100644 --- a/media/characters/ignatius/front.svg +++ b/media/characters/ignatius/front.svg @@ -1,274 +1,821 @@ - + + width="954.29" height="1406.755" viewBox="0 0 954.29 1406.755" style="enable-background:new 0 0 954.29 1406.755;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 6cad1a25..f74a826a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -15890,20 +15890,20 @@ characterMakers.push(() => makeCharacter( { name: "Ignatius", species: ["delphox"], tags: ["anthro"] }, { front: { - height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + height: math.unit(6 + 2/12, "feet"), + weight: math.unit(135, "lb"), name: "Front", image: { source: "./media/characters/ignatius/front.svg", - extra: 245 / 222, - bottom: 0.01 + extra: 1380/1259, + bottom: 27/1407 } }, }, [ { name: "Normal", - height: math.unit(5 + 5 / 12, "feet"), + height: math.unit(6 + 2/12, "feet"), default: true }, ]