Initial system development

This commit is contained in:
2021-01-18 17:46:39 +01:00
parent 199dc4c6ed
commit ca29af6b61
10 changed files with 1446 additions and 38 deletions

18
lang/en.json Normal file
View File

@ -0,0 +1,18 @@
{
"SHEET.TabStats": "Stats",
"SHEET.TabSkills": "Skills",
"SHEET.TabFight": "Fight",
"SHEET.TabGears": "Gears",
"SHEET.TabDescription": "Description",
"STATS.physical": "physical",
"STATS.mental": "mental",
"STATS.strength": "Strength",
"STATS.dexterity": "Dextrity",
"STATS.speed": "Speed",
"STATS.endurance": "Endurance",
"STATS.intelligence": "Intelligence",
"STATS.perception": "Perception",
"STATS.charisma": "Charisma",
"STATS.determination": "Determination"
}