diff --git a/media/attribution.js b/media/attribution.js index 47d127d9..e1740005 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -21076,6 +21076,22 @@ const attributionData = { "xenogear" ] }, + { + prefix: "./media/characters/mystra/", + files: [ + { name: "front.svg", source: "https://www.furaffinity.net/view/18425734/" }, + { name: "front-lewd.svg", source: "https://www.furaffinity.net/view/18425719/", nsfw: true }, + { name: "head.svg", source: "https://www.furaffinity.net/view/18425734/" }, + { name: "paw.svg", source: "https://www.furaffinity.net/view/18425734/" }, + ], + authors: [ + "darsaberclaw", + "va0027" + ], + owners: [ + "va0027" + ] + }, //characters { prefix: "./media/fiction/halo/halo/", diff --git a/media/characters/mystra/front-lewd.svg b/media/characters/mystra/front-lewd.svg new file mode 100644 index 00000000..44e80f8e --- /dev/null +++ b/media/characters/mystra/front-lewd.svg @@ -0,0 +1,2159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mystra/front.svg b/media/characters/mystra/front.svg new file mode 100644 index 00000000..76020e3f --- /dev/null +++ b/media/characters/mystra/front.svg @@ -0,0 +1,2165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mystra/head.svg b/media/characters/mystra/head.svg new file mode 100644 index 00000000..2db1b917 --- /dev/null +++ b/media/characters/mystra/head.svg @@ -0,0 +1,769 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/mystra/paw.svg b/media/characters/mystra/paw.svg new file mode 100644 index 00000000..29a49178 --- /dev/null +++ b/media/characters/mystra/paw.svg @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 880d9da1..070592eb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -59243,6 +59243,93 @@ characterMakers.push(() => makeCharacter( } )) +characterMakers.push(() => makeCharacter( + { name: "Mystra", species: ["sergal"], tags: ["anthro"] }, + { + front: { + height: math.unit(1.8, "meters"), + weight: math.unit(110, "kg"), + name: "Front", + image: { + source: "./media/characters/mystra/front.svg", + extra: 529/442, + bottom: 31/560 + } + }, + frontLewd: { + height: math.unit(1.8, "meters"), + weight: math.unit(110, "kg"), + name: "Front (Lewd)", + image: { + source: "./media/characters/mystra/front-lewd.svg", + extra: 529/442, + bottom: 31/560 + } + }, + head: { + height: math.unit(1.63, "feet"), + name: "Head", + image: { + source: "./media/characters/mystra/head.svg" + } + }, + paw: { + height: math.unit(1.9, "feet"), + name: "Paw", + image: { + source: "./media/characters/mystra/paw.svg" + } + }, + }, + [ + { + name: "Incognito", + height: math.unit(2.3, "meters") + }, + { + name: "Small Macro", + height: math.unit(300, "meters") + }, + { + name: "Small Mega", + height: math.unit(2, "km") + }, + { + name: "Mega", + height: math.unit(30, "km") + }, + { + name: "Small Giga", + height: math.unit(100, "km") + }, + { + name: "Giga", + height: math.unit(1000, "km"), + default: true + }, + { + name: "Continental", + height: math.unit(5000, "km") + }, + { + name: "Terra", + height: math.unit(20000, "km") + }, + { + name: "Solar", + height: math.unit(2e6, "km") + }, + { + name: "Galactic", + height: math.unit(528502, "lightyears") + }, + { + name: "Universal", + height: math.unit(20, "universes") + }, + ] +)) + //characters function makeCharacters() {