|
|
|
@@ -60245,6 +60245,28 @@ characterMakers.push(() => makeCharacter( |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "Ragnark", species: ["suicune"], tags: ["taur"] }, |
|
|
|
{ |
|
|
|
side: { |
|
|
|
height: math.unit(7.8, "meters"), |
|
|
|
name: "Side", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ragnarok/side.svg", |
|
|
|
extra: 725/621, |
|
|
|
bottom: 72/797 |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(7.8, "meters"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
)) |
|
|
|
|
|
|
|
//characters |
|
|
|
|
|
|
|
function makeCharacters() { |
|
|
|
|