forked from GitHub-Mirrors/foundry-sw5e
Update Core to 1.4.1
Update Core to 1.4.1 and internal Version to 1.4.1.R1-A8
This commit is contained in:
parent
f16383841b
commit
5bb253d9c3
56 changed files with 5440 additions and 3827 deletions
|
@ -19,7 +19,9 @@
|
|||
{{lookup config.weaponTypes data.weaponType }}
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" name="data.rarity" value="{{data.rarity}}" placeholder="{{ localize 'SW5E.Rarity' }}"/>
|
||||
<select name="data.rarity">
|
||||
{{selectOptions config.itemRarity selected=data.rarity blank=" "}}
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
<input type="text" name="data.source" value="{{data.source}}" placeholder="{{ localize 'SW5E.Source' }}"/>
|
||||
|
@ -49,11 +51,7 @@
|
|||
<div class="form-group">
|
||||
<label>{{ localize "SW5E.ItemWeaponType" }}</label>
|
||||
<select name="data.weaponType">
|
||||
{{#select data.weaponType}}
|
||||
{{#each config.weaponTypes as |name type|}}
|
||||
<option value="{{type}}">{{name}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{selectOptions config.weaponTypes selected=data.weaponType}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue