|
|
|
@@ -64510,6 +64510,49 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Barus", species: ["deity"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(9, "feet"), |
|
|
|
weight: math.unit(518, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/barus/front.svg", |
|
|
|
extra: 1877/1795, |
|
|
|
bottom: 55/1932 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Base Height", |
|
|
|
height: math.unit(9, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Large", |
|
|
|
height: math.unit(18, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(100, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Huge", |
|
|
|
height: math.unit(500, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Enormous", |
|
|
|
height: math.unit(300, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Deity Among Man", |
|
|
|
height: math.unit(3000, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|