소스 검색

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",


불러오는 중...
취소
저장