diff --git a/media/attribution.js b/media/attribution.js
index b359d97c..5a4d5bb0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19570,6 +19570,22 @@ const attributionData = {
"aweirdferret"
]
},
+ {
+ prefix: "./media/characters/daurine-arima/",
+ files: [
+ { name: "front.svg", source: "https://twitter.com/kitsvnesyndrome/status/1432072564034187264" },
+ { name: "side.svg", source: "https://twitter.com/kitsvnesyndrome/status/1432072564034187264" },
+ { name: "back.svg", source: "https://twitter.com/kitsvnesyndrome/status/1432072564034187264" },
+ { name: "head.svg", source: "https://twitter.com/kitsvnesyndrome/status/1432072564034187264" },
+ { name: "head-alt.svg", source: "https://twitter.com/kitsvnesyndrome/status/1432072564034187264" },
+ ],
+ authors: [
+ "kitsvnesyndrome"
+ ],
+ owners: [
+ "daurine"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -27203,6 +27219,14 @@ const attributionData = {
"name": "AWeirdFerret",
"url": "https://twitter.com/AWeirdFerret"
},
+ "kitsvnesyndrome": {
+ "name": "kitsvenesyndrome",
+ "url": "https://twitter.com/kitsvnesyndrome/"
+ },
+ "daurine": {
+ "name": "Daurine Arima",
+ "url": "https://twitter.com/DaurinearimaR"
+ },
}
}
diff --git a/media/characters/daurine-arima/back.svg b/media/characters/daurine-arima/back.svg
new file mode 100644
index 00000000..a5821a3f
--- /dev/null
+++ b/media/characters/daurine-arima/back.svg
@@ -0,0 +1,977 @@
+
+
+
diff --git a/media/characters/daurine-arima/front.svg b/media/characters/daurine-arima/front.svg
new file mode 100644
index 00000000..5312ff77
--- /dev/null
+++ b/media/characters/daurine-arima/front.svg
@@ -0,0 +1,1466 @@
+
+
+
diff --git a/media/characters/daurine-arima/head-alt.svg b/media/characters/daurine-arima/head-alt.svg
new file mode 100644
index 00000000..e58918fc
--- /dev/null
+++ b/media/characters/daurine-arima/head-alt.svg
@@ -0,0 +1,861 @@
+
+
+
diff --git a/media/characters/daurine-arima/head.svg b/media/characters/daurine-arima/head.svg
new file mode 100644
index 00000000..36faa146
--- /dev/null
+++ b/media/characters/daurine-arima/head.svg
@@ -0,0 +1,785 @@
+
+
+
diff --git a/media/characters/daurine-arima/side.svg b/media/characters/daurine-arima/side.svg
new file mode 100644
index 00000000..a836e82b
--- /dev/null
+++ b/media/characters/daurine-arima/side.svg
@@ -0,0 +1,949 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 50319ca1..24172065 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -53461,6 +53461,87 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Daurine Arima", species: ["werewolf"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(84 + 8/12, "feet"),
+ weight: math.unit(942180, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/daurine-arima/front.svg",
+ extra: 1989/1782,
+ bottom: 37/2026
+ }
+ },
+ side: {
+ height: math.unit(84 + 8/12, "feet"),
+ weight: math.unit(942180, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/daurine-arima/side.svg",
+ extra: 1997/1790,
+ bottom: 21/2018
+ }
+ },
+ back: {
+ height: math.unit(84 + 8/12, "feet"),
+ weight: math.unit(942180, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/daurine-arima/back.svg",
+ extra: 1992/1800,
+ bottom: 12/2004
+ }
+ },
+ head: {
+ height: math.unit(15.5, "feet"),
+ name: "Head",
+ image: {
+ source: "./media/characters/daurine-arima/head.svg"
+ }
+ },
+ headAlt: {
+ height: math.unit(19.19, "feet"),
+ name: "Head (Alt)",
+ image: {
+ source: "./media/characters/daurine-arima/head-alt.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Minimum height",
+ height: math.unit(8 + 10/12, "feet")
+ },
+ {
+ name: "Comfort height",
+ height: math.unit(19 + 6 /12, "feet")
+ },
+ {
+ name: "\"Normal\" height",
+ height: math.unit(28 + 10/12, "feet")
+ },
+ {
+ name: "Base height",
+ height: math.unit(84 + 8/12, "feet"),
+ default: true
+ },
+ {
+ name: "Mini-macro",
+ height: math.unit(2360, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(10, "miles")
+ },
+ {
+ name: "Goddess",
+ height: math.unit(9.99e40, "yottameters")
+ },
+ ]
+))
+
//characters
function makeCharacters() {