|
|
|
@@ -2329,6 +2329,10 @@ const speciesData = { |
|
|
|
name: "Shiny", |
|
|
|
parents: ["pokemon"] |
|
|
|
}, |
|
|
|
"latex": { |
|
|
|
name: "Latex", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -63504,6 +63508,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Moonbeam", species: ["latex", "wolf"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
weight: math.unit(115, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/moonbeam/side.svg", |
|
|
|
extra: 839/485, |
|
|
|
bottom: 60/899 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|