diff --git a/media/attribution.js b/media/attribution.js index 14c421ce..6f7be58a 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2532,6 +2532,20 @@ const attributionData = { "megashi8027" ] }, + { + prefix: "./media/characters/mekuto/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/13805026/" }, + { name: "hand.svg", source: "https://www.furaffinity.net/view/13805026/" }, + { name: "foot.svg", source: "https://www.furaffinity.net/view/13805026/" }, + ], + authors: [ + "shorty-antics-furries" + ], + owners: [ + "mekuto" + ] + }, { prefix: "./media/characters/mira-al-cul/", files: [ @@ -4999,6 +5013,14 @@ const attributionData = { "name": "freschclauhs", "url": "https://www.furaffinity.net/user/freschrenders", }, + "mekuto": { + "name": "Mekuto", + "url": "https://www.furaffinity.net/user/mekuto", + }, + "shorty-antics-furries": { + "name": "shorty-antics-furries", + "url": "https://www.furaffinity.net/user/shorty-antics-furries", + }, } } diff --git a/media/characters/mekuto/foot.svg b/media/characters/mekuto/foot.svg new file mode 100644 index 00000000..81e7af89 --- /dev/null +++ b/media/characters/mekuto/foot.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + diff --git a/media/characters/mekuto/front.svg b/media/characters/mekuto/front.svg new file mode 100644 index 00000000..28bffea4 --- /dev/null +++ b/media/characters/mekuto/front.svg @@ -0,0 +1,491 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mekuto/hand.svg b/media/characters/mekuto/hand.svg new file mode 100644 index 00000000..70aa0b40 --- /dev/null +++ b/media/characters/mekuto/hand.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index dc944778..348af303 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8064,6 +8064,66 @@ characterMakers["Odyssey"] = () => { ) }; +characterMakers["Mekuto"] = () => { + return makeCharacter( + "Mekuto", + "Mekuto", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(300, "lb"), + name: "Front", + image: { + source: "./media/characters/mekuto/front.svg", + extra: 921/832 * (1 / (1 - 0.03)), + bottom: 0.03 + } + }, + hand: { + height: math.unit(6/10.24, "feet"), + name: "Hand", + image: { + source: "./media/characters/mekuto/hand.svg" + } + }, + foot: { + height: math.unit(6/5.05, "feet"), + name: "Foot", + image: { + source: "./media/characters/mekuto/foot.svg" + } + }, + }, + [ + { + name: "Minimicro", + height: math.unit(0.2, "inches") + }, + { + name: "Micro", + height: math.unit(1.5, "inches") + }, + { + name: "Normal", + height: math.unit(5 + 11/12, "feet"), + default: true + }, + { + name: "Minimacro", + height: math.unit(17 + 9/12, "feet") + }, + { + name: "Macro", + height: math.unit(177.5, "feet") + }, + { + name: "Megamacro", + height: math.unit(152, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({