Browse Source

Remove the unused author field for characters

This is handled as part of the attribution data now. It was unused
for quite some time, but I kept adding 'em anyway!
tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
6e71b11e7d
3 changed files with 3 additions and 505 deletions
  1. +0
    -1
      .vscode/snippets.code-snippets
  2. +3
    -503
      presets/characters.js
  3. +0
    -1
      presets/species.js

+ 0
- 1
.vscode/snippets.code-snippets View File

@@ -50,7 +50,6 @@
"characterMakers[\"$1\"] = () => {",
" return makeCharacter(",
" \"$1\",",
" \"$2\",",
" {",
"",
" },",


+ 3
- 503
presets/characters.js
File diff suppressed because it is too large
View File


+ 0
- 1
presets/species.js View File

@@ -3,7 +3,6 @@ const speciesMakers = {};
speciesMakers["Synx"] = () => {
const species = makeCharacter(
"Synx",
"ChimeraSynx",
{
goochick: {
height: math.unit(0.5, "feet"),


Loading…
Cancel
Save