diff --git a/media/attribution.js b/media/attribution.js
index 154be5ce..26d71a8a 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -16757,6 +16757,20 @@ const attributionData = {
"virgolkthekobold"
]
},
+ {
+ prefix: "./media/characters/sydney-heki/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/33817215/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/33817215/" },
+ { name: "front-dressed.svg", source: "https://www.furaffinity.net/view/33817215/" },
+ ],
+ authors: [
+ "fetalstar"
+ ],
+ owners: [
+ "99centsoftness"
+ ]
+ },
//characters
{
prefix: "./media/dildos/chance/",
@@ -23060,6 +23074,10 @@ const attributionData = {
"name": "Virgolkthekobold",
"url": "https://twitter.com/Virgolkthekobo1"
},
+ "fetalstar": {
+ "name": "fetalstar",
+ "url": "https://www.furaffinity.net/user/fetalstar/"
+ },
}
}
diff --git a/media/characters/sydney-heki/back.svg b/media/characters/sydney-heki/back.svg
new file mode 100644
index 00000000..f69bf09e
--- /dev/null
+++ b/media/characters/sydney-heki/back.svg
@@ -0,0 +1,527 @@
+
+
+
diff --git a/media/characters/sydney-heki/front-dressed.svg b/media/characters/sydney-heki/front-dressed.svg
new file mode 100644
index 00000000..ad6d6ed8
--- /dev/null
+++ b/media/characters/sydney-heki/front-dressed.svg
@@ -0,0 +1,959 @@
+
+
+
diff --git a/media/characters/sydney-heki/front.svg b/media/characters/sydney-heki/front.svg
new file mode 100644
index 00000000..1757f6fb
--- /dev/null
+++ b/media/characters/sydney-heki/front.svg
@@ -0,0 +1,788 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index be98bed8..046f7740 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -44006,6 +44006,57 @@ characterMakers.push(() => makeCharacter(
]
))
+characterMakers.push(() => makeCharacter(
+ { name: "Sydney Heki", species: ["werewolf"], tags: ["anthro"] },
+ {
+ front: {
+ height: math.unit(9 + 8/12, "feet"),
+ weight: math.unit(800, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/sydney-heki/front.svg",
+ extra: 1360/1300,
+ bottom: 22/1382
+ }
+ },
+ back: {
+ height: math.unit(9 + 8/12, "feet"),
+ weight: math.unit(800, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/sydney-heki/back.svg",
+ extra: 1356/1293,
+ bottom: 12/1368
+ }
+ },
+ frontDressed: {
+ height: math.unit(9 + 8/12, "feet"),
+ weight: math.unit(800, "lb"),
+ name: "Front-dressed",
+ image: {
+ source: "./media/characters/sydney-heki/front-dressed.svg",
+ extra: 1360/1300,
+ bottom: 22/1382
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(9 + 8/12, "feet"),
+ default: true
+ },
+ {
+ name: "Macro",
+ height: math.unit(500, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(3.6, "miles")
+ },
+ ]
+))
+
//characters
function makeCharacters() {