2020-09-11 17:11:11 -04:00
< form id = "long-rest" class = "dialog-content" onsubmit = "event.preventDefault();" >
2020-10-06 00:45:33 -04:00
< p > Take a long rest? On a long rest you will recover hit points, half your maximum hit dice, class resources, limited use item charges, and power points.< / p >
2020-09-11 17:11:11 -04:00
{{#if promptNewDay}}
< div class = "form-group" >
< label > Is New Day?< / label >
< input type = "checkbox" name = "newDay" { { checked newDay } } / >
< p class = "hint" > Recover limited use abilities which recharge "per day"?< / p >
< / div >
{{/if}}
< div class = "dialog-buttons" >
{{#each buttons as |button id|}}
< button class = "dialog-button" data-button = "{{id}}" >
{{{button.icon}}}
{{{button.label}}}
< / button >
{{/each}}
< / div >
< / form >