diff --git a/media/attribution.js b/media/attribution.js
index b89e6b3f..731ca436 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -7324,6 +7324,21 @@ const attributionData = {
"adam0800"
]
},
+ {
+ prefix: "./media/characters/kassy/",
+ files: [
+ { name: "front.svg", source: "https://www.furaffinity.net/view/18230883/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/25362507/" },
+ { name: "back.svg", source: "https://www.furaffinity.net/view/18230883/" },
+ { name: "foot.svg", source: "https://www.furaffinity.net/view/18230883/" },
+ ],
+ authors: [
+ "kclt"
+ ],
+ owners: [
+ "kclt"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -10178,6 +10193,10 @@ const attributionData = {
"name": "Adam0800",
"url": "https://www.furaffinity.net/user/adam0800",
},
+ "kclt": {
+ "name": "kclt",
+ "url": "https://www.furaffinity.net/user/kclt/",
+ },
}
}
diff --git a/media/characters/kassy/back.svg b/media/characters/kassy/back.svg
new file mode 100644
index 00000000..43de97d2
--- /dev/null
+++ b/media/characters/kassy/back.svg
@@ -0,0 +1,138 @@
+
+
+
diff --git a/media/characters/kassy/foot.svg b/media/characters/kassy/foot.svg
new file mode 100644
index 00000000..c39b86f9
--- /dev/null
+++ b/media/characters/kassy/foot.svg
@@ -0,0 +1,39 @@
+
+
+
diff --git a/media/characters/kassy/front.svg b/media/characters/kassy/front.svg
new file mode 100644
index 00000000..e7c5ed1b
--- /dev/null
+++ b/media/characters/kassy/front.svg
@@ -0,0 +1,167 @@
+
+
+
diff --git a/media/characters/kassy/side.svg b/media/characters/kassy/side.svg
new file mode 100644
index 00000000..e2f0ee6a
--- /dev/null
+++ b/media/characters/kassy/side.svg
@@ -0,0 +1,181 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 666114f5..e5231c43 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -18161,6 +18161,67 @@ characterMakers["Typhek"] = () => {
)
};
+characterMakers["Kassy"] = () => {
+ return makeCharacter(
+ "Kassy",
+ "kclt",
+ {
+ side: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Side",
+ image: {
+ source: "./media/characters/kassy/side.svg",
+ extra: 1280/1225,
+ bottom: 0.002
+ }
+ },
+ front: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kassy/front.svg",
+ extra: 1280/1225,
+ bottom: 0.025
+ }
+ },
+ back: {
+ height: math.unit(5 + 7/12, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Back",
+ image: {
+ source: "./media/characters/kassy/back.svg",
+ extra: 1280/1225,
+ bottom: 0.002
+ }
+ },
+ foot: {
+ height: math.unit(1.266, "feet"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/kassy/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(5 + 7/12, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(137, "feet"),
+ default: true
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(1, "mile")
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {