Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 40eb42d

Browse files
authored
Update patch_submission.yml
1 parent c6710e0 commit 40eb42d

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,52 @@
1-
#
1+
name: Patch Change Submission
2+
description: Submit balance changes for the next patch
3+
title: "[Patch] Balance Changes"
4+
labels: ["patch-submission"]
5+
6+
body:
7+
8+
- type: input
9+
id: patch_version
10+
attributes:
11+
label: Patch Version
12+
description: Version number for this patch
13+
placeholder: "3710"
14+
validations:
15+
required: true
16+
17+
- type: textarea
18+
id: patch_summary
19+
attributes:
20+
label: Patch Summary
21+
description: Short description of the patch goals
22+
placeholder: |
23+
Example:
24+
Adjust T2 stealth gameplay and improve counterplay options.
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: units
30+
attributes:
31+
label: Unit Changes
32+
description: Enter unit changes in the structured format below
33+
value: |
34+
- unit_code: URL0306
35+
change_type: nerf
36+
unit_name: Deceiver
37+
faction: Cybran
38+
39+
description: Reduce stealth field range to make fire beetles easier to counter.
40+
41+
changes:
42+
- category: Intel
43+
label: Radar Radius
44+
old: 24
45+
new: 20
46+
47+
- category: Intel
48+
label: Sonar Radius
49+
old: 24
50+
new: 20
51+
validations:
52+
required: true

0 commit comments

Comments
 (0)