소스 검색

Update Emberflame's weight

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

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

@@ -42431,8 +42431,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Emberflame", species: ["ninetales"], tags: ["feral"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Front",
image: {
source: "./media/characters/emberflame/front.svg",
@@ -42441,8 +42441,8 @@ characterMakers.push(() => makeCharacter(
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Side",
image: {
source: "./media/characters/emberflame/side.svg",


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