diff --git a/media/attribution.js b/media/attribution.js
index 01e4ab4d..0362078c 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -736,6 +736,19 @@ const attributionData = {
"vonadi"
]
},
+ {
+ prefix: "./media/characters/q/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/27639390/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/27639390/" }
+ ],
+ authors: [
+ "qdd"
+ ],
+ owners: [
+ "qdd"
+ ]
+ },
{
prefix: "./media/characters/ranek/",
files: [
@@ -1651,6 +1664,10 @@ const attributionData = {
"name": "Princess Rei",
"url": "https://twitter.com/princessrei"
},
+ "qdd": {
+ "name": "Q Walf",
+ "url": "https://www.furaffinity.net/user/qdd/",
+ },
"quake-yote": {
"name": "Quake Yote",
"url": "https://www.furaffinity.net/user/rokossovskiy"
diff --git a/media/characters/q/back.svg b/media/characters/q/back.svg
new file mode 100644
index 00000000..430aceaf
--- /dev/null
+++ b/media/characters/q/back.svg
@@ -0,0 +1,129 @@
+
+
+
diff --git a/media/characters/q/front.svg b/media/characters/q/front.svg
new file mode 100644
index 00000000..89fd211c
--- /dev/null
+++ b/media/characters/q/front.svg
@@ -0,0 +1,145 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 6adfaf1f..3e58ce64 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -6109,6 +6109,50 @@ characterMakers["Corvin"] = () => {
};
+characterMakers["Q"] = () => {
+ return makeCharacter(
+ "Q",
+ "Q Walf",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(135, "lbs"),
+ name: "Front",
+ image: {
+ source: "./media/characters/q/front.svg",
+ extra: 854/752 * (1 / (1 - 0.005)),
+ bottom: 0.005
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(130, "lbs"),
+ name: "Back",
+ image: {
+ source: "./media/characters/q/back.svg",
+ extra: 854/752
+ }
+ },
+ },
+ [
+ {
+ name: "Macro",
+ height: math.unit(90, "feet"),
+ default: true
+ },
+ {
+ name: "Extra Macro",
+ height: math.unit(300, "feet"),
+ },
+ {
+ name: "BIG WALF",
+ height: math.unit(750, "feet"),
+ },
+ ]
+ )
+};
+
+
function makeCharacters() {
const results = [];
results.push({