diff --git a/media/attribution.js b/media/attribution.js
index 392c2b77..6ca24a39 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -9743,6 +9743,21 @@ const attributionData = {
"darkdragon9531"
]
},
+ {
+ prefix: "./media/characters/hind/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ { name: "tail.svg", source: null },
+ { name: "head.svg", source: null },
+ ],
+ authors: [
+ "clown-grin"
+ ],
+ owners: [
+ "morea-sergal"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -13509,6 +13524,10 @@ const attributionData = {
"name": "Plumm",
"url": "http://furaffinity.net/user/plumm",
},
+ "morea-sergal": {
+ "name": "Morea_Sergal",
+ "url": "https://www.furaffinity.net/user/moreasergal/",
+ },
}
}
diff --git a/media/characters/hind/back.svg b/media/characters/hind/back.svg
new file mode 100644
index 00000000..3d43404c
--- /dev/null
+++ b/media/characters/hind/back.svg
@@ -0,0 +1,573 @@
+
+
+
diff --git a/media/characters/hind/front.svg b/media/characters/hind/front.svg
new file mode 100644
index 00000000..d95fba8f
--- /dev/null
+++ b/media/characters/hind/front.svg
@@ -0,0 +1,706 @@
+
+
+
diff --git a/media/characters/hind/head.svg b/media/characters/hind/head.svg
new file mode 100644
index 00000000..fcd378ca
--- /dev/null
+++ b/media/characters/hind/head.svg
@@ -0,0 +1,152 @@
+
+
+
diff --git a/media/characters/hind/tail.svg b/media/characters/hind/tail.svg
new file mode 100644
index 00000000..f568afb8
--- /dev/null
+++ b/media/characters/hind/tail.svg
@@ -0,0 +1,281 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index e092f32b..37966589 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -22656,6 +22656,61 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Hind" },
+ {
+ front: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(425, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/hind/front.svg",
+ extra: 2091/1860,
+ bottom: 129/2220
+ }
+ },
+ back: {
+ height: math.unit(7, "feet"),
+ weight: math.unit(425, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/hind/back.svg",
+ extra: 2091/1860,
+ bottom: 24.6/2309
+ }
+ },
+ tail: {
+ height: math.unit(2.8, "feet"),
+ name: "Tail",
+ image: {
+ source: "./media/characters/hind/tail.svg"
+ }
+ },
+ head: {
+ height: math.unit(2.55, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/hind/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "XS",
+ height: math.unit(0.7, "feet")
+ },
+ {
+ name: "Normal",
+ height: math.unit(7, "feet"),
+ default: true
+ },
+ {
+ name: "XL",
+ height: math.unit(70, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {