瀏覽代碼

Update Alydar's weights

tags/v0.1.0
Fen Dweller 5 年之前
父節點
當前提交
c66abecf61
共有 1 個檔案被更改,包括 5 行新增5 行删除
  1. +5
    -5
      presets/characters.js

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

@@ -21134,7 +21134,7 @@ characterMakers.push(() => makeCharacter(
{ {
side: { side: {
height: math.unit(30, "feet"), height: math.unit(30, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(35000, "kg"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/alydar/side.svg", source: "./media/characters/alydar/side.svg",
@@ -21144,7 +21144,7 @@ characterMakers.push(() => makeCharacter(
}, },
front: { front: {
height: math.unit(30, "feet"), height: math.unit(30, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(35000, "kg"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/alydar/front.svg", source: "./media/characters/alydar/front.svg",
@@ -21154,15 +21154,15 @@ characterMakers.push(() => makeCharacter(
}, },
top: { top: {
height: math.unit(64.54, "feet"), height: math.unit(64.54, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(35000, "kg"),
name: "Top", name: "Top",
image: { image: {
source: "./media/characters/alydar/top.svg" source: "./media/characters/alydar/top.svg"
} }
}, },
anthro: { anthro: {
height: math.unit(20.712, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(30, "feet"),
weight: math.unit(9000, "kg"),
name: "Anthro", name: "Anthro",
image: { image: {
source: "./media/characters/alydar/anthro.svg", source: "./media/characters/alydar/anthro.svg",


Loading…
取消
儲存