From 9744b0ac5a0a0e0756847eb98ce19abb78a7dfbd Mon Sep 17 00:00:00 2001 From: Naadn <97841551+Naadn@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:28:15 +0800 Subject: [PATCH] Lobster in ocean monster group (#75996) --- data/json/monstergroups/wilderness.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/json/monstergroups/wilderness.json b/data/json/monstergroups/wilderness.json index 12d87cbffebba..50ac3607b1eea 100644 --- a/data/json/monstergroups/wilderness.json +++ b/data/json/monstergroups/wilderness.json @@ -407,6 +407,7 @@ { "monster": "mon_fish_porgy", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }, { "monster": "mon_fish_flounder", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }, { "monster": "mon_fish_mackerel", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }, + { "monster": "mon_fish_lobster", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 1 ] }, { "monster": "mon_fish_salmon", "weight": 6, "cost_multiplier": 8, "pack_size": [ 4, 6 ] } ] }, @@ -428,6 +429,7 @@ { "monster": "mon_fish_pbass", "weight": 5, "cost_multiplier": 3, "pack_size": [ 1, 3 ] }, { "monster": "mon_fish_bluefish", "weight": 3, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }, { "monster": "mon_fish_blackfish", "weight": 3, "cost_multiplier": 8, "pack_size": [ 1, 3 ] }, + { "monster": "mon_fish_lobster", "weight": 6, "cost_multiplier": 8, "pack_size": [ 1, 1 ] }, { "monster": "mon_fish_porgy", "weight": 3, "cost_multiplier": 8, "pack_size": [ 1, 3 ] } ] },