Explorar el Código

Update Emberflame's weight

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

+ 4
- 4
presets/characters.js Ver fichero

@@ -42431,8 +42431,8 @@ characterMakers.push(() => makeCharacter(
{ name: "Emberflame", species: ["ninetales"], tags: ["feral"] },
{
front: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Front",
image: {
source: "./media/characters/emberflame/front.svg",
@@ -42441,8 +42441,8 @@ characterMakers.push(() => makeCharacter(
}
},
side: {
height: math.unit(6, "feet"),
weight: math.unit(150, "lb"),
height: math.unit(6 + 3/12, "feet"),
weight: math.unit(3.5, "tons"),
name: "Side",
image: {
source: "./media/characters/emberflame/side.svg",


Cargando…
Cancelar
Guardar