|
|
|
@@ -68071,6 +68071,41 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Catherine Busch", species: ["arctic-fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
clothed: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
name: "Clothed", |
|
|
|
image: { |
|
|
|
source: "./media/characters/catherine-busch/clothed.svg", |
|
|
|
extra: 1330/1273, |
|
|
|
bottom: 45/1375 |
|
|
|
} |
|
|
|
}, |
|
|
|
nude: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
name: "Nude", |
|
|
|
image: { |
|
|
|
source: "./media/characters/catherine-busch/nude.svg", |
|
|
|
extra: 1330/1273, |
|
|
|
bottom: 45/1375 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Maximum", |
|
|
|
height: math.unit(1644, "feet") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|