Reorder the weapon details to make it look a bit nicer
This commit is contained in:
parent
a3f5e23b7c
commit
94c6da0e13
1 changed files with 18 additions and 17 deletions
|
|
@ -45,15 +45,6 @@
|
|||
|
||||
{{#if system.weapon.mainHand.ranged}}
|
||||
<div class="weapon__group">
|
||||
<label class="weapon__is-scoped">
|
||||
{{localize "dotdungeon.actor.pc.weapon.is-scoped"}}
|
||||
<input
|
||||
type="checkbox"
|
||||
name="system.weapon.mainHand.scope"
|
||||
{{checked system.weapon.mainHand.scope}}
|
||||
>
|
||||
</label>
|
||||
|
||||
<label class="weapon__ammo-type">
|
||||
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
||||
<select name="system.weapon.mainHand.ammo">
|
||||
|
|
@ -65,6 +56,15 @@
|
|||
{{/select}}
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<label class="weapon__is-scoped">
|
||||
{{localize "dotdungeon.actor.pc.weapon.is-scoped"}}
|
||||
<input
|
||||
type="checkbox"
|
||||
name="system.weapon.mainHand.scope"
|
||||
{{checked system.weapon.mainHand.scope}}
|
||||
>
|
||||
</label>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
@ -113,14 +113,6 @@
|
|||
|
||||
{{#if system.weapon.offHand.ranged}}
|
||||
<div class="weapon__group">
|
||||
<label class="weapon__is-scoped">
|
||||
{{localize "dotdungeon.actor.pc.weapon.is-scoped"}}
|
||||
<input
|
||||
type="checkbox"
|
||||
name="system.weapon.offHand.scope"
|
||||
{{checked system.weapon.offHand.scope}}
|
||||
>
|
||||
</label>
|
||||
<label class="weapon__ammo-type">
|
||||
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
||||
<select name="system.weapon.offHand.ammo">
|
||||
|
|
@ -132,6 +124,15 @@
|
|||
{{/select}}
|
||||
</select>
|
||||
</label>
|
||||
|
||||
<label class="weapon__is-scoped">
|
||||
{{localize "dotdungeon.actor.pc.weapon.is-scoped"}}
|
||||
<input
|
||||
type="checkbox"
|
||||
name="system.weapon.offHand.scope"
|
||||
{{checked system.weapon.offHand.scope}}
|
||||
>
|
||||
</label>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue