diff --git a/media/characters/andy-renard/back.svg b/media/characters/andy-renard/back.svg index 0e880c83..cc904158 100644 --- a/media/characters/andy-renard/back.svg +++ b/media/characters/andy-renard/back.svg @@ -1,1072 +1,2050 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/andy-renard/front.svg b/media/characters/andy-renard/front.svg index d532b259..938912b8 100644 --- a/media/characters/andy-renard/front.svg +++ b/media/characters/andy-renard/front.svg @@ -1,2085 +1,3380 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 013cdeda..142b51bb 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -6972,29 +6972,95 @@ characterMakers.push(() => makeCharacter( front: { height: math.unit(8 + 4/12, "feet"), weight: math.unit(450, "kilograms"), - volume: math.unit(5, "cups"), name: "Front", image: { 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: { height: math.unit(8 + 4/12, "feet"), weight: math.unit(450, "kilograms"), - volume: math.unit(5, "cups"), name: "Back", image: { 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", + height: math.unit(6 + 8/12, "feet") + }, + { + name: "Very Tall", height: math.unit(8 + 4/12, "feet") }, { @@ -7002,21 +7068,49 @@ characterMakers.push(() => makeCharacter( height: math.unit(15, "feet"), default: true }, + { + name: "Giant", + height: math.unit(50, "feet") + }, + { + name: "Nice", + height: math.unit(69, "feet") + }, { name: "Macro", height: math.unit(100, "feet") }, { - name: "Mega Macro", + name: "Enormous", + height: math.unit(500, "feet") + }, + { + name: "Gargantuan", 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") }, ] ))