|
|
|
@@ -32271,6 +32271,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Osiris", species: ["plush", "dragon"], tags: ["feral"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(2100, "feet"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/osiris/side.svg", |
|
|
|
extra: 1105/939, |
|
|
|
bottom: 167/1272 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Macro", |
|
|
|
height: math.unit(2100, "feet"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|