|
|
|
@@ -59119,6 +59119,48 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Managarmr", species: ["dragon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
casual_front: { |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/casual-front.svg", |
|
|
|
extra: 411/381, |
|
|
|
bottom: 15/426 |
|
|
|
}, |
|
|
|
form: "casual", |
|
|
|
}, |
|
|
|
casual_back: { |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
weight: math.unit(190, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/managarmr/casual-back.svg", |
|
|
|
extra: 413/383, |
|
|
|
bottom: 13/426 |
|
|
|
}, |
|
|
|
form: "casual", |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 1/12, "feet"), |
|
|
|
form: "casual", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
], |
|
|
|
{ |
|
|
|
"casual": { |
|
|
|
name: "Casual", |
|
|
|
default: true |
|
|
|
}, |
|
|
|
} |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|