|
|
|
@@ -2212,6 +2212,10 @@ const speciesData = { |
|
|
|
name: "Primate", |
|
|
|
parents: ["mammal"] |
|
|
|
}, |
|
|
|
"kulve-taroth": { |
|
|
|
name: "Kulve Taroth", |
|
|
|
parents: ["monster-hunter", "dragon"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -58826,6 +58830,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Kulve Ragnarok", species: ["kulve-taroth"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(9.5, "meters"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/kulve-ragnarok/side.svg", |
|
|
|
extra: 364/326, |
|
|
|
bottom: 50/414 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(9.5, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|