瀏覽代碼

Add prey capacities to Fory

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

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

@@ -3200,6 +3200,7 @@ characterMakers.push(() => makeCharacter(
front: {
height: math.unit(5, "feet"),
weight: math.unit(90, "kg"),
preyCapacity: math.unit(14, "people"),
name: "Front",
image: {
source: "./media/characters/fory/front.svg",
@@ -3226,6 +3227,7 @@ characterMakers.push(() => makeCharacter(
back: {
height: math.unit(5, "feet"),
weight: math.unit(90, "kg"),
preyCapacity: math.unit(14, "people"),
name: "Back",
image: {
source: "./media/characters/fory/back.svg",
@@ -3273,6 +3275,7 @@ characterMakers.push(() => makeCharacter(
bunBack: {
height: math.unit(3, "feet"),
weight: math.unit(20, "kg"),
preyCapacity: math.unit(3, "people"),
name: "Back",
image: {
source: "./media/characters/fory/bun-back.svg",


Loading…
取消
儲存