Przeglądaj źródła

Update some sizes

master
Fen Dweller 5 lat temu
rodzic
commit
9040b90231
1 zmienionych plików z 10 dodań i 9 usunięć
  1. +10
    -9
      presets/characters.js

+ 10
- 9
presets/characters.js Wyświetl plik

@@ -25626,7 +25626,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(7 + 6.451/12, "feet"), height: math.unit(7 + 6.451/12, "feet"),
weight: math.unit(200, "lb"),
weight: math.unit(310, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/dahlia-verrick/front.svg", source: "./media/characters/dahlia-verrick/front.svg",
@@ -25636,7 +25636,7 @@ characterMakers.push(() => makeCharacter(
}, },
back: { back: {
height: math.unit(7 + 6.451/12, "feet"), height: math.unit(7 + 6.451/12, "feet"),
weight: math.unit(200, "lb"),
weight: math.unit(310, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/dahlia-verrick/back.svg", source: "./media/characters/dahlia-verrick/back.svg",
@@ -25699,7 +25699,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(6 + 4/12, "feet"), height: math.unit(6 + 4/12, "feet"),
weight: math.unit(300, "lb"),
weight: math.unit(320, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/balina-mahigan/front.svg", source: "./media/characters/balina-mahigan/front.svg",
@@ -25709,7 +25709,7 @@ characterMakers.push(() => makeCharacter(
}, },
back: { back: {
height: math.unit(6 + 4/12, "feet"), height: math.unit(6 + 4/12, "feet"),
weight: math.unit(300, "lb"),
weight: math.unit(320, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/balina-mahigan/back.svg", source: "./media/characters/balina-mahigan/back.svg",
@@ -25781,7 +25781,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(6, "feet"), height: math.unit(6, "feet"),
weight: math.unit(275, "lb"),
weight: math.unit(320, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/balina-mejeri/front.svg", source: "./media/characters/balina-mejeri/front.svg",
@@ -25870,12 +25870,13 @@ characterMakers.push(() => makeCharacter(
}, },
[ [
{ {
name: "Normal",
height: math.unit(6 + 4/12, "feet")
name: "Boom",
height: math.unit(9 + 10/12, "feet"),
default: true
}, },
{ {
name: "Boom",
height: math.unit(9 + 10/12, "feet")
name: "Macro",
height: math.unit(280, "feet")
}, },
] ]
)) ))


Ładowanie…
Anuluj
Zapisz