diff --git a/media/attribution.js b/media/attribution.js
index 57aceedd..e5cf4eda 100644
--- a/media/attribution.js
+++ b/media/attribution.js
@@ -2401,6 +2401,18 @@ const attributionData = {
"chrisrules123"
]
},
+ {
+ prefix: "./media/characters/kayroo/",
+ files: [
+ { name: "front.svg", source: null }
+ ],
+ authors: [
+ "solaxee"
+ ],
+ owners: [
+ "kayroo"
+ ]
+ },
{
prefix: "./media/characters/kennedy/",
files: [
@@ -5453,6 +5465,10 @@ const attributionData = {
"name": "Alexi",
"url": "https://twitter.com/AlexiWerewolf",
},
+ "kayroo": {
+ "name": "Kayroo",
+ "url": "https://www.furaffinity.net/user/kayroo/",
+ },
}
}
diff --git a/media/characters/kayroo/foot.svg b/media/characters/kayroo/foot.svg
new file mode 100644
index 00000000..72a56460
--- /dev/null
+++ b/media/characters/kayroo/foot.svg
@@ -0,0 +1,45 @@
+
+
+
diff --git a/media/characters/kayroo/front.svg b/media/characters/kayroo/front.svg
new file mode 100644
index 00000000..8ad6d772
--- /dev/null
+++ b/media/characters/kayroo/front.svg
@@ -0,0 +1,194 @@
+
+
+
diff --git a/presets/characters.js b/presets/characters.js
index 08ed7213..3e224ef5 100644
--- a/presets/characters.js
+++ b/presets/characters.js
@@ -9141,6 +9141,59 @@ characterMakers["Alexi"] = () => {
)
};
+characterMakers["Kayroo"] = () => {
+ return makeCharacter(
+ "Kayroo",
+ "Kayroo",
+ {
+ front: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Front",
+ image: {
+ source: "./media/characters/kayroo/front.svg",
+ extra: 1153/1038 * (1 / (1 - 0.06)),
+ bottom: 0.06
+ }
+ },
+ foot: {
+ height: math.unit(6, "feet"),
+ weight: math.unit(150, "lb"),
+ name: "Foot",
+ image: {
+ source: "./media/characters/kayroo/foot.svg"
+ }
+ },
+ },
+ [
+ {
+ name: "Normal",
+ height: math.unit(8, "feet")
+ },
+ {
+ name: "Minimacro",
+ height: math.unit(250, "feet")
+ },
+ {
+ name: "Macro",
+ height: math.unit(2800, "feet")
+ },
+ {
+ name: "Megamacro",
+ height: math.unit(5200, "feet")
+ },
+ {
+ name: "Gigamacro",
+ height: math.unit(27000, "feet")
+ },
+ {
+ name: "Omega",
+ height: math.unit(45000, "feet")
+ },
+ ]
+ )
+};
+
function makeCharacters() {
const results = [];
results.push({