|
|
|
@@ -19287,45 +19287,88 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Natalie Kellon", species: ["fox"], tags: ["anthro"] }, |
|
|
|
{ name: "Natalie Kellon", species: ["red-fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 7 / 12, "feet"), |
|
|
|
weight: math.unit(147, "lb"), |
|
|
|
height: math.unit(5 + 7/12, "feet"), |
|
|
|
weight: math.unit(170, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/natalie-kellon/front.svg", |
|
|
|
extra: 1214 / 1141, |
|
|
|
bottom: 0.02 |
|
|
|
extra: 1723/1656, |
|
|
|
bottom: 87/1810 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2 + 6/12, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(5 + 7/12, "feet"), |
|
|
|
weight: math.unit(170, "lb"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/natalie-kellon/back.svg", |
|
|
|
extra: 1738/1663, |
|
|
|
bottom: 30/1768 |
|
|
|
}, |
|
|
|
extraAttributes: { |
|
|
|
"tailLength": { |
|
|
|
name: "Tail Length", |
|
|
|
power: 1, |
|
|
|
type: "length", |
|
|
|
base: math.unit(2 + 6/12, "feet") |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
head: { |
|
|
|
height: math.unit(1.67769, "feet"), |
|
|
|
name: "Head", |
|
|
|
image: { |
|
|
|
source: "./media/characters/natalie-kellon/head.svg" |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Tiny", |
|
|
|
height: math.unit(1/16, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Micro", |
|
|
|
height: math.unit(1 / 16, "inch") |
|
|
|
height: math.unit(1, "inch") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Tiny", |
|
|
|
height: math.unit(4, "inches") |
|
|
|
name: "Small", |
|
|
|
height: math.unit(5, "inches") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 7 / 12, "feet"), |
|
|
|
height: math.unit(5 + 7/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Amazon", |
|
|
|
height: math.unit(12, "feet") |
|
|
|
height: math.unit(13 + 6/12, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Giantess", |
|
|
|
height: math.unit(160, "meters") |
|
|
|
height: math.unit(50, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Massive", |
|
|
|
height: math.unit(200, "feet") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Titaness", |
|
|
|
height: math.unit(800, "meters") |
|
|
|
height: math.unit(2, "miles") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|