From 82deb77f1a11f076e8ff5b8863e0a64c00db4803 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Fri, 27 Jun 2025 00:23:49 -0400 Subject: [PATCH] Sword pattern (#1283) ## Description: Add a sword pattern for donors. ![image](https://github.com/user-attachments/assets/f028ce58-20ed-4eb1-a8a5-35a2ebbb55fd) ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors --- resources/cosmetics/cosmetics.json | 4 ++++ resources/lang/en.json | 1 + 2 files changed, 5 insertions(+) diff --git a/resources/cosmetics/cosmetics.json b/resources/cosmetics/cosmetics.json index 9126948cc..44bc53f50 100644 --- a/resources/cosmetics/cosmetics.json +++ b/resources/cosmetics/cosmetics.json @@ -32,6 +32,10 @@ "name": "horizontal_stripes", "role_group": "donor" }, + "AHI4AOAAkACIAEQAIgARjAhUBCgCKAHQACgB1AILAwUABwA": { + "name": "sword", + "role_group": "donor" + }, "AHE4AQEAAAAAAAAAAAAAAAAAAAEBAAAAAAAAAAAAAAAAAAA": { "name": "sparse_dots", "role_group": "donor" diff --git a/resources/lang/en.json b/resources/lang/en.json index 859a18838..4d912c8b8 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -490,6 +490,7 @@ "cross": "Cross", "mini_cross": "Mini Cross", "horizontal_stripes": "Horizontal Stripes (Alt)", + "sword": "Sword", "sparse_dots": "Sparse Dots", "evan": "Evan", "diagonal_stripe": "Diagonal Stripe",