diff --git a/media/attribution.js b/media/attribution.js
index 18969d02..c1c664de 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -15052,6 +15052,23 @@ const attributionData = {
"xenonotter"
]
},
+ {
+ prefix: "./media/characters/zane/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: true },
+ { name: "werewolf.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: true },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: false },
+ { name: "foot-front.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: false },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/34438645/", nsfw: true },
+ ],
+ authors: [
+ "hazakyaracely"
+ ],
+ owners: [
+ "t-thewolf"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -20632,6 +20649,10 @@ const attributionData = {
"name": "XenonOtter",
"url": "https://twitter.com/XenonOtter"
},
+ "t-thewolf": {
+ "name": "T-TheWolf",
+ "url": "https://www.furaffinity.net/user/t-thewolf/"
+ },
}
}
diff --git a/media/characters/zane/back.svg b/media/characters/zane/back.svg
new file mode 100644
index 00000000..5084266e
--- /dev/null
+++ b/media/characters/zane/back.svg
@@ -0,0 +1,1055 @@
+
+
+
diff --git a/media/characters/zane/dick.svg b/media/characters/zane/dick.svg
new file mode 100644
index 00000000..94cee174
--- /dev/null
+++ b/media/characters/zane/dick.svg
@@ -0,0 +1,189 @@
+
+
+
diff --git a/media/characters/zane/foot-front.svg b/media/characters/zane/foot-front.svg
new file mode 100644
index 00000000..fbd00263
--- /dev/null
+++ b/media/characters/zane/foot-front.svg
@@ -0,0 +1,177 @@
+
+
+
diff --git a/media/characters/zane/foot.svg b/media/characters/zane/foot.svg
new file mode 100644
index 00000000..38d949d3
--- /dev/null
+++ b/media/characters/zane/foot.svg
@@ -0,0 +1,203 @@
+
+
+
diff --git a/media/characters/zane/front.svg b/media/characters/zane/front.svg
new file mode 100644
index 00000000..4f759f8a
--- /dev/null
+++ b/media/characters/zane/front.svg
@@ -0,0 +1,1366 @@
+
+
+
diff --git a/media/characters/zane/werewolf.svg b/media/characters/zane/werewolf.svg
new file mode 100644
index 00000000..eb7e5949
--- /dev/null
+++ b/media/characters/zane/werewolf.svg
@@ -0,0 +1,1915 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d42dd085..c4fd0e10 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -39810,6 +39810,74 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Zane", species: ["wolf", "werewolf"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(7 + 5/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/zane/front.svg",
+ extra: 1260/1203,
+ bottom: 94/1354
+ }
+ },
+ back: {
+ height: math.unit(5.05, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/zane/back.svg",
+ extra: 893/829,
+ bottom: 30/923
+ }
+ },
+ werewolf: {
+ height: math.unit(11, "feet"),
+ name: "Werewolf",
+ image: {
+ source: "./media/characters/zane/werewolf.svg",
+ extra: 1383/1323,
+ bottom: 89/1472
+ }
+ },
+ foot: {
+ height: math.unit(1.46, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/zane/foot.svg"
+ }
+ },
+ footFront: {
+ height: math.unit(0.784, "feet"),
+ name: "Foot (Front)",
+ image: {
+ source: "./media/characters/zane/foot-front.svg"
+ }
+ },
+ dick: {
+ height: math.unit(1.95, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/zane/dick.svg"
+ }
+ },
+ dickWerewolf: {
+ height: math.unit(3.77, "feet"),
+ name: "Dick (Werewolf)",
+ image: {
+ source: "./media/characters/zane/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(7 + 5/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {