Explorar el Código

Update species info

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

+ 2
- 2
presets/characters.js Ver fichero

@@ -25164,7 +25164,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Mercury Crescent", species: ["dragon"], tags: ["anthro"] },
{ name: "Mercury Crescent", species: ["dragon", "kobold"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 2/12, "feet"),
@@ -25209,7 +25209,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Sweet Bit", species: ["gestalt"], tags: ["anthro"] },
{ name: "Sweet Bit", species: ["gestalt", "kobold"], tags: ["anthro"] },
{
front: {
height: math.unit(3, "feet"),


Cargando…
Cancelar
Guardar