| @@ -47057,7 +47057,8 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Rodryana", species: ["hyena"], tags: ["anthro"] }, | { name: "Rodryana", species: ["hyena"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(412, "meters"), | |||||
| height: math.unit(1.81, "meters"), | |||||
| weight: math.unit(69, "kg"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rodryana/front.svg", | source: "./media/characters/rodryana/front.svg", | ||||
| @@ -47066,7 +47067,8 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(412, "meters"), | |||||
| height: math.unit(1.81, "meters"), | |||||
| weight: math.unit(69, "kg"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rodryana/back.svg", | source: "./media/characters/rodryana/back.svg", | ||||
| @@ -47075,14 +47077,14 @@ characterMakers.push(() => makeCharacter( | |||||
| } | } | ||||
| }, | }, | ||||
| maw: { | maw: { | ||||
| height: math.unit(45, "meters"), | |||||
| height: math.unit(0.19769417475, "meters"), | |||||
| name: "Maw", | name: "Maw", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rodryana/maw.svg" | source: "./media/characters/rodryana/maw.svg" | ||||
| } | } | ||||
| }, | }, | ||||
| slit: { | slit: { | ||||
| height: math.unit(72, "meters"), | |||||
| height: math.unit(0.31631067961, "meters"), | |||||
| name: "Slit", | name: "Slit", | ||||
| image: { | image: { | ||||
| source: "./media/characters/rodryana/slit.svg" | source: "./media/characters/rodryana/slit.svg" | ||||
| @@ -47090,11 +47092,27 @@ characterMakers.push(() => makeCharacter( | |||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | |||||
| name: "Normal", | |||||
| height: math.unit(1.81, "meters") | |||||
| }, | |||||
| { | |||||
| name: "Mini Macro", | |||||
| height: math.unit(181, "meters") | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(412, "meters"), | |||||
| height: math.unit(452, "meters"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Mega Macro", | |||||
| height: math.unit(1.375, "km") | |||||
| }, | |||||
| { | |||||
| name: "Giga Macro", | |||||
| height: math.unit(13.575, "km") | |||||
| }, | |||||
| ] | ] | ||||
| )) | )) | ||||