清理:迁移文件移除钓鱼 sysparam 参数(已迁移至 game_configs)
This commit is contained in:
@@ -56,12 +56,6 @@ return new class extends Migration
|
||||
// ── 随机事件 ──────────────────────────────────────────────
|
||||
['alias' => 'auto_event_chance','body' => '10', 'guidetxt' => '随机事件触发概率(百分比,1-100)', 'created_at' => $now, 'updated_at' => $now],
|
||||
|
||||
// ── 钓鱼系统 ──────────────────────────────────────────────
|
||||
['alias' => 'fishing_cost', 'body' => '5', 'guidetxt' => '每次钓鱼花费金币数量', 'created_at' => $now, 'updated_at' => $now],
|
||||
['alias' => 'fishing_cooldown', 'body' => '300', 'guidetxt' => '钓鱼冷却时间(秒,默认300=5分钟)', 'created_at' => $now, 'updated_at' => $now],
|
||||
['alias' => 'fishing_wait_min', 'body' => '8', 'guidetxt' => '钓鱼最短等待上钩时间(秒)', 'created_at' => $now, 'updated_at' => $now],
|
||||
['alias' => 'fishing_wait_max', 'body' => '15', 'guidetxt' => '钓鱼最长等待上钩时间(秒)', 'created_at' => $now, 'updated_at' => $now],
|
||||
|
||||
// ── 魅力系统 ──────────────────────────────────────────────
|
||||
['alias' => 'charm_cross_sex', 'body' => '2', 'guidetxt' => '异性聊天每条消息增加的魅力值', 'created_at' => $now, 'updated_at' => $now],
|
||||
['alias' => 'charm_same_sex', 'body' => '1', 'guidetxt' => '同性聊天每条消息增加的魅力值', 'created_at' => $now, 'updated_at' => $now],
|
||||
|
||||
Reference in New Issue
Block a user