diff --git a/media/attribution.js b/media/attribution.js index c55f17e6..a37c7f58 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -1858,6 +1858,18 @@ const attributionData = { "little-big-x110" ] }, + { + prefix: "./media/characters/luka/", + files: [ + { name: "front.svg", source: "https://twitter.com/UmbraHusky/status/1100146009114624000" } + ], + authors: [ + "umbrahusky" + ], + owners: [ + "umbrahusky" + ] + }, { prefix: "./media/characters/malfressa/", files: [ @@ -3596,6 +3608,10 @@ const attributionData = { "name": "RainbowFoxy", "url": "https://www.furaffinity.net/user/rainbowfoxy", }, + "umbrahusky": { + "name": "Umbra Husky", + "url": "https://twitter.com/UmbraHusky", + }, } } diff --git a/media/characters/luka/front.svg b/media/characters/luka/front.svg new file mode 100644 index 00000000..153e6d2c --- /dev/null +++ b/media/characters/luka/front.svg @@ -0,0 +1,122 @@ + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 99944717..5640e4c6 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6966,6 +6966,48 @@ characterMakers["Starry Aqua"] = () => { ] ) }; + +characterMakers["Luka"] = () => { + return makeCharacter( + "Luka", + "UmbraHusky", + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(230, "lb"), + name: "Front", + image: { + source: "./media/characters/luka/front.svg", + extra: 1 / (1 - 0.025), + bottom: 0.025 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(12 + 8/12, "feet") + }, + { + name: "Minimacro", + height: math.unit(20, "feet") + }, + { + name: "Macro", + height: math.unit(250, "feet") + }, + { + name: "Megamacro", + height: math.unit(5, "miles") + }, + { + name: "Gigamacro", + height: math.unit(8000, "miles") + }, + ] + ) +}; + function makeCharacters() { const results = []; results.push({