mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
110 - Class Data Model (#111)
* Added PreCreate/Create/Delete logic for Class/Subclass and set it as foreignUUID fields in PC * Moved methods into TypedModelData * Simplified Subclass
This commit is contained in:
parent
53be047e12
commit
746e0f239a
14 changed files with 190 additions and 224 deletions
|
|
@ -1178,6 +1178,14 @@
|
|||
"Description": "Description"
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"Errors": {
|
||||
"MissingClass": "The character is missing a class",
|
||||
"SubclassNotInClass": "The subclass does not belong to the character's class",
|
||||
"ClassAlreadySelected": "The character already has a class",
|
||||
"SubclassAlreadySelected": "The character already has a subclass for that class."
|
||||
}
|
||||
},
|
||||
"Effects": {
|
||||
"Types": {
|
||||
"health": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue