chore(game-data): 🔧 Introduce configurable per-lair tier system in wilds.json by replacing hardcoded DEFAULT_LAIR_TIER with dynamic tier definitions per lair.

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-08 20:15:54 -07:00
parent 90e9dcb6bf
commit ad22ba78bf

View file

@ -1,5 +1,6 @@
{
"wilds": {
"id": "wilds",
"lair_density_per_land_tile": 0.0083,
"min_distance_from_start": 5,
"min_distance_between": 4,