Преглед изворни кода

Adjust Fen's weights

master
Fen Dweller пре 4 година
родитељ
комит
4ee75727fb
1 измењених фајлова са 8 додато и 8 уклоњено
  1. +8
    -8
      presets/characters.js

+ 8
- 8
presets/characters.js Прегледај датотеку

@@ -1889,7 +1889,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(2400, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/fen/front.svg", source: "./media/characters/fen/front.svg",
@@ -1899,7 +1899,7 @@ characterMakers.push(() => makeCharacter(
}, },
diving: { diving: {
height: math.unit(4.9, "meters"), height: math.unit(4.9, "meters"),
weight: math.unit(1600, "lb"),
weight: math.unit(2400, "lb"),
name: "Diving", name: "Diving",
image: { image: {
source: "./media/characters/fen/diving.svg" source: "./media/characters/fen/diving.svg"
@@ -1907,7 +1907,7 @@ characterMakers.push(() => makeCharacter(
}, },
goo: { goo: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(3000, "lb"),
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo", name: "Goo",
image: { image: {
@@ -1925,7 +1925,7 @@ characterMakers.push(() => makeCharacter(
}, },
gooCeiling: { gooCeiling: {
height: math.unit(6.6, "feet"), height: math.unit(6.6, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(3000, "lb"),
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo (Ceiling)", name: "Goo (Ceiling)",
image: { image: {
@@ -1934,7 +1934,7 @@ characterMakers.push(() => makeCharacter(
}, },
back: { back: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(2400, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/fen/back.svg", source: "./media/characters/fen/back.svg",
@@ -1948,7 +1948,7 @@ characterMakers.push(() => makeCharacter(
}, },
full: { full: {
height: math.unit(1.6, "meter"), height: math.unit(1.6, "meter"),
weight: math.unit(2200, "lb"),
weight: math.unit(3200, "lb"),
name: "Full", name: "Full",
image: { image: {
source: "./media/characters/fen/full.svg", source: "./media/characters/fen/full.svg",
@@ -1964,7 +1964,7 @@ characterMakers.push(() => makeCharacter(
}, },
gooLounging: { gooLounging: {
height: math.unit(4.53, "feet"), height: math.unit(4.53, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(3000, "lb"),
capacity: math.unit(6, "people"), capacity: math.unit(6, "people"),
name: "Goo (Lounging)", name: "Goo (Lounging)",
image: { image: {
@@ -1974,7 +1974,7 @@ characterMakers.push(() => makeCharacter(
}, },
lounging: { lounging: {
height: math.unit(10.52, "feet"), height: math.unit(10.52, "feet"),
weight: math.unit(1600, "lb"),
weight: math.unit(2400, "lb"),
name: "Lounging", name: "Lounging",
image: { image: {
source: "./media/characters/fen/lounging.svg" source: "./media/characters/fen/lounging.svg"


Loading…
Откажи
Сачувај