diff --git a/media/attribution.js b/media/attribution.js
index 99655481..176c11f4 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -18771,6 +18771,19 @@ const attributionData = {
"aetherios"
]
},
+ {
+ prefix: "./media/characters/mizu-gieeg/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/40211466/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/40211466/" },
+ ],
+ authors: [
+ "geckozen"
+ ],
+ owners: [
+ "fevris"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -25856,6 +25869,14 @@ const attributionData = {
"name": "Aetherios",
"url": "https://www.furaffinity.net/user/aetherios/"
},
+ "geckozen": {
+ "name": "geckoZen",
+ "url": "https://www.furaffinity.net/user/geckozen"
+ },
+ "fevris": {
+ "name": "Fevris",
+ "url": "https://www.furaffinity.net/user/fevris"
+ },
}
}
diff --git a/media/characters/mizu-gieeg/back.svg b/media/characters/mizu-gieeg/back.svg
new file mode 100644
index 00000000..c8b89be5
--- /dev/null
+++ b/media/characters/mizu-gieeg/back.svg
@@ -0,0 +1,448 @@
+
+
+
diff --git a/media/characters/mizu-gieeg/front.svg b/media/characters/mizu-gieeg/front.svg
new file mode 100644
index 00000000..53ec77b0
--- /dev/null
+++ b/media/characters/mizu-gieeg/front.svg
@@ -0,0 +1,552 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 897fc96d..67050377 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1956,6 +1956,10 @@ const speciesData = {
name: "Passerine",
parents: ["avian"]
},
+ "gieeg": {
+ name: "Gieeg",
+ parents: ["alien"]
+ },
}
//species
@@ -50847,6 +50851,39 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Mizu (Gieeg)", species: ["gieeg"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(80, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/mizu-gieeg/front.svg",
+ extra: 850/709,
+ bottom: 52/902
+ }
+ },
+ back: {
+ height: math.unit(5 + 4/12, "feet"),
+ weight: math.unit(80, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/mizu-gieeg/back.svg",
+ extra: 882/745,
+ bottom: 25/907
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 4/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {