소스 검색

Add sizes to Alana

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
260ed884a9
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      presets/characters.js

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

@@ -15799,11 +15799,19 @@ characterMakers["Alana"] = () => {
name: "Normal",
height: math.unit(7 + 6/12, "feet")
},
{
name: "Large",
height: math.unit(50, "feet")
},
{
name: "Macro",
height: math.unit(100, "feet"),
default: true
},
{
name: "Macro+",
height: math.unit(200, "feet")
},
]
)
};


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