Explorar el Código

Add the draptor species

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

+ 5
- 1
presets/characters.js Ver fichero

@@ -1326,6 +1326,10 @@ const speciesData = {
name: "Cyborg",
parents: ["machine"]
},
"draptor": {
name: "Draptor",
parents: ["dragon"]
},
}

//species
@@ -27937,7 +27941,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Pyxaron", species: ["draptor"], tags: ["anthro"] },
{ name: "Pyxaron", species: ["draptor"], tags: ["feral"] },
{
side: {
height: math.unit(11, "feet"),


Cargando…
Cancelar
Guardar