Compare commits
2 Commits
1080597a24
...
a1dc061fd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1dc061fd8 | ||
|
|
5c598ee037 |
@ -336,7 +336,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div class="center fas fa-sword" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
@ -362,7 +362,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div class="center fas fa-shield-halved" data-action="toggle_equipped" data-equipped="{{system.angelegt}}"></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
@ -388,7 +388,7 @@
|
||||
</div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div class="center">{{this.system.gewicht}}</div>
|
||||
<div class="center">{{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}</div>
|
||||
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||
</div>
|
||||
{{/each}}
|
||||
|
||||
@ -39,9 +39,9 @@
|
||||
"gran": "Gran",
|
||||
"karat": "Karat",
|
||||
"skrupel": "Skrupel",
|
||||
"unze": "Unze",
|
||||
"stein": "Stein",
|
||||
"sack": "Sack",
|
||||
"unze": "Unzen",
|
||||
"stein": "Steine",
|
||||
"sack": "Säcke",
|
||||
"quader": "Quader"
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user