enhace feature sheet and apply new standard style to applications

fix unexpected missed padding

requested changes
This commit is contained in:
molilo 2025-05-26 10:45:59 -03:00
parent cf51153432
commit 3c948ca1b7
24 changed files with 1074 additions and 128 deletions

32
lang/en.json Normal file → Executable file
View file

@ -680,10 +680,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",
@ -995,9 +998,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",
@ -1036,16 +1048,16 @@
},
"Effects": {
"Types": {
"Health": {
"health": {
"Name": "Health"
},
"Stress": {
"stress": {
"Name": "Stress"
},
"Reach": {
"reach": {
"Name": "Reach"
},
"Damage": {
"damage": {
"Name": "Damage"
}
},