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