diff --git a/media/attribution.js b/media/attribution.js
index 4483e3e7..0657d66e 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16544,6 +16544,37 @@ const attributionData = {
"rileyfoxxo"
]
},
+ {
+ prefix: "./media/characters/blizzard/",
+ files: [
+ { name: "back-wizard.svg", source: "https://twitter.com/Orlando_Fox/status/1421278153721487361", nsfw: false },
+ { name: "back.svg", source: "https://twitter.com/Orlando_Fox/status/1421278153721487361", nsfw: false },
+ { name: "front-wizard.svg", source: "https://twitter.com/Orlando_Fox/status/1421278153721487361", nsfw: false },
+ { name: "front.svg", source: "https://twitter.com/Orlando_Fox/status/1421278153721487361", nsfw: false },
+ { name: "sitting.svg", source: "https://twitter.com/Orlando_Fox/status/1421278153721487361", nsfw: false },
+ ],
+ authors: [
+ "orlando-fox"
+ ],
+ owners: [
+ "blizzyfox"
+ ]
+ },
+ {
+ prefix: "./media/characters/blizzard/",
+ files: [
+ { name: "back-nsfw.svg", source: "https://www.furaffinity.net/view/43035043/", nsfw: true },
+ { name: "front-nsfw.svg", source: "https://www.furaffinity.net/view/43035043/", nsfw: true },
+ { name: "sitting-nsfw.svg", source: "https://www.furaffinity.net/view/43035043/", nsfw: true },
+ { name: "wizard-front-nsfw.svg", source: "https://www.furaffinity.net/view/43035043/", nsfw: true },
+ ],
+ authors: [
+ "orlando-fox"
+ ],
+ owners: [
+ "foxudders"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -22771,6 +22802,18 @@ const attributionData = {
"name": "RileyFoxxo",
"url": "https://www.furaffinity.net/user/rileyfoxxo/"
},
+ "foxudders": {
+ "name": "foxudders",
+ "url": "https://www.furaffinity.net/user/foxudders"
+ },
+ "orlando-fox": {
+ "name": "Orlando Fox",
+ "url": "https://twitter.com/Orlando_Fox"
+ },
+ "blizzyfox": {
+ "name": "blizzyfox",
+ "url": "https://www.furaffinity.net/user/blizzyfox"
+ },
}
}
diff --git a/media/characters/blizzard/back-nsfw.svg b/media/characters/blizzard/back-nsfw.svg
new file mode 100644
index 00000000..aa186160
--- /dev/null
+++ b/media/characters/blizzard/back-nsfw.svg
@@ -0,0 +1,416 @@
+
+
+
diff --git a/media/characters/blizzard/back-wizard.svg b/media/characters/blizzard/back-wizard.svg
new file mode 100644
index 00000000..4891badb
--- /dev/null
+++ b/media/characters/blizzard/back-wizard.svg
@@ -0,0 +1,754 @@
+
+
+
diff --git a/media/characters/blizzard/back.svg b/media/characters/blizzard/back.svg
new file mode 100644
index 00000000..7e2b98c2
--- /dev/null
+++ b/media/characters/blizzard/back.svg
@@ -0,0 +1,406 @@
+
+
+
diff --git a/media/characters/blizzard/front-nsfw.svg b/media/characters/blizzard/front-nsfw.svg
new file mode 100644
index 00000000..d5d8effe
--- /dev/null
+++ b/media/characters/blizzard/front-nsfw.svg
@@ -0,0 +1,605 @@
+
+
+
diff --git a/media/characters/blizzard/front-wizard.svg b/media/characters/blizzard/front-wizard.svg
new file mode 100644
index 00000000..d018f6bb
--- /dev/null
+++ b/media/characters/blizzard/front-wizard.svg
@@ -0,0 +1,1018 @@
+
+
+
diff --git a/media/characters/blizzard/front.svg b/media/characters/blizzard/front.svg
new file mode 100644
index 00000000..d301c8b4
--- /dev/null
+++ b/media/characters/blizzard/front.svg
@@ -0,0 +1,590 @@
+
+
+
diff --git a/media/characters/blizzard/sitting-nsfw.svg b/media/characters/blizzard/sitting-nsfw.svg
new file mode 100644
index 00000000..249bd260
--- /dev/null
+++ b/media/characters/blizzard/sitting-nsfw.svg
@@ -0,0 +1,525 @@
+
+
+
diff --git a/media/characters/blizzard/sitting.svg b/media/characters/blizzard/sitting.svg
new file mode 100644
index 00000000..606a4800
--- /dev/null
+++ b/media/characters/blizzard/sitting.svg
@@ -0,0 +1,501 @@
+
+
+
diff --git a/media/characters/blizzard/wizard-front-nsfw.svg b/media/characters/blizzard/wizard-front-nsfw.svg
new file mode 100644
index 00000000..bb6c8874
--- /dev/null
+++ b/media/characters/blizzard/wizard-front-nsfw.svg
@@ -0,0 +1,1036 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 35eddaf6..09b7933e 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1763,6 +1763,10 @@ const speciesData = {
name: "Avali",
parents: ["avian", "alien"]
},
+ "arctic-fox": {
+ name: "Arctic Fox",
+ parents: ["fox"]
+ },
}
//species
@@ -43508,6 +43512,103 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Blizzard", species: ["arctic-fox"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/blizzard/front.svg",
+ extra: 1136/990,
+ bottom: 136/1272
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/blizzard/back.svg",
+ extra: 1175/1034,
+ bottom: 97/1272
+ }
+ },
+ sitting: {
+ height: math.unit(3.725, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Sitting",
+ image: {
+ source: "./media/characters/blizzard/sitting.svg",
+ extra: 581/485,
+ bottom: 90/671
+ }
+ },
+ frontWizard: {
+ height: math.unit(7.9, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front (Wizard)",
+ image: {
+ source: "./media/characters/blizzard/front-wizard.svg"
+ }
+ },
+ backWizard: {
+ height: math.unit(7.9, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Back (Wizard)",
+ image: {
+ source: "./media/characters/blizzard/back-wizard.svg"
+ }
+ },
+ frontNsfw: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Front (NSFW)",
+ image: {
+ source: "./media/characters/blizzard/front-nsfw.svg",
+ extra: 1136/990,
+ bottom: 136/1272
+ }
+ },
+ backNsfw: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Back (NSFW)",
+ image: {
+ source: "./media/characters/blizzard/back-nsfw.svg",
+ extra: 1175/1034,
+ bottom: 97/1272
+ }
+ },
+ sittingNsfw: {
+ height: math.unit(3.725, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Sitting (NSFW)",
+ image: {
+ source: "./media/characters/blizzard/sitting-nsfw.svg",
+ extra: 581/485,
+ bottom: 90/671
+ }
+ },
+ wizardFrontNsfw: {
+ height: math.unit(7.9, "feet"),
+ weight: math.unit(200, "lb"),
+ name: "Wizard (Front, NSFW)",
+ image: {
+ source: "./media/characters/blizzard/wizard-front-nsfw.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {