From 46488a66525f4bcfc53e55a37ac80ae33d9489a8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 Oct 2021 21:12:56 -0400 Subject: [PATCH] Update Vanguard with a new silhouette --- media/characters/vanguard/side-alt.svg | 197 +++++ media/characters/vanguard/side.svg | 979 ++++++++++++++++++++----- presets/characters.js | 14 +- 3 files changed, 999 insertions(+), 191 deletions(-) create mode 100644 media/characters/vanguard/side-alt.svg diff --git a/media/characters/vanguard/side-alt.svg b/media/characters/vanguard/side-alt.svg new file mode 100644 index 00000000..392a0732 --- /dev/null +++ b/media/characters/vanguard/side-alt.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/vanguard/side.svg b/media/characters/vanguard/side.svg index 392a0732..fb768f8b 100644 --- a/media/characters/vanguard/side.svg +++ b/media/characters/vanguard/side.svg @@ -1,197 +1,798 @@ - + + width="1065.915" height="1051.999" viewBox="0 0 1065.915 1051.999" style="enable-background:new 0 0 1065.915 1051.999;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index c84098b4..11125f91 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -21307,11 +21307,21 @@ characterMakers.push(() => makeCharacter( { name: "Vanguard", species: ["otter", "alligator"], tags: ["anthro"] }, { side: { - height: math.unit(10, "feet"), + height: math.unit(16, "feet"), weight: math.unit(500, "lb"), name: "Side", image: { source: "./media/characters/vanguard/side.svg", + extra: 1022/914, + bottom: 30/1052 + } + }, + sideAlt: { + height: math.unit(10, "feet"), + weight: math.unit(500, "lb"), + name: "Side (Alt)", + image: { + source: "./media/characters/vanguard/side-alt.svg", extra: 502 / 425, bottom: 0.087 } @@ -21320,7 +21330,7 @@ characterMakers.push(() => makeCharacter( [ { name: "Normal", - height: math.unit(10, "feet"), + height: math.unit(17.71, "feet"), default: true }, ]