diff --git a/media/attribution.js b/media/attribution.js
index 1936b535..550a8f27 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -19193,6 +19193,19 @@ const attributionData = {
"xaphelm"
]
},
+ {
+ prefix: "./media/characters/orishan/",
+ files: [
+ { name: "front.svg", source: null },
+ { name: "back.svg", source: null },
+ ],
+ authors: [
+ "p01s0n3dbyl0v3"
+ ],
+ owners: [
+ "orishan"
+ ]
+ },
//characters
{
prefix: "./media/fiction/halo/halo/",
@@ -26464,6 +26477,14 @@ const attributionData = {
"name": "Nylla",
"url": "https://twitter.com/NyllaSpicy"
},
+ "p01s0n3dbyl0v3": {
+ "name": "P01S0N3DBYL0V3",
+ "url": "p01s0n3dbyl0v3"
+ },
+ "orishan": {
+ "name": "Orishan",
+ "url": "https://toyhou.se/Orishan"
+ },
}
}
diff --git a/media/characters/orishan/back.svg b/media/characters/orishan/back.svg
new file mode 100644
index 00000000..316db9a0
--- /dev/null
+++ b/media/characters/orishan/back.svg
@@ -0,0 +1,284 @@
+
+
+
diff --git a/media/characters/orishan/front.svg b/media/characters/orishan/front.svg
new file mode 100644
index 00000000..3d8f2c91
--- /dev/null
+++ b/media/characters/orishan/front.svg
@@ -0,0 +1,361 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 4e4142a4..c9fbd3e4 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -52407,6 +52407,41 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Orishan", species: ["rabbit"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(2 + 7/12, "feet"),
+ name: "Front",
+ image: {
+ source: "./media/characters/orishan/front.svg",
+ extra: 1058/1023,
+ bottom: 23/1081
+ }
+ },
+ back: {
+ height: math.unit(2 + 7/12, "feet"),
+ name: "Back",
+ image: {
+ source: "./media/characters/orishan/back.svg",
+ extra: 1058/1023,
+ bottom: 23/1081
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(2, "cm")
+ },
+ {
+ name: "Normal",
+ height: math.unit(2 + 7/12, "feet"),
+ default: true
+ },
+ ]
+))
+
//characters
function makeCharacters() {