Add secondary stats + char rolls
This commit is contained in:
18
lang/en.json
18
lang/en.json
@@ -56,6 +56,7 @@
|
||||
}
|
||||
},
|
||||
"Skill": {
|
||||
"Unnatural": "Unnatural",
|
||||
"FIELDS": {
|
||||
"settings": {
|
||||
"label": "Settings era"
|
||||
@@ -212,7 +213,13 @@
|
||||
"individual": "Individual",
|
||||
"community": "Community"
|
||||
},
|
||||
"Harshness": {
|
||||
"normal": "Normal",
|
||||
"harsh": "Harsh",
|
||||
"veryHarsh": "Very Harsh"
|
||||
},
|
||||
"Label": {
|
||||
"biodata": "Biodata",
|
||||
"skill": "Skill",
|
||||
"modifier": "Modifier",
|
||||
"rollView": "Roll View",
|
||||
@@ -225,6 +232,12 @@
|
||||
"powShort": "POW",
|
||||
"conShort": "CON",
|
||||
"chaShort": "CHA",
|
||||
"strLong": "Strength",
|
||||
"dexLong": "Dexterity",
|
||||
"intLong": "Intelligence",
|
||||
"powLong": "Power",
|
||||
"conLong": "Constitution",
|
||||
"chaLong": "Charisma",
|
||||
"total": "Total",
|
||||
"skills": "Skills",
|
||||
"gear": "Gear",
|
||||
@@ -252,11 +265,14 @@
|
||||
"totalScore": "Total Score",
|
||||
"exhausted": "Exhausted",
|
||||
"skillRoll": "Skill Roll",
|
||||
"charRoll": "Characteristic Roll",
|
||||
"finalScore": "Final Score",
|
||||
"failure": "Failure",
|
||||
"success": "Success",
|
||||
"criticalSuccess": "Critical Success",
|
||||
"criticalFailure": "Critical Failure"
|
||||
"criticalFailure": "Critical Failure",
|
||||
"Characteristic": "Characteristic",
|
||||
"targetScore": "Target Score"
|
||||
},
|
||||
"Edit": "Edit",
|
||||
"Delete": "Delete",
|
||||
|
Reference in New Issue
Block a user