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}}
|
{{#if system.weapon.mainHand.ranged}}
|
||||||
<div class="weapon__group">
|
<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">
|
<label class="weapon__ammo-type">
|
||||||
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
||||||
<select name="system.weapon.mainHand.ammo">
|
<select name="system.weapon.mainHand.ammo">
|
||||||
|
|
@ -65,6 +56,15 @@
|
||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -113,14 +113,6 @@
|
||||||
|
|
||||||
{{#if system.weapon.offHand.ranged}}
|
{{#if system.weapon.offHand.ranged}}
|
||||||
<div class="weapon__group">
|
<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">
|
<label class="weapon__ammo-type">
|
||||||
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
{{localize "dotdungeon.actor.pc.weapon.ammo-type.label"}}
|
||||||
<select name="system.weapon.offHand.ammo">
|
<select name="system.weapon.offHand.ammo">
|
||||||
|
|
@ -132,6 +124,15 @@
|
||||||
{{/select}}
|
{{/select}}
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</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>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue