|
|
|
@@ -53151,6 +53151,43 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Lokuto Takama", species: ["arctic-fox", "kitsune"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(16 + 8/12, "feet"), |
|
|
|
weight: math.unit(9000, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/lokuto-takama/front.svg", |
|
|
|
extra: 1774/1632, |
|
|
|
bottom: 147/1921 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"bustWidth": { |
|
|
|
name: "Bust Width", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2.4, "meters") |
|
|
|
}, |
|
|
|
"breastWeight": { |
|
|
|
name: "Breast Weight", |
|
|
|
power: 3, |
|
|
|
type: "mass", |
|
|
|
base: math.unit(1000, "kg") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(16 + 8/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|