Fen Dweller 3 лет назад
Родитель
Сommit
949082c748
3 измененных файлов: 5527 добавлений и 3160 удалений
  1. +2046
    -1068
      media/characters/andy-renard/back.svg
  2. +3376
    -2081
      media/characters/andy-renard/front.svg
  3. +105
    -11
      presets/characters.js

+ 2046
- 1068
media/characters/andy-renard/back.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 3376
- 2081
media/characters/andy-renard/front.svg
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 105
- 11
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")
},
]
))


Загрузка…
Отмена
Сохранить