|
|
@@ -1694,6 +1694,14 @@ const speciesData = { |
|
|
"feliform": { |
|
|
"feliform": { |
|
|
name: "Feliform", |
|
|
name: "Feliform", |
|
|
parents: ["mammal"] |
|
|
parents: ["mammal"] |
|
|
|
|
|
}, |
|
|
|
|
|
"tiefling": { |
|
|
|
|
|
name: "Tiefling", |
|
|
|
|
|
parents: ["devil"] |
|
|
|
|
|
}, |
|
|
|
|
|
"devil": { |
|
|
|
|
|
name: "Devil", |
|
|
|
|
|
parents: ["supernatural"] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@@ -41308,6 +41316,29 @@ characterMakers.push(() => makeCharacter( |
|
|
] |
|
|
] |
|
|
)) |
|
|
)) |
|
|
|
|
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
|
|
{ name: "Zanna Virtuedòttir", species: ["tiefling"], tags: ["anthro"] }, |
|
|
|
|
|
{ |
|
|
|
|
|
front: { |
|
|
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
|
|
weight: math.unit(160, "lb"), |
|
|
|
|
|
name: "Front", |
|
|
|
|
|
image: { |
|
|
|
|
|
source: "./media/characters/zanna-virtuedòttir/front.svg", |
|
|
|
|
|
extra: 1227/1174, |
|
|
|
|
|
bottom: 37/1264 |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
[ |
|
|
|
|
|
{ |
|
|
|
|
|
name: "Macro", |
|
|
|
|
|
height: math.unit(444, "meters"), |
|
|
|
|
|
default: true |
|
|
|
|
|
}, |
|
|
|
|
|
] |
|
|
|
|
|
)) |
|
|
|
|
|
|
|
|
//characters |
|
|
//characters |
|
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
function makeCharacters() { |
|
|
|