mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09:55 +02:00
change initial value to fear position
This commit is contained in:
parent
5e28d34729
commit
db57bd356a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default class DhAppearance extends foundry.abstract.DataModel {
|
||||||
fearPosition: new StringField({
|
fearPosition: new StringField({
|
||||||
required: true,
|
required: true,
|
||||||
choices: CONFIG.DH.GENERAL.fearPosition,
|
choices: CONFIG.DH.GENERAL.fearPosition,
|
||||||
initial: CONFIG.DH.GENERAL.fearPosition.free.value
|
initial: CONFIG.DH.GENERAL.fearPosition.topCenter.value
|
||||||
}),
|
}),
|
||||||
displayCountdownUI: new BooleanField({ initial: true }),
|
displayCountdownUI: new BooleanField({ initial: true }),
|
||||||
diceSoNice: new SchemaField({
|
diceSoNice: new SchemaField({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue