| @@ -61192,6 +61192,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/reiku/front.svg", | source: "./media/characters/reiku/front.svg", | ||||
| extra: 1910/1757, | extra: 1910/1757, | ||||
| bottom: 103/2013 | bottom: 103/2013 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "thighThickness": { | |||||
| name: "Thigh Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12, "feet") | |||||
| }, | |||||
| "assThickness": { | |||||
| name: "Ass Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12*2, "feet") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| side: { | side: { | ||||
| @@ -61201,6 +61215,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/reiku/side.svg", | source: "./media/characters/reiku/side.svg", | ||||
| extra: 1846/1748, | extra: 1846/1748, | ||||
| bottom: 99/1945 | bottom: 99/1945 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "thighThickness": { | |||||
| name: "Thigh Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12, "feet") | |||||
| }, | |||||
| "assThickness": { | |||||
| name: "Ass Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12*2, "feet") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| @@ -61210,6 +61238,20 @@ characterMakers.push(() => makeCharacter( | |||||
| source: "./media/characters/reiku/back.svg", | source: "./media/characters/reiku/back.svg", | ||||
| extra: 1941/1786, | extra: 1941/1786, | ||||
| bottom: 34/1975 | bottom: 34/1975 | ||||
| }, | |||||
| extraAttributes: { | |||||
| "thighThickness": { | |||||
| name: "Thigh Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12, "feet") | |||||
| }, | |||||
| "assThickness": { | |||||
| name: "Ass Thickness", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(1.12*2, "feet") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| head: { | head: { | ||||