diff --git a/media/attribution.js b/media/attribution.js
index cbdb0efe..478f88e3 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22711,6 +22711,24 @@ const attributionData = {
"colliecuon"
]
},
+ {
+ prefix: "./media/characters/frostfire/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "side.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "back.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "head.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "maw.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "hand.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ { name: "paw.svg", source: "https://twitter.com/F_for_Frostie/status/1441769141690458123" },
+ ],
+ authors: [
+ "booshie"
+ ],
+ owners: [
+ "frostfire"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -31418,6 +31436,10 @@ const attributionData = {
"name": "Alovion",
"url": "https://www.furaffinity.net/user/alovion/"
},
+ "frostfire": {
+ "name": "FrostFire",
+ "url": "https://twitter.com/F_for_Frostie"
+ },
}
}
diff --git a/media/characters/frostfire/back.svg b/media/characters/frostfire/back.svg
new file mode 100644
index 00000000..03ceb6fb
--- /dev/null
+++ b/media/characters/frostfire/back.svg
@@ -0,0 +1,963 @@
+
+
+
diff --git a/media/characters/frostfire/front.svg b/media/characters/frostfire/front.svg
new file mode 100644
index 00000000..8bc035bf
--- /dev/null
+++ b/media/characters/frostfire/front.svg
@@ -0,0 +1,1366 @@
+
+
+
diff --git a/media/characters/frostfire/hand.svg b/media/characters/frostfire/hand.svg
new file mode 100644
index 00000000..8e4ca26a
--- /dev/null
+++ b/media/characters/frostfire/hand.svg
@@ -0,0 +1,169 @@
+
+
+
diff --git a/media/characters/frostfire/head.svg b/media/characters/frostfire/head.svg
new file mode 100644
index 00000000..0a43d5b6
--- /dev/null
+++ b/media/characters/frostfire/head.svg
@@ -0,0 +1,1174 @@
+
+
+
diff --git a/media/characters/frostfire/maw.svg b/media/characters/frostfire/maw.svg
new file mode 100644
index 00000000..4b52c7eb
--- /dev/null
+++ b/media/characters/frostfire/maw.svg
@@ -0,0 +1,726 @@
+
+
+
diff --git a/media/characters/frostfire/paw.svg b/media/characters/frostfire/paw.svg
new file mode 100644
index 00000000..bda5de4b
--- /dev/null
+++ b/media/characters/frostfire/paw.svg
@@ -0,0 +1,134 @@
+
+
+
diff --git a/media/characters/frostfire/side.svg b/media/characters/frostfire/side.svg
new file mode 100644
index 00000000..fd95657f
--- /dev/null
+++ b/media/characters/frostfire/side.svg
@@ -0,0 +1,925 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 05a40e4e..251c2ee7 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -65990,6 +65990,80 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "FrostFire", species: ["dragon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(3000, "kg"),
+ preyCapacity: math.unit(5, "people"),
+ name: "Front",
+ image: {
+ source: "./media/characters/frostfire/front.svg",
+ extra: 675/558,
+ bottom: 73/748
+ }
+ },
+ side: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(3000, "kg"),
+ preyCapacity: math.unit(5, "people"),
+ name: "Side",
+ image: {
+ source: "./media/characters/frostfire/side.svg",
+ extra: 687/585,
+ bottom: 50/737
+ }
+ },
+ back: {
+ height: math.unit(15, "feet"),
+ weight: math.unit(3000, "kg"),
+ preyCapacity: math.unit(5, "people"),
+ name: "Back",
+ image: {
+ source: "./media/characters/frostfire/back.svg",
+ extra: 707/607,
+ bottom: 16/723
+ }
+ },
+ head: {
+ height: math.unit(9.35, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/frostfire/head.svg"
+ }
+ },
+ maw: {
+ height: math.unit(3.32, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/frostfire/maw.svg"
+ }
+ },
+ hand: {
+ height: math.unit(3.7, "feet"),
+ name: "Hand",
+ image: {
+ source: "./media/characters/frostfire/hand.svg"
+ }
+ },
+ paw: {
+ height: math.unit(5.8, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/frostfire/paw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(15, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {