소스 검색

Fix Snaps's base height and weight

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

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

@@ -28814,8 +28814,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Snaps", species: ["cat"], tags: ["anthro"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Front",
image: {
source: "./media/characters/snaps/front.svg",
@@ -28824,8 +28824,8 @@ characterMakers.push(() => makeCharacter(
}
},
back: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(5 + 2/12, "feet"),
weight: math.unit(120, "lb"),
name: "Back",
image: {
source: "./media/characters/snaps/back.svg",


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