Geld





Nahrung
@for (item of food; track item) {
{{ item.name }}
}
Name
Wert
Gewicht
Anzahl
@for (item of weaponsAndArmor; let index = $index; track item) {
{{ item.name }}
{{ item.value }} Gold
{{ item.weight }} Kg.
{{ item.quantity }}
}
Name
Wert
Gewicht
Anzahl
@for (item of consumables; let index = $index; track item) {
{{ item.name }}
{{ item.value }} Gold
{{ item.weight }} Kg.
{{ item.quantity }}
}
Name
Wert
Gewicht
Anzahl
@for (item of miscellaneous; let index = $index; track item) {
{{ item.name }}
{{ item.value }} Gold
{{ item.weight }} Kg.
{{ item.quantity }}
}