diff --git a/media/attribution.js b/media/attribution.js
index f3c4820d..99d056a0 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -6813,6 +6813,20 @@ const attributionData = {
"trisha"
]
},
+ {
+ prefix: "./media/characters/kash/",
+ files: [
+ { name: "looking.svg", source: "https://www.furaffinity.net/view/19449759/" },
+ { name: "side.svg", source: "https://www.furaffinity.net/view/19449759/" },
+ { name: "front.svg", source: "https://www.furaffinity.net/view/19449759/" },
+ ],
+ authors: [
+ "vorelord"
+ ],
+ owners: [
+ "4wrz"
+ ]
+ },
//characters
{
prefix: "./media/food/animals/",
@@ -9408,6 +9422,14 @@ const attributionData = {
"name": "Trisha",
"url": "https://www.f-list.net/c/kachina%20queens/",
},
+ "vorelord": {
+ "name": "VoreLord",
+ "url": "https://www.furaffinity.net/user/vorelord",
+ },
+ "4wrz": {
+ "name": "4wrz",
+ "url": "https://www.furaffinity.net/user/4wrz",
+ },
}
}
diff --git a/media/characters/kash/front.svg b/media/characters/kash/front.svg
new file mode 100644
index 00000000..8c1e0e3a
--- /dev/null
+++ b/media/characters/kash/front.svg
@@ -0,0 +1,74 @@
+
+
+
diff --git a/media/characters/kash/looking.svg b/media/characters/kash/looking.svg
new file mode 100644
index 00000000..cb52d616
--- /dev/null
+++ b/media/characters/kash/looking.svg
@@ -0,0 +1,93 @@
+
+
+
diff --git a/media/characters/kash/side.svg b/media/characters/kash/side.svg
new file mode 100644
index 00000000..548e1cad
--- /dev/null
+++ b/media/characters/kash/side.svg
@@ -0,0 +1,72 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 3b8ed5c5..ad1b57b5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -16547,6 +16547,60 @@ characterMakers["Kachina"] = () => {
)
};
+characterMakers["Kash"] = () => {
+ return makeCharacter(
+ "Kash",
+ "4wrz",
+ {
+ looking: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(300, "kg"),
+ name: "Looking",
+ image: {
+ source: "./media/characters/kash/looking.svg",
+ extra: 474/344,
+ bottom: 0.03
+ }
+ },
+ side: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(300, "kg"),
+ name: "Side",
+ image: {
+ source: "./media/characters/kash/side.svg",
+ extra: 302/251,
+ bottom: 0.03
+ }
+ },
+ front: {
+ height: math.unit(2, "meters"),
+ weight: math.unit(300, "kg"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kash/front.svg",
+ extra: 495/360,
+ bottom: 0.015
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(2, "meters"),
+ default: true
+ },
+ {
+ name: "Big",
+ height: math.unit(3, "meters")
+ },
+ {
+ name: "Large",
+ height: math.unit(5, "meters")
+ },
+ ]
+ )
+};
+
//characters
function makeCharacters() {