소스 검색

Add another size for Draylen

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

+ 6
- 2
presets/characters.js 파일 보기

@@ -4555,8 +4555,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Draylen", species: ["coyote"], tags: ["anthro"] },
{
front: {
height: math.unit(2, "meters"),
weight: math.unit(76, "kg"),
height: math.unit(5 + 10/12, "feet"),
weight: math.unit(67, "kg"),
name: "Front",
image: {
source: "./media/characters/draylen/front.svg",
@@ -4566,6 +4566,10 @@ characterMakers.push(() => makeCharacter(
}
},
[
{
name: "Normal",
height: math.unit(5 + 10/12, "feet")
},
{
name: "Macro",
height: math.unit(150, "feet"),


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