| @@ -11706,35 +11706,47 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Zero Alurus", species: ["zebra"], tags: ["anthro"] }, | { name: "Zero Alurus", species: ["zebra"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 11/12, "feet"), | |||||
| weight: math.unit(180, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/zero-alurus/front.svg" | |||||
| source: "./media/characters/zero-alurus/front.svg", | |||||
| extra: 1032/957, | |||||
| bottom: 10/1042 | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(5 + 11/12, "feet"), | |||||
| weight: math.unit(180, "lb"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/zero-alurus/back.svg" | |||||
| source: "./media/characters/zero-alurus/back.svg", | |||||
| extra: 1027/950, | |||||
| bottom: 12/1039 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(5 + 10 / 12, "feet") | |||||
| height: math.unit(5 + 11 / 12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Mini-Macro", | |||||
| height: math.unit(25, "feet") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(60, "feet"), | |||||
| height: math.unit(90, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Macro+", | name: "Macro+", | ||||
| height: math.unit(450, "feet") | |||||
| height: math.unit(500, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Megamacro", | |||||
| height: math.unit(1200, "feet") | |||||
| }, | }, | ||||
| ] | ] | ||||
| )) | )) | ||||