clean up mystery_event.yml
This commit is contained in:
parent
faca81e690
commit
a62811fb66
|
@ -9,7 +9,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Event Name
|
label: Event Name
|
||||||
description: Name of the event
|
description: Name of the event
|
||||||
placeholder: "Fight or Flight"
|
placeholder: e.g Fight or Flight
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: rarity
|
id: rarity
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -18,7 +18,7 @@ body:
|
||||||
options:
|
options:
|
||||||
- Common
|
- Common
|
||||||
- Great
|
- Great
|
||||||
- Ultra
|
- Ultra
|
||||||
- Rogue
|
- Rogue
|
||||||
- Other or unsure (please specify)
|
- Other or unsure (please specify)
|
||||||
validations:
|
validations:
|
||||||
|
@ -27,20 +27,23 @@ body:
|
||||||
id: waves
|
id: waves
|
||||||
attributes:
|
attributes:
|
||||||
label: Waves
|
label: Waves
|
||||||
placeholder: 1-200 (currently only 11-179 exist)
|
description: Classic/Challenge is 1 -209. Currently only 11-179 is supported.
|
||||||
|
palceholder: 1-200
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: What is it?
|
label: Description
|
||||||
placeholder: Describe the event you are proposing
|
description: Describe the event you are proposing
|
||||||
|
placeholder: What is it?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: biomes
|
id: biomes
|
||||||
attributes:
|
attributes:
|
||||||
label: Biomes
|
label: Biomes
|
||||||
|
description: Select all biomes where the event can occur
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- ANY (no need to select all)
|
- ANY (no need to select all)
|
||||||
|
@ -81,27 +84,37 @@ body:
|
||||||
- LABORATORY
|
- LABORATORY
|
||||||
- END
|
- END
|
||||||
- OTHER (please specify)
|
- OTHER (please specify)
|
||||||
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: options
|
id: options
|
||||||
attributes:
|
attributes:
|
||||||
label: Options offered to the player
|
label: Options offered to the player
|
||||||
placeholder: Remember that only four options can be displayed at a time
|
description: A maximum of four options can be displayed at a time
|
||||||
|
placeholder: Remember that only a maximum of up to four options can be displayed at a time
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: design-notes
|
id: design-notes
|
||||||
attributes:
|
attributes:
|
||||||
label: Explanation/Notes on Design
|
label: Explanation/Notes on Design
|
||||||
|
description: Explain why you think this design is right and what this Event brings to the table
|
||||||
placeholder: Explain why you think this design is right and what this Event brings to the table
|
placeholder: Explain why you think this design is right and what this Event brings to the table
|
||||||
|
value: |
|
||||||
|
- [ ] _OPTION-1 Label
|
||||||
|
- _OPTION-1 description._
|
||||||
|
- [ ] _OPTION-2 Label
|
||||||
|
- _OPTION-2 description._
|
||||||
|
- [ ] _OPTION-3 Label
|
||||||
|
- _OPTION-3 description._
|
||||||
|
- [ ] _OPTION-4 Label
|
||||||
|
- _OPTION-4 description._
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: dev-notes
|
id: dev-notes
|
||||||
attributes:
|
attributes:
|
||||||
label: Notes to Devs
|
label: Notes to Developers
|
||||||
placeholder: (If any needed)
|
placeholder: If necessary
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in New Issue