diff --git a/module/data/actor/npc.mjs b/module/data/actor/npc.mjs index d8dc3663..cc20f754 100644 --- a/module/data/actor/npc.mjs +++ b/module/data/actor/npc.mjs @@ -25,7 +25,7 @@ export default class DhpNPC extends BaseDataActor { label: 'DAGGERHEART.GENERAL.difficulty' }), description: new fields.HTMLField({ label: 'DAGGERHEART.GENERAL.description' }), - motives: new fields.HTMLField(), + motives: new fields.StringField(), notes: new fields.HTMLField() }; } diff --git a/styles/less/sheets/actors/npc/header.less b/styles/less/sheets/actors/npc/header.less index bea9410c..d49d763c 100644 --- a/styles/less/sheets/actors/npc/header.less +++ b/styles/less/sheets/actors/npc/header.less @@ -77,12 +77,6 @@ flex-direction: column; gap: 12px; padding: 16px 0; - - .motives-and-tactics { - p:first-of-type { - margin: 0; - } - } } } } diff --git a/system.json b/system.json index c8401fa0..89320768 100644 --- a/system.json +++ b/system.json @@ -251,7 +251,7 @@ "htmlFields": ["notes", "description"] }, "party": { - "htmlFields": ["notes", "description", "motives"] + "htmlFields": ["notes", "description"] } }, "Item": { diff --git a/templates/sheets-settings/npc-settings/details.hbs b/templates/sheets-settings/npc-settings/details.hbs index 9c76ee28..0e18b488 100644 --- a/templates/sheets-settings/npc-settings/details.hbs +++ b/templates/sheets-settings/npc-settings/details.hbs @@ -8,10 +8,6 @@ {{formInput systemFields.description value=document._source.system.description}} -
- + {{formGroup systemFields.motives value=document._source.system.motives}} {{formGroup systemFields.difficulty value=document._source.system.difficulty localize=true}} diff --git a/templates/sheets/actors/npc/header.hbs b/templates/sheets/actors/npc/header.hbs index 11c6abbe..8dc345dc 100644 --- a/templates/sheets/actors/npc/header.hbs +++ b/templates/sheets/actors/npc/header.hbs @@ -32,8 +32,8 @@ {{{description}}}