瀏覽代碼

Update Emberflame's weight

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

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

@@ -42431,8 +42431,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Emberflame", species: ["ninetales"], tags: ["feral"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Front",
image: {
source: "./media/characters/emberflame/front.svg",
@@ -42441,8 +42441,8 @@ characterMakers.push(() => makeCharacter(
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Side",
image: {
source: "./media/characters/emberflame/side.svg",


Loading…
取消
儲存