diff --git a/media/attribution.js b/media/attribution.js index 71af6c06..c36294eb 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -7119,6 +7119,21 @@ const attributionData = { "sapphy" ] }, + { + prefix: "./media/characters/kiro/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/13366898/" } + ], + authors: [ + "zhivagod", + "wilhelmwulf", + "paper-wings", + "keeya" + ], + owners: [ + "keeya" + ] + }, //characters { prefix: "./media/food/animals/", @@ -9864,6 +9879,22 @@ const attributionData = { "name": "ocaritna", "url": "https://www.furaffinity.net/user/ocaritna", }, + "zhivagod": { + "name": "ZhivaGod", + "url": "https://www.furaffinity.net/user/zhivagod", + }, + "wilhelmwulf": { + "name": "Wilhelmwulf", + "url": "https://www.furaffinity.net/user/wilhelmwulf", + }, + "paper-wings": { + "name": "Paper-Wings", + "url": "https://www.furaffinity.net/user/paper-wings", + }, + "keeya": { + "name": "Keeya", + "url": "https://www.furaffinity.net/user/keeya", + }, } } diff --git a/media/characters/kiro/front.svg b/media/characters/kiro/front.svg new file mode 100644 index 00000000..a7e24d8a --- /dev/null +++ b/media/characters/kiro/front.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index cfb59745..57002e70 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -17437,6 +17437,40 @@ characterMakers["Sapphy"] = () => { ) }; +characterMakers["Kiro"] = () => { + return makeCharacter( + "Kiro", + "Keeya", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(170, "lb"), + name: "Front", + image: { + source: "./media/characters/kiro/front.svg", + extra: 1064/1012, + bottom: 0.052 + } + }, + }, + [ + { + name: "Micro", + height: math.unit(6, "inches"), + default: true + }, + { + name: "Normal", + height: math.unit(6, "feet") + }, + { + name: "Macro", + height: math.unit(72, "feet") + }, + ] + ) +}; + //characters function makeCharacters() {