From 4718e0ec7e9a6bc60d0e89311769f638c0e43afe Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 15 Nov 2021 15:35:12 -0500 Subject: [PATCH] Update Adinia --- media/attribution.js | 6 +- media/characters/adinia/back.svg | 1132 +++++++++++++++++++---- media/characters/adinia/front.svg | 1403 +++++++++++++++++++++++++---- media/characters/adinia/maw.svg | 422 +++++++++ media/characters/adinia/rump.svg | 356 ++++++++ presets/characters.js | 30 +- 6 files changed, 2964 insertions(+), 385 deletions(-) create mode 100644 media/characters/adinia/maw.svg create mode 100644 media/characters/adinia/rump.svg diff --git a/media/attribution.js b/media/attribution.js index 2a1ec881..62f9bb08 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7265,8 +7265,10 @@ const attributionData = { { prefix: "./media/characters/adinia/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/34126723/" }, - { name: "back.svg", source: "https://www.furaffinity.net/view/34126723/" }, + { name: "front.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: true }, + { name: "back.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: false }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: false }, + { name: "rump.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: true }, ], authors: [ "lunamente" diff --git a/media/characters/adinia/back.svg b/media/characters/adinia/back.svg index e8a15966..265bcb56 100644 --- a/media/characters/adinia/back.svg +++ b/media/characters/adinia/back.svg @@ -1,199 +1,945 @@ - + + width="920.04" height="1848.833" viewBox="0 0 920.04 1848.833" style="enable-background:new 0 0 920.04 1848.833;" xml:space="preserve"> - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adinia/front.svg b/media/characters/adinia/front.svg index ae297eb5..0c04d87f 100644 --- a/media/characters/adinia/front.svg +++ b/media/characters/adinia/front.svg @@ -1,188 +1,1227 @@ - + + width="686.069" height="1811.465" viewBox="0 0 686.069 1811.465" style="enable-background:new 0 0 686.069 1811.465;" xml:space="preserve"> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adinia/maw.svg b/media/characters/adinia/maw.svg new file mode 100644 index 00000000..25f28552 --- /dev/null +++ b/media/characters/adinia/maw.svg @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/adinia/rump.svg b/media/characters/adinia/rump.svg new file mode 100644 index 00000000..bf149df1 --- /dev/null +++ b/media/characters/adinia/rump.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4b12b971..53ef6856 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -18675,23 +18675,37 @@ characterMakers.push(() => makeCharacter( { name: "Adinia", species: ["kelpie", "nykur"], tags: ["anthro"] }, { front: { - height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + height: math.unit(11 + 5/12, "feet"), + weight: math.unit(1200, "lb"), name: "Front", image: { source: "./media/characters/adinia/front.svg", - extra: 1845 / 1672, - bottom: 0.02 + extra: 1767/1641, + bottom: 44/1811 } }, back: { - height: math.unit(6, "feet"), - weight: math.unit(150, "lb"), + height: math.unit(11 + 5/12, "feet"), + weight: math.unit(1200, "lb"), name: "Back", image: { source: "./media/characters/adinia/back.svg", - extra: 1845 / 1672, - bottom: 0.002 + extra: 1834/1684, + bottom: 14/1848 + } + }, + maw: { + height: math.unit(3.79, "feet"), + name: "Maw", + image: { + source: "./media/characters/adinia/maw.svg" + } + }, + rump: { + height: math.unit(4.6, "feet"), + name: "Rump", + image: { + source: "./media/characters/adinia/rump.svg" } }, },