Add secondary stats + char rolls

This commit is contained in:
2024-12-18 18:45:47 +01:00
parent 4d3c15a2a8
commit 93901d5f1e
12 changed files with 150 additions and 34 deletions

View File

@@ -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",