diff --git a/media/attribution.js b/media/attribution.js
index 388879c7..b5559da0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -12531,6 +12531,20 @@ const attributionData = {
"rhyslonde"
]
},
+ {
+ prefix: "./media/characters/noraly/",
+ files: [
+ { name: "full.svg", source: "https://www.furaffinity.net/view/38011030/", nsfw: true },
+ { name: "fuller.svg", source: "https://www.furaffinity.net/view/38011030/", nsfw: true },
+ { name: "fullest.svg", source: "https://www.furaffinity.net/view/38011030/", nsfw: true },
+ ],
+ authors: [
+ "aimee-lesley-sim"
+ ],
+ owners: [
+ "rhyslonde"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
diff --git a/media/characters/noraly/full.svg b/media/characters/noraly/full.svg
new file mode 100644
index 00000000..dc1b4052
--- /dev/null
+++ b/media/characters/noraly/full.svg
@@ -0,0 +1,466 @@
+
+
+
diff --git a/media/characters/noraly/fuller.svg b/media/characters/noraly/fuller.svg
new file mode 100644
index 00000000..3b5cc612
--- /dev/null
+++ b/media/characters/noraly/fuller.svg
@@ -0,0 +1,466 @@
+
+
+
diff --git a/media/characters/noraly/fullest.svg b/media/characters/noraly/fullest.svg
new file mode 100644
index 00000000..291c4f63
--- /dev/null
+++ b/media/characters/noraly/fullest.svg
@@ -0,0 +1,480 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 77723d6d..7e017bcd 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -1450,6 +1450,10 @@ const speciesData = {
name: "Succubus",
parents: ["demon"]
},
+ "mia": {
+ name: "Mia",
+ parents: ["canine"]
+ },
}
//species
@@ -32470,6 +32474,49 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Noraly", species: ["mia"], tags: ["anthro"] },
+ {
+ full: {
+ height: math.unit(5 + 2/12, "feet"),
+ weight: math.unit(164, "lb"),
+ name: "Full",
+ image: {
+ source: "./media/characters/noraly/full.svg",
+ extra: 1114/1059,
+ bottom: 35/1149
+ }
+ },
+ fuller: {
+ height: math.unit(5 + 2/12, "feet"),
+ weight: math.unit(230, "lb"),
+ name: "Fuller",
+ image: {
+ source: "./media/characters/noraly/fuller.svg",
+ extra: 1114/1059,
+ bottom: 35/1149
+ }
+ },
+ fullest: {
+ height: math.unit(5 + 2/12, "feet"),
+ weight: math.unit(300, "lb"),
+ name: "Fullest",
+ image: {
+ source: "./media/characters/noraly/fullest.svg",
+ extra: 1114/1059,
+ bottom: 35/1149
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 2/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {