| @@ -54070,8 +54070,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Trance", species: ["hyena"], tags: ["anthro"] }, | { name: "Trance", species: ["hyena"], tags: ["anthro"] }, | ||||
| { | { | ||||
| hyenaSide: { | hyenaSide: { | ||||
| height: math.unit(80, "cm"), | |||||
| weight: math.unit(110, "lb"), | |||||
| height: math.unit(120, "cm"), | |||||
| weight: math.unit(120, "lb"), | |||||
| name: "Side", | name: "Side", | ||||
| image: { | image: { | ||||
| source: "./media/characters/trance/hyena-side.svg", | source: "./media/characters/trance/hyena-side.svg", | ||||
| @@ -54082,10 +54082,18 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Macro", | |||||
| height: math.unit(37, "feet"), | |||||
| name: "Normal", | |||||
| height: math.unit(120, "cm"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Dire", | |||||
| height: math.unit(230, "cm") | |||||
| }, | |||||
| { | |||||
| name: "Macro", | |||||
| height: math.unit(37, "feet") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||