|
|
|
@@ -60626,6 +60626,66 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Pierce", species: ["dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(32, "meters"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/pierce/front.svg", |
|
|
|
extra: 1695/1475, |
|
|
|
bottom: 185/1880 |
|
|
|
} |
|
|
|
}, |
|
|
|
side: { |
|
|
|
height: math.unit(32, "meters"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/pierce/side.svg", |
|
|
|
extra: 974/859, |
|
|
|
bottom: 43/1017 |
|
|
|
} |
|
|
|
}, |
|
|
|
frontWingless: { |
|
|
|
height: math.unit(32, "meters"), |
|
|
|
name: "Front (Wingless)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/pierce/front-wingless.svg", |
|
|
|
extra: 1695/1475, |
|
|
|
bottom: 185/1880 |
|
|
|
} |
|
|
|
}, |
|
|
|
sideWingless: { |
|
|
|
height: math.unit(32, "meters"), |
|
|
|
name: "Side (Wingless)", |
|
|
|
image: { |
|
|
|
source: "./media/characters/pierce/side-wingless.svg", |
|
|
|
extra: 974/859, |
|
|
|
bottom: 43/1017 |
|
|
|
} |
|
|
|
}, |
|
|
|
maw: { |
|
|
|
height: math.unit(19.3, "meters"), |
|
|
|
name: "Maw", |
|
|
|
image: { |
|
|
|
source: "./media/characters/pierce/maw.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Small", |
|
|
|
height: math.unit(8.5, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(32, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|