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