|
|
|
@@ -38868,6 +38868,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Tow", species: ["cat"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(160, "cm"), |
|
|
|
weight: math.unit(55, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/tow/front.svg", |
|
|
|
extra: 1751/1722, |
|
|
|
bottom: 74/1825 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Norm", |
|
|
|
height: math.unit(160, "cm") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Casual", |
|
|
|
height: math.unit(3200, "m"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Show-Off", |
|
|
|
height: math.unit(160, "km") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|