Explorar el Código

Add sabresunes as a species

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

+ 6
- 2
presets/characters.js Ver fichero

@@ -1904,6 +1904,10 @@ const speciesData = {
name: "Drider",
parents: ["spider"]
},
"sabresune": {
name: "Sabresune",
parents: ["kitsune", "sabertooth-tiger"]
},
}

//species
@@ -2266,7 +2270,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Okuri", species: ["kitsune"], tags: ["anthro"] },
{ name: "Okuri", species: ["sabresune"], tags: ["anthro"] },
{
front: {
height: math.unit(7, "feet"),
@@ -22642,7 +22646,7 @@ characterMakers.push(() => makeCharacter(
))

characterMakers.push(() => makeCharacter(
{ name: "Poojawa Vynar", species: ["kitsune", "sabertooth-tiger"], tags: ["anthro"] },
{ name: "Poojawa Vynar", species: ["sabresune"], tags: ["anthro"] },
{
front: {
height: math.unit(5 + 11/12, "feet"),


Cargando…
Cancelar
Guardar