Procházet zdrojové kódy

Add volumes to Ludwig-Horn

master
Fen Dweller před 4 roky
rodič
revize
7694b432cd
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      presets/characters.js

+ 3
- 0
presets/characters.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit