Modified Event Proposal Issue template

This commit is contained in:
InnocentGameDev 2024-07-10 01:39:04 +02:00 committed by ImperialSympathizer
parent 7c318fdfbd
commit fc25c3b55e

View File

@ -1,6 +1,6 @@
name: Mystery Event name: Mystery Event
description: Propose a new mystery event description: Propose a new mystery event
title: "[Event]: " title: "[Event Proposal]: "
body: body:
- type: dropdown - type: dropdown
id: rarity id: rarity
@ -8,19 +8,18 @@ body:
label: Rarity label: Rarity
multiple: false multiple: false
options: options:
- Common (~4/8) - Common
- Uncommon (~2/8) - Great
- Rare - Ultra
- Epic - Rogue
- Legendary (~0.5/8 or 1 per 2 Classic runs)
- Other (please specify) - Other (please specify)
validations: validations:
required: true required: true
- type: input - type: input
id: floors id: waves
attributes: attributes:
label: Floors label: Waves
placeholder: 1-200 placeholder: 1-200 (currently only 11-179 exist)
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -37,6 +36,7 @@ body:
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...)
- TOWN - TOWN
- PLAINS - PLAINS
- GRASS - GRASS
@ -78,17 +78,20 @@ body:
id: options id: options
attributes: attributes:
label: Options offered label: Options offered
placeholder: 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: Notes on Design
placeholder: (If any needed)
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: dev-notes id: dev-notes
attributes: attributes:
label: Notes to Devs label: Notes to Devs
placeholder: (If any needed)
validations: validations:
required: false required: false