feat: Create initial Daggerheart stream overlay module with manifest, scripts, styles, templates, and localization files.
This commit is contained in:
commit
d516de52c0
8 changed files with 1693 additions and 0 deletions
41
languages/en.json
Normal file
41
languages/en.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"DH_STREAM_OVERLAY": {
|
||||
"Settings": {
|
||||
"ShowFullAttrNames": "Show Full Attribute Names",
|
||||
"ShowFullAttrNamesHint": "Show full attribute names (Agility, Strength...) instead of abbreviations.",
|
||||
"ResourceDisplayMode": "Resource Display Mode",
|
||||
"ResourceDisplayModeHint": "Choose between numeric values (3/6) or visual pips.",
|
||||
"ShowResourceIcons": "Show Resource Icons",
|
||||
"ShowResourceIconsHint": "Toggle visibility of the resource icons (Heart, Bolt, Star).",
|
||||
"ShowResources": "Show Resources",
|
||||
"ShowResourcesHint": "Toggle visibility of the entire resources row (HP, Stress, Hope).",
|
||||
"ShowAttributes": "Show Attributes",
|
||||
"ShowAttributesHint": "Toggle visibility of the attributes grid.",
|
||||
"ShowClass": "Show Class",
|
||||
"ShowClassHint": "Toggle visibility of the character class.",
|
||||
"ShowSubclass": "Show Subclass",
|
||||
"ShowSubclassHint": "Toggle visibility of the character subclass.",
|
||||
"ShowAncestry": "Show Ancestry",
|
||||
"ShowAncestryHint": "Toggle visibility of the character ancestry.",
|
||||
"ShowCommunity": "Show Community",
|
||||
"ShowCommunityHint": "Toggle visibility of the character community.",
|
||||
"UseGreenScreen": "Use Green Screen Background",
|
||||
"UseGreenScreenHint": "If enabled, sets the background to bright green (#00ff00) for chroma keying. Otherwise, the background is transparent.",
|
||||
"Choices": {
|
||||
"CharTop": "Character Name Top (Player Bottom)",
|
||||
"PlayerTop": "Player Name Top (Character Bottom)",
|
||||
"NoPlayer": "Hide Player Name"
|
||||
},
|
||||
"MenuLabel": "Stream Overlay",
|
||||
"PlayerNameDisplay": "Player Name Display",
|
||||
"PlayerNameDisplayHint": "Where to show the player's name relative to the character name.",
|
||||
"HideFearLabel": "Hide Fear Label",
|
||||
"HideFearLabelHint": "Hide the text label 'FEAR' next to the fear tokens.",
|
||||
"ShowResourceLabels": "Show Resource Labels",
|
||||
"ShowResourceLabelsHint": "Show text labels (HP, Stress, Hope) next to icons."
|
||||
},
|
||||
"OpenStream": "Open Stream View",
|
||||
"ModeNumeric": "Numeric (3/6)",
|
||||
"ModePips": "Pips (Boxes)"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue