diff --git a/media/attribution.js b/media/attribution.js
index ae1691e2..c460428d 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -1309,6 +1309,19 @@ const attributionData = {
"vonadi"
]
},
+ {
+ prefix: "./media/characters/andrew-sleepy/",
+ files: [
+ { name: "front.svg", source: "https://www.deviantart.com/theproky/art/My-OC-Andrew-Sleepy-813265071" },
+ { name: "side.svg", source: "https://www.deviantart.com/theproky/art/My-OC-Andrew-Sleepy-813265071" }
+ ],
+ authors: [
+ "zerohour99"
+ ],
+ owners: [
+ "theproky"
+ ]
+ },
{
prefix: "./media/characters/andy/",
files: [
@@ -5321,6 +5334,15 @@ const attributionData = {
"name": "JimboHusky",
"url": "https://www.furaffinity.net/user/jimbohusky",
},
+ "theproky": {
+ "name": "TheProky",
+ "url": "https://www.deviantart.com/theproky",
+ },
+ "zerohour99": {
+ "name": "zerohour99",
+ "url": "https://www.deviantart.com/zerohour99",
+ },
+
}
}
diff --git a/media/characters/andrew-sleepy/front.svg b/media/characters/andrew-sleepy/front.svg
new file mode 100644
index 00000000..0d29bc74
--- /dev/null
+++ b/media/characters/andrew-sleepy/front.svg
@@ -0,0 +1,142 @@
+
+
+
diff --git a/media/characters/andrew-sleepy/side.svg b/media/characters/andrew-sleepy/side.svg
new file mode 100644
index 00000000..5429c2f2
--- /dev/null
+++ b/media/characters/andrew-sleepy/side.svg
@@ -0,0 +1,108 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 18a95d39..5526f0a6 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -8888,6 +8888,38 @@ characterMakers["Kimiko"] = () => {
)
};
+characterMakers["Andrew Sleepy"] = () => {
+ return makeCharacter(
+ "Andrew Sleepy",
+ "Proky",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(70, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/andrew-sleepy/front.svg"
+ }
+ },
+ side: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(70, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/andrew-sleepy/side.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Micro",
+ height: math.unit(1, "mm"),
+ default: true
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({