diff --git a/macrovision.js b/macrovision.js index e28e6abf..bf78ab29 100644 --- a/macrovision.js +++ b/macrovision.js @@ -97,7 +97,8 @@ math.createUnit("fathoms", { math.createUnit("earths", { definition: "12756km", - prefixes: "long" + prefixes: "long", + aliases: ["earth", "earths", "Earth", "Earths"] }); math.createUnit("lightsecond", { definition: "299792458 meters", diff --git a/media/attribution.js b/media/attribution.js index 4396c208..36d5898d 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -18310,6 +18310,22 @@ const attributionData = { "spotted-menace" ] }, + { + prefix: "./media/characters/lydemox-vir/", + files: [ + { name: "front.svg", source: "https://twitter.com/Lydemox/status/1443028751508381701", nsfw: true }, + { name: "front-sfw.svg", source: "https://twitter.com/Lydemox/status/1443028751508381701", nsfw: false }, + { name: "back.svg", source: "https://twitter.com/Lydemox/status/1443028751508381701", nsfw: false }, + { name: "paw.svg", source: "https://twitter.com/Lydemox/status/1443028751508381701", nsfw: false }, + { name: "dick.svg", source: "https://twitter.com/Lydemox/status/1443028751508381701", nsfw: true }, + ], + authors: [ + "lydemox" + ], + owners: [ + "lydemox" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -25304,6 +25320,10 @@ const attributionData = { "name": "spotted_menace", "url": "https://twitter.com/spotted_menace" }, + "lydemox": { + "name": "Lydemox", + "url": "https://twitter.com/Lydemox/" + }, } } diff --git a/media/characters/lydemox-vir/back.svg b/media/characters/lydemox-vir/back.svg new file mode 100644 index 00000000..060d1f36 --- /dev/null +++ b/media/characters/lydemox-vir/back.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lydemox-vir/dick.svg b/media/characters/lydemox-vir/dick.svg new file mode 100644 index 00000000..6b7b096a --- /dev/null +++ b/media/characters/lydemox-vir/dick.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + diff --git a/media/characters/lydemox-vir/front-sfw.svg b/media/characters/lydemox-vir/front-sfw.svg new file mode 100644 index 00000000..e1670970 --- /dev/null +++ b/media/characters/lydemox-vir/front-sfw.svg @@ -0,0 +1,1125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lydemox-vir/front.svg b/media/characters/lydemox-vir/front.svg new file mode 100644 index 00000000..aa2f34ea --- /dev/null +++ b/media/characters/lydemox-vir/front.svg @@ -0,0 +1,1185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/lydemox-vir/paw.svg b/media/characters/lydemox-vir/paw.svg new file mode 100644 index 00000000..a4e83ae3 --- /dev/null +++ b/media/characters/lydemox-vir/paw.svg @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index b410d4cb..44162832 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -49279,6 +49279,71 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Lydemox Vir", species: ["kitsune"], tags: ["anthro"] }, + { + front: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Front", + image: { + source: "./media/characters/lydemox-vir/front.svg", + extra: 1632/1435, + bottom: 58/1690 + } + }, + frontSFW: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Front (SFW)", + image: { + source: "./media/characters/lydemox-vir/front-sfw.svg", + extra: 1632/1435, + bottom: 58/1690 + } + }, + back: { + height: math.unit(6, "feet"), + weight: math.unit(180, "lb"), + name: "Back", + image: { + source: "./media/characters/lydemox-vir/back.svg", + extra: 1593/1408, + bottom: 31/1624 + } + }, + paw: { + height: math.unit(1.85, "feet"), + name: "Paw", + image: { + source: "./media/characters/lydemox-vir/paw.svg" + } + }, + dick: { + height: math.unit(1.8, "feet"), + name: "Dick", + image: { + source: "./media/characters/lydemox-vir/dick.svg" + } + }, + }, + [ + { + name: "Macro", + height: math.unit(100, "feet"), + default: true + }, + { + name: "Teramacro", + height: math.unit(1, "earth") + }, + { + name: "Planetary", + height: math.unit(20, "earths") + }, + ] +)) + //characters function makeCharacters() {