Created item template and JSON files
This commit is contained in:
parent
5907a3f62b
commit
5c5bdb0041
|
@ -37,6 +37,8 @@
|
|||
<div class="tab attributes" data-group="primary" data-tab="attributes">
|
||||
{{!-- As you add new fields, add them in here! --}}
|
||||
<div class="resource">
|
||||
<!-- ORIGINAL
|
||||
|
||||
<label class="resource-label">Roll Formula:</label>
|
||||
<span>{{system.formula}}</span>
|
||||
<div class="grid grid-4col">
|
||||
|
@ -50,7 +52,15 @@
|
|||
</div>
|
||||
<div class="grid-span-2">
|
||||
<label class="resource-label">Roll Modifier</label>
|
||||
<input type="text" name="system.roll.diceBonus" value="{{system.roll.diceBonus}}" data-dtype="String" />
|
||||
<input type="text" name="system.roll.diceBonus" value="{{system.roll.diceBonus}}" data-dtype="String" /> -->
|
||||
|
||||
<span>Choose Item Type</span>
|
||||
<span><select name="Item Type" id="iType">
|
||||
<script src="shadowrun-6e-ultimate/module/scripts/itemDisplay.js"></script>
|
||||
</select></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue