mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Merge branch 'development' into v14-Dev
This commit is contained in:
commit
da368f3df5
1 changed files with 18 additions and 9 deletions
|
|
@ -256,7 +256,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
clearStress: {
|
||||
id: 'clearStress',
|
||||
|
|
@ -289,7 +290,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
repairArmor: {
|
||||
id: 'repairArmor',
|
||||
|
|
@ -322,7 +324,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
prepare: {
|
||||
id: 'prepare',
|
||||
|
|
@ -330,7 +333,8 @@ export const defaultRestOptions = {
|
|||
icon: 'fa-solid fa-dumbbell',
|
||||
img: 'icons/skills/trades/academics-merchant-scribe.webp',
|
||||
description: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.shortRest.prepare.description'),
|
||||
actions: {}
|
||||
actions: {},
|
||||
effects: []
|
||||
}
|
||||
}),
|
||||
longRest: () => ({
|
||||
|
|
@ -365,7 +369,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
clearStress: {
|
||||
id: 'clearStress',
|
||||
|
|
@ -398,7 +403,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
repairArmor: {
|
||||
id: 'repairArmor',
|
||||
|
|
@ -431,7 +437,8 @@ export const defaultRestOptions = {
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
effects: []
|
||||
},
|
||||
prepare: {
|
||||
id: 'prepare',
|
||||
|
|
@ -439,7 +446,8 @@ export const defaultRestOptions = {
|
|||
icon: 'fa-solid fa-dumbbell',
|
||||
img: 'icons/skills/trades/academics-merchant-scribe.webp',
|
||||
description: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.longRest.prepare.description'),
|
||||
actions: {}
|
||||
actions: {},
|
||||
effects: []
|
||||
},
|
||||
workOnAProject: {
|
||||
id: 'workOnAProject',
|
||||
|
|
@ -447,7 +455,8 @@ export const defaultRestOptions = {
|
|||
icon: 'fa-solid fa-diagram-project',
|
||||
img: 'icons/skills/social/thumbsup-approval-like.webp',
|
||||
description: game.i18n.localize('DAGGERHEART.APPLICATIONS.Downtime.longRest.workOnAProject.description'),
|
||||
actions: {}
|
||||
actions: {},
|
||||
effects: []
|
||||
}
|
||||
})
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue