diff --git a/media/attribution.js b/media/attribution.js
index 4d842d17..d0265136 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12185,6 +12185,32 @@ const attributionData = {
"purriwinkle"
]
},
+ {
+ prefix: "./media/characters/moonlight/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/2022306/" }
+ ],
+ authors: [
+ "sheela"
+ ],
+ owners: [
+ "moonlightumbry"
+ ]
+ },
+ {
+ prefix: "./media/characters/moonlight/",
+ files: [
+ { name: "paw.svg", source: "https://www.furaffinity.net/view/25525109/" },
+ { name: "paws.svg", source: "https://www.furaffinity.net/view/31452497/" },
+ { name: "mouth.svg", source: "https://twitter.com/MoonlightUmbry/status/1292185150483308545/photo/3" }
+ ],
+ authors: [
+ "beherit"
+ ],
+ owners: [
+ "moonlightumbry"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -16799,6 +16825,14 @@ const attributionData = {
"name": "Darkomi",
"url": "https://twitter.com/Vernon_Cross/"
},
+ "moonlightumbry": {
+ "name": "MoonlightUmbry",
+ "url": "https://twitter.com/MoonlightUmbry"
+ },
+ "sheela": {
+ "name": "Sheela",
+ "url": "https://www.furaffinity.net/user/sheela"
+ },
}
}
diff --git a/media/characters/moonlight/front.svg b/media/characters/moonlight/front.svg
new file mode 100644
index 00000000..5a08eee3
--- /dev/null
+++ b/media/characters/moonlight/front.svg
@@ -0,0 +1,239 @@
+
+
+
diff --git a/media/characters/moonlight/mouth.svg b/media/characters/moonlight/mouth.svg
new file mode 100644
index 00000000..dd99bae5
--- /dev/null
+++ b/media/characters/moonlight/mouth.svg
@@ -0,0 +1,235 @@
+
+
+
diff --git a/media/characters/moonlight/paw.svg b/media/characters/moonlight/paw.svg
new file mode 100644
index 00000000..9436c9e6
--- /dev/null
+++ b/media/characters/moonlight/paw.svg
@@ -0,0 +1,390 @@
+
+
+
diff --git a/media/characters/moonlight/paws.svg b/media/characters/moonlight/paws.svg
new file mode 100644
index 00000000..d644d0ea
--- /dev/null
+++ b/media/characters/moonlight/paws.svg
@@ -0,0 +1,191 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index bed176ee..df06d43a 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1418,6 +1418,10 @@ const speciesData = {
name: "Foxsky",
parents: ["fox", "husky"]
},
+ "umbreon": {
+ name: "Umbreon",
+ parents: ["eeveelution"]
+ },
}
//species
@@ -31432,6 +31436,68 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Moonlight", species: ["umbreon"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(6 + 2/12, "feet"),
+ weight: math.unit(250, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/moonlight/front.svg",
+ extra: 1044/908,
+ bottom: 56/1100
+ }
+ },
+ paw: {
+ height: math.unit(1, "feet"),
+ name: "Paw",
+ image: {
+ source: "./media/characters/moonlight/paw.svg"
+ }
+ },
+ paws: {
+ height: math.unit(0.98, "feet"),
+ name: "Paws",
+ image: {
+ source: "./media/characters/moonlight/paws.svg",
+ extra: 939/939,
+ bottom: 50/989
+ }
+ },
+ mouth: {
+ height: math.unit(0.48, "feet"),
+ name: "Mouth",
+ image: {
+ source: "./media/characters/moonlight/mouth.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(6 + 2/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(300, "feet")
+ },
+ {
+ name: "Macro+",
+ height: math.unit(1, "mile")
+ },
+ {
+ name: "Mt. Moon",
+ height: math.unit(5, "miles")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(15, "miles")
+ },
+ ]
+))
+
//characters
function makeCharacters() {