From 85a11f12adfc7b7c5cbf9e569d04dab981dbe2e5 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:36:35 -0400 Subject: [PATCH] patterns (#1290) ## Description: Add four new patterns - Goat - Hand - Radiation - Cursor ![image](https://github.com/user-attachments/assets/a0a84943-80bd-45d9-87e6-0869b8b0d14a) ## 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 | 16 ++++++++++++++++ resources/lang/en.json | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/resources/cosmetics/cosmetics.json b/resources/cosmetics/cosmetics.json index a364d4e3f..30d02b72e 100644 --- a/resources/cosmetics/cosmetics.json +++ b/resources/cosmetics/cosmetics.json @@ -72,6 +72,22 @@ "name": "white_rabbit", "role_group": "donor" }, + "AKFwAAAADMAABSiAAgVAoQBQKAA0CwB6AfDhAwIAQQKQkAAkMgCTSkhlGpYBAQJAjAAgEAAQAgB6AUCAABAgAAoUgAIFoFIBqFcAKhWASgXA8wAAAAA": { + "name": "goat", + "role_group": "donor" + }, + "AJhYAAAAGACABACQAAASAEACAMgBAMkBIMkAJCngJAkSIEECIEgABAKAQAAQEAACAiCAAAQQgAAECIAAAfA_AAAA": { + "name": "hand", + "role_group": "donor" + }, + "AMFYAAAAAAAAAAzAADgAB_ABPuAH-IE_8Af_4T_8h__wz_zDv_cPAB4AADAAAAAAAIAHAAAeAAD8AADwAwDgHwCAfwAA_wMA8AMAAAAAAAAA": { + "name": "radiation", + "role_group": "donor" + }, + "AJhMAAAABACAAQBwAAAeAMAHAPgBAH8A4B8A_AeA_wHwfwD-H8D_A_gHAO8B4DwADA-A4AEAGAAAAAA": { + "name": "cursor", + "role_group": "donor" + }, "AMpkAAAA8DfCnyAQgnTl0KVrvS5d73UJkinIX1V_ABQD8BQ8l5WRRViBLOAEHw7_CtbhfP-ItdU0AmI8wrTwH4DbqPxpVCdIMhJdOL_our9PV681gg6s8BeFHwAAAAA": { "name": "openfront_qr", "role_group": "donor" diff --git a/resources/lang/en.json b/resources/lang/en.json index 8ed2e54a2..dc2848d5c 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -500,6 +500,10 @@ "vertical_bars": "Vertical Bars", "-w-": ".w.", "white_rabbit": "White Rabbit", + "goat": "Goat", + "cursor": "Cursor", + "hand": "Hand", + "radiation": "Radiation", "openfront_qr": "OpenFront.io QR code", "openfront": "OpenFront" }