|
|
|
@@ -2417,6 +2417,10 @@ const speciesData = { |
|
|
|
name: "Driger", |
|
|
|
parents: ["dragon", "tiger"] |
|
|
|
}, |
|
|
|
"homestuck-troll": { |
|
|
|
name: "Troll (Homestuck)", |
|
|
|
parents: ["humanoid"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -65655,6 +65659,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Sifray", species: ["homestuck-troll"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/sifray/front.svg", |
|
|
|
extra: 722/691, |
|
|
|
bottom: 64/786 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5 + 6/12, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|