|
|
|
@@ -1743,6 +1743,10 @@ const speciesData = { |
|
|
|
name: "Skink", |
|
|
|
parents: ["lizard"] |
|
|
|
}, |
|
|
|
"bat-eared-fox": { |
|
|
|
name: "Bat-eared Fox", |
|
|
|
parents: ["fox"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -42814,6 +42818,33 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Bounty", species: ["bat-eared-fox"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(1.6, "meters"), |
|
|
|
weight: math.unit(60, "kg"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/bounty/front.svg", |
|
|
|
extra: 1426/1308, |
|
|
|
bottom: 15/1441 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(1.6, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(300, "meters") |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|