diff --git a/media/attribution.js b/media/attribution.js index d19d3912..74825104 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16152,6 +16152,20 @@ const attributionData = { "fill783" ] }, + { + prefix: "./media/characters/uvula/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/36614187/" }, + { name: "front.svg", source: "https://www.furaffinity.net/view/36614187/" }, + { name: "maw.svg", source: "https://www.furaffinity.net/view/36614187/" }, + ], + authors: [ + "bigblueghost" + ], + owners: [ + "bigblueghost" + ] + }, //characters { prefix: "./media/dildos/chance/", diff --git a/media/characters/uvula/front.svg b/media/characters/uvula/front.svg new file mode 100644 index 00000000..5a7728cc --- /dev/null +++ b/media/characters/uvula/front.svg @@ -0,0 +1,549 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/uvula/maw.svg b/media/characters/uvula/maw.svg new file mode 100644 index 00000000..44621157 --- /dev/null +++ b/media/characters/uvula/maw.svg @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/uvula/side.svg b/media/characters/uvula/side.svg new file mode 100644 index 00000000..2ed70d8d --- /dev/null +++ b/media/characters/uvula/side.svg @@ -0,0 +1,726 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f98b5da6..77ce3728 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42357,6 +42357,56 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Uvula", species: ["dragon", "monster"], tags: ["feral"] }, + { + side: { + height: math.unit(42, "feet"), + name: "Side", + image: { + source: "./media/characters/uvula/side.svg", + extra: 683/586, + bottom: 60/743 + } + }, + front: { + height: math.unit(42, "feet"), + name: "Front", + image: { + source: "./media/characters/uvula/front.svg", + extra: 705/613, + bottom: 54/759 + } + }, + maw: { + height: math.unit(23.5, "feet"), + name: "Maw", + image: { + source: "./media/characters/uvula/maw.svg" + } + }, + }, + [ + { + name: "Original Size", + height: math.unit(14, "inches") + }, + { + name: "Human Size", + height: math.unit(6, "feet") + }, + { + name: "Big", + height: math.unit(42, "feet"), + default: true + }, + { + name: "Bigger", + height: math.unit(100, "feet") + }, + ] +)) + //characters function makeCharacters() {