From 613015ed71bad7338ade5ae674b2966defdf7852 Mon Sep 17 00:00:00 2001 From: Not a cow <104355555+Not-a-cowfr@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:07:05 -0700 Subject: [PATCH 1/2] add brown bandana to pet items constants --- src/constants/pets.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/constants/pets.js b/src/constants/pets.js index 24875b0ffc..49ef22c742 100644 --- a/src/constants/pets.js +++ b/src/constants/pets.js @@ -962,6 +962,11 @@ export const PET_ITEMS = { description: `§7Grants §6+4 ${SYMBOLS.farming_fortune} Farming Fortune§7 for each Garden Level unlocked.`, // TODO: Add statsPerLevel once Garden data comes to the API }, + BROWN_BANDANA: { + name: "Brown Bandana", + tier: "RARE", + description: `§7Gain §2+0.2 ${SYMBOLS.bonus_pest_chance} Bonus Pest Chance §7for §7every Pest §3Bestiary §7tier unlocked.`, + }, DEAD_CAT_FOOD: { name: "Dead Cat Food", tier: "RARE", From aba3f2c32755944cf516c0ac802b2b1b52a56837 Mon Sep 17 00:00:00 2001 From: Not a cow <104355555+Not-a-cowfr@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:07:46 -0700 Subject: [PATCH 2/2] update bandana comments --- src/constants/pets.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants/pets.js b/src/constants/pets.js index 49ef22c742..5bd7dc5c89 100644 --- a/src/constants/pets.js +++ b/src/constants/pets.js @@ -960,12 +960,13 @@ export const PET_ITEMS = { name: "Green Bandana", tier: "EPIC", description: `§7Grants §6+4 ${SYMBOLS.farming_fortune} Farming Fortune§7 for each Garden Level unlocked.`, - // TODO: Add statsPerLevel once Garden data comes to the API + // TODO: Add levelling stats based off garden level }, BROWN_BANDANA: { name: "Brown Bandana", tier: "RARE", description: `§7Gain §2+0.2 ${SYMBOLS.bonus_pest_chance} Bonus Pest Chance §7for §7every Pest §3Bestiary §7tier unlocked.`, + // TODO: add levelling stats based off average pest bestiary }, DEAD_CAT_FOOD: { name: "Dead Cat Food",