From 5e2def443afd1bb699e3a0c4c5f5da079c1a3fac Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 17 Apr 2022 09:27:36 -0400 Subject: [PATCH] Update Opal --- media/attribution.js | 6 +- media/characters/opal/foot.svg | 152 ++ media/characters/opal/front-alt.svg | 78 - media/characters/opal/front.svg | 62 - media/characters/opal/hand.svg | 182 +++ media/characters/opal/sitting.svg | 2081 +++++++++++++++++++++++++++ media/characters/opal/standing.svg | 1757 ++++++++++++++++++++++ presets/characters.js | 40 +- 8 files changed, 4205 insertions(+), 153 deletions(-) create mode 100644 media/characters/opal/foot.svg delete mode 100644 media/characters/opal/front-alt.svg delete mode 100644 media/characters/opal/front.svg create mode 100644 media/characters/opal/hand.svg create mode 100644 media/characters/opal/sitting.svg create mode 100644 media/characters/opal/standing.svg diff --git a/media/attribution.js b/media/attribution.js index efbcd77e..db28b0d2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -4304,8 +4304,10 @@ const attributionData = { { prefix: "./media/characters/opal/", files: [ - { name: "front.svg", source: "https://www.furaffinity.net/view/33375219/" }, - { name: "front-alt.svg", source: "https://www.furaffinity.net/view/32959775/" }, + { name: "standing.svg", source: "https://www.furaffinity.net/view/41364740/" }, + { name: "sitting.svg", source: "https://www.furaffinity.net/view/40530617/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/41364740/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/41364740/" }, ], authors: [ "enormouse" diff --git a/media/characters/opal/foot.svg b/media/characters/opal/foot.svg new file mode 100644 index 00000000..449f2ee2 --- /dev/null +++ b/media/characters/opal/foot.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/opal/front-alt.svg b/media/characters/opal/front-alt.svg deleted file mode 100644 index 03c134a1..00000000 --- a/media/characters/opal/front-alt.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - diff --git a/media/characters/opal/front.svg b/media/characters/opal/front.svg deleted file mode 100644 index 43b0f2b8..00000000 --- a/media/characters/opal/front.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - diff --git a/media/characters/opal/hand.svg b/media/characters/opal/hand.svg new file mode 100644 index 00000000..dd60bca9 --- /dev/null +++ b/media/characters/opal/hand.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/opal/sitting.svg b/media/characters/opal/sitting.svg new file mode 100644 index 00000000..ef77615e --- /dev/null +++ b/media/characters/opal/sitting.svg @@ -0,0 +1,2081 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/opal/standing.svg b/media/characters/opal/standing.svg new file mode 100644 index 00000000..544ec3e4 --- /dev/null +++ b/media/characters/opal/standing.svg @@ -0,0 +1,1757 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 58394251..ee4c0358 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8265,22 +8265,40 @@ characterMakers.push(() => makeCharacter( )) characterMakers.push(() => makeCharacter( - { name: "Opal", species: ["rabbit"], tags: ["anthro"] }, + { name: "Opal", species: ["rabbit", "deity"], tags: ["anthro"] }, { - front: { - height: math.unit(4 + 11 / 12, "feet"), - weight: math.unit(100, "lbs"), - name: "Front", + standing: { + height: math.unit(4 + 11/12, "feet"), + weight: math.unit(100, "lb"), + name: "Standing", image: { - source: "./media/characters/opal/front.svg" + source: "./media/characters/opal/standing.svg", + extra: 1588/1513, + bottom: 23/1611 } }, - frontAlt: { - height: math.unit(4 + 11 / 12, "feet"), - weight: math.unit(100, "lbs"), - name: "Front (Alt)", + sitting: { + height: math.unit(2.3, "feet"), + weight: math.unit(100, "lb"), + name: "Sitting", + image: { + source: "./media/characters/opal/sitting.svg", + extra: 1031/892, + bottom: 142/1173 + } + }, + hand: { + height: math.unit(0.59, "feet"), + name: "Hand", + image: { + source: "./media/characters/opal/hand.svg" + } + }, + foot: { + height: math.unit(0.61, "feet"), + name: "Foot", image: { - source: "./media/characters/opal/front-alt.svg" + source: "./media/characters/opal/foot.svg" } }, },