diff --git a/media/attribution.js b/media/attribution.js
index e8553771..e77177e8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16325,6 +16325,23 @@ const attributionData = {
"silberlynx"
]
},
+ {
+ prefix: "./media/characters/mochi/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ { name: "bird.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ { name: "kaiju.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ { name: "head.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ { name: "alternate-tail.svg", source: "https://www.furaffinity.net/view/36853967/" },
+ ],
+ authors: [
+ "mongrelist"
+ ],
+ owners: [
+ "gummybirbs"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22500,6 +22517,10 @@ const attributionData = {
"name": "Silberlynx",
"url": "https://www.furaffinity.net/user/silberlynx/"
},
+ "gummybirbs": {
+ "name": "GummyBirbs",
+ "url": "https://www.furaffinity.net/user/gummybirbs/"
+ },
}
}
diff --git a/media/characters/mochi/alternate-tail.svg b/media/characters/mochi/alternate-tail.svg
new file mode 100644
index 00000000..4e139449
--- /dev/null
+++ b/media/characters/mochi/alternate-tail.svg
@@ -0,0 +1,278 @@
+
+
+
diff --git a/media/characters/mochi/back.svg b/media/characters/mochi/back.svg
new file mode 100644
index 00000000..609d3b83
--- /dev/null
+++ b/media/characters/mochi/back.svg
@@ -0,0 +1,1332 @@
+
+
+
diff --git a/media/characters/mochi/bird.svg b/media/characters/mochi/bird.svg
new file mode 100644
index 00000000..894ca8c9
--- /dev/null
+++ b/media/characters/mochi/bird.svg
@@ -0,0 +1,1748 @@
+
+
+
diff --git a/media/characters/mochi/front.svg b/media/characters/mochi/front.svg
new file mode 100644
index 00000000..c40c7fc0
--- /dev/null
+++ b/media/characters/mochi/front.svg
@@ -0,0 +1,2110 @@
+
+
+
diff --git a/media/characters/mochi/head.svg b/media/characters/mochi/head.svg
new file mode 100644
index 00000000..a699e9a6
--- /dev/null
+++ b/media/characters/mochi/head.svg
@@ -0,0 +1,1061 @@
+
+
+
diff --git a/media/characters/mochi/kaiju.svg b/media/characters/mochi/kaiju.svg
new file mode 100644
index 00000000..ba54913e
--- /dev/null
+++ b/media/characters/mochi/kaiju.svg
@@ -0,0 +1,1977 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 72f28413..909e3ac9 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1747,6 +1747,10 @@ const speciesData = {
name: "Bat-eared Fox",
parents: ["fox"]
},
+ "belted-kingfisher": {
+ name: "Belted Kingfisher",
+ parents: ["avian"]
+ },
}
//species
@@ -42845,6 +42849,84 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Mochi", species: ["gryphon", "belted-kingfisher", "snow-leopard", "kaiju"], tags: ["anthro", "feral"] },
+ {
+ front: {
+ height: math.unit(2 + 8/12, "feet"),
+ weight: math.unit(15, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/mochi/front.svg",
+ extra: 1022/852,
+ bottom: 435/1457
+ }
+ },
+ back: {
+ height: math.unit(2 + 8/12, "feet"),
+ weight: math.unit(15, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/mochi/back.svg",
+ extra: 1335/1119,
+ bottom: 39/1374
+ }
+ },
+ bird: {
+ height: math.unit(2 + 8/12, "feet"),
+ weight: math.unit(15, "lb"),
+ name: "Bird",
+ image: {
+ source: "./media/characters/mochi/bird.svg",
+ extra: 1251/1113,
+ bottom: 178/1429
+ }
+ },
+ kaiju: {
+ height: math.unit(154, "feet"),
+ weight: math.unit(1e7, "lb"),
+ name: "Kaiju",
+ image: {
+ source: "./media/characters/mochi/kaiju.svg",
+ extra: 460/324,
+ bottom: 40/500
+ }
+ },
+ head: {
+ height: math.unit(1.21, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/mochi/head.svg"
+ }
+ },
+ alternateTail: {
+ height: math.unit(2 + 8/12, "feet"),
+ weight: math.unit(45, "lb"),
+ name: "Alternate Tail",
+ image: {
+ source: "./media/characters/mochi/alternate-tail.svg",
+ extra: 139/76,
+ bottom: 45/184
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(2, "inches")
+ },
+ {
+ name: "Normal",
+ height: math.unit(2 + 8/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(106, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {