mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
113 - Character Data Model (#114)
* Improved Character datamodel * Removed additional unneccessary getters * Preliminary cleanup in the class sheet * Cleanup of 'pc' references * Corrected Duality rolling from Character * Fix to damage roll
This commit is contained in:
parent
02f16f7363
commit
70382df63c
34 changed files with 1135 additions and 2001 deletions
22
lang/en.json
22
lang/en.json
|
|
@ -13,7 +13,7 @@
|
|||
"armor": "Armor"
|
||||
},
|
||||
"Actor": {
|
||||
"pc": "PC",
|
||||
"character": "Character",
|
||||
"npc": "NPC",
|
||||
"adversary": "Adversary",
|
||||
"environment": "Environment"
|
||||
|
|
@ -110,8 +110,14 @@
|
|||
},
|
||||
"VariantRules": {
|
||||
"ActionTokens": {
|
||||
"Name": "Action Tokens",
|
||||
"Hint": "Give each player action tokens to use in combat"
|
||||
"label": "Action Tokens",
|
||||
"hint": "Give each player action tokens to use in combat"
|
||||
},
|
||||
"FIELDS": {
|
||||
"useCoins": {
|
||||
"label": "Use Coins",
|
||||
"hint": "test"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DualityRollColor": {
|
||||
|
|
@ -132,10 +138,6 @@
|
|||
"AttackTargetDoesNotExist": "The target token no longer exists"
|
||||
},
|
||||
"Error": {
|
||||
"NoClassSelected": "Your character has no class selected!",
|
||||
"LacksDomain": "Your character doesn't have the domain of the card!",
|
||||
"MaxLoadoutReached": "You can't have any more domain cards at this level!",
|
||||
"DuplicateDomainCard": "You already have a domain card with that name!",
|
||||
"ActionRequiresTarget": "The action requires at least one target",
|
||||
"NoAssignedPlayerCharacter": "You have no assigned character.",
|
||||
"NoSelectedToken": "You have no selected token",
|
||||
|
|
@ -1252,7 +1254,11 @@
|
|||
"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."
|
||||
"SubclassAlreadySelected": "The character already has a subclass for that class.",
|
||||
"NoClassSelected": "Your character has no class selected!",
|
||||
"LacksDomain": "Your character doesn't have the domain of the card!",
|
||||
"MaxLoadoutReached": "You can't have any more domain cards at this level!",
|
||||
"DuplicateDomainCard": "You already have a domain card with that name!"
|
||||
}
|
||||
},
|
||||
"Effects": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue