|
|
|
@@ -2497,6 +2497,10 @@ const speciesData = { |
|
|
|
name: "Virginia Opossum", |
|
|
|
parents: ["opossum"] |
|
|
|
}, |
|
|
|
"furret": { |
|
|
|
name: "Furret", |
|
|
|
parents: ["pokemon", "ferret"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -69286,6 +69290,30 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Telkar", species: ["furret"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
weight: math.unit(150, "lb"), |
|
|
|
preyCapacity: math.unit(3, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/telkar/front.svg", |
|
|
|
extra: 429/398, |
|
|
|
bottom: 11/440 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|