diff --git a/media/attribution.js b/media/attribution.js
index 809221d1..ae0a9876 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18558,6 +18558,20 @@ const attributionData = {
"datastains"
]
},
+ {
+ prefix: "./media/characters/winter/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "front-nsfw.svg", source: null, nsfw: true },
+ { name: "dick.svg", source: null, nsfw: true },
+ ],
+ authors: [
+ "themuffinly"
+ ],
+ owners: [
+ "blizzyfox"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25623,6 +25637,10 @@ const attributionData = {
"name": "Cyamallo",
"url": "https://trello.com/c/WYYRyWh1/45-ref-by-cyamallo"
},
+ "themuffinly": {
+ "name": "TheMuffinly",
+ "url": "https://www.furaffinity.net/user/themuffinly"
+ },
}
}
diff --git a/media/characters/winter/dick.svg b/media/characters/winter/dick.svg
new file mode 100644
index 00000000..bfbbc0c9
--- /dev/null
+++ b/media/characters/winter/dick.svg
@@ -0,0 +1,158 @@
+
+
+
diff --git a/media/characters/winter/front-nsfw.svg b/media/characters/winter/front-nsfw.svg
new file mode 100644
index 00000000..c488745c
--- /dev/null
+++ b/media/characters/winter/front-nsfw.svg
@@ -0,0 +1,1296 @@
+
+
+
diff --git a/media/characters/winter/front.svg b/media/characters/winter/front.svg
new file mode 100644
index 00000000..a80fd669
--- /dev/null
+++ b/media/characters/winter/front.svg
@@ -0,0 +1,1305 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6956b4cf..38204c66 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -50173,6 +50173,46 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Winter", species: ["arcanine"], tags: ["feral"] },
+ {
+ front: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(4000, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/winter/front.svg",
+ extra: 1286/943,
+ bottom: 112/1398
+ }
+ },
+ frontNsfw: {
+ height: math.unit(12, "feet"),
+ weight: math.unit(4000, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/winter/front-nsfw.svg",
+ extra: 1286/943,
+ bottom: 112/1398
+ }
+ },
+ dick: {
+ height: math.unit(3.79, "feet"),
+ name: "Dick",
+ image: {
+ source: "./media/characters/winter/dick.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Big",
+ height: math.unit(12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {