| @@ -15890,20 +15890,20 @@ characterMakers.push(() => makeCharacter( | |||||
| { name: "Ignatius", species: ["delphox"], tags: ["anthro"] }, | { name: "Ignatius", species: ["delphox"], tags: ["anthro"] }, | ||||
| { | { | ||||
| front: { | front: { | ||||
| height: math.unit(6, "feet"), | |||||
| weight: math.unit(150, "lb"), | |||||
| height: math.unit(6 + 2/12, "feet"), | |||||
| weight: math.unit(135, "lb"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/ignatius/front.svg", | source: "./media/characters/ignatius/front.svg", | ||||
| extra: 245 / 222, | |||||
| bottom: 0.01 | |||||
| extra: 1380/1259, | |||||
| bottom: 27/1407 | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Normal", | name: "Normal", | ||||
| height: math.unit(5 + 5 / 12, "feet"), | |||||
| height: math.unit(6 + 2/12, "feet"), | |||||
| default: true | default: true | ||||
| }, | }, | ||||
| ] | ] | ||||