pokerogue/.github/ISSUE_TEMPLATE/mystery_event.yml

151 lines
3.5 KiB
YAML
Raw Normal View History

2024-07-10 00:22:05 +01:00
name: Mystery Event
description: Propose a new mystery event
title: "[Event] "
labels: ["event proposal"]
projects: ["AsdarDevelops/1"]
2024-07-10 00:22:05 +01:00
body:
- type: input
id: name
attributes:
label: Event Name
description: Name of the event
2024-07-10 16:19:04 +01:00
placeholder: e.g Fight or Flight
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: dropdown
id: rarity
attributes:
label: Rarity Tier
2024-07-10 00:22:05 +01:00
multiple: false
options:
2024-07-10 00:39:04 +01:00
- Common
- Great
2024-07-10 16:19:04 +01:00
- Ultra
2024-07-10 00:39:04 +01:00
- Rogue
- Other or unsure (please specify)
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: input
2024-07-10 00:39:04 +01:00
id: waves
2024-07-10 00:22:05 +01:00
attributes:
2024-07-10 00:39:04 +01:00
label: Waves
description: Classic/Challenge is 1 -200. Currently only 11-179 is supported.
placeholder: 1-200
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: textarea
id: description
attributes:
2024-07-10 16:19:04 +01:00
label: Description
description: Describe the event you are proposing
placeholder: What is it?
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: dropdown
id: biomes
attributes:
label: Biomes
2024-07-10 16:19:04 +01:00
description: Select all biomes where the event can occur
2024-07-10 00:22:05 +01:00
multiple: true
options:
- ANY (no need to select all)
- NON-EXTREME (almost all except Space, Seabed, etc...)
2024-07-10 00:22:05 +01:00
- TOWN
- PLAINS
- GRASS
- TALL_GRASS
- METROPOLIS
- FOREST
- SEA
- SWAMP
- BEACH
- LAKE
- SEABED
- MOUNTAIN
- BADLANDS
- CAVE
- DESERT
- ICE_CAVE
- MEADOW
- POWER_PLANT
- VOLCANO
- GRAVEYARD
- DOJO
- FACTORY
- RUINS
- WASTELAND
- ABYSS
- SPACE
- CONSTRUCTION_SITE
- JUNGLE
- FAIRY_CAVE
- TEMPLE
- SLUM
- SNOWY_FOREST
- ISLAND
- LABORATORY
- END
- OTHER (please specify)
2024-07-10 00:22:05 +01:00
validations:
2024-07-10 00:23:16 +01:00
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: textarea
id: options
attributes:
label: Options offered to the player
2024-07-10 16:19:04 +01:00
description: A maximum of four options can be displayed at a time
placeholder: Remember that only up to four options can be displayed at a time
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._
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: textarea
id: design-notes
attributes:
label: Explanation/Notes on Design
2024-07-10 16:19:04 +01:00
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
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
2024-07-10 00:22:05 +01:00
- type: textarea
id: dev-notes
attributes:
2024-07-10 16:19:04 +01:00
label: Notes to Developers
placeholder: If necessary
2024-07-10 00:22:05 +01:00
validations:
required: false