|
|
|
@@ -2381,6 +2381,14 @@ const speciesData = { |
|
|
|
name: "Eastern Grey Kangaroo", |
|
|
|
parents: ["kangaroo"] |
|
|
|
}, |
|
|
|
"latenivenatrix": { |
|
|
|
name: "Latenivenatrix", |
|
|
|
parents: ["troodontidae"] |
|
|
|
}, |
|
|
|
"troodontidae": { |
|
|
|
name: "Troodontidae", |
|
|
|
parents: ["theropod", "avian"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -65105,6 +65113,29 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Camina", species: ["latenivenatrix"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
weight: math.unit(200, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/camina/front.svg", |
|
|
|
extra: 1048/985, |
|
|
|
bottom: 30/1078 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(6 + 2/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|