瀏覽代碼

Adjust Aronai Sieyes' weight

master
Fen Dweller 5 年之前
父節點
當前提交
8e8dbc287b
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      presets/characters.js

+ 5
- 5
presets/characters.js 查看文件

@@ -18746,7 +18746,7 @@ characterMakers.push(() => makeCharacter(
{
front: {
height: math.unit(6 + 1 / 12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(75, "lb"),
name: "Front",
image: {
source: "./media/characters/aronai-sieyes/front.svg",
@@ -18756,7 +18756,7 @@ characterMakers.push(() => makeCharacter(
},
side: {
height: math.unit(6 + 1 / 12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(75, "lb"),
name: "Side",
image: {
source: "./media/characters/aronai-sieyes/side.svg",
@@ -18766,7 +18766,7 @@ characterMakers.push(() => makeCharacter(
},
back: {
height: math.unit(6 + 1 / 12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(75, "lb"),
name: "Back",
image: {
source: "./media/characters/aronai-sieyes/back.svg",
@@ -18776,7 +18776,7 @@ characterMakers.push(() => makeCharacter(
},
frontClothed: {
height: math.unit(6 + 1 / 12, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(75, "lb"),
name: "Front (Clothed)",
image: {
source: "./media/characters/aronai-sieyes/front-clothed.svg",
@@ -18785,7 +18785,7 @@ characterMakers.push(() => makeCharacter(
},
feral: {
height: math.unit(18, "feet"),
weight: math.unit(150 * 3 * 3 * 3, "lb"),
weight: math.unit(75 * 3 * 3 * 3, "lb"),
name: "Feral",
image: {
source: "./media/characters/aronai-sieyes/feral.svg",


Loading…
取消
儲存