Skip to content

Commit

Permalink
11.230.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jopeek committed Sep 17, 2023
1 parent 777290a commit 1fb9b64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
],
"compatibility": {
"minimum": "11",
"verified": "11.305",
"verified": "11.308",
"maximum": "11"
},
"url": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet",
"version": "11.230.2",
"version": "11.230.3",
"esmodules": [
"/dndbeyond-character-sheet.js"
],
Expand All @@ -30,10 +30,10 @@
"minimum": "2.2.2",
"verified": "2.3.0",
"maximum": "2.9.9"
}
}
}
]
},
"manifest": "https://raw.githubusercontent.com/jopeek/fvtt-dndbeyond-character-sheet/master/module.json",
"download": "https://github.com/jopeek/fvtt-dndbeyond-character-sheet/archive/master.zip"
}
}
8 changes: 5 additions & 3 deletions template/dndbeyond-character-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,12 @@ <h4 class="box-title">Proficiencies</h4>
title="{{localize "DND5E.TraitToolProf"}}"></i></a>
<label for="system.traits.toolProf">{{localize "DND5E.TraitToolProf"}}</label>
<ul class="traits-list">
{{#each traits.traits.toolProf.selected as |v k|}}
<li class="tag {{k}}">{{v}}</li>
{{#each tools}}
<li class="tag tool proficiency-row" data-property="tools" data-key="{{@key}}">
{{label}}
</li>
{{/each}}
</ul>
</ul>
</div>
</div>
</li>
Expand Down

0 comments on commit 1fb9b64

Please sign in to comment.