{{!-- Sheet Header --}}

Chapter House
{{!--
Circle color
--}}
{{colorPicker name="system.color" value=system.color default="#000000" class="grid-span-1"}}
{{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" class where "N" can be any number from 1 to 12 and will create that number of columns. --}}
{{!-- "flex-group-center" is also defined in the _grid.scss file and it will add a small amount of padding, a border, and will center all of its child elements content and text. --}} {{#each system.resources as |resource key|}}
{{ localize (concat "CANDELAFVTT." key )}}
/ {{resource.max}}
{{/each}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Abilities Tab --}}
{{ localize "CANDELAFVTT.abilities-description" }}
{{> "systems/candelafvtt/templates/actor/parts/actor-abilities.hbs"}}
{{!-- Members Tab --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-members.hbs"}}
{{!-- Biography Tab --}}
{{!-- If you want TinyMCE editors to output inline rolls when rendered, you need to pass the actor's roll data to the rollData property. --}} {{editor system.biography target="system.biography" rollData=rollData button=true owner=owner editable=editable engine="prosemirror" class="prosemirror-editor" }}
{{!-- Illumination Tab --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-illumination.hbs"}}
{{!-- Gear Tab --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-gear.hbs"}}