mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge pull request #59 from Foundryborne/feature/49-enhace-feature-sheet
Enhace feature sheet and apply new standard style to applications
This commit is contained in:
commit
307af1fd77
24 changed files with 1074 additions and 128 deletions
32
lang/en.json
Normal file → Executable file
32
lang/en.json
Normal file → Executable file
|
|
@ -694,10 +694,13 @@
|
|||
},
|
||||
"Feature": {
|
||||
"Type": {
|
||||
"Ancestry": "Ancestry",
|
||||
"Community": "Community",
|
||||
"Class": "Class",
|
||||
"Subclass": "Subclass"
|
||||
"ancestry": "Ancestry",
|
||||
"community": "Community",
|
||||
"class": "Class",
|
||||
"subclass": "Subclass",
|
||||
"classHope": "Class Hope",
|
||||
"domainCard": "Domain Card",
|
||||
"equipment": "Equipment"
|
||||
},
|
||||
"ValueType": {
|
||||
"Normal": "Normal",
|
||||
|
|
@ -1009,9 +1012,18 @@
|
|||
"Tabs": {
|
||||
"Features": "Features",
|
||||
"Effects": "Effects",
|
||||
"Actions": "Actions"
|
||||
"Settings": "Settings",
|
||||
"Actions": "Actions",
|
||||
"Description": "Description"
|
||||
},
|
||||
"Description": "Description"
|
||||
"Description": "Description",
|
||||
"effects": {
|
||||
"addEffect": "Add Effect",
|
||||
"applyLocation": "Apply Location",
|
||||
"value": "Value",
|
||||
"initiallySelected": "Initially Selected",
|
||||
"hopeIncrease": "Hope Increase"
|
||||
}
|
||||
},
|
||||
"Consumable": {
|
||||
"Quantity": "Quantity",
|
||||
|
|
@ -1050,16 +1062,16 @@
|
|||
},
|
||||
"Effects": {
|
||||
"Types": {
|
||||
"Health": {
|
||||
"health": {
|
||||
"Name": "Health"
|
||||
},
|
||||
"Stress": {
|
||||
"stress": {
|
||||
"Name": "Stress"
|
||||
},
|
||||
"Reach": {
|
||||
"reach": {
|
||||
"Name": "Reach"
|
||||
},
|
||||
"Damage": {
|
||||
"damage": {
|
||||
"Name": "Damage"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue