Ver código fonte

Move names into the info block (for characters, at least)

tags/v0.1.0
Fen Dweller 5 anos atrás
pai
commit
21aa194400
2 arquivos alterados com 511 adições e 514 exclusões
  1. +510
    -513
      presets/characters.js
  2. +1
    -1
      presets/species.js

+ 510
- 513
presets/characters.js
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 1
- 1
presets/species.js Ver arquivo

@@ -2,7 +2,7 @@ const speciesMakers = {};

speciesMakers["Synx"] = () => {
const species = makeCharacter(
"Synx",
{ name: "Synx" },
{
goochick: {
height: math.unit(0.5, "feet"),


Carregando…
Cancelar
Salvar