Przeglądaj źródła

Add the draptor species

master
Fen Dweller 5 lat temu
rodzic
commit
24ee5d5fea
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      presets/characters.js

+ 5
- 1
presets/characters.js Wyświetl plik

@@ -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"),


Ładowanie…
Anuluj
Zapisz