diff --git a/media/attribution.js b/media/attribution.js index 1ea87250..fa0fe572 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -16955,6 +16955,19 @@ const attributionData = { "railjunkey" ] }, + { + prefix: "./media/characters/atlas-morenai/", + files: [ + { name: "front.svg", source: null }, + { name: "back.svg", source: null }, + ], + authors: [ + "eddy-boy" + ], + owners: [ + "liameinarr" + ] + }, //characters { prefix: "./media/dildos/chance/", @@ -23404,6 +23417,10 @@ const attributionData = { "name": "railjunkey", "url": "https://www.furaffinity.net/user/railjunkey/" }, + "eddy-boy": { + "name": "eddy-boy", + "url": "https://www.furaffinity.net/user/eddy-boy/" + }, } } diff --git a/media/characters/atlas-morenai/back.svg b/media/characters/atlas-morenai/back.svg new file mode 100644 index 00000000..d913d608 --- /dev/null +++ b/media/characters/atlas-morenai/back.svg @@ -0,0 +1,1384 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/atlas-morenai/front.svg b/media/characters/atlas-morenai/front.svg new file mode 100644 index 00000000..c22fc0b3 --- /dev/null +++ b/media/characters/atlas-morenai/front.svg @@ -0,0 +1,1330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index f68b3ec4..fab7a0a3 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -1795,6 +1795,10 @@ const speciesData = { name: "Alicorn", parents: ["horse"] }, + "atlas-moth": { + name: "Atlas Moth", + parents: ["moth"] + }, } //species @@ -44588,6 +44592,41 @@ characterMakers.push(() => makeCharacter( ] )) +characterMakers.push(() => makeCharacter( + { name: "Atlas Morenai", species: ["red-panda", "atlas-moth"], tags: ["anthro"] }, + { + front: { + height: math.unit(1, "meter"), + name: "Front", + image: { + source: "./media/characters/atlas-morenai/front.svg", + extra: 1275/1043, + bottom: 19/1294 + } + }, + back: { + height: math.unit(1, "meter"), + name: "Back", + image: { + source: "./media/characters/atlas-morenai/back.svg", + extra: 1141/1001, + bottom: 25/1166 + } + }, + }, + [ + { + name: "Normal", + height: math.unit(1, "meter"), + default: true + }, + { + name: "Magic-Infused", + height: math.unit(5, "meters") + }, + ] +)) + //characters function makeCharacters() {