mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Moved default hope/fear/advantage/disadvantage under system/rules/roll and changed them to be dice indexs
This commit is contained in:
parent
7af3f07a26
commit
b50f011361
8 changed files with 79 additions and 62 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -237,10 +237,6 @@
|
|||
"unequip": "Unequip",
|
||||
"useItem": "Use Item"
|
||||
},
|
||||
"defaultHopeDice": "Default Hope Dice",
|
||||
"defaultFearDice": "Default Fear Dice",
|
||||
"defaultAdvantageDice": "Default Advantage Dice",
|
||||
"defaultDisadvantageDice": "Default Disadvantage Dice",
|
||||
"disadvantageSources": {
|
||||
"label": "Disadvantage Sources",
|
||||
"hint": "Add single words or short text as reminders and hints of what a character has disadvantage on."
|
||||
|
|
@ -306,6 +302,16 @@
|
|||
},
|
||||
"noPartner": "No Partner selected"
|
||||
},
|
||||
"Creature": {
|
||||
"rules": {
|
||||
"roll": {
|
||||
"hope": { "label": "Default Hope Dice Index", "hint": "Index for the default hope dice. 0=d4, 1=d6, 2=d8, 3=d10, 4=d12, 5=d20" },
|
||||
"fear": { "label": "Default Fear Dice Index", "hint": "Index for the default fear dice. 0=d4, 1=d6, 2=d8, 3=d10, 4=d12, 5=d20" },
|
||||
"advantage": { "label": "Default Advantage Dice Index", "hint": "Index for the default advantage dice. 0=d4, 1=d6, 2=d8, 3=d10, 4=d12, 5=d20" },
|
||||
"disadvantage": { "label": "Default Disadvantage Dice Index", "hint": "Index for the default disadvantage dice. 0=d4, 1=d6, 2=d8, 3=d10, 4=d12, 5=d20" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"Environment": {
|
||||
"FIELDS": {
|
||||
"description": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue