pokerogue/.github/ISSUE_TEMPLATE/mystery_event.yml

98 lines
2.0 KiB
YAML
Raw Normal View History

2024-07-10 00:22:05 +01:00
name: Mystery Event
description: Propose a new mystery event
2024-07-10 00:39:04 +01:00
title: "[Event Proposal]: "
2024-07-10 00:22:05 +01:00
body:
- type: dropdown
id: rarity
attributes:
label: Rarity
multiple: false
options:
2024-07-10 00:39:04 +01:00
- Common
- Great
- Ultra
- Rogue
2024-07-10 00:22:05 +01:00
- Other (please specify)
validations:
required: true
- 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
placeholder: 1-200 (currently only 11-179 exist)
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: textarea
id: description
attributes:
label: What is it?
2024-07-10 00:27:35 +01:00
placeholder: Describe the event you are proposing
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: dropdown
id: biomes
attributes:
label: Biomes
multiple: true
options:
- any (no need to select all)
2024-07-10 00:39:04 +01:00
- 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
validations:
2024-07-10 00:23:16 +01:00
required: true
2024-07-10 00:22:05 +01:00
- type: textarea
id: options
attributes:
label: Options offered
2024-07-10 00:39:04 +01:00
placeholder: Only four options can be displayed at a time
2024-07-10 00:22:05 +01:00
validations:
required: true
- type: textarea
id: design-notes
attributes:
label: Notes on Design
2024-07-10 00:39:04 +01:00
placeholder: (If any needed)
2024-07-10 00:22:05 +01:00
validations:
required: false
- type: textarea
id: dev-notes
attributes:
label: Notes to Devs
2024-07-10 00:39:04 +01:00
placeholder: (If any needed)
2024-07-10 00:22:05 +01:00
validations:
required: false