|
|
|
@@ -1856,6 +1856,10 @@ const speciesData = { |
|
|
|
name: "Drake", |
|
|
|
parents: ["dragon"] |
|
|
|
}, |
|
|
|
"okapi": { |
|
|
|
name: "Okapi", |
|
|
|
parents: ["giraffe"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -47530,6 +47534,37 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ivan", species: ["okapi"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(1561, "inches"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ivan/front.svg", |
|
|
|
extra: 1126/1071, |
|
|
|
bottom: 26/1152 |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(1561, "inches"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ivan/back.svg", |
|
|
|
extra: 1134/1079, |
|
|
|
bottom: 30/1164 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1561, "inches"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|