|
|
@@ -2453,6 +2453,10 @@ const speciesData = { |
|
|
name: "Vampire Bat", |
|
|
name: "Vampire Bat", |
|
|
parents: ["bat"] |
|
|
parents: ["bat"] |
|
|
}, |
|
|
}, |
|
|
|
|
|
"dilophosaurus": { |
|
|
|
|
|
name: "Dilophosaurus", |
|
|
|
|
|
parents: ["theropod"] |
|
|
|
|
|
}, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//species |
|
|
//species |
|
|
@@ -67324,6 +67328,43 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Taylor (Dilophosaurus)", species: ["dilophosaurus"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(5 + 3/12, "feet"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/taylor-dilophosaurus/front.svg", |
|
|
|
|
|
extra: 1209/1159, |
|
|
|
|
|
bottom: 33/1242 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
maw: { |
|
|
|
|
|
height: math.unit(1.75, "feet"), |
|
|
|
|
|
name: "Maw", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/taylor-dilophosaurus/maw.svg" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Micro", |
|
|
|
|
|
height: math.unit(3, "inches") |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Regular", |
|
|
|
|
|
height: math.unit(5 + 3/12, "feet"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Imagined", |
|
|
|
|
|
height: math.unit(90, "meters") |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|