diff --git a/media/attribution.js b/media/attribution.js index 76349ff0..ae1691e2 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -2361,6 +2361,18 @@ const attributionData = { "bossvoss" ] }, + { + prefix: "./media/characters/kimiko/", + files: [ + { name: "side.svg", source: "https://www.furaffinity.net/view/32689858/" } + ], + authors: [ + "jimbohusky" + ], + owners: [ + "hypocriticaldragon" + ] + }, { prefix: "./media/characters/kuro-shi-uchū/", files: [ @@ -5305,6 +5317,10 @@ const attributionData = { "name": "Jordan Deware", "url": "https://twitter.com/JordanDeware27", }, + "jimbohusky": { + "name": "JimboHusky", + "url": "https://www.furaffinity.net/user/jimbohusky", + }, } } diff --git a/media/characters/kimiko/side.svg b/media/characters/kimiko/side.svg new file mode 100644 index 00000000..a222987b --- /dev/null +++ b/media/characters/kimiko/side.svg @@ -0,0 +1,93 @@ + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index fb4644dc..18a95d39 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -8836,6 +8836,57 @@ characterMakers["Jordan Deware"] = () => { ) }; +characterMakers["Kimiko"] = () => { + return makeCharacter( + "Kimiko", + "HypoTheDerg", + { + side: { + height: math.unit(6, "feet"), + weight: math.unit(150, "lb"), + name: "Side", + image: { + source: "./media/characters/kimiko/side.svg", + extra: 600/358 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(15, "feet") + }, + { + name: "Macro", + height: math.unit(220, "feet") + }, + { + name: "Macro+", + height: math.unit(1450, "feet") + }, + { + name: "Megamacro", + height: math.unit(11500, "feet") + }, + { + name: "Gigamacro", + height: math.unit(9500, "miles") + }, + { + name: "Teramacro", + height: math.unit(2208005005, "miles") + }, + { + name: "Examacro", + height: math.unit(2750, "parsecs") + }, + { + name: "Zettamacro", + height: math.unit(101500, "parsecs") + }, + ] + ) +}; function makeCharacters() { const results = [];