diff --git a/media/attribution.js b/media/attribution.js
index 13d4b420..82bb60a8 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -11705,6 +11705,20 @@ const attributionData = {
"shynight"
]
},
+ {
+ prefix: "./media/characters/caledvwlch/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/23304718/", nsfw: true },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/23304718/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/23304718/", nsfw: false },
+ ],
+ authors: [
+ "elbestia"
+ ],
+ owners: [
+ "vabad"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -16120,6 +16134,10 @@ const attributionData = {
"name": "Shynight",
"url": "https://www.furaffinity.net/user/shynight/"
},
+ "elbestia": {
+ "name": "Elbestia",
+ "url": "https://www.furaffinity.net/user/elbestia"
+ },
}
}
diff --git a/media/characters/caledvwlch/back.svg b/media/characters/caledvwlch/back.svg
new file mode 100644
index 00000000..cdb030fe
--- /dev/null
+++ b/media/characters/caledvwlch/back.svg
@@ -0,0 +1,470 @@
+
+
+
diff --git a/media/characters/caledvwlch/front.svg b/media/characters/caledvwlch/front.svg
new file mode 100644
index 00000000..fb69eca4
--- /dev/null
+++ b/media/characters/caledvwlch/front.svg
@@ -0,0 +1,1242 @@
+
+
+
diff --git a/media/characters/caledvwlch/side.svg b/media/characters/caledvwlch/side.svg
new file mode 100644
index 00000000..baeba4c6
--- /dev/null
+++ b/media/characters/caledvwlch/side.svg
@@ -0,0 +1,421 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 14e74e19..1d6bf90b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -29795,6 +29795,73 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Caledvwlch", species: ["unicorn"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(4, "meters"),
+ weight: math.unit(150, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/caledvwlch/front.svg",
+ extra: 1760/1551,
+ bottom: 28/1788
+ }
+ },
+ side: {
+ height: math.unit(4, "meters"),
+ weight: math.unit(150, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/caledvwlch/side.svg",
+ extra: 1605/1536,
+ bottom: 31/1636
+ }
+ },
+ back: {
+ height: math.unit(4, "meters"),
+ weight: math.unit(150, "kg"),
+ name: "Back",
+ image: {
+ source: "./media/characters/caledvwlch/back.svg",
+ extra: 1635/1565,
+ bottom: 27/1662
+ }
+ },
+ },
+ [
+ {
+ name: "\"Incognito\"",
+ height: math.unit(4, "meters")
+ },
+ {
+ name: "Small rampage",
+ height: math.unit(600, "meters")
+ },
+ {
+ name: "Mega",
+ height: math.unit(30, "km")
+ },
+ {
+ name: "Home-size",
+ height: math.unit(50, "km"),
+ default: true
+ },
+ {
+ name: "Giga",
+ height: math.unit(300, "km")
+ },
+ {
+ name: "Lounging",
+ height: math.unit(11000, "km")
+ },
+ {
+ name: "Planet snacking",
+ height: math.unit(2000000, "km")
+ },
+ ]
+))
+
//characters
function makeCharacters() {