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:
Murilo Brito 2025-05-26 12:42:35 -03:00 committed by GitHub
commit 307af1fd77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1074 additions and 128 deletions

32
lang/en.json Normal file → Executable file
View 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"
}
},