Browse Source

Update Rebecca Pawlson

master
Fen Dweller 3 years ago
parent
commit
0123c8e53e
3 changed files with 4063 additions and 1728 deletions
  1. +1130
    -554
      media/characters/rebecca-pawlson/back.svg
  2. +2849
    -1164
      media/characters/rebecca-pawlson/front.svg
  3. +84
    -10
      presets/characters.js

+ 1130
- 554
media/characters/rebecca-pawlson/back.svg
File diff suppressed because it is too large
View File


+ 2849
- 1164
media/characters/rebecca-pawlson/front.svg
File diff suppressed because it is too large
View File


+ 84
- 10
presets/characters.js View File

@@ -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")
},
}
},
},


Loading…
Cancel
Save