2024-07-10 00:22:05 +01:00
name : Mystery Event
description : Propose a new mystery event
2024-07-10 17:34:23 +01:00
title : "[Event] "
2024-07-15 18:02:10 +01:00
labels : [ "event proposal" , "balance review" ]
2024-07-10 16:08:11 +01:00
projects : [ "AsdarDevelops/1" ]
2024-07-10 00:22:05 +01:00
body :
2024-07-10 12:57:07 +01:00
- 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
2024-07-10 17:34:23 +01:00
validations :
required : true
2024-07-10 17:30:57 +01:00
- type : markdown # SEPARATOR
2024-07-10 17:29:10 +01:00
attributes :
value : |
---
2024-07-10 00:22:05 +01:00
- type : dropdown
id : rarity
attributes :
2024-07-10 12:57:07 +01:00
label : Rarity Tier
2024-07-15 19:32:21 +01:00
description : Check out the [Event Proposal Guide](https://github.com/AsdarDevelops/PokeRogue-Events/blob/mystery-battle-events/MEs_Proposal_Guide.md#do-tiers-mean-anything) if you have not yet!
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
2024-07-10 12:57:07 +01:00
- Other or unsure (please specify)
2024-07-10 00:22:05 +01:00
validations :
required : true
2024-07-10 17:30:57 +01:00
- 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
2024-07-10 16:26:34 +01:00
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
2024-07-10 17:30:57 +01:00
- 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
2024-07-10 17:30:57 +01:00
- 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 :
2024-07-10 12:57:07 +01:00
- 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
2024-07-10 12:57:07 +01:00
- OTHER (please specify)
2024-07-10 00:22:05 +01:00
validations :
2024-07-10 00:23:16 +01:00
required : true
2024-07-10 17:30:57 +01:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-10 00:22:05 +01:00
- type : textarea
id : options
attributes :
2024-07-10 12:57:07 +01:00
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
2024-07-10 16:26:58 +01:00
placeholder : Remember that only up to four options can be displayed at a time
2024-07-10 16:35:28 +01:00
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
2024-07-10 17:30:57 +01:00
- type : markdown # SEPARATOR
attributes :
value : |
---
2024-07-10 00:22:05 +01:00
- type : textarea
id : design-notes
attributes :
2024-07-10 12:57:07 +01:00
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
2024-07-10 12:57:07 +01:00
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 :
2024-07-10 12:57:07 +01:00
required : true
2024-07-10 17:30:57 +01:00
- 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