|
|
|
@@ -68735,6 +68735,45 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Jaanada Palzathan", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(100, "meters"), |
|
|
|
weight: math.unit(12700, "tonnes"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/jaanada-palzathan/front.svg", |
|
|
|
extra: 691/652, |
|
|
|
bottom: 13/704 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Giant 1", |
|
|
|
height: math.unit(2.62, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant 2", |
|
|
|
height: math.unit(4.14, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro 1", |
|
|
|
height: math.unit(38.4, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro 2", |
|
|
|
height: math.unit(100, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro 3", |
|
|
|
height: math.unit(1800, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|