diff --git a/media/attribution.js b/media/attribution.js
index ce7ad52c..4fd434f7 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -6317,6 +6317,18 @@ const attributionData = {
"ashtrek"
]
},
+ {
+ prefix: "./media/characters/max-calore/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/25166797/" }
+ ],
+ authors: [
+ "fidchell"
+ ],
+ owners: [
+ "flamestar"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -8753,6 +8765,10 @@ const attributionData = {
"name": "impfangs",
"url": " https://www.furaffinity.net/user/impfangs/",
},
+ "flamestar": {
+ "name": "flamestar",
+ "url": "https://www.furaffinity.net/user/flamestar/",
+ },
}
}
diff --git a/media/characters/max-calore/back.svg b/media/characters/max-calore/back.svg
new file mode 100644
index 00000000..c9eba834
--- /dev/null
+++ b/media/characters/max-calore/back.svg
@@ -0,0 +1,281 @@
+
+
+
diff --git a/media/characters/max-calore/front.svg b/media/characters/max-calore/front.svg
new file mode 100644
index 00000000..5865b66d
--- /dev/null
+++ b/media/characters/max-calore/front.svg
@@ -0,0 +1,145 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 838b6bfb..8cd95f6d 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -15292,6 +15292,40 @@ characterMakers["Hunter Misha Raven"] = () => {
)
};
+characterMakers["Max Calore"] = () => {
+ return makeCharacter(
+ "Max Calore",
+ "flamestar",
+ {
+ front: {
+ height: math.unit(6 + 3/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/max-calore/front.svg",
+ extra: 1700/1648,
+ bottom: 0.01
+ }
+ },
+ back: {
+ height: math.unit(6 + 3/12, "feet"),
+ weight: math.unit(220, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/max-calore/back.svg",
+ extra: 1700/1648,
+ bottom: 0.01
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 3/12, "feet")
+ },
+ ]
+ )
+};
//characters
function makeCharacters() {