|
|
|
@@ -41793,6 +41793,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Fia Dreamweaver", species: ["spireborn"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(19, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/fia-dreamweaver/front.svg", |
|
|
|
extra: 1630/1504, |
|
|
|
bottom: 25/1655 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(19, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|