Slightly increase uncommon feather chance

This commit is contained in:
Idrees Hassan
2026-03-29 11:51:21 -07:00
parent a8ba15489f
commit 77a29c549f
8 changed files with 192 additions and 192 deletions

View File

@@ -110,7 +110,7 @@ const HOP_DELAY = 500;
const HOP_CHANCE = 1 / (60 * 2.5); // Every 2.5 seconds
const FOCUS_SWITCH_CHANCE = 1 / (60 * 20); // Every 20 seconds
const FEATHER_CHANCE = 1 / (60 * 60 * 60 * 2); // Every 2 hours
const UNCOMMON_FEATHER_CHANCE = 0.1; // 10% of feathers are uncommon
const UNCOMMON_FEATHER_CHANCE = 0.15; // 15% of feathers are uncommon
const HAT_CHANCE = 1 / (60 * 60 * 25); // Every 25 minutes
// Feathers