From 9f29c876f1ec14a5e382ffbd4dfbc9e483f5f6c6 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 29 Sep 2021 23:15:55 -0400 Subject: [PATCH] Adjust some of Fen's sizes; remove the kneeling view --- media/attribution.js | 12 ------------ presets/characters.js | 37 ++++++++++++++----------------------- 2 files changed, 14 insertions(+), 35 deletions(-) diff --git a/media/attribution.js b/media/attribution.js index bb168561..9583bab9 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2551,18 +2551,6 @@ const attributionData = { "chemicalcrux" ] }, - { - prefix: "./media/characters/fen/", - files: [ - { name: "kneeling.svg", source: "https://www.furaffinity.net/view/35421909/" } - ], - authors: [ - "jazzumi" - ], - owners: [ - "chemicalcrux" - ] - }, { prefix: "./media/characters/fen/", files: [ diff --git a/presets/characters.js b/presets/characters.js index 2d7a1d7d..949642cc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1855,8 +1855,8 @@ characterMakers.push(() => makeCharacter( }, { front: { - height: math.unit(2.2428, "meter"), - weight: math.unit(124.738, "kg"), + height: math.unit(12, "feet"), + weight: math.unit(1600, "lb"), name: "Front", image: { source: "./media/characters/fen/front.svg", @@ -1865,23 +1865,23 @@ characterMakers.push(() => makeCharacter( } }, diving: { - height: math.unit(3.3, "meters"), - weight: math.unit(124.738, "kg"), + height: math.unit(4.9, "meters"), + weight: math.unit(1600, "lb"), name: "Diving", image: { source: "./media/characters/fen/diving.svg" } }, maw: { - height: math.unit(2.83, "feet"), + height: math.unit(5.03, "feet"), name: "Maw", image: { source: "./media/characters/fen/maw.svg" } }, back: { - height: math.unit(2.2428, "meter"), - weight: math.unit(124.738, "kg"), + height: math.unit(12, "feet"), + weight: math.unit(1600, "lb"), name: "Back", image: { source: "./media/characters/fen/back.svg", @@ -1894,8 +1894,8 @@ characterMakers.push(() => makeCharacter( } }, full: { - height: math.unit(0.91, "meter"), - weight: math.unit(225, "kg"), + height: math.unit(1.6, "meter"), + weight: math.unit(2200, "lb"), name: "Full", image: { source: "./media/characters/fen/full.svg", @@ -1909,19 +1909,10 @@ characterMakers.push(() => makeCharacter( } } }, - kneeling: { - height: math.unit(5.4, "feet"), - weight: math.unit(124.738, "kg"), - name: "Kneeling", - image: { - source: "./media/characters/fen/kneeling.svg", - extra: 563 / 507 - } - }, goo: { - height: math.unit(2.8, "feet"), - weight: math.unit(125, "kg"), - capacity: math.unit(1, "people"), + height: math.unit(4.53, "feet"), + weight: math.unit(1600, "lb"), + capacity: math.unit(6, "people"), name: "Goo", image: { source: "./media/characters/fen/goo.svg", @@ -1929,8 +1920,8 @@ characterMakers.push(() => makeCharacter( } }, lounging: { - height: math.unit(6.5, "feet"), - weight: math.unit(125, "kg"), + height: math.unit(10.52, "feet"), + weight: math.unit(1600, "lb"), name: "Lounging", image: { source: "./media/characters/fen/lounging.svg"