|
|
@@ -2172,6 +2172,10 @@ const speciesData = { |
|
|
name: "Eastern Cottontail Rabbit", |
|
|
name: "Eastern Cottontail Rabbit", |
|
|
parents: ["rabbit"] |
|
|
parents: ["rabbit"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"thresher-shark": { |
|
|
|
|
|
name: "Thresher Shark", |
|
|
|
|
|
parents: ["shark"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -57301,6 +57305,29 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Wireshark", species: ["thresher-shark"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(1.58, "meters"), |
|
|
|
|
|
weight: math.unit(47, "kg"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/wireshark/front.svg", |
|
|
|
|
|
extra: 883/838, |
|
|
|
|
|
bottom: 66/949 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Normal", |
|
|
|
|
|
height: math.unit(1.58, "meters"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|