浏览代码

Fix Rai's minimacro size

master
Fen Dweller 3 年前
父节点
当前提交
758f467a08
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      presets/characters.js

+ 3
- 1
presets/characters.js 查看文件

@@ -2135,6 +2135,7 @@ characterMakers.push(() => makeCharacter(
front: { front: {
height: math.unit(12, "feet"), height: math.unit(12, "feet"),
weight: math.unit(2400, "lb"), weight: math.unit(2400, "lb"),
preyCapacity: math.unit(1, "people"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/fen/front.svg", source: "./media/characters/fen/front.svg",
@@ -2933,7 +2934,8 @@ characterMakers.push(() => makeCharacter(
}, },
{ {
name: "Minimacro", name: "Minimacro",
height: math.unit(77, "feet")
height: math.unit(77, "feet"),
form: "anthro"
}, },
{ {
name: "Macro", name: "Macro",


正在加载...
取消
保存