diff --git a/media/attribution.js b/media/attribution.js index 1e09a4ab..c1f2ee3c 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -13994,6 +13994,18 @@ const attributionData = { "pixelthegryphon" ] }, + { + prefix: "./media/characters/rhett/", + files: [ + { name: "back.svg", source: "https://twitter.com/catboots/status/1354142065114935302" } + ], + authors: [ + "fortlucenne" + ], + owners: [ + "catboots" + ] + }, { prefix: "./media/characters/rhett/", files: [ diff --git a/media/characters/rhett/back.svg b/media/characters/rhett/back.svg new file mode 100644 index 00000000..40ef3f5d --- /dev/null +++ b/media/characters/rhett/back.svg @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 39ccdeda..ddc2924a 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -36346,9 +36346,19 @@ characterMakers.push(() => makeCharacter( characterMakers.push(() => makeCharacter( { name: "Rhett", species: ["deer"], tags: ["anthro"] }, { + back: { + height: math.unit(4 + 1/12, "feet"), + weight: math.unit(75, "lb"), + name: "Back", + image: { + source: "./media/characters/rhett/back.svg", + extra: 930/878, + bottom: 25/955 + } + }, front: { - height: math.unit(4 + 11/12, "feet"), - weight: math.unit(111, "lb"), + height: math.unit(4 + 1/12, "feet"), + weight: math.unit(75, "lb"), name: "Front", image: { source: "./media/characters/rhett/front.svg", @@ -36359,12 +36369,16 @@ characterMakers.push(() => makeCharacter( }, [ { - name: "Mini", - height: math.unit(1 + 1/12, "feet") + name: "Micro", + height: math.unit(8, "inches") + }, + { + name: "Tiny", + height: math.unit(2, "feet") }, { name: "Normal", - height: math.unit(4 + 11/12, "feet"), + height: math.unit(4 + 1/12, "feet"), default: true }, ]