mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 19:39:54 +02:00
Lang cleanup
This commit is contained in:
parent
cf47385d83
commit
2a16b15140
2 changed files with 12 additions and 12 deletions
|
|
@ -1161,7 +1161,7 @@
|
||||||
"autoAppliedByLabel": "Max Stress"
|
"autoAppliedByLabel": "Max Stress"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"CountdownType": {
|
"CountdownProgressType": {
|
||||||
"actionRoll": "Action Roll",
|
"actionRoll": "Action Roll",
|
||||||
"characterAttack": "Character Attack",
|
"characterAttack": "Character Attack",
|
||||||
"characterSpotlight": "Character Spotlight",
|
"characterSpotlight": "Character Spotlight",
|
||||||
|
|
@ -1169,7 +1169,7 @@
|
||||||
"fear": "Fear",
|
"fear": "Fear",
|
||||||
"spotlight": "Spotlight"
|
"spotlight": "Spotlight"
|
||||||
},
|
},
|
||||||
"CountdownBaseType": {
|
"CountdownType": {
|
||||||
"encounter": { "label": "Short Term", "shortLabel": "Short" },
|
"encounter": { "label": "Short Term", "shortLabel": "Short" },
|
||||||
"narrative": { "label": "Long Term", "shortLabel": "Long" }
|
"narrative": { "label": "Long Term", "shortLabel": "Long" }
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -867,27 +867,27 @@ export const abilityCosts = {
|
||||||
export const countdownProgressionTypes = {
|
export const countdownProgressionTypes = {
|
||||||
actionRoll: {
|
actionRoll: {
|
||||||
id: 'actionRoll',
|
id: 'actionRoll',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.actionRoll'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.actionRoll'
|
||||||
},
|
},
|
||||||
characterAttack: {
|
characterAttack: {
|
||||||
id: 'characterAttack',
|
id: 'characterAttack',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.characterAttack'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.characterAttack'
|
||||||
},
|
},
|
||||||
characterSpotlight: {
|
characterSpotlight: {
|
||||||
id: 'characterSpotlight',
|
id: 'characterSpotlight',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.characterSpotlight'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.characterSpotlight'
|
||||||
},
|
},
|
||||||
custom: {
|
custom: {
|
||||||
id: 'custom',
|
id: 'custom',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.custom'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.custom'
|
||||||
},
|
},
|
||||||
fear: {
|
fear: {
|
||||||
id: 'fear',
|
id: 'fear',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.fear'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.fear'
|
||||||
},
|
},
|
||||||
spotlight: {
|
spotlight: {
|
||||||
id: 'spotlight',
|
id: 'spotlight',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownType.spotlight'
|
label: 'DAGGERHEART.CONFIG.CountdownProgressType.spotlight'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
export const rollTypes = {
|
export const rollTypes = {
|
||||||
|
|
@ -962,13 +962,13 @@ export const countdownAppMode = {
|
||||||
export const countdownType = {
|
export const countdownType = {
|
||||||
encounter: {
|
encounter: {
|
||||||
id: 'encounter',
|
id: 'encounter',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.encounter.label',
|
label: 'DAGGERHEART.CONFIG.CountdownType.encounter.label',
|
||||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.encounter.shortLabel'
|
shortLabel: 'DAGGERHEART.CONFIG.CountdownType.encounter.shortLabel'
|
||||||
},
|
},
|
||||||
narrative: {
|
narrative: {
|
||||||
id: 'narrative',
|
id: 'narrative',
|
||||||
label: 'DAGGERHEART.CONFIG.CountdownBaseType.narrative.label',
|
label: 'DAGGERHEART.CONFIG.CountdownType.narrative.label',
|
||||||
shortLabel: 'DAGGERHEART.CONFIG.CountdownBaseType.narrative.shortLabel'
|
shortLabel: 'DAGGERHEART.CONFIG.CountdownType.narrative.shortLabel'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue