diff --git a/media/attribution.js b/media/attribution.js index 9feeff3a..5a61b842 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -8957,6 +8957,19 @@ const attributionData = { "corriezodori" ] }, + { + prefix: "./media/characters/lexir/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "yutmutt" + ], + owners: [ + "geldazane" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", @@ -12391,6 +12404,10 @@ const attributionData = { "name": "CorrieZodori", "url": "https://www.furaffinity.net/user/corriezodori", }, + "geldazane": { + "name": "Bronzewing", + "url": "https://www.furaffinity.net/user/geldazane/", + }, } } diff --git a/media/characters/lexir/back.svg b/media/characters/lexir/back.svg new file mode 100644 index 00000000..ddafa785 --- /dev/null +++ b/media/characters/lexir/back.svg @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lexir/front.svg b/media/characters/lexir/front.svg new file mode 100644 index 00000000..97ddaa2c --- /dev/null +++ b/media/characters/lexir/front.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 06315e5a..b3982bd3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -20302,6 +20302,51 @@ characterMakers.push(() => makeCharacter( }, ] )) + +characterMakers.push(() => makeCharacter( + { name: "Lexir" }, + { + front: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/lexir/front.svg", + extra: 180/172, + bottom: 12/192 + } + }, + back: { + height: math.unit(6 + 5/12, "feet"), + weight: math.unit(180, "lb"), + name: "Back", + image: { + source: "./media/characters/lexir/back.svg", + extra: 183.84/175.5, + bottom: 3.1/187 + } + }, + }, + [ + { + name: "Very Smal", + height: math.unit(1, "nm") + }, + { + name: "Normal", + height: math.unit(6 + 5/12, "feet"), + default: true + }, + { + name: "Macro", + height: math.unit(1, "mile") + }, + { + name: "Megamacro", + height: math.unit(50, "miles") + }, + ] +)) //characters function makeCharacters() {