Update mystery_event.yml

add more separators
This commit is contained in:
flx-sta 2024-07-10 09:30:57 -07:00 committed by ImperialSympathizer
parent 3842d9c8fa
commit ca443708e0
1 changed files with 25 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body:
label: Event Name
description: Name of the event
placeholder: e.g Fight or Flight
- type: markdown
- type: markdown # SEPARATOR
attributes:
value: |
---
@ -27,6 +27,10 @@ body:
- Other or unsure (please specify)
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: input
id: waves
attributes:
@ -35,6 +39,10 @@ body:
placeholder: 1-200
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: description
attributes:
@ -43,6 +51,10 @@ body:
placeholder: What is it?
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: dropdown
id: biomes
attributes:
@ -90,6 +102,10 @@ body:
- OTHER (please specify)
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: options
attributes:
@ -107,6 +123,10 @@ body:
- _OPTION-4 description._
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: design-notes
attributes:
@ -115,6 +135,10 @@ body:
placeholder: Explain why you think this design is right and what this Event brings to the table
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: dev-notes
attributes: