|
|
|
@@ -49047,6 +49047,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Charlie (Dog)", species: ["dog"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
nude: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
name: "Nude", |
|
|
|
image: { |
|
|
|
source: "./media/characters/charlie-dog/nude.svg", |
|
|
|
extra: 768/734, |
|
|
|
bottom: 26/794 |
|
|
|
} |
|
|
|
}, |
|
|
|
dressed: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
name: "Dressed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/charlie-dog/dressed.svg", |
|
|
|
extra: 768/734, |
|
|
|
bottom: 26/794 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|