template formatting
This commit is contained in:
parent
87f7408117
commit
c685d3b738
|
@ -9,7 +9,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Event Name
|
label: Event Name
|
||||||
description: Name of the event
|
description: Name of the event
|
||||||
placeholder: ie. "Fight or Flight"
|
placeholder: e.g. "Fight or Flight"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown # SEPARATOR
|
- type: markdown # SEPARATOR
|
||||||
|
@ -29,12 +29,7 @@ body:
|
||||||
- Rogue
|
- Rogue
|
||||||
- Part of a "Quest"
|
- Part of a "Quest"
|
||||||
- Other or unsure (please specify)
|
- Other or unsure (please specify)
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: markdown # SEPARATOR
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
---
|
|
||||||
- type: input
|
- type: input
|
||||||
id: rarity-other
|
id: rarity-other
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -64,7 +59,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe the event you are proposing. Explain its theme and how it's different from others. If the Event has any requirements to even trigger, detail them here too.
|
description: Describe the event you are proposing. Explain its theme and how it's different from others. If the Event has any requirements to even trigger, detail them here too.
|
||||||
placeholder: ie. "Fight or Flight is a common event where the player can fight a boss PKMN of the biome. The PKMN is stronger than usual, but also holds an item that's better than usual."
|
placeholder: e.g. "Fight or Flight is a common event where the player can fight a boss PKMN of the biome. The PKMN is stronger than usual, but also holds an item that's better than usual."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown # SEPARATOR
|
- type: markdown # SEPARATOR
|
||||||
|
@ -120,10 +115,7 @@ body:
|
||||||
- OTHER (please specify)
|
- OTHER (please specify)
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown # SEPARATOR
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
---
|
|
||||||
- type: input
|
- type: input
|
||||||
id: biome-other
|
id: biome-other
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -162,7 +154,7 @@ body:
|
||||||
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
|
description: Explain why you think this design is right and what this Event brings to the table
|
||||||
placeholder: ie. "We need more simple Events that mix slightly higher stakes with slightly better rewards"
|
placeholder: e.g. "We need more simple Events that mix slightly higher stakes with slightly better rewards"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown # SEPARATOR
|
- type: markdown # SEPARATOR
|
||||||
|
|
Loading…
Reference in New Issue