diff --git a/media/attribution.js b/media/attribution.js index 3c02f19f..7f4aa697 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -277,6 +277,18 @@ const attributionData = { "jaro-the-dragon" ] }, + { + prefix: "./media/characters/juno/", + files: [ + { name: "front.svg", source: "https://toyhou.se/2991942.juno#16906063" }, + ], + authors: [ + "gaily" + ], + owners: [ + "little-big-x110" + ] + }, { prefix: "./media/characters/lexi/", files: [ @@ -515,6 +527,10 @@ const attributionData = { name: "Gaiawolfess", url: "https://www.furaffinity.net/user/gaiawolfess" }, + "gaily": { + name: "Gaily", + url: "https://www.furaffinity.net/user/gaily/" + }, "geminimacro": { name: "geminimacro", url: "https://www.furaffinity.net/user/lajay" diff --git a/media/characters/juno/front.svg b/media/characters/juno/front.svg new file mode 100644 index 00000000..4e35fee3 --- /dev/null +++ b/media/characters/juno/front.svg @@ -0,0 +1,97 @@ + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 4ee1eb31..6dd36adc 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -4471,6 +4471,38 @@ characterMakers["Martin"] = () => { ) }; +characterMakers["Juno"] = () => { + return makeCharacter( + "Juno", + "LittleBig", + { + front: { + height: math.unit(1.69, "meters"), + weight: math.unit(68, "kg"), + name: "Front", + image: { + source: "./media/characters/juno/front.svg" + } + } + }, + [ + { + name: "Micro", + height: math.unit(7, "cm") + }, + { + name: "Normal", + height: math.unit(1.89, "m") + }, + { + name: "Macro", + height: math.unit(353, "meters"), + default: true + } + ] + ) +}; + function makeCharacters() { const results = []; results.push({