Added label for grips in Weapon sheet (thanks to TesserWract)
This commit is contained in:
@@ -148,7 +148,9 @@
|
||||
"readied": "Readied",
|
||||
"category": "Category",
|
||||
"deadliness": "Deadliness",
|
||||
"grips": "Grips"
|
||||
"grips": "Grips",
|
||||
"1hand": "1-hand",
|
||||
"2hand": "2-hand"
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armors",
|
||||
|
||||
@@ -148,7 +148,9 @@
|
||||
"readied": "Preparado",
|
||||
"category": "Categoría",
|
||||
"deadliness": "Letalidad",
|
||||
"grips": "Agarres"
|
||||
"grips": "Agarres",
|
||||
"1hand": "1-hand",
|
||||
"2hand": "2-hand"
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armaduras",
|
||||
|
||||
@@ -148,7 +148,9 @@
|
||||
"readied": "Apprêté",
|
||||
"category": "Catégorie",
|
||||
"deadliness": "Dangerosité (DGR)",
|
||||
"grips": "Prise"
|
||||
"grips": "Prise",
|
||||
"1hand": "1 main",
|
||||
"2hand": "2 mains"
|
||||
},
|
||||
"armors": {
|
||||
"title": "Armures",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -189,7 +189,7 @@
|
||||
input[type="number"] {
|
||||
width: 2rem;
|
||||
&.grip {
|
||||
width: 100%;
|
||||
width: calc(100% - 4rem);
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,8 +47,14 @@
|
||||
</fieldset>
|
||||
<fieldset class="stats">
|
||||
<legend class="text-block-header">{{localize 'l5r5e.weapons.grips'}}</legend>
|
||||
<input class="grip" type="text" name="data.grip_1" value="{{document.data.data.grip_1}}" />
|
||||
<input class="grip" type="text" name="data.grip_2" value="{{document.data.data.grip_2}}" />
|
||||
<label>
|
||||
{{localize 'l5r5e.weapons.1hand'}}
|
||||
<input class="grip" type="text" name="data.grip_1" value="{{document.data.data.grip_1}}" />
|
||||
</label>
|
||||
<label>
|
||||
{{localize 'l5r5e.weapons.2hand'}}
|
||||
<input class="grip" type="text" name="data.grip_2" value="{{document.data.data.grip_2}}" />
|
||||
</label>
|
||||
</fieldset>
|
||||
</article>
|
||||
<article class="properties" data-group="primary" data-tab="properties">
|
||||
|
||||
Reference in New Issue
Block a user