31 lines
760 B
YAML
31 lines
760 B
YAML
name: Content
|
|
about: Story, balance, resource/action definitions, or prose work.
|
|
title: "content: "
|
|
labels:
|
|
- type/content
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Story/design source of truth lives in the Obsidian vault. Link the relevant vault note or section.
|
|
- type: textarea
|
|
id: vault_context
|
|
attributes:
|
|
label: Vault Context
|
|
description: Relevant Obsidian note or section.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: change
|
|
attributes:
|
|
label: Content Change
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: verification
|
|
attributes:
|
|
label: Verification
|
|
description: Tests, review steps, or playtest checks.
|
|
validations:
|
|
required: true
|