mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
148 - Character Setup (#151)
* Added a character setup dialog * Added optional equipment tab * Removed temp button to open character setup * Cleaned up footer from commented code
This commit is contained in:
parent
a0a5196825
commit
f6e077b290
20 changed files with 1560 additions and 142 deletions
57
lang/en.json
57
lang/en.json
|
|
@ -367,39 +367,39 @@
|
|||
}
|
||||
},
|
||||
"Domains": {
|
||||
"Arcana": {
|
||||
"arcana": {
|
||||
"label": "Arcana",
|
||||
"Description": "This is the domain of the innate or instinctual use of magic. Those who walk this path tap into the raw, enigmatic forces of the realms to manipulate both the elements and their own energy. Arcana offers wielders a volatile power, but it is incredibly potent when correctly channeled."
|
||||
},
|
||||
"Blade": {
|
||||
"blade": {
|
||||
"label": "Blade",
|
||||
"Description": "This is the domain of those who dedicate their lives to the mastery of weapons. Whether by blade, bow, or perhaps a more specialized arm, those who follow this path have the skill to cut short the lives of others. Blade requires study and dedication from its followers, in exchange for inexorable power over death."
|
||||
},
|
||||
"Bone": {
|
||||
"bone": {
|
||||
"label": "Bone",
|
||||
"Description": "This is the domain of mastery of swiftness and tactical mastery. Practitioners of this domain have an uncanny control over their own physical abilities, and an eye for predicting the behaviors of others in combat. Bone grants its adherents unparalleled understanding of bodies and their movements in exchange for diligent training."
|
||||
},
|
||||
"Codex": {
|
||||
"codex": {
|
||||
"label": "Codex",
|
||||
"Description": "This is the domain of intensive magical study. Those who seek magical knowledge turn to the recipes of power recorded in books, on scrolls, etched into walls, or tattooed on bodies. Codex offers a commanding and versatile understanding of magic to those devotees who are willing to seek beyond the common knowledge."
|
||||
},
|
||||
"Grace": {
|
||||
"grace": {
|
||||
"label": "Grace",
|
||||
"Description": "This is the domain of charisma. Through rapturous storytelling, clever charm, or a shroud of lies, those who channel this power define the realities of their adversaries, bending perception to their will. Grace offers its wielders raw magnetism and mastery over language."
|
||||
},
|
||||
"Midnight": {
|
||||
"midnight": {
|
||||
"label": "Midnight",
|
||||
"Description": "This is the domain of shadows and secrecy. Whether by clever tricks, or cloak of night those who channel these forces are practiced in that art of obscurity and there is nothing hidden they cannot reach. Midnight offers practitioners the incredible power to control and create enigmas."
|
||||
},
|
||||
"Sage": {
|
||||
"sage": {
|
||||
"label": "Sage",
|
||||
"Description": "This is the domain of the natural world. Those who walk this path tap into the unfettered power of the earth and its creatures to unleash raw magic. Sage grants its adherents the vitality of a blooming flower and ferocity of a hungry predator."
|
||||
},
|
||||
"Splendor": {
|
||||
"splendor": {
|
||||
"label": "Splendor",
|
||||
"Description": "This is the domain of life. Through this magic, followers gain the ability to heal, though such power also grants the wielder some control over death. Splendor offers its disciples the magnificent ability to both give and end life."
|
||||
},
|
||||
"Valor": {
|
||||
"valor": {
|
||||
"label": "Valor",
|
||||
"Description": "This is the domain of protection. Whether through attack or defense, those who choose this discipline channel formidable strength to protect their allies in battle. Valor offers great power to those who raise their shield in defense of others."
|
||||
}
|
||||
|
|
@ -417,6 +417,45 @@
|
|||
"requestingSpotlight": "Requesting The Spotlight",
|
||||
"combatStarted": "Active"
|
||||
},
|
||||
"CharacterCreation": {
|
||||
"Title": "{actor} - Character Setup",
|
||||
"TraitIncreases": "Trait Increases",
|
||||
"SuggestedTraits": "Suggested Traits",
|
||||
"InitialExperiences": "Initial Experiences",
|
||||
"Heritage": "Heritage",
|
||||
"SelectAncestry": "Select Ancestry",
|
||||
"SelectCommunity": "Select Community",
|
||||
"SelectClass": "Select Class",
|
||||
"SelectSubclass": "Select Subclass",
|
||||
"SelectArmor": "Select Armor",
|
||||
"SelectPrimaryWeapon": "Select Primary Weapon",
|
||||
"SelectSecondaryWeapon": "Select Secondary Weapon",
|
||||
"SuggestedArmor": "Suggested Armor",
|
||||
"SuggestedWeapons": "Suggested Weapon",
|
||||
"SuggestedPrimaryWeapon": "Suggested Primary Weapon",
|
||||
"SuggestedSecondaryWeapon": "Suggested Secondary Weapon",
|
||||
"StartingItems": "Starting Items",
|
||||
"Choice": "Choice",
|
||||
"NewExperience": "New Experience..",
|
||||
"FinishCreation": "Finish Character Setup",
|
||||
"Tabs": {
|
||||
"Optional": "Optional",
|
||||
"Setup": "Setup",
|
||||
"Equipment": "Equipment",
|
||||
"Story": "Story"
|
||||
},
|
||||
"Notifications": {
|
||||
"SubclassNotInClass": "This subclass does not belong to your selected class.",
|
||||
"MissingClass": "You don't have a class selected yet.",
|
||||
"WrongDomain": "The card isn't from one of your class domains.",
|
||||
"CardTooHighLevel": "The card is too high level!",
|
||||
"DuplicateCard": "You cannot select the same card more than once.",
|
||||
"NotPrimary": "The weapon is not a primary weapon!",
|
||||
"NotSecondary": "The weapon is not a secondary weapon!",
|
||||
"ItemTooHighTier": "The item must be from Tier1",
|
||||
"PrimaryIsTwoHanded": "Cannot select a secondary weapon with a two-handed primary!"
|
||||
}
|
||||
},
|
||||
"LevelUp": {
|
||||
"Options": {
|
||||
"trait": "Gain a +1 bonus to two unmarked character traits and mark them.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue