|
|
|
@@ -1892,6 +1892,14 @@ const speciesData = { |
|
|
|
name: "Hedgehog", |
|
|
|
parents: ["mammal"] |
|
|
|
}, |
|
|
|
"liger": { |
|
|
|
name: "Liger", |
|
|
|
parents: ["lion", "tiger", "hybrid"] |
|
|
|
}, |
|
|
|
"hybrid": { |
|
|
|
name: "Hybrid", |
|
|
|
parents: [] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -48184,6 +48192,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ashe Pyriph", species: ["liger"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ashe-pyriph/front.svg", |
|
|
|
extra: 1935/1747, |
|
|
|
bottom: 60/1995 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 4/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|