forked from GitHub-Mirrors/foundry-sw5e
Compendia for Fighting Masteries and Styles and Other Minor Updates
What the title says.
This commit is contained in:
parent
255e658768
commit
1130fdc30d
63 changed files with 419 additions and 119 deletions
|
@ -78,6 +78,21 @@
|
|||
<div class="item-detail player-classfeatures">
|
||||
{{item.data.name}}
|
||||
</div>
|
||||
|
||||
{{else if section.isFightingstyles}}
|
||||
<div class="item-detail player-fightingstyles">
|
||||
{{item.data.name}}
|
||||
</div>
|
||||
|
||||
{{else if section.isFightingmasteries}}
|
||||
<div class="item-detail player-fightingmasteries">
|
||||
{{item.data.name}}
|
||||
</div>
|
||||
|
||||
{{else if section.isLightsaberform}}
|
||||
<div class="item-detail player-lightsaberforms">
|
||||
{{item.data.name}}
|
||||
</div>
|
||||
|
||||
{{else if section.isClass}}
|
||||
<div class="item-detail player-class">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue