Explorar el Código

Update Violette's size and weight

tags/v0.1.0
Fen Dweller hace 5 años
padre
commit
8e03241f51
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      presets/characters.js

+ 3
- 3
presets/characters.js Ver fichero

@@ -18923,8 +18923,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Violette" },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(160, "lb"),
height: math.unit(293, "meters"),
weight: math.unit(70400, "tons"),
name: "Front",
image: {
source: "./media/characters/violette/front.svg",
@@ -18935,7 +18935,7 @@ characterMakers.push(() => makeCharacter(
[
{
name: "Macro",
height: math.unit(300, "meters"),
height: math.unit(293, "meters"),
default: true
},
]


Cargando…
Cancelar
Guardar