diff --git a/media/characters/rebecca-pawlson/back.svg b/media/characters/rebecca-pawlson/back.svg index 713165aa..bf29966e 100644 --- a/media/characters/rebecca-pawlson/back.svg +++ b/media/characters/rebecca-pawlson/back.svg @@ -1,556 +1,1132 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/characters/rebecca-pawlson/front.svg b/media/characters/rebecca-pawlson/front.svg index e76533a0..dd41cc9c 100644 --- a/media/characters/rebecca-pawlson/front.svg +++ b/media/characters/rebecca-pawlson/front.svg @@ -1,1166 +1,2851 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/presets/characters.js b/presets/characters.js index 142b51bb..f13e7a91 100644 --- a/presets/characters.js +++ b/presets/characters.js @@ -42412,25 +42412,99 @@ characterMakers.push(() => makeCharacter( { name: "Rebecca Pawlson", species: ["fennec-fox"], tags: ["anthro"] }, { front: { - height: math.unit(6 + 8/12, "feet"), - weight: math.unit(250, "kilograms"), - volume: math.unit(28, "liters"), + height: math.unit(10, "feet"), + weight: math.unit(844, "kilograms"), name: "Front", image: { source: "./media/characters/rebecca-pawlson/front.svg", - extra: 1737/1596, - bottom: 107/1844 + extra: 1196/1099, + bottom: 81/1277 + }, + extraAttributes: { + "pawSize": { + name: "Paw Size", + power: 2, + type: "area", + base: math.unit(0.2 * 0.375, "meters^2") + }, + "handSize": { + name: "Hand Size", + power: 2, + type: "area", + base: math.unit(0.2 * 0.35, "meters^2") + }, + "breastDiameter": { + name: "Breast Diameter", + power: 1, + type: "length", + base: math.unit(0.5, "meters") + }, + "breastVolume": { + name: "Breast Volume", + power: 3, + type: "volume", + base: math.unit(0.065, "m^3") + }, + "breastMass": { + name: "Breast Mass", + power: 3, + type: "mass", + base: math.unit(65, "kg") + }, + "nippleDiameter": { + name: "Nipple Diameter", + power: 1, + type: "length", + base: math.unit(0.1, "meters") + }, } }, back: { - height: math.unit(6 + 8/12, "feet"), - weight: math.unit(250, "kilograms"), - volume: math.unit(28, "liters"), + height: math.unit(10, "feet"), + weight: math.unit(844, "kilograms"), name: "Back", image: { source: "./media/characters/rebecca-pawlson/back.svg", - extra: 1702/1523, - bottom: 86/1788 + extra: 879/776, + bottom: 43/922 + }, + extraAttributes: { + "pawSize": { + name: "Paw Size", + power: 2, + type: "area", + base: math.unit(0.2 * 0.375, "meters^2") + }, + "handSize": { + name: "Hand Size", + power: 2, + type: "area", + base: math.unit(0.2 * 0.35, "meters^2") + }, + "breastDiameter": { + name: "Breast Diameter", + power: 1, + type: "length", + base: math.unit(0.5, "meters") + }, + "breastVolume": { + name: "Breast Volume", + power: 3, + type: "volume", + base: math.unit(0.065, "m^3") + }, + "breastMass": { + name: "Breast Mass", + power: 3, + type: "mass", + base: math.unit(65, "kg") + }, + "nippleDiameter": { + name: "Nipple Diameter", + power: 1, + type: "length", + base: math.unit(0.1, "meters") + }, } }, },