From 4f45c3491d72d68c8059d3be0122e34febe6434c Mon Sep 17 00:00:00 2001 From: Crome696 Date: Tue, 7 Jul 2026 22:18:11 +0200 Subject: [PATCH] Issue Template for Item Properties --- .github/ISSUE_TEMPLATE/ITEM-PROPERTY.yml | 116 +++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ITEM-PROPERTY.yml diff --git a/.github/ISSUE_TEMPLATE/ITEM-PROPERTY.yml b/.github/ISSUE_TEMPLATE/ITEM-PROPERTY.yml new file mode 100644 index 000000000..3c3a1675d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ITEM-PROPERTY.yml @@ -0,0 +1,116 @@ +name: "💡 Feature Request" +description: Create a new ticket for a new feature request +title: "ItemProperty: " +labels: ["ultima-online", "triage", "item-property"] + +body: + - type: input + id: name + attributes: + label: Name + validations: + required: true + + - type: textarea + id: description + attributes: + label: Description + description: | + Describe the mechanic of item property. + validations: + required: true + + - type: textarea + id: mechanic-pvm + attributes: + label: Game Mechanic (PVM) + description: | + Specify the mechanic for player versus monsters. + validations: + required: true + + - type: textarea + id: mechanic-pvp + attributes: + label: Game Mechanic (PVP) + description: | + Specify the additional mechanic for player versus player. + + - type: input + id: intensity-range + attributes: + label: Intensity Range + description: | + Possible Intensity Range fixed, values or % + validations: + required: true + + - type: input + id: imbue-weight + attributes: + label: Imbue Weight + + - type: input + id: total-cap + attributes: + label: Total Cap + validations: + required: true + + - type: checkboxes + id: found-on + attributes: + label: Found on + options: + - Armor + - Jewelry + - Shields + - Spellbooks + - Weapons + - Unknown + validations: + required: true + + - type: dropdown + id: type + attributes: + label: Found on + multiple: true + options: + - Persistent + - Hit + - Permament + - Unknown + validations: + required: true + + - type: dropdown + id: era + attributes: + label: Initial Era + options: + - Classic (Pre-T2A) + - The Second Age (T2A) + - Renaissance (UOR) + - Third Dawn (TD) + - Lord Blackthorns Revenge (LBR) + - Age of Shadows (AOS) + - Samurai Empire (SE) + - Mondains Legacy (ML) + - Kingdom Reborn (KR) + - Stygian Abyss (SA) + - High Seas (HS) + - Time of Legends (TOL) + - New Legacy (NL) + - Unknown + validations: + required: true + + - type: input + id: publish + attributes: + label: Initial Publish + description: Whats the initial publish? + placeholder: unknown + validations: + required: false \ No newline at end of file