|
|
|
@@ -615,7 +615,7 @@ const speciesData = { |
|
|
|
}, |
|
|
|
"human": { |
|
|
|
name: "Human", |
|
|
|
parents: ["mammal"] |
|
|
|
parents: ["mammal", "humanoid"] |
|
|
|
}, |
|
|
|
"geth": { |
|
|
|
name: "Geth", |
|
|
|
@@ -2361,6 +2361,14 @@ const speciesData = { |
|
|
|
name: "Rusty-Spotted Cat", |
|
|
|
parents: ["cat"] |
|
|
|
}, |
|
|
|
"elf": { |
|
|
|
name: "Elf", |
|
|
|
parents: ["humanoid"] |
|
|
|
}, |
|
|
|
"humanoid": { |
|
|
|
name: "Humanoid", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -63996,6 +64004,33 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Cirkazi", species: ["elf"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(1.6, "meters"), |
|
|
|
weight: math.unit(100, "lb"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/cirkazi/front.svg", |
|
|
|
extra: 489/477, |
|
|
|
bottom: 0/489 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1.6, "meters") |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(91.4, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|