瀏覽代碼

Add more sizes to Kit

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

+ 32
- 0
presets/characters.js 查看文件

@@ -51566,6 +51566,38 @@ characterMakers.push(() => makeCharacter(
height: math.unit(8 + 7/12, "feet"), height: math.unit(8 + 7/12, "feet"),
default: true default: true
}, },
{
name: "Tall",
height: math.unit(7.8, "meters")
},
{
name: "Very Tall",
height: math.unit(17.9, "meters")
},
{
name: "Semi-Macro",
height: math.unit(45.8, "meters")
},
{
name: "Macro",
height: math.unit(86.1, "meters")
},
{
name: "Godlike",
height: math.unit(749.9, "meters")
},
{
name: "Second Form",
height: math.unit(92183.9, "meters")
},
{
name: "Third Form",
height: math.unit(164665.7, "meters")
},
{
name: "Final Form",
height: math.unit(745112.2, "meters")
},
] ]
)) ))




Loading…
取消
儲存