mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Task/415 action refactor part 2 (#1094)
This commit is contained in:
parent
8e5dd22370
commit
1eb3ff11c0
47 changed files with 1244 additions and 641 deletions
37
lang/en.json
37
lang/en.json
|
|
@ -96,6 +96,7 @@
|
|||
"attackName": "Attack Name",
|
||||
"includeBase": { "label": "Include Item Damage" },
|
||||
"multiplier": "Multiplier",
|
||||
"saveHint": "Set a default Trait to enable Reaction Roll. It can be changed later in Reaction Roll Dialog.",
|
||||
"resultBased": {
|
||||
"label": "Formula based on Hope/Fear result."
|
||||
},
|
||||
|
|
@ -310,7 +311,8 @@
|
|||
"toLoadout": "Send to Loadout",
|
||||
"toVault": "Send to Vault",
|
||||
"unequip": "Unequip",
|
||||
"useItem": "Use Item"
|
||||
"useItem": "Use Item",
|
||||
"cancelBeastform": "Cancel Beastform"
|
||||
},
|
||||
"Countdown": {
|
||||
"addCountdown": "Add Countdown",
|
||||
|
|
@ -1908,6 +1910,7 @@
|
|||
"tier4": "tier 4",
|
||||
"domains": "Domains",
|
||||
"downtime": "Downtime",
|
||||
"roll": "Roll",
|
||||
"rules": "Rules",
|
||||
"types": "Types"
|
||||
},
|
||||
|
|
@ -1961,6 +1964,7 @@
|
|||
"fear": "Fear",
|
||||
"features": "Features",
|
||||
"formula": "Formula",
|
||||
"gm": "GM",
|
||||
"healing": "Healing",
|
||||
"healingRoll": "Healing Roll",
|
||||
"hit": {
|
||||
|
|
@ -1997,6 +2001,10 @@
|
|||
"none": "None",
|
||||
"noTarget": "No current target",
|
||||
"partner": "Partner",
|
||||
"player": {
|
||||
"single": "Player",
|
||||
"plurial": "Players"
|
||||
},
|
||||
"proficiency": "Proficiency",
|
||||
"quantity": "Quantity",
|
||||
"range": "Range",
|
||||
|
|
@ -2022,6 +2030,7 @@
|
|||
},
|
||||
"title": "Title",
|
||||
"total": "Total",
|
||||
"traitModifier": "Trait Modifier",
|
||||
"true": "True",
|
||||
"type": "Type",
|
||||
"unarmed": "Unarmed",
|
||||
|
|
@ -2204,10 +2213,35 @@
|
|||
"playerCanEditSheet": {
|
||||
"label": "Players Can Manually Edit Character Settings",
|
||||
"hint": "Players are allowed to access the manual Character Settings and change their statistics beyond the rules."
|
||||
},
|
||||
"roll": {
|
||||
"roll": {
|
||||
"label": "Roll",
|
||||
"hint": "Auto behavior for rolls like Attack, Spellcast, etc."
|
||||
},
|
||||
"damage": {
|
||||
"label": "Damage/Healing Roll",
|
||||
"hint": "Auto behavior for Damage & Healing rolls after the Attack/Spellcast."
|
||||
},
|
||||
"save": {
|
||||
"label": "Reaction Roll",
|
||||
"hint": "Auto behavior if a Reaction Roll is needed. Targets must be selected before the action is made"
|
||||
},
|
||||
"damageApply": {
|
||||
"label": "Apply Damage/Healing",
|
||||
"hint": "Automatically apply damages & healings. Targets must be selected before the action is made and Reaction Roll Automation must be different than Never. Bypass users permissions."
|
||||
},
|
||||
"effect": {
|
||||
"label": "Apply Effects",
|
||||
"hint": "Automatically apply effects. Targets must be selected before the action is made and Reaction Roll Automation must be different than Never. Bypass users permissions."
|
||||
}
|
||||
}
|
||||
},
|
||||
"defeated": {
|
||||
"title": "Defeated Handling"
|
||||
},
|
||||
"roll": {
|
||||
"title": "Actions"
|
||||
}
|
||||
},
|
||||
"Homebrew": {
|
||||
|
|
@ -2407,6 +2441,7 @@
|
|||
"beastformInapplicable": "A beastform can only be applied to a Character.",
|
||||
"beastformAlreadyApplied": "The character already has a beastform applied!",
|
||||
"noTargetsSelected": "No targets are selected.",
|
||||
"noTargetsSelectedOrPerm": "No targets are selected or with the update permission.",
|
||||
"attackTargetDoesNotExist": "The target token no longer exists",
|
||||
"insufficentAdvancements": "You don't have enough advancements left.",
|
||||
"noAssignedPlayerCharacter": "You have no assigned character.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue