소스 검색

Add sizes for Claude and update his weight

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

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

@@ -16932,7 +16932,7 @@ characterMakers["Claude DelRoute"] = () => {
{ {
front: { front: {
height: math.unit(7, "feet"), height: math.unit(7, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(275, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/claude-delroute/front.svg", source: "./media/characters/claude-delroute/front.svg",
@@ -16942,7 +16942,7 @@ characterMakers["Claude DelRoute"] = () => {
}, },
side: { side: {
height: math.unit(7, "feet"), height: math.unit(7, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(275, "lb"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/claude-delroute/side.svg", source: "./media/characters/claude-delroute/side.svg",
@@ -16952,7 +16952,7 @@ characterMakers["Claude DelRoute"] = () => {
}, },
back: { back: {
height: math.unit(7, "feet"), height: math.unit(7, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(275, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/claude-delroute/back.svg", source: "./media/characters/claude-delroute/back.svg",
@@ -16969,7 +16969,15 @@ characterMakers["Claude DelRoute"] = () => {
}, },
}, },
[ [
{
name: "Normal",
height: math.unit(7, "feet"),
default: true
},
{
name: "Lorge",
height: math.unit(20, "feet")
},
] ]
) )
}; };


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