Explorar el Código

Update Clove's weight

master
Fen Dweller hace 5 años
padre
commit
dbba2a12f9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      presets/characters.js

+ 2
- 2
presets/characters.js Ver fichero

@@ -27445,7 +27445,7 @@ characterMakers.push(() => makeCharacter(
{ {
front: { front: {
height: math.unit(10, "feet"), height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/clove/front.svg", source: "./media/characters/clove/front.svg",
@@ -27455,7 +27455,7 @@ characterMakers.push(() => makeCharacter(
}, },
back: { back: {
height: math.unit(10, "feet"), height: math.unit(10, "feet"),
weight: math.unit(150, "lb"),
weight: math.unit(750, "lb"),
name: "Back", name: "Back",
image: { image: {
source: "./media/characters/clove/back.svg", source: "./media/characters/clove/back.svg",


Cargando…
Cancelar
Guardar