|
|
|
@@ -34490,6 +34490,56 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Renholder", species: ["bat"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(7 + 3/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/renholder/front.svg", |
|
|
|
extra: 3096/2960, |
|
|
|
bottom: 250/3346 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal Bat", |
|
|
|
height: math.unit(7 + 3/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Slightly Tall Bat", |
|
|
|
height: math.unit(100, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Big Bat", |
|
|
|
height: math.unit(1000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "City-Sized Bat", |
|
|
|
height: math.unit(200000, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Bigger Bat", |
|
|
|
height: math.unit(10000, "miles") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Solar Sized Bat", |
|
|
|
height: math.unit(100, "AU") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Galactic Bat", |
|
|
|
height: math.unit(200000, "lightyears") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Universally Known Bat", |
|
|
|
height: math.unit(1, "universe") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|