|
|
|
@@ -2457,6 +2457,10 @@ const speciesData = { |
|
|
|
name: "Dilophosaurus", |
|
|
|
parents: ["theropod"] |
|
|
|
}, |
|
|
|
"nagainini": { |
|
|
|
name: "Nagainini", |
|
|
|
parents: ["naga"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -67365,6 +67369,30 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Suma Roo", species: ["nagainini"], tags: ["naga"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(11.75, "feet"), |
|
|
|
weight: math.unit(4346, "lb"), |
|
|
|
preyCapacity: math.unit(20, "people"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/suma-roo/front.svg", |
|
|
|
extra: 1370/1365, |
|
|
|
bottom: 164/1534 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(11.75, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|