pokerogue/.github/ISSUE_TEMPLATE/mystery_event.yml

188 lines
5.9 KiB
YAML

name: Mysterious Encounter
description: Propose a new mysterious encounter
title: "[M.E.] NameOfM.E. (RarityProposed)"
labels: ["Mystery Encounter Proposal"]
projects: ["AsdarDevelops/MEs / Events Project"]
body:
- type: input
id: name
attributes:
label: M.E. Name
description: Name of the M.E. Remember to check out the [M.E. Proposal Guide](https://github.com/AsdarDevelops/PokeRogue-Events/blob/mystery-battle-events/MEs_Proposal_Guide.md) if you have not yet!
placeholder: e.g. "Fight or Flight" or "No matter how small (Three Beast Trio - Part 1)"
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: dropdown
id: rarity
attributes:
label: Rarity Tier
description: Check out the [M.E. Proposal Guide](https://github.com/AsdarDevelops/PokeRogue-Events/blob/mystery-battle-events/MEs_Proposal_Guide.md) to better know how to propose a tier.
multiple: false
options:
- Common
- Great
- Ultra
- Rogue
- Part of a "Quest"
- Other or unsure (please specify)
- type: input
id: rarity-other
attributes:
label: Rarity Tier - Other. Please Specify
description: If you chose `Other` on the `Rarity Tier` please specify it here
placeholder: e.g. "I'm unsure of whether this should be Common or Great"
validations:
required: false
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: input
id: waves
attributes:
label: Waves
description: Classic/Challenge ranges 1-200. Currently only 10-180 are supported.
placeholder: i.e. "10-180" or "40-180, only on the three first waves of each biome"
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: description
attributes:
label: Description
description: Describe the M.E. you are proposing. Explain its theme and how it's different from others. If the M.E. has any requirements to even trigger, detail them here too. If the M.E. is part of a Quest, link the other issues or edit them in later.
placeholder: e.g. "Fight or Flight is a common M.E. 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:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: dropdown
id: biomes
attributes:
label: Biomes
description: Select all biomes where the M.E. can occur. "ANY", "NON-EXTREME", "CIVILIZATION" and "HUMAN" are groups of biomes. Check the [Biomes part of the guide](https://github.com/AsdarDevelops/PokeRogue-Events/blob/mystery-battle-events/MEs_Proposal_Guide.md#biomes)."
multiple: true
options:
- ANY
- NON-EXTREME
- HUMAN
- CIVILIZATION
- ABYSS
- ANCIENT_RUINS
- BADLANDS
- BEACH
- CAVE
- CONSTRUCTION_SITE
- DESERT
- DOJO
- FACTORY
- FAIRY_CAVE
- FOREST
- GRASSY_FIELDS
- GRAVEYARD
- ICE_CAVE
- ISLAND
- JUNGLE
- LABORATORY
- LAKE
- MEADOW
- METROPOLIS
- MOUNTAIN
- PLAINS
- POWER_PLANT
- RUINS
- SEA
- SEABED
- SLUM
- SNOWY_FOREST
- SPACE
- SWAMP
- TALL_GRASS
- TEMPLE
- VOLCANO
- WASTELAND
- TOWN
- END
- OTHER (please specify)
validations:
required: true
- type: input
id: biome-other
attributes:
label: Biome - Other. Please Specify
description: If `Other`, please specify here. Avoid adding more than 2-3 specific biomes.
placeholder: Good examples - "HUMAN + Volcano" (Group + Biome), or "Sea + Volcano" (Two Biomes).\nBad examples - "Forest" + "Jungle" + "Tall Grass" + "Sea" (Too many specific biomes).
validations:
required: false
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: options
attributes:
label: Options offered to the player
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 1 outcome.
- Option-2 Label
- Option-2 description.
- Option 2 outcome.
- Option-3 Label
- Option-3 description.
- Option 3 outcome.
- Option-4 Label
- Option-4 description.
- Option 4 outcome.
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: design-notes
attributes:
label: Explanation/Notes on Design
description: Explain why you think this design is right and what this M.E. brings to the table
placeholder: e.g. "We need more simple M.E.s that mix slightly higher stakes with slightly better rewards"
validations:
required: true
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: artist-notes
attributes:
label: Notes to Artists
description: Does your M.E. need custom spriting? If so, please detail them here (reference screenshots are helpful)
placeholder: Ie. "We currently don't have a Cynthia sprite while dressed in a Garchomp costume. RAWR! This is highly needed for my M.E.!"
validations:
required: false
- type: markdown # SEPARATOR
attributes:
value: |
---
- type: textarea
id: dev-notes
attributes:
label: Notes to Developers
placeholder: If necessary
validations:
required: false