diff --git a/media/attribution.js b/media/attribution.js
index 2a1ec881..62f9bb08 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7265,8 +7265,10 @@ const attributionData = {
{
prefix: "./media/characters/adinia/",
files: [
- { name: "front.svg", source: "https://www.furaffinity.net/view/34126723/" },
- { name: "back.svg", source: "https://www.furaffinity.net/view/34126723/" },
+ { name: "front.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: true },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: false },
+ { name: "maw.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: false },
+ { name: "rump.svg", source: "https://www.furaffinity.net/view/34126723/", nsfw: true },
],
authors: [
"lunamente"
diff --git a/media/characters/adinia/back.svg b/media/characters/adinia/back.svg
index e8a15966..265bcb56 100644
--- a/media/characters/adinia/back.svg
+++ b/media/characters/adinia/back.svg
@@ -1,199 +1,945 @@
-
+
diff --git a/media/characters/adinia/front.svg b/media/characters/adinia/front.svg
index ae297eb5..0c04d87f 100644
--- a/media/characters/adinia/front.svg
+++ b/media/characters/adinia/front.svg
@@ -1,188 +1,1227 @@
-
+
diff --git a/media/characters/adinia/maw.svg b/media/characters/adinia/maw.svg
new file mode 100644
index 00000000..25f28552
--- /dev/null
+++ b/media/characters/adinia/maw.svg
@@ -0,0 +1,422 @@
+
+
+
diff --git a/media/characters/adinia/rump.svg b/media/characters/adinia/rump.svg
new file mode 100644
index 00000000..bf149df1
--- /dev/null
+++ b/media/characters/adinia/rump.svg
@@ -0,0 +1,356 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4b12b971..53ef6856 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -18675,23 +18675,37 @@ characterMakers.push(() => makeCharacter(
{ name: "Adinia", species: ["kelpie", "nykur"], tags: ["anthro"] },
{
front: {
- height: math.unit(6, "feet"),
- weight: math.unit(150, "lb"),
+ height: math.unit(11 + 5/12, "feet"),
+ weight: math.unit(1200, "lb"),
name: "Front",
image: {
source: "./media/characters/adinia/front.svg",
- extra: 1845 / 1672,
- bottom: 0.02
+ extra: 1767/1641,
+ bottom: 44/1811
}
},
back: {
- height: math.unit(6, "feet"),
- weight: math.unit(150, "lb"),
+ height: math.unit(11 + 5/12, "feet"),
+ weight: math.unit(1200, "lb"),
name: "Back",
image: {
source: "./media/characters/adinia/back.svg",
- extra: 1845 / 1672,
- bottom: 0.002
+ extra: 1834/1684,
+ bottom: 14/1848
+ }
+ },
+ maw: {
+ height: math.unit(3.79, "feet"),
+ name: "Maw",
+ image: {
+ source: "./media/characters/adinia/maw.svg"
+ }
+ },
+ rump: {
+ height: math.unit(4.6, "feet"),
+ name: "Rump",
+ image: {
+ source: "./media/characters/adinia/rump.svg"
}
},
},