소스 검색

Fix Davwyn's sizes

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

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

@@ -58223,7 +58223,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Davwyn", species: ["dragon"], tags: ["feral"] },
{
side: {
height: math.unit(1.02, "meters"),
height: math.unit(0.77, "meters"),
weight: math.unit(120, "lb"),
name: "Side",
image: {
@@ -58233,7 +58233,7 @@ characterMakers.push(() => makeCharacter(
}
},
front: {
height: math.unit(0.98, "meters"),
height: math.unit(0.835410, "meters"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
@@ -58246,11 +58246,11 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Minidrake",
height: math.unit(0.3048, "meters")
height: math.unit(0.77/4, "meters")
},
{
name: "Normal",
height: math.unit(1.02, "meters"),
height: math.unit(0.77, "meters"),
default: true
},
]


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