Begin work on the most basic item sheet version

This commit is contained in:
Oliver 2026-03-13 01:05:52 -06:00
parent f91c3d2419
commit 2518c7cf05
6 changed files with 120 additions and 0 deletions

View 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>