diff --git a/media/attribution.js b/media/attribution.js
index f92f184a..5fbbe9ee 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -6176,6 +6176,23 @@ const attributionData = {
"lestrange110"
]
},
+ {
+ prefix: "./media/characters/alluria/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ { name: "side.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ { name: "back.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ { name: "front-maid.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ { name: "side-maid.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ { name: "back-maid.svg", source: "https://www.deviantart.com/sir--raptor/art/Alluria-Reference-Sheet-812398655" },
+ ],
+ authors: [
+ "mythkaz"
+ ],
+ owners: [
+ "sir-raptor"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -8564,6 +8581,14 @@ const attributionData = {
"name": "lestrange110",
"url": "https://twitter.com/lestrange110",
},
+ "sir-raptor": {
+ "name": "Sir--Raptor",
+ "url": "https://www.deviantart.com/sir--raptor",
+ },
+ "mythkaz": {
+ "name": "mythkaz",
+ "url": "https://www.deviantart.com/mythkaz",
+ },
}
}
diff --git a/media/characters/alluria/back-maid.svg b/media/characters/alluria/back-maid.svg
new file mode 100644
index 00000000..f60a573d
--- /dev/null
+++ b/media/characters/alluria/back-maid.svg
@@ -0,0 +1,197 @@
+
+
+
diff --git a/media/characters/alluria/back.svg b/media/characters/alluria/back.svg
new file mode 100644
index 00000000..0e15da4b
--- /dev/null
+++ b/media/characters/alluria/back.svg
@@ -0,0 +1,111 @@
+
+
+
diff --git a/media/characters/alluria/front-maid.svg b/media/characters/alluria/front-maid.svg
new file mode 100644
index 00000000..135b85ee
--- /dev/null
+++ b/media/characters/alluria/front-maid.svg
@@ -0,0 +1,162 @@
+
+
+
diff --git a/media/characters/alluria/front.svg b/media/characters/alluria/front.svg
new file mode 100644
index 00000000..a8f1d7ec
--- /dev/null
+++ b/media/characters/alluria/front.svg
@@ -0,0 +1,85 @@
+
+
+
diff --git a/media/characters/alluria/side-maid.svg b/media/characters/alluria/side-maid.svg
new file mode 100644
index 00000000..ac88fae8
--- /dev/null
+++ b/media/characters/alluria/side-maid.svg
@@ -0,0 +1,196 @@
+
+
+
diff --git a/media/characters/alluria/side.svg b/media/characters/alluria/side.svg
new file mode 100644
index 00000000..a6bdeadd
--- /dev/null
+++ b/media/characters/alluria/side.svg
@@ -0,0 +1,137 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 485751e7..a4af545b 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -14897,6 +14897,79 @@ characterMakers["Natalie Kellon"] = () => {
)
};
+characterMakers["Alluria"] = () => {
+ return makeCharacter(
+ "Alluria",
+ "Sir--Raptor",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/alluria/front.svg",
+ extra: 806/738,
+ bottom: 0.01
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/alluria/side.svg",
+ extra: 800/750,
+ }
+ },
+ back: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/alluria/back.svg",
+ extra: 806/738,
+ }
+ },
+ frontMaid: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front (Maid)",
+ image: {
+ source: "./media/characters/alluria/front-maid.svg",
+ extra: 806/738,
+ bottom: 0.01
+ }
+ },
+ sideMaid: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side (Maid)",
+ image: {
+ source: "./media/characters/alluria/side-maid.svg",
+ extra: 800/750,
+ bottom: 0.005
+ }
+ },
+ backMaid: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back (Maid)",
+ image: {
+ source: "./media/characters/alluria/back-maid.svg",
+ extra: 806/738,
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(6, "inches"),
+ default: true
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {