|
|
@@ -51556,6 +51556,53 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Celeste", species: ["raptor", "alien"], tags: ["feral"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
side: { |
|
|
|
|
|
height: math.unit(0.6, "meters"), |
|
|
|
|
|
weight: math.unit(24, "kg"), |
|
|
|
|
|
name: "Side", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/celeste/side.svg", |
|
|
|
|
|
extra: 810/517, |
|
|
|
|
|
bottom: 53/863 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Velociraptor", |
|
|
|
|
|
height: math.unit(0.6, "meters"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Utahraptor", |
|
|
|
|
|
height: math.unit(1.8, "meters") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Gallimimus", |
|
|
|
|
|
height: math.unit(4.0, "meters") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Large", |
|
|
|
|
|
height: math.unit(20, "meters") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Planetary", |
|
|
|
|
|
height: math.unit(50, "megameters") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Stellar", |
|
|
|
|
|
height: math.unit(1.5, "gigameters") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Galactic", |
|
|
|
|
|
height: math.unit(100, "exameters") |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|