diff --git a/media/attribution.js b/media/attribution.js
index 6cb4b5e4..3bc5a6b0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22490,6 +22490,20 @@ const attributionData = {
"sageesys"
]
},
+ {
+ prefix: "./media/characters/holiday/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/HolidayDeer/status/1468342993933512706" },
+ { name: "back.svg", source: "https://twitter.com/HolidayDeer/status/1468342993933512706" },
+ { name: "head.svg", source: "https://twitter.com/HolidayDeer/status/1468342993933512706" },
+ ],
+ authors: [
+ "yesofcourse"
+ ],
+ owners: [
+ "holidaydeer"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31084,6 +31098,14 @@ const attributionData = {
"name": "Luna",
"url": "https://twitter.com/momoechisArt"
},
+ "holidaydeer": {
+ "name": "Holiday",
+ "url": "https://twitter.com/HolidayDeer"
+ },
+ "yesofcourse": {
+ "name": "YesOfCourse#9194",
+ "url": null
+ },
}
}
diff --git a/media/characters/holiday/back.svg b/media/characters/holiday/back.svg
new file mode 100644
index 00000000..383db837
--- /dev/null
+++ b/media/characters/holiday/back.svg
@@ -0,0 +1,848 @@
+
+
+
diff --git a/media/characters/holiday/front.svg b/media/characters/holiday/front.svg
new file mode 100644
index 00000000..d41f4064
--- /dev/null
+++ b/media/characters/holiday/front.svg
@@ -0,0 +1,1385 @@
+
+
+
diff --git a/media/characters/holiday/head.svg b/media/characters/holiday/head.svg
new file mode 100644
index 00000000..8d93284b
--- /dev/null
+++ b/media/characters/holiday/head.svg
@@ -0,0 +1,2328 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index d32f09ce..ea08ced0 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -65061,6 +65061,50 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Holiday", species: ["fennec-fox", "deer"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 6/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/holiday/front.svg",
+ extra: 456/403,
+ bottom: 4/460
+ }
+ },
+ back: {
+ height: math.unit(5 + 6/12, "feet"),
+ weight: math.unit(120, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/holiday/back.svg",
+ extra: 450/404,
+ bottom: 12/462
+ }
+ },
+ head: {
+ height: math.unit(2.3, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/holiday/head.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 6/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(6574.25, "feet")
+ },
+ ]
+))
+
//characters
function makeCharacters() {