Explorar el Código

Adjust Akitu's height

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

+ 3
- 3
presets/characters.js Ver fichero

@@ -34686,7 +34686,7 @@ characterMakers.push(() => makeCharacter(
{ name: "Akitu", species: ["kigavi"], tags: ["feral"] }, { name: "Akitu", species: ["kigavi"], tags: ["feral"] },
{ {
side: { side: {
height: math.unit(12, "feet"),
height: math.unit(15, "feet"),
name: "Side", name: "Side",
image: { image: {
source: "./media/characters/akitu/side.svg", source: "./media/characters/akitu/side.svg",
@@ -34695,7 +34695,7 @@ characterMakers.push(() => makeCharacter(
} }
}, },
front: { front: {
height: math.unit(12, "feet"),
height: math.unit(15, "feet"),
name: "Front", name: "Front",
image: { image: {
source: "./media/characters/akitu/front.svg", source: "./media/characters/akitu/front.svg",
@@ -34707,7 +34707,7 @@ characterMakers.push(() => makeCharacter(
[ [
{ {
name: "Normal", name: "Normal",
height: math.unit(12, "feet"),
height: math.unit(15, "feet"),
default: true default: true
}, },
] ]


Cargando…
Cancelar
Guardar