|
|
|
@@ -68869,6 +68869,82 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "William Tudor", species: ["kitsune"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
weight: math.unit(205, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/william-tudor/front.svg", |
|
|
|
extra: 1865/1701, |
|
|
|
bottom: 91/1956 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(3, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
weight: math.unit(205, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/william-tudor/back.svg", |
|
|
|
extra: 1911/1731, |
|
|
|
bottom: 19/1930 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(3, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
head: { |
|
|
|
height: math.unit(1.9, "feet"), |
|
|
|
name: "Head", |
|
|
|
image: { |
|
|
|
source: "./media/characters/william-tudor/head.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Tiny", |
|
|
|
height: math.unit(1, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Micro", |
|
|
|
height: math.unit(6, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giant", |
|
|
|
height: math.unit(15, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Massive", |
|
|
|
height: math.unit(100, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titanic", |
|
|
|
height: math.unit(1, "mile") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|