mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
- 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.
13 lines
655 B
HTML
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>
|