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