Browse Source

Add Atlas Morenai

master
Fen Dweller 4 years ago
parent
commit
38fa2e0480
4 changed files with 2770 additions and 0 deletions
  1. +17
    -0
      media/attribution.js
  2. +1384
    -0
      media/characters/atlas-morenai/back.svg
  3. +1330
    -0
      media/characters/atlas-morenai/front.svg
  4. +39
    -0
      presets/characters.js

+ 17
- 0
media/attribution.js View File

@@ -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/"
},
}
}



+ 1384
- 0
media/characters/atlas-morenai/back.svg
File diff suppressed because it is too large
View File


+ 1330
- 0
media/characters/atlas-morenai/front.svg
File diff suppressed because it is too large
View File


+ 39
- 0
presets/characters.js View File

@@ -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() {


Loading…
Cancel
Save