|
|
|
@@ -44691,33 +44691,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Susan Grant", species: ["human"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
weight: math.unit(185, "lb"), |
|
|
|
height: math.unit(1.96, "meters"), |
|
|
|
weight: math.unit(220, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/susan-grant/front.svg", |
|
|
|
extra: 1351/1327, |
|
|
|
bottom: 26/1377 |
|
|
|
extra: 482/478, |
|
|
|
bottom: 7/489 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 3/12, "feet"), |
|
|
|
height: math.unit(1.96, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(225, "feet") |
|
|
|
height: math.unit(76.2, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro+", |
|
|
|
height: math.unit(900, "feet") |
|
|
|
name: "MegaMacro", |
|
|
|
height: math.unit(305, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "MegaMacro", |
|
|
|
height: math.unit(14400, "feet") |
|
|
|
name: "GigaMacro", |
|
|
|
height: math.unit(1220, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "SuperMacro", |
|
|
|
height: math.unit(4878, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|