|
|
|
@@ -47290,7 +47290,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
{ name: "EcoByss", species: ["goat", "deity", "demon"], tags: ["anthro"] }, |
|
|
|
{ |
|
|
|
front: { |
|
|
|
height: math.unit(72, "earths"), |
|
|
|
height: math.unit(36, "earths"), |
|
|
|
name: "Front", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ecobyss/front.svg", |
|
|
|
@@ -47299,7 +47299,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
} |
|
|
|
}, |
|
|
|
back: { |
|
|
|
height: math.unit(72, "earths"), |
|
|
|
height: math.unit(36, "earths"), |
|
|
|
name: "Back", |
|
|
|
image: { |
|
|
|
source: "./media/characters/ecobyss/back.svg", |
|
|
|
@@ -47311,7 +47311,7 @@ characterMakers.push(() => makeCharacter( |
|
|
|
[ |
|
|
|
{ |
|
|
|
name: "Normal", |
|
|
|
height: math.unit(72, "earths"), |
|
|
|
height: math.unit(36, "earths"), |
|
|
|
default: true |
|
|
|
}, |
|
|
|
] |
|
|
|
|