소스 검색

Add prey capacity info to Ash´iika

master
Fen Dweller 4 년 전
부모
커밋
8c04b48a3a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      presets/characters.js

+ 4
- 0
presets/characters.js 파일 보기

@@ -54223,6 +54223,7 @@ characterMakers.push(() => makeCharacter(
anthroFront: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
preyCapacity: math.unit(3, "people"),
name: "Front",
image: {
source: "./media/characters/ash´iika/front.svg",
@@ -54235,6 +54236,7 @@ characterMakers.push(() => makeCharacter(
anthroSide: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
preyCapacity: math.unit(3, "people"),
name: "Side",
image: {
source: "./media/characters/ash´iika/side.svg",
@@ -54246,6 +54248,7 @@ characterMakers.push(() => makeCharacter(
anthroDressed: {
height: math.unit(556, "cm"),
weight: math.unit(2650, "kg"),
preyCapacity: math.unit(3, "people"),
name: "Dressed",
image: {
source: "./media/characters/ash´iika/dressed.svg",
@@ -54267,6 +54270,7 @@ characterMakers.push(() => makeCharacter(
feralSide: {
height: math.unit(870, "cm"),
weight: math.unit(17500, "kg"),
preyCapacity: math.unit(15, "people"),
name: "Side",
image: {
source: "./media/characters/ash´iika/feral.svg",


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