Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add brown bandana data #2280

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/constants/pets.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +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",
Expand Down
Loading