Files
roll20-character-sheets/Aborea_new/dev/html/21_inventar.html
T
Tealk 01be073673 Create character sheet generation script
- Implemented full script to generate the Roll20 character sheet.
- Added functions to generate Spruchlisten HTML, compile Sass to CSS, and combine HTML and JS files into a final output.
- Included logic to update the version in the JSON file if HTML or CSS files have changed.
2024-09-22 21:04:32 +02:00

13 lines
655 B
HTML

<div class="float half inventar">
<div class="title redbg">Inventar</div>
<fieldset class="repeating_inventar">
<div class="options inventar-row">
<input class="options-flag" name="attr_options-flag" type="checkbox" title="Show/hide options" /><span>y</span>
<input type="text" name="attr_name" placeholder="Gegenstand/Rüstung" />
<input type="text" name="attr_wight" placeholder="Info/Rüstwert" />
<input type="number" name="attr_costs" placeholder="Anzahl" />
<textarea name="attr_description" placeholder="Beschreibung"></textarea>
</div>
</fieldset>
</div>