mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Merged main
This commit is contained in:
commit
b87e630a0a
84 changed files with 2046 additions and 452 deletions
57
lang/en.json
57
lang/en.json
|
|
@ -76,6 +76,15 @@
|
|||
"invalidDrop": "You can only drop Actor entities to summon.",
|
||||
"chatMessageTitle": "Test2",
|
||||
"chatMessageHeaderTitle": "Summoning"
|
||||
},
|
||||
"transform": {
|
||||
"name": "Transform",
|
||||
"tooltip": "Transform one actor into another",
|
||||
"noTransformActor": "There is no assigned actor to transform into",
|
||||
"transformActorMissing": "The assigned actor to transform into does not exist. It was probably deleted or moved in/out of a compendium",
|
||||
"canvasError": "There is no active scene.",
|
||||
"prototypeError": "You can only use a transform action from a Token",
|
||||
"actorLinkError": "You cannot transform a token with Actor Link set to true"
|
||||
}
|
||||
},
|
||||
"Config": {
|
||||
|
|
@ -131,6 +140,12 @@
|
|||
},
|
||||
"summon": {
|
||||
"dropSummonsHere": "Drop Summons Here"
|
||||
},
|
||||
"transform": {
|
||||
"dropTransformHere": "Drop Transform Here",
|
||||
"actorIsMissing": "The linked actor is missing. You should delete this link.",
|
||||
"clearHitPoints": "Clear Hitpoints",
|
||||
"clearStress": "Clear Stress"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1054,6 +1069,10 @@
|
|||
"fear": "Fear",
|
||||
"spotlight": "Spotlight"
|
||||
},
|
||||
"DaggerheartDiceAnimationEvents": {
|
||||
"critical": { "name": "Critical" },
|
||||
"higher": { "name": "Highest Roll" }
|
||||
},
|
||||
"DamageType": {
|
||||
"physical": {
|
||||
"name": "Physical",
|
||||
|
|
@ -2277,6 +2296,7 @@
|
|||
"identify": "Identity",
|
||||
"imagePath": "Image Path",
|
||||
"inactiveEffects": "Inactive Effects",
|
||||
"initial": "Initial",
|
||||
"inventory": "Inventory",
|
||||
"itemResource": "Item Resource",
|
||||
"itemQuantity": "Item Quantity",
|
||||
|
|
@ -2304,6 +2324,7 @@
|
|||
"plurial": "Players"
|
||||
},
|
||||
"portrait": "Portrait",
|
||||
"preview": "Preview",
|
||||
"proficiency": "Proficiency",
|
||||
"quantity": "Quantity",
|
||||
"range": "Range",
|
||||
|
|
@ -2644,6 +2665,14 @@
|
|||
"title": "Triggers"
|
||||
}
|
||||
},
|
||||
"Metagaming": {
|
||||
"FIELDS": {
|
||||
"hideObserverPermissionInChat": {
|
||||
"label": "Hide Chat Info From Players",
|
||||
"hint": "Information such as hit/miss on attack rolls against adversaries will be hidden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Homebrew": {
|
||||
"newDowntimeMove": "Downtime Move",
|
||||
"downtimeMove": "Downtime Move",
|
||||
|
|
@ -2658,6 +2687,8 @@
|
|||
"resetMovesText": "Are you sure you want to reset?",
|
||||
"deleteItemTitle": "Delete Homebrew Item",
|
||||
"deleteItemText": "Are you sure you want to delete the item?",
|
||||
"deleteResourceTitle": "Delete Homebrew Resource",
|
||||
"deleteResourceText": "Are you sure you want to delete the resource?",
|
||||
"FIELDS": {
|
||||
"maxFear": { "label": "Max Fear" },
|
||||
"maxHope": { "label": "Max Hope" },
|
||||
|
|
@ -2666,6 +2697,13 @@
|
|||
"label": "Max Cards in Loadout",
|
||||
"hint": "Set to blank or 0 for unlimited maximum"
|
||||
},
|
||||
"resources": {
|
||||
"resources": {
|
||||
"value": { "label": "Icon" },
|
||||
"isIcon": { "label": "Font Awesome Icon" },
|
||||
"noColorFilter": { "label": "Disable Color Filter" }
|
||||
}
|
||||
},
|
||||
"maxDomains": { "label": "Max Class Domains", "hint": "Max domains you can set on a class" }
|
||||
},
|
||||
"currency": {
|
||||
|
|
@ -2694,6 +2732,13 @@
|
|||
"adversaryType": {
|
||||
"title": "Custom Adversary Types",
|
||||
"newType": "Adversary Type"
|
||||
},
|
||||
"resources": {
|
||||
"typeTitle": "{type} Resources",
|
||||
"filledIcon": "Filled Icon",
|
||||
"emptyIcon": "Empty Icon",
|
||||
"resourceIdentifier": "Resource Identifier",
|
||||
"setResourceIdentifier": "Set Resource Identifier"
|
||||
}
|
||||
},
|
||||
"Menu": {
|
||||
|
|
@ -2703,6 +2748,11 @@
|
|||
"label": "Configure Automation",
|
||||
"hint": "Various settings automating resource management and more"
|
||||
},
|
||||
"metagaming": {
|
||||
"name": "Metagaming Settings",
|
||||
"label": "Configure Metagaming",
|
||||
"hint": "Various settings controlling the flow of information to players"
|
||||
},
|
||||
"homebrew": {
|
||||
"name": "Homebrew Settings",
|
||||
"label": "Configure Homebrew",
|
||||
|
|
@ -2728,7 +2778,12 @@
|
|||
"colorset": "Theme",
|
||||
"material": "Material",
|
||||
"system": "Dice Preset",
|
||||
"font": "Font"
|
||||
"font": "Font",
|
||||
"critical": "Duality Critical Animation",
|
||||
"diceAppearance": "Dice Appearance",
|
||||
"animations": "Animations",
|
||||
"defaultAnimations": "Set Animations As Player Defaults",
|
||||
"previewAnimation": "Preview Animation"
|
||||
}
|
||||
},
|
||||
"variantRules": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue