소스 검색

Update Zara's size

master
Fen Dweller 4 년 전
부모
커밋
5520f2f0a6
2개의 변경된 파일3157개의 추가작업 그리고 3124개의 파일을 삭제
  1. +3152
    -3120
      media/characters/zara/side.svg
  2. +5
    -4
      presets/characters.js

+ 3152
- 3120
media/characters/zara/side.svg
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


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

@@ -19277,19 +19277,20 @@ characterMakers.push(() => makeCharacter(
{ name: "Zara", species: ["human", "horse"], tags: ["taur"] },
{
side: {
height: math.unit(10, "feet"),
weight: math.unit(900, "kg"),
height: math.unit(4, "meters"),
weight: math.unit(2200, "kg"),
name: "Side",
image: {
source: "./media/characters/zara/side.svg",
extra: 504 / 498
extra: 765/744,
bottom: 156/921
}
},
},
[
{
name: "Normal",
height: math.unit(10, "feet"),
height: math.unit(4, "meters"),
default: true
},
]


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