mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
fix localization string
This commit is contained in:
parent
b7a52a88c8
commit
577d9e6c48
1 changed files with 7 additions and 5 deletions
12
lang/en.json
12
lang/en.json
|
|
@ -384,6 +384,12 @@
|
||||||
"default": "Default Ownership"
|
"default": "Default Ownership"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Effect": {
|
||||||
|
"AttachmentOnly": {
|
||||||
|
"Label": "Attachment Only",
|
||||||
|
"Hint": "This effect only activates when the item is attached to armor or a weapon."
|
||||||
|
}
|
||||||
|
},
|
||||||
"CONFIG": {
|
"CONFIG": {
|
||||||
"ActionType": {
|
"ActionType": {
|
||||||
"passive": "Passive",
|
"passive": "Passive",
|
||||||
|
|
@ -1030,11 +1036,7 @@
|
||||||
},
|
},
|
||||||
"Effect": {
|
"Effect": {
|
||||||
"single": "Effect",
|
"single": "Effect",
|
||||||
"plural": "Effects",
|
"plural": "Effects"
|
||||||
"AttachmentOnly": {
|
|
||||||
"Label": "Attachment Only",
|
|
||||||
"Hint": "When checked, this effect will only apply to the actor when this item is attached to another item (e.g., attached to armor). If unchecked, the effect applies normally based on item equipped status."
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"Experience": {
|
"Experience": {
|
||||||
"single": "Experience",
|
"single": "Experience",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue