Skip to content

Commit

Permalink
fix: Adds the cepheus engine skill list to the compendium 'ce skills'…
Browse files Browse the repository at this point in the history
…. Also adds a few hidden fields (as in, not on any item sheet) that I think will be needed later, but that right now have no system support.
  • Loading branch information
xdy committed Sep 19, 2020
1 parent 8e0c004 commit 9387898
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 111 deletions.
20 changes: 5 additions & 15 deletions src/compendium-imports/cepheus-skill-template.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
{
"name": "{{name}}",
"type": "skill",
"type": "skills",
"data": {
"description": "{{description}}",
"notes": "",
"label": "{{label}}",
"key": "{{key}}",
"name": "{{name}}",
"description": "{{description}}",
"shortdescr": "{{shortdescr}}",
"subtype": "{{subtype}}",
"reference": "{{reference}}",
"value": -3,
"defaultCharacteristic": "",
"tasks": {
"name": "",
"description": "",
"characteristic": "DEX",
"timeIncrement": "seconds",
"difficulty": "Average"
},
"cascade": false,
"specialization": "",
"show": false
"characteristic": ""
},
"img": "icons/svg/mystery-man.svg"
}
Loading

0 comments on commit 9387898

Please sign in to comment.