|
|
|
@@ -45278,6 +45278,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ceruleus", species: ["fox", "dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(2, "meters"), |
|
|
|
weight: math.unit(300, "kg"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ceruleus/side.svg", |
|
|
|
extra: 1068/974, |
|
|
|
bottom: 126/1194 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(16, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|