소스 검색

Update Violette's size and weight

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

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

@@ -18923,8 +18923,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Violette" }, { name: "Violette" },
{ {
front: { front: {
height: math.unit(6, "feet"),
weight: math.unit(160, "lb"),
height: math.unit(293, "meters"),
weight: math.unit(70400, "tons"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/violette/front.svg", source: "./media/characters/violette/front.svg",
@@ -18935,7 +18935,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Macro", name: "Macro",
height: math.unit(300, "meters"),
height: math.unit(293, "meters"),
default: true default: true
}, },
] ]


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