| @@ -6972,29 +6972,95 @@ characterMakers.push(() => makeCharacter( | |||||
| front: { | front: { | ||||
| height: math.unit(8 + 4/12, "feet"), | height: math.unit(8 + 4/12, "feet"), | ||||
| weight: math.unit(450, "kilograms"), | weight: math.unit(450, "kilograms"), | ||||
| volume: math.unit(5, "cups"), | |||||
| name: "Front", | name: "Front", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/front.svg", | source: "./media/characters/andy-renard/front.svg", | ||||
| extra: 1839/1726, | |||||
| bottom: 134/1973 | |||||
| extra: 862/809, | |||||
| bottom: 85/947 | |||||
| }, | |||||
| extraAttributes: { | |||||
| "pawSize": { | |||||
| name: "Paw Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.45*0.3, "meters^2") | |||||
| }, | |||||
| "handSize": { | |||||
| name: "Hand Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.4 * 0.3, "meters^2") | |||||
| }, | |||||
| "cockSize": { | |||||
| name: "Cock Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.75, "meters") | |||||
| }, | |||||
| "ballDiameter": { | |||||
| name: "Ball Diameter", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.3, "meters") | |||||
| }, | |||||
| "ballVolume": { | |||||
| name: "Ball Volume", | |||||
| power: 3, | |||||
| type: "volume", | |||||
| base: math.unit(0.01413716694, "meters^3") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| back: { | back: { | ||||
| height: math.unit(8 + 4/12, "feet"), | height: math.unit(8 + 4/12, "feet"), | ||||
| weight: math.unit(450, "kilograms"), | weight: math.unit(450, "kilograms"), | ||||
| volume: math.unit(5, "cups"), | |||||
| name: "Back", | name: "Back", | ||||
| image: { | image: { | ||||
| source: "./media/characters/andy-renard/back.svg", | source: "./media/characters/andy-renard/back.svg", | ||||
| extra: 1838/1710, | |||||
| bottom: 105/1943 | |||||
| extra: 1112/1033, | |||||
| bottom: 64/1176 | |||||
| }, | |||||
| extraAttributes: { | |||||
| "pawSize": { | |||||
| name: "Paw Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.45*0.3, "meters^2") | |||||
| }, | |||||
| "handSize": { | |||||
| name: "Hand Size", | |||||
| power: 2, | |||||
| type: "area", | |||||
| base: math.unit(0.4 * 0.3, "meters^2") | |||||
| }, | |||||
| "cockSize": { | |||||
| name: "Cock Length", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.75, "meters") | |||||
| }, | |||||
| "ballDiameter": { | |||||
| name: "Ball Diameter", | |||||
| power: 1, | |||||
| type: "length", | |||||
| base: math.unit(0.3, "meters") | |||||
| }, | |||||
| "ballVolume": { | |||||
| name: "Ball Volume", | |||||
| power: 3, | |||||
| type: "volume", | |||||
| base: math.unit(0.01413716694, "meters^3") | |||||
| }, | |||||
| } | } | ||||
| }, | }, | ||||
| }, | }, | ||||
| [ | [ | ||||
| { | { | ||||
| name: "Tall", | name: "Tall", | ||||
| height: math.unit(6 + 8/12, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Very Tall", | |||||
| height: math.unit(8 + 4/12, "feet") | height: math.unit(8 + 4/12, "feet") | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -7002,21 +7068,49 @@ characterMakers.push(() => makeCharacter( | |||||
| height: math.unit(15, "feet"), | height: math.unit(15, "feet"), | ||||
| default: true | default: true | ||||
| }, | }, | ||||
| { | |||||
| name: "Giant", | |||||
| height: math.unit(50, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Nice", | |||||
| height: math.unit(69, "feet") | |||||
| }, | |||||
| { | { | ||||
| name: "Macro", | name: "Macro", | ||||
| height: math.unit(100, "feet") | height: math.unit(100, "feet") | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Mega Macro", | |||||
| name: "Enormous", | |||||
| height: math.unit(500, "feet") | |||||
| }, | |||||
| { | |||||
| name: "Gargantuan", | |||||
| height: math.unit(1000, "feet") | height: math.unit(1000, "feet") | ||||
| }, | }, | ||||
| { | { | ||||
| name: "Giga Macro", | |||||
| height: math.unit(10, "miles") | |||||
| name: "Mega", | |||||
| height: math.unit(1, "mile") | |||||
| }, | |||||
| { | |||||
| name: "Giga", | |||||
| height: math.unit(50, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Tera", | |||||
| height: math.unit(1000, "miles") | |||||
| }, | |||||
| { | |||||
| name: "Cosmic", | |||||
| height: math.unit(1.5, "galaxies") | |||||
| }, | |||||
| { | |||||
| name: "God", | |||||
| height: math.unit(1.5, "universes") | |||||
| }, | }, | ||||
| { | { | ||||
| name: "God Macro", | |||||
| height: math.unit(1, "multiverse") | |||||
| name: "Chief Execute God", | |||||
| height: math.unit(1.5, "multiverses") | |||||
| }, | }, | ||||
| ] | ] | ||||
| )) | )) | ||||