mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Merged with main
This commit is contained in:
commit
9b9632cf94
150 changed files with 1077 additions and 930 deletions
|
|
@ -21,7 +21,7 @@ export const ruleChoice = {
|
|||
}
|
||||
};
|
||||
|
||||
export const range = {
|
||||
export const templateRanges = {
|
||||
self: {
|
||||
id: 'self',
|
||||
short: 's',
|
||||
|
|
@ -56,7 +56,11 @@ export const range = {
|
|||
label: 'DAGGERHEART.CONFIG.Range.far.name',
|
||||
description: 'DAGGERHEART.CONFIG.Range.far.description',
|
||||
distance: 20
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
export const range = {
|
||||
...templateRanges,
|
||||
veryFar: {
|
||||
id: 'veryFar',
|
||||
short: 'vf',
|
||||
|
|
@ -479,7 +483,8 @@ export const multiplierTypes = {
|
|||
cast: 'Spellcast',
|
||||
scale: 'Cost Scaling',
|
||||
result: 'Roll Result',
|
||||
flat: 'Flat'
|
||||
flat: 'Flat',
|
||||
tier: 'Tier'
|
||||
};
|
||||
|
||||
export const diceSetNumbers = {
|
||||
|
|
|
|||
|
|
@ -857,7 +857,7 @@ export const weaponFeatures = {
|
|||
name: 'DAGGERHEART.CONFIG.WeaponFeature.greedy.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.greedy.description',
|
||||
img: 'icons/commodities/currency/coins-crown-stack-gold.webp',
|
||||
// Should cost handfull of gold,
|
||||
// Should cost handful of gold,
|
||||
effects: [
|
||||
{
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.greedy.actions.greed.name',
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ export const menu = {
|
|||
export const gameSettings = {
|
||||
Automation: 'Automation',
|
||||
Homebrew: 'Homebrew',
|
||||
RangeMeasurement: 'RangeMeasurement',
|
||||
appearance: 'Appearance',
|
||||
variantRules: 'VariantRules',
|
||||
Resources: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue