Skip to content

Commit

Permalink
🐛 Default skill should be untrained
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoerr committed May 4, 2021
1 parent b8df815 commit 65f44a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ Actor:
vigor: d6
might: d6
skills:
folklore: d6
intuition: d6
perception: d6
windlore: d6
machinery: d6
science: d6
beastways: d6
inspiration: d6
performance: d6
craft: d6
persuasion: d6
resolve: d6
athletics: d6
blades: d6
survival: d6
brawl: d6
resistance: d6
folklore: untrained
intuition: untrained
perception: untrained
windlore: untrained
machinery: untrained
science: untrained
beastways: untrained
inspiration: untrained
performance: untrained
craft: untrained
persuasion: untrained
resolve: untrained
athletics: untrained
blades: untrained
survival: untrained
brawl: untrained
resistance: untrained
spiritPool: 0
furyPool: 0
health:
Expand Down
1 change: 1 addition & 0 deletions src/templates/actors/character-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
</label>
<select id="character-sheet.skill.{{s}}" name="data.skills.{{s}}" class="overlight-cs-select-die-{{v}}">
{{#select_it ../../data.skills s}}
<option value="untrained"></option>
<option value="d6">d6</option>
<option value="d8">d8</option>
<option value="d10">d10</option>
Expand Down

0 comments on commit 65f44a3

Please sign in to comment.