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