Modified Event Proposal Issue template again to adjust for Project migration

This commit is contained in:
InnocentGameDev 2024-07-10 13:57:07 +02:00 committed by ImperialSympathizer
parent efb00553c9
commit 1e39a89af5
1 changed files with 17 additions and 9 deletions

View File

@ -2,17 +2,23 @@ name: Mystery Event
description: Propose a new mystery event description: Propose a new mystery event
title: "[Event Proposal]: " title: "[Event Proposal]: "
body: body:
- type: input
id: name
attributes:
label: Event Name
description: Name of the event
placeholder: "Fight or Flight"
- type: dropdown - type: dropdown
id: rarity id: rarity
attributes: attributes:
label: Rarity label: Rarity Tier
multiple: false multiple: false
options: options:
- Common - Common
- Great - Great
- Ultra - Ultra
- Rogue - Rogue
- Other (please specify) - Other or unsure (please specify)
validations: validations:
required: true required: true
- type: input - type: input
@ -35,8 +41,8 @@ body:
label: Biomes label: Biomes
multiple: true multiple: true
options: options:
- any (no need to select all) - ANY (no need to select all)
- non-extreme (almost all except Space, Seabed, etc...) - NON-EXTREME (almost all except Space, Seabed, etc...)
- TOWN - TOWN
- PLAINS - PLAINS
- GRASS - GRASS
@ -72,22 +78,24 @@ body:
- ISLAND - ISLAND
- LABORATORY - LABORATORY
- END - END
- OTHER (please specify)
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: options id: options
attributes: attributes:
label: Options offered label: Options offered to the player
placeholder: Only four options can be displayed at a time placeholder: Remember that only four options can be displayed at a time
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: design-notes id: design-notes
attributes: attributes:
label: Notes on Design label: Explanation/Notes on Design
placeholder: (If any needed) placeholder: Explain why you think this design is right and what this Event brings to the table
validations: validations:
required: false required: true
- type: textarea - type: textarea
id: dev-notes id: dev-notes
attributes: attributes: