|
|
|
@@ -35615,6 +35615,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Powder", species: ["sugar-glider"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(3, "inches"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/powder/front.svg", |
|
|
|
extra: 1504/1334, |
|
|
|
bottom: 518/2022 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(3, "inches"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|