| @@ -3392,6 +3392,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/malik/front.svg", | source: "./media/characters/malik/front.svg", | ||||
| extra: 1750/1561, | extra: 1750/1561, | ||||
| bottom: 80/1830 | bottom: 80/1830 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "toeSize": { | |||||
| name: "Toe Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.0159, "m^2") | |||||
| }, | |||||
| "pawSize": { | |||||
| name: "Paw Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.09834, "m^2") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| side: { | side: { | ||||
| @@ -3402,6 +3416,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/malik/side.svg", | source: "./media/characters/malik/side.svg", | ||||
| extra: 1802/1685, | extra: 1802/1685, | ||||
| bottom: 42/1844 | bottom: 42/1844 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "toeSize": { | |||||
| name: "Toe Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.0159, "m^2") | |||||
| }, | |||||
| "pawSize": { | |||||
| name: "Paw Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.09834, "m^2") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| @@ -3412,6 +3440,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/malik/back.svg", | source: "./media/characters/malik/back.svg", | ||||
| extra: 1803/1607, | extra: 1803/1607, | ||||
| bottom: 33/1836 | bottom: 33/1836 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "toeSize": { | |||||
| name: "Toe Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.0159, "m^2") | |||||
| }, | |||||
| "pawSize": { | |||||
| name: "Paw Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.09834, "m^2") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||