2022-01-21 03:22:17 +01:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
|
|
|
<div class="ds4-item-properties ds4-item-properties--equipable">
|
|
|
|
<h4 class="ds4-item-properties__title">{{localize 'DS4.ItemPropertiesEquipable'}}</h4>
|
|
|
|
<div class="form-group">
|
2022-11-21 03:00:46 +01:00
|
|
|
<label for="system.equipped-{{data._id}}">{{localize "DS4.ItemEquipped"}}</label>
|
|
|
|
<input id="system.equipped-{{data._id}}" data-dtype="Boolean" type="checkbox" name="system.equipped" {{checked
|
|
|
|
data.system.equipped}} />
|
2022-01-21 03:22:17 +01:00
|
|
|
</div>
|
|
|
|
</div>
|