|
|
@@ -57015,6 +57015,15 @@ characterMakers.push(() => makeCharacter( |
|
|
source: "./media/characters/velikan/front.svg", |
|
|
source: "./media/characters/velikan/front.svg", |
|
|
extra: 867/744, |
|
|
extra: 867/744, |
|
|
bottom: 71/938 |
|
|
bottom: 71/938 |
|
|
|
|
|
}, |
|
|
|
|
|
extraAttributes: { |
|
|
|
|
|
"shoeSize": { |
|
|
|
|
|
name: "Shoe Size", |
|
|
|
|
|
power: 1, |
|
|
|
|
|
type: "length", |
|
|
|
|
|
base: math.unit(135, "ShoeSizeUK"), |
|
|
|
|
|
defaultUnit: "ShoeSizeUK" |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
@@ -57055,6 +57064,29 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Sabiki", species: ["werewolf", "fennec-fox"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(4 + 3/12, "feet"), |
|
|
|
|
|
weight: math.unit(90, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/sabiki/front.svg", |
|
|
|
|
|
extra: 1662/1423, |
|
|
|
|
|
bottom: 65/1727 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(4 + 3/12, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|