|
|
|
@@ -58043,6 +58043,43 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Davwyn", species: ["dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(1.02, "meters"), |
|
|
|
weight: math.unit(120, "lb"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/davwyn/side.svg", |
|
|
|
extra: 1557/1225, |
|
|
|
bottom: 131/1688 |
|
|
|
} |
|
|
|
}, |
|
|
|
front: { |
|
|
|
height: math.unit(0.98, "meters"), |
|
|
|
weight: math.unit(120, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/davwyn/front.svg", |
|
|
|
extra: 870/843, |
|
|
|
bottom: 175/1045 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Minidrake", |
|
|
|
height: math.unit(0.3048, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1.02, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|