diff --git a/media/attribution.js b/media/attribution.js
index 88717698..ca5edb00 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12945,6 +12945,21 @@ const attributionData = {
"sykes"
]
},
+ {
+ prefix: "./media/characters/oven-otter/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ { name: "hand.svg", source: null },
+ { name: "beans.svg", source: null },
+ ],
+ authors: [
+ "gorehund"
+ ],
+ owners: [
+ "ovenotter"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -17844,6 +17859,14 @@ const attributionData = {
"name": "Sykes",
"url": "https://www.furaffinity.net/user/matinus/"
},
+ "gorehund": {
+ "name": "gorehund",
+ "url": "https://twitter.com/gorehund"
+ },
+ "ovenotter": {
+ "name": "Oven Otter",
+ "url": "https://twitter.com/ovenotter"
+ },
}
}
diff --git a/media/characters/oven-otter/back.svg b/media/characters/oven-otter/back.svg
new file mode 100644
index 00000000..ee26a0fc
--- /dev/null
+++ b/media/characters/oven-otter/back.svg
@@ -0,0 +1,304 @@
+
+
+
diff --git a/media/characters/oven-otter/beans.svg b/media/characters/oven-otter/beans.svg
new file mode 100644
index 00000000..0c0d18aa
--- /dev/null
+++ b/media/characters/oven-otter/beans.svg
@@ -0,0 +1,137 @@
+
+
+
diff --git a/media/characters/oven-otter/front.svg b/media/characters/oven-otter/front.svg
new file mode 100644
index 00000000..2174d21f
--- /dev/null
+++ b/media/characters/oven-otter/front.svg
@@ -0,0 +1,377 @@
+
+
+
diff --git a/media/characters/oven-otter/hand.svg b/media/characters/oven-otter/hand.svg
new file mode 100644
index 00000000..841ab378
--- /dev/null
+++ b/media/characters/oven-otter/hand.svg
@@ -0,0 +1,117 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index b8ebb885..6c4ec0fe 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -33862,6 +33862,65 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Oven Otter", species: ["otter"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 8/12, "feet"),
+ weight: math.unit(190, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/oven-otter/front.svg",
+ extra: 1809/1740,
+ bottom: 181/1990
+ }
+ },
+ back: {
+ height: math.unit(5 + 8/12, "feet"),
+ weight: math.unit(190, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/oven-otter/back.svg",
+ extra: 1709/1635,
+ bottom: 118/1827
+ }
+ },
+ hand: {
+ height: math.unit(1.07, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/oven-otter/hand.svg"
+ }
+ },
+ beans: {
+ height: math.unit(1.74, "feet"),
+ name: "Beans",
+ image: {
+ source: "./media/characters/oven-otter/beans.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(0.5, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(5 + 8/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(250, "feet")
+ },
+ {
+ name: "Really High",
+ height: math.unit(420, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {