diff --git a/.github/ISSUE_TEMPLATE/mystery_event copy.yml b/.github/ISSUE_TEMPLATE/mystery_event copy.yml deleted file mode 100644 index e471037dd8a..00000000000 --- a/.github/ISSUE_TEMPLATE/mystery_event copy.yml +++ /dev/null @@ -1,170 +0,0 @@ -name: Mystery Event Test -description: Don't use this one -title: "[Event] " -labels: ["event proposal", "balance review"] -projects: ["AsdarDevelops/1"] -body: - - type: input - id: name - attributes: - label: Event Name - description: Name of the event - placeholder: e.g "Fight or Flight" - validations: - required: true - - type: markdown # SEPARATOR - attributes: - value: | - --- - - type: dropdown - id: rarity - attributes: - label: Rarity Tier - multiple: false - options: - - Common - - Great - - Ultra - - Rogue - - Other or unsure (please specify) - validations: - required: true - - - type: input - id: other_rarity_specify - attributes: - label: Please specify other rarity - visible: false # Initially hidden - validations: - required: true - -- type: script - content: | - document.getElementById('rarity').addEventListener('change', function() { - var otherInput = document.getElementById('other_rarity_specify'); - if (this.value === 'Other or unsure (please specify)') { - otherInput.style.display = 'block'; - } else { - otherInput.style.display = 'none'; - } - }); - - - type: markdown # SEPARATOR - attributes: - value: | - --- - - type: input - id: waves - attributes: - label: Waves - description: Classic/Challenge is 1 -200. Currently only 11-179 is supported. - placeholder: 1-200 - validations: - required: true - - type: markdown # SEPARATOR - attributes: - value: | - --- - - type: textarea - id: description - attributes: - label: Description - description: Describe the event you are proposing - placeholder: What is it? - validations: - required: true - - type: markdown # SEPARATOR - attributes: - value: | - --- - - type: dropdown - id: biomes - attributes: - label: Biomes - description: Select all biomes where the event can occur - multiple: true - options: - - ANY (no need to select all) - - NON-EXTREME (almost all except Space, Seabed, etc...) - - 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) - validations: - required: true - - 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-2 Label - - _OPTION-2 description._ - - [ ] OPTION-3 Label - - _OPTION-3 description._ - - [ ] OPTION-4 Label - - _OPTION-4 description._ - 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 Event brings to the table - placeholder: Explain why you think this design is right and what this Event brings to the table - validations: - required: true - - type: markdown # SEPARATOR - attributes: - value: | - --- - - type: textarea - id: dev-notes - attributes: - label: Notes to Developers - placeholder: If necessary - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/mystery_event.yml b/.github/ISSUE_TEMPLATE/mystery_event.yml index f26886c5a1a..dbc262d31f7 100644 --- a/.github/ISSUE_TEMPLATE/mystery_event.yml +++ b/.github/ISSUE_TEMPLATE/mystery_event.yml @@ -9,7 +9,7 @@ body: attributes: label: Event Name description: Name of the event - placeholder: e.g Fight or Flight + placeholder: ie. "Fight or Flight" validations: required: true - type: markdown # SEPARATOR @@ -20,7 +20,7 @@ body: id: rarity attributes: label: Rarity Tier - 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! + description: Check out the [Event Proposal Guide](https://github.com/AsdarDevelops/PokeRogue-Events/blob/mystery-battle-events/MEs_Proposal_Guide.md) if you have not yet! multiple: false options: - Common @@ -38,8 +38,8 @@ body: id: waves attributes: label: Waves - description: Classic/Challenge is 1 -200. Currently only 11-179 is supported. - placeholder: 1-200 + description: Classic/Challenge ranges 1-200. Currently only 11-179 is supported. + placeholder: 11-179 validations: required: true - type: markdown # SEPARATOR @@ -50,8 +50,8 @@ body: id: description attributes: label: Description - description: Describe the event you are proposing - placeholder: What is it? + description: Describe the event you are proposing. Explain its theme and how it's different from others. + placeholder: ie. "Fight or Flight is a common event 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 @@ -62,11 +62,13 @@ body: id: biomes attributes: label: Biomes - description: Select all biomes where the event can occur + description: Select all biomes where the event 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 (no need to select all) - - NON-EXTREME (almost all except Space, Seabed, etc...) + - ANY + - NON-EXTREME + - HUMAN + - CIVILIZATION - TOWN - PLAINS - GRASS @@ -135,13 +137,25 @@ body: attributes: label: Explanation/Notes on Design 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 + placeholder: ie. "We need more simple Events 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 Event 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 Event!" + validations: + required: false + - type: markdown # SEPARATOR + attributes: + value: | + --- - type: textarea id: dev-notes attributes: