diff --git a/media/attribution.js b/media/attribution.js
index cb118670..4ff880bd 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16846,6 +16846,20 @@ const attributionData = {
"veluren"
]
},
+ {
+ prefix: "./media/characters/ludwig-horn/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/28415142/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/28415142/", nsfw: false },
+ { name: "dick.svg", source: "https://www.furaffinity.net/view/28415142/", nsfw: true },
+ ],
+ authors: [
+ "mangopoptart"
+ ],
+ owners: [
+ "ludwig-horn"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23181,6 +23195,14 @@ const attributionData = {
"name": "JazzSmaller",
"url": "https://twitter.com/JazzSmaller/"
},
+ "ludwig-horn": {
+ "name": "Ludwig-Horn",
+ "url": "https://www.furaffinity.net/user/ludwig-horn"
+ },
+ "mangopoptart": {
+ "name": "Mangopoptart",
+ "url": "https://www.furaffinity.net/user/mangopoptart"
+ },
}
}
diff --git a/media/characters/ludwig-horn/back.svg b/media/characters/ludwig-horn/back.svg
new file mode 100644
index 00000000..0ae7a3f4
--- /dev/null
+++ b/media/characters/ludwig-horn/back.svg
@@ -0,0 +1,956 @@
+
+
+
diff --git a/media/characters/ludwig-horn/dick.svg b/media/characters/ludwig-horn/dick.svg
new file mode 100644
index 00000000..b273c225
--- /dev/null
+++ b/media/characters/ludwig-horn/dick.svg
@@ -0,0 +1,146 @@
+
+
+
diff --git a/media/characters/ludwig-horn/front.svg b/media/characters/ludwig-horn/front.svg
new file mode 100644
index 00000000..f69a5b79
--- /dev/null
+++ b/media/characters/ludwig-horn/front.svg
@@ -0,0 +1,1526 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3e9ab20c..a4666ae2 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44233,6 +44233,75 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Ludwig-Horn", species: ["tiger", "dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/ludwig-horn/front.svg",
+ extra: 1782/1635,
+ bottom: 96/1878
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/ludwig-horn/back.svg",
+ extra: 1874/1729,
+ bottom: 27/1901
+ }
+ },
+ dick: {
+ height: math.unit(1.05, "feet"),
+ weight: math.unit(15, "lb"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/ludwig-horn/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Small",
+ height: math.unit(6, "feet")
+ },
+ {
+ name: "Typical",
+ height: math.unit(12, "feet"),
+ default: true
+ },
+ {
+ name: "Building",
+ height: math.unit(80, "feet")
+ },
+ {
+ name: "Town",
+ height: math.unit(800, "feet")
+ },
+ {
+ name: "Kingdom",
+ height: math.unit(80000, "feet")
+ },
+ {
+ name: "Planet",
+ height: math.unit(8000000, "feet")
+ },
+ {
+ name: "Universe",
+ height: math.unit(8000000000, "feet")
+ },
+ {
+ name: "Transcended",
+ height: math.unit(8e27, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {