Begin work on the most basic item sheet version
This commit is contained in:
parent
f91c3d2419
commit
2518c7cf05
6 changed files with 120 additions and 0 deletions
13
templates/GenericItemSheet/content.hbs
Normal file
13
templates/GenericItemSheet/content.hbs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div>
|
||||
<label>
|
||||
Equipped
|
||||
<input type="checkbox" name="system.equipped">
|
||||
</label>
|
||||
<label>
|
||||
Weight
|
||||
<input type="number" name="system.weight">
|
||||
</label>
|
||||
<prose-mirror
|
||||
name="system.description"
|
||||
></prose-mirror>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue