add Inventar and combat system base values
This commit is contained in:
+16
-5
@@ -14,6 +14,12 @@
|
||||
"profession": "Profession",
|
||||
"weight": "Gewicht",
|
||||
"price": "Preis",
|
||||
|
||||
"character": {
|
||||
"eigenschaften": "Eigenschaften",
|
||||
"talente": "Talente",
|
||||
"inventar": "Inventar"
|
||||
},
|
||||
|
||||
"attributes": {
|
||||
"label": "Eigenschaften",
|
||||
@@ -162,6 +168,8 @@
|
||||
},
|
||||
|
||||
"bewaffnung": {
|
||||
"bruchfaktor": "Bruchfaktor",
|
||||
|
||||
"nahkampfwaffe": {
|
||||
"label": "Nahkampfwaffe",
|
||||
|
||||
@@ -174,7 +182,6 @@
|
||||
"modifikator": "Modifikator",
|
||||
"attacke": "Attacke",
|
||||
"parade": "Parade",
|
||||
"bruchfaktor": "Bruchfaktor",
|
||||
"distanzklasse": "Distanzklasse",
|
||||
"zweihaendig": "Zweihändig",
|
||||
"werfbar": "Werfbar",
|
||||
@@ -189,8 +196,7 @@
|
||||
"modifikator": "Modifikator",
|
||||
"attacke": "Attacke",
|
||||
"parade": "Parade",
|
||||
"initiative": "Initiative",
|
||||
"bruchfaktor": "Bruchfaktor"
|
||||
"initiative": "Initiative"
|
||||
},
|
||||
|
||||
"schild": {
|
||||
@@ -207,8 +213,7 @@
|
||||
"modifikator": "Modifikator",
|
||||
"attacke": "Attacke",
|
||||
"parade": "Parade",
|
||||
"initiative": "Initiative",
|
||||
"bruchfaktor": "Bruchfaktor"
|
||||
"initiative": "Initiative"
|
||||
},
|
||||
|
||||
"fernkampfwaffe": {
|
||||
@@ -222,6 +227,12 @@
|
||||
"munitionskosten": "Munitionskosten",
|
||||
"munitionsgewicht": "Munitionsgewicht"
|
||||
}
|
||||
},
|
||||
|
||||
"inventar": {
|
||||
"bewaffnung": "Bewaffnung",
|
||||
"ruestungen": "Rüstungen",
|
||||
"gegenstaende": "Gegenstände"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user