Skip to content

Commit 59f692e

Browse files
Feat: add description frontmatter to all pages
I had previously added `description` frontmatter to most pages, using text sourced verbatim from the page in question. Many pages still lacked descriptions though, so I have created new ones. - Where possible, description text has been sourced from mentions of the page topic in other pages. - Where no workable description could be found in the text, a brief description has been invented.
1 parent e42f546 commit 59f692e

File tree

34 files changed

+37
-33
lines changed

34 files changed

+37
-33
lines changed

tes3cs-content/actors/ai/packages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Packages
33
aliases:
44
- Packages
5-
description:
5+
description: Each Actor may have a series of AI Packages. These are instructions they execute in order.
66
---
77
%% folder-list page for Quartz- not part of the original TES3CS help docs %%

tes3cs-content/actors/ai/settings/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Settings
33
aliases:
44
- Settings
5-
description:
5+
description: Most AI in Morrowind is handled within the actor themselves. They will decide how to behave based on their current stats, including four stats set through the AI window
66
---
77
%% folder-list page for Quartz- not part of the original TES3CS help docs %%

tes3cs-content/actors/animation/animation-groups.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Animation Groups
33
aliases:
44
- Animation Groups
5+
description: The game uses animation groups. The game plays these groups when the correct situation arises.
56
---
67
**Idle – Idle9**
78
**WalkForward**

tes3cs-content/actors/character/birthsign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Birthsign
33
aliases:
44
- Birthsign
55
- Birthsigns
6-
description:
6+
description: An overview of the data of Birthsigns in The Elder Scrolls Construction Set
77
---
88
**ID**:   Allows you to enter, rename, or delete a Birthsign
99

tes3cs-content/actors/character/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Character
33
aliases:
44
- Character
5-
description:
5+
description: An overview of the properties of Characters in The Elder Scrolls Construction Set
66
---
77
%% folder-list page for Quartz- not part of the original TES3CS help docs %%

tes3cs-content/actors/character/npc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: NPC
33
aliases:
44
- Character
55
- NPC
6-
description:
6+
description: An overview of the data of the NPC object type.
77
---
88
## Character
99

tes3cs-content/actors/dialogue/dialogue-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Dialogue Functions
33
aliases:
44
- Dialogue Functions
5-
description:
5+
description: An overview of Dialogue Functions in The Elder Scrolls Construction Set
66
---
77
## Alarm
88
This returns the base value of the speaker's [[alarm|Alarm]] AI Setting.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Building and Editing
3-
aliases: Building and Editing
4-
description:
3+
aliases:
4+
- Building and Editing
5+
description: Understanding the main editing windows and 3D worldspace of The Elder Scrolls Construction Set
56
---
67
%% folder-list page for Quartz - not part of the original TES3CS help docs %%

tes3cs-content/building-and-editing/main-editing-windows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Main Editing Windows
33
aliases:
44
- Main Editing Windows
5-
description:
5+
description: The main editing windows of The Elder Scrolls Construction Set
66
---
77
%% folder-list page for Quartz - not part of the original TES3CS help docs %%

tes3cs-content/building-and-editing/world/naming-cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Naming Cells
33
aliases:
44
- Naming Cells
5-
description: All cells have Names.
5+
description: Naming cells in The Elder Scrolls Construction Set and the uses of cell names.
66
---
77
All cells have Names. These names are used for:
88

0 commit comments

Comments
 (0)