Attached CharacterCreate and Levelup functionality to the sheet

This commit is contained in:
WBHarry 2025-06-25 15:45:18 +02:00
parent 7f898bb983
commit 4f6c87a524
10 changed files with 208 additions and 57 deletions

View file

@ -1078,6 +1078,7 @@
"faith": "Faith",
"ShortRest": "Take a Short Rest",
"LongRest": "Take a Long Rest",
"CharacterSetup": "Setup",
"Level": "Level",
"LevelUp": "Level Up!",
"Tabs": {
@ -1177,7 +1178,9 @@
"NewScar": "New Scar",
"DeleteConfirmation": "Are you sure you want to delete the item - {item}?",
"Errors": {
"missingClassOrSubclass": "The character doesn't have a class and subclass"
"missingClassOrSubclass": "The character doesn't have a class and subclass",
"tooHighLevel": "You cannot raise the character level past the maximum",
"tooLowLevel": "You cannot lower the character level below starting level"
}
},
"Adversary": {