新增菜园系统

This commit is contained in:
2025-11-10 01:15:17 +08:00
parent 22d2271bac
commit cdb3433b8a
14 changed files with 1230 additions and 15 deletions

View File

@@ -15,6 +15,11 @@
"plugin_dir": "Plugins",
"alchemy_fortune_coeff": 0.03,
"store_hourly_count": 5,
"garden_max_plots_per_user": 4,
"garden_sale_multiplier": 10,
"garden_fortune_coeff": 0.03,
"garden_theft_threshold_ratio": 0.5,
"garden_seed_store_limit": 5,
"host": "0.0.0.0",
"port": 8000,
"verbose": false,