| @@ -3215,6 +3215,12 @@ characterMakers.push(() => makeCharacter( | |||||
| type: "area", | type: "area", | ||||
| base: math.unit(0.1596, "m^2") | base: math.unit(0.1596, "m^2") | ||||
| }, | }, | ||||
| "pawLength": { | |||||
| name: "Paw Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.7, "m") | |||||
| } | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| @@ -3234,6 +3240,12 @@ characterMakers.push(() => makeCharacter( | |||||
| type: "area", | type: "area", | ||||
| base: math.unit(0.1596, "m^2") | base: math.unit(0.1596, "m^2") | ||||
| }, | }, | ||||
| "pawLength": { | |||||
| name: "Paw Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.7, "m") | |||||
| } | |||||
| } | } | ||||
| }, | }, | ||||
| paw: { | paw: { | ||||
| @@ -3250,6 +3262,12 @@ characterMakers.push(() => makeCharacter( | |||||
| type: "area", | type: "area", | ||||
| base: math.unit(0.1596, "m^2") | base: math.unit(0.1596, "m^2") | ||||
| }, | }, | ||||
| "pawLength": { | |||||
| name: "Paw Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.48, "m") | |||||
| } | |||||
| } | } | ||||
| }, | }, | ||||
| bunBack: { | bunBack: { | ||||
| @@ -3270,6 +3288,12 @@ characterMakers.push(() => makeCharacter( | |||||
| type: "area", | type: "area", | ||||
| base: math.unit(0.072, "m^2") | base: math.unit(0.072, "m^2") | ||||
| }, | }, | ||||
| "pawLength": { | |||||
| name: "Paw Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.7, "m") | |||||
| } | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||