mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Added PC level/delevel benefits of leveling up
This commit is contained in:
parent
264a79f6e8
commit
81e9bd8c19
19 changed files with 790 additions and 154 deletions
15
lang/en.json
15
lang/en.json
|
|
@ -770,7 +770,11 @@
|
|||
"damageThresholdSevereIncrease": "Severe: {threshold}",
|
||||
"newExperiences": "New Experiences",
|
||||
"experiencePlaceholder": "A new experience..",
|
||||
"domainCards": "Domain Cards"
|
||||
"domainCards": "Domain Cards",
|
||||
"subclass": "Subclass",
|
||||
"multiclass": "Multiclass",
|
||||
"traits": "Increased Traits",
|
||||
"experienceIncreases": "Experience Increases"
|
||||
},
|
||||
"notifications": {
|
||||
"info": {
|
||||
|
|
@ -781,7 +785,9 @@
|
|||
},
|
||||
"error": {
|
||||
"domainCardWrongDomain": "You don't have access to that Domain",
|
||||
"domainCardToHighLevel": "The Domain Card is too high level to be selected"
|
||||
"domainCardToHighLevel": "The Domain Card is too high level to be selected",
|
||||
"noSelectionsLeft": "Nothing more to select!",
|
||||
"alreadySelectedClass": "You already have that class!"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -944,7 +950,10 @@
|
|||
},
|
||||
"NewItem": "New Item",
|
||||
"NewScar": "New Scar",
|
||||
"DeleteConfirmation": "Are you sure you want to delete the item - {item}?"
|
||||
"DeleteConfirmation": "Are you sure you want to delete the item - {item}?",
|
||||
"Errors": {
|
||||
"missingClassOrSubclass": "The character doesn't have a class and subclass"
|
||||
}
|
||||
},
|
||||
"Adversary": {
|
||||
"Description": "Description",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue