|
|
|
@@ -2053,6 +2053,10 @@ const speciesData = { |
|
|
|
name: "Joltik", |
|
|
|
parents: ["pokemon", "insect"] |
|
|
|
}, |
|
|
|
"mink": { |
|
|
|
name: "Mink", |
|
|
|
parents: ["mustelid"] |
|
|
|
}, |
|
|
|
} |
|
|
|
|
|
|
|
//species |
|
|
|
@@ -53577,6 +53581,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Sen (Mink)", species: ["mink"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(5, "feet"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/sen-mink/front.svg", |
|
|
|
extra: 1727/1675, |
|
|
|
bottom: 35/1762 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(5, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|