소스 검색

Add volumes to Ludwig-Horn

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

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

@@ -44239,6 +44239,7 @@ characterMakers.push(() => makeCharacter(
front: {
height: math.unit(6, "feet"),
weight: math.unit(250, "lb"),
volume: math.unit(5/8, "gallons"),
name: "Front",
image: {
source: "./media/characters/ludwig-horn/front.svg",
@@ -44249,6 +44250,7 @@ characterMakers.push(() => makeCharacter(
back: {
height: math.unit(6, "feet"),
weight: math.unit(250, "lb"),
volume: math.unit(5/8, "gallons"),
name: "Back",
image: {
source: "./media/characters/ludwig-horn/back.svg",
@@ -44259,6 +44261,7 @@ characterMakers.push(() => makeCharacter(
dick: {
height: math.unit(1.05, "feet"),
weight: math.unit(15, "lb"),
volume: math.unit(5/8, "gallons"),
name: "Dick",
image: {
source: "./media/characters/ludwig-horn/dick.svg"


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