2024-08-15 00:42:56 +02:00
name : Mysterious Encounter
description : Propose a new mysterious encounter
2024-08-15 19:05:56 +02:00
title : "[M.E.] NameOfM.E. (RarityProposed)"
labels : [ "Mystery Encounter Proposal" ]
2024-08-15 00:42:56 +02:00
projects : [ "AsdarDevelops/MEs / Events Project" ]
2024-07-09 16:22:05 -07:00
body :
2024-07-10 13:57:07 +02:00
- type : input
id : name
attributes :
2024-08-15 00:42:56 +02:00
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)"
2024-07-10 09:34:23 -07:00
validations :
required : true
2024-07-10 09:30:57 -07:00
- type : markdown # SEPARATOR
2024-07-10 09:29:10 -07:00
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : dropdown
id : rarity
attributes :
2024-07-10 13:57:07 +02:00
label : Rarity Tier
2024-08-15 00:42:56 +02:00
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.
2024-07-09 16:22:05 -07:00
multiple : false
options :
2024-07-10 01:39:04 +02:00
- Common
- Great
2024-07-10 08:19:04 -07:00
- Ultra
2024-07-10 01:39:04 +02:00
- Rogue
2024-07-15 22:02:36 +02:00
- Part of a "Quest"
2024-07-10 13:57:07 +02:00
- Other or unsure (please specify)
2024-07-16 02:16:39 +02:00
2024-07-15 22:02:36 +02:00
- 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 : |
---
2024-07-09 16:22:05 -07:00
- type : input
2024-07-10 01:39:04 +02:00
id : waves
2024-07-09 16:22:05 -07:00
attributes :
2024-07-10 01:39:04 +02:00
label : Waves
2024-08-15 00:42:56 +02:00
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"
2024-07-09 16:22:05 -07:00
validations :
required : true
2024-07-10 09:30:57 -07:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : textarea
id : description
attributes :
2024-07-10 08:19:04 -07:00
label : Description
2024-08-15 00:42:56 +02:00
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."
2024-07-09 16:22:05 -07:00
validations :
required : true
2024-07-10 09:30:57 -07:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : dropdown
id : biomes
attributes :
label : Biomes
2024-08-15 00:42:56 +02:00
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)."
2024-07-09 16:22:05 -07:00
multiple : true
options :
2024-07-15 21:51:38 +02:00
- ANY
- NON-EXTREME
- HUMAN
- CIVILIZATION
2024-08-15 00:42:56 +02:00
- ABYSS
- ANCIENT_RUINS
2024-07-09 16:22:05 -07:00
- BADLANDS
2024-08-15 00:42:56 +02:00
- BEACH
2024-07-09 16:22:05 -07:00
- CAVE
2024-08-15 00:42:56 +02:00
- CONSTRUCTION_SITE
2024-07-09 16:22:05 -07:00
- DESERT
2024-08-15 00:42:56 +02:00
- DOJO
- FACTORY
- FAIRY_CAVE
- FOREST
- GRASSY_FIELDS
- GRAVEYARD
2024-07-09 16:22:05 -07:00
- ICE_CAVE
2024-08-15 00:42:56 +02:00
- ISLAND
- JUNGLE
- LABORATORY
- LAKE
2024-07-09 16:22:05 -07:00
- MEADOW
2024-08-15 00:42:56 +02:00
- METROPOLIS
- MOUNTAIN
- PLAINS
2024-07-09 16:22:05 -07:00
- POWER_PLANT
- RUINS
2024-08-15 00:42:56 +02:00
- SEA
- SEABED
2024-07-09 16:22:05 -07:00
- SLUM
- SNOWY_FOREST
2024-08-15 00:42:56 +02:00
- SPACE
- SWAMP
- TALL_GRASS
- TEMPLE
- VOLCANO
- WASTELAND
- TOWN
2024-07-09 16:22:05 -07:00
- END
2024-07-10 13:57:07 +02:00
- OTHER (please specify)
2024-07-09 16:22:05 -07:00
validations :
2024-07-09 16:23:16 -07:00
required : true
2024-07-16 02:16:39 +02:00
2024-07-15 22:02:36 +02:00
- type : input
id : biome-other
attributes :
label : Biome - Other. Please Specify
2024-08-15 00:42:56 +02:00
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).
2024-07-15 22:02:36 +02:00
validations :
required : false
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : textarea
id : options
attributes :
2024-07-10 13:57:07 +02:00
label : Options offered to the player
2024-07-10 08:19:04 -07:00
description : A maximum of four options can be displayed at a time
2024-07-10 08:26:58 -07:00
placeholder : Remember that only up to four options can be displayed at a time
2024-07-10 08:35:28 -07:00
value : |
2024-08-15 00:42:56 +02:00
- 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.
2024-07-09 16:22:05 -07:00
validations :
required : true
2024-07-10 09:30:57 -07:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : textarea
id : design-notes
attributes :
2024-07-10 13:57:07 +02:00
label : Explanation/Notes on Design
2024-08-15 00:42:56 +02:00
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"
2024-07-09 16:22:05 -07:00
validations :
2024-07-10 13:57:07 +02:00
required : true
2024-07-10 09:30:57 -07:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-15 21:51:38 +02:00
- type : textarea
id : artist-notes
attributes :
label : Notes to Artists
2024-08-15 00:42:56 +02:00
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.!"
2024-07-15 21:51:38 +02:00
validations :
required : false
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-09 16:22:05 -07:00
- type : textarea
id : dev-notes
attributes :
2024-07-10 08:19:04 -07:00
label : Notes to Developers
placeholder : If necessary
2024-07-09 16:22:05 -07:00
validations :
required : false