175 - Character Sheet Levelup Functionality (#181)

* Attached CharacterCreate and Levelup functionality to the sheet

* Changed to a warning icon
This commit is contained in:
WBHarry 2025-06-25 16:33:38 +02:00 committed by GitHub
parent 7f898bb983
commit d9c003b64b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 218 additions and 61 deletions

View file

@ -1078,8 +1078,9 @@
"faith": "Faith",
"ShortRest": "Take a Short Rest",
"LongRest": "Take a Long Rest",
"CharacterSetup": "Character setup isn't done yet",
"Level": "Level",
"LevelUp": "Level Up!",
"LevelUp": "You can level up",
"Tabs": {
"Features": "Features",
"Inventory": "Inventory",
@ -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": {