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: {
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"


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