소스 검색

Tweak sizes for Ramona and Iris

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

+ 9
- 1
presets/characters.js 파일 보기

@@ -5800,6 +5800,10 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Normal",
height: math.unit(6 + 4/12, "feet")
},
{
name: "Minimacro",
height: math.unit(5.3, "meters"),
default: true
},
@@ -32386,10 +32390,14 @@ characterMakers.push(() => makeCharacter(
height: math.unit(1.2, "meters")
},
{
name: "Minimacro",
name: "Normal",
height: math.unit(2.5, "meters"),
default: true
},
{
name: "Minimacro",
height: math.unit(18, "feet")
},
{
name: "Macro",
height: math.unit(180, "meters")


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