diff --git a/media/attribution.js b/media/attribution.js
index b3455a2a..465a8a6a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -22066,6 +22066,20 @@ const attributionData = {
"angelthecatgirl"
]
},
+ {
+ prefix: "./media/characters/quincy-praying-mantis/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "soles.svg", source: null },
+ { name: "foot.svg", source: null },
+ ],
+ authors: [
+ "thatonelizard2"
+ ],
+ owners: [
+ "hawkeyedelite"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -30540,6 +30554,10 @@ const attributionData = {
"name": "Psychosocial",
"url": "https://www.furaffinity.net/user/psychosocial"
},
+ "thatonelizard2": {
+ "name": "Liz",
+ "url": "https://twitter.com/thatonelizard2"
+ },
}
}
diff --git a/media/characters/quincy-praying-mantis/foot.svg b/media/characters/quincy-praying-mantis/foot.svg
new file mode 100644
index 00000000..ef2fe973
--- /dev/null
+++ b/media/characters/quincy-praying-mantis/foot.svg
@@ -0,0 +1,274 @@
+
+
+
diff --git a/media/characters/quincy-praying-mantis/front.svg b/media/characters/quincy-praying-mantis/front.svg
new file mode 100644
index 00000000..ba227b17
--- /dev/null
+++ b/media/characters/quincy-praying-mantis/front.svg
@@ -0,0 +1,1194 @@
+
+
+
diff --git a/media/characters/quincy-praying-mantis/soles.svg b/media/characters/quincy-praying-mantis/soles.svg
new file mode 100644
index 00000000..2cd65466
--- /dev/null
+++ b/media/characters/quincy-praying-mantis/soles.svg
@@ -0,0 +1,1437 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 754c4537..4e3ccc33 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -2333,6 +2333,10 @@ const speciesData = {
name: "Latex",
parents: []
},
+ "praying-mantis": {
+ name: "Praying Mantis",
+ parents: ["insect"]
+ },
}
//species
@@ -63631,6 +63635,55 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+{ name: "Quincy (Praying Mantis)", species: ["praying-mantis"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 10/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/quincy-praying-mantis/front.svg",
+ extra: 1055/891,
+ bottom: 92/1147
+ }
+ },
+ soles: {
+ height: math.unit(0.85, "feet"),
+ name: "Soles",
+ image: {
+ source: "./media/characters/quincy-praying-mantis/soles.svg",
+ extra: 429/324,
+ bottom: 89/518
+ },
+ extraAttributes: {
+ "shoeSize": {
+ name: "Shoe Size",
+ power: 1,
+ type: "length",
+ base: math.unit(23, "ShoeSizeMensUS"),
+ defaultUnit: "ShoeSizeMensUS"
+ },
+ }
+ },
+ foot: {
+ height: math.unit(0.72, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/quincy-praying-mantis/foot.svg",
+ extra: 349/349,
+ bottom: 76/425
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 10/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {