diff --git a/Garland.Data/Modules/FishingSpots.cs b/Garland.Data/Modules/FishingSpots.cs index 438ca458..7188e9b1 100644 --- a/Garland.Data/Modules/FishingSpots.cs +++ b/Garland.Data/Modules/FishingSpots.cs @@ -99,6 +99,10 @@ void BuildFish() { foreach (var sFishParameter in _builder.Sheet()) { + var fishNoteInfo = _builder.Sheet("FishingNoteInfo").First(row => + { + return row.Key == sFishParameter.Key; + }); var guideText = sFishParameter.Text.ToString(); if (string.IsNullOrEmpty(guideText)) continue; @@ -108,12 +112,12 @@ void BuildFish() item.fish.guide = guideText; item.fish.icon = GetFishIcon((UInt16)sFishParameter.Item.GetRaw("Icon")); - /* Broke with 6.4, todo fix this, prob using the new FishingNoteInfo sheet - if (sFishParameter.WeatherRestricted) + + if (fishNoteInfo.As("WeatherRestriction") > 0) item.fish.weatherRestricted = 1; - if (sFishParameter.TimeRestricted) + if (fishNoteInfo.As("TimeRestriction") > 0) item.fish.timeRestricted = 1; - */ + var sGatheringSubCategory = (Saint.GatheringSubCategory)sFishParameter["GatheringSubCategory"]; if (sGatheringSubCategory != null && sGatheringSubCategory.Key > 0) diff --git a/Garland.Web/bell/fish.js b/Garland.Web/bell/fish.js index 6140741e..edfb55e3 100644 --- a/Garland.Web/bell/fish.js +++ b/Garland.Web/bell/fish.js @@ -4165,6 +4165,10 @@ gt.bell.fish = [ "Harbor Herring" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7686, @@ -5901,6 +5905,11 @@ gt.bell.fish = [ "Butterworm" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7682, @@ -6626,6 +6635,9 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "weather": [ + "Rain" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7710, @@ -6851,6 +6863,10 @@ gt.bell.fish = [ "Yumizuno" ] ], + "during": { + "start": 10, + "end": 18 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 4915, @@ -7951,6 +7967,11 @@ gt.bell.fish = [ "Spinnerbait" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7697, @@ -8401,6 +8422,11 @@ gt.bell.fish = [ "Rat Tail" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7903, @@ -9176,6 +9202,10 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9201,6 +9231,10 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9226,6 +9260,10 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9251,6 +9289,10 @@ gt.bell.fish = [ "Steel Jig" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9276,6 +9318,10 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9301,6 +9347,10 @@ gt.bell.fish = [ "Spoon Worm" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4898, @@ -9326,6 +9376,10 @@ gt.bell.fish = [ "Heavy Steel Jig" ] ], + "during": { + "start": 23, + "end": 2 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 10123, @@ -9626,6 +9680,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4913, @@ -9651,6 +9709,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4913, @@ -9676,6 +9738,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4913, @@ -9702,6 +9768,14 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7915, @@ -10181,6 +10255,9 @@ gt.bell.fish = [ "Herring Ball" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7924, @@ -10262,6 +10339,13 @@ gt.bell.fish = [ "Ogre Barracuda" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8753, @@ -10287,6 +10371,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "during": { + "start": 17, + "end": 22 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4911, @@ -10312,6 +10400,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "during": { + "start": 17, + "end": 22 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4911, @@ -10337,6 +10429,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "during": { + "start": 17, + "end": 22 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4911, @@ -10362,6 +10458,10 @@ gt.bell.fish = [ "Northern Krill" ] ], + "during": { + "start": 17, + "end": 22 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4911, @@ -10742,6 +10842,10 @@ gt.bell.fish = [ "icon": 29054 } ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8754, @@ -10767,6 +10871,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10792,6 +10900,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10817,6 +10929,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10842,6 +10958,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10867,6 +10987,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10892,6 +11016,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -10917,6 +11045,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "during": { + "start": 15, + "end": 10 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 4945, @@ -12254,6 +12386,12 @@ gt.bell.fish = [ "Snurble Fly" ] ], + "weather": [ + "Clear Skies", + "Clouds", + "Fair Skies", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 4999, @@ -12279,6 +12417,12 @@ gt.bell.fish = [ "Snurble Fly" ] ], + "weather": [ + "Clear Skies", + "Clouds", + "Fair Skies", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 4999, @@ -12379,6 +12523,10 @@ gt.bell.fish = [ "Snurble Fly" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7938, @@ -12729,6 +12877,10 @@ gt.bell.fish = [ "Spinner" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4991, @@ -12754,6 +12906,10 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4991, @@ -12779,6 +12935,9 @@ gt.bell.fish = [ "Honey Worm" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7939, @@ -13732,6 +13891,10 @@ gt.bell.fish = [ "Copperfish" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7940, @@ -14257,6 +14420,10 @@ gt.bell.fish = [ "Wahoo" ] ], + "during": { + "start": 8, + "end": 16 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20524, @@ -14284,6 +14451,10 @@ gt.bell.fish = [ "Wahoo" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20143, @@ -14413,6 +14584,10 @@ gt.bell.fish = [ "Yumizuno" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7693, @@ -14538,6 +14713,9 @@ gt.bell.fish = [ "Heavy Steel Jig" ] ], + "weather": [ + "Gales" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7926, @@ -14640,6 +14818,11 @@ gt.bell.fish = [ "Ocean Cloud" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7941, @@ -14918,6 +15101,11 @@ gt.bell.fish = [ "Giant Squid" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7950, @@ -14944,6 +15132,10 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4906, @@ -14970,6 +15162,10 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4906, @@ -14996,6 +15192,10 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4906, @@ -15097,6 +15297,10 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7948, @@ -15123,6 +15327,10 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4918, @@ -15149,6 +15357,15 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8755, @@ -15175,6 +15392,19 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, + "weather": [ + "Clouds", + "Fog", + "Wind" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8756, @@ -15229,6 +15459,14 @@ gt.bell.fish = [ "Wahoo" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8757, @@ -15254,6 +15492,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4953, @@ -15279,6 +15521,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4953, @@ -15304,6 +15550,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4953, @@ -15329,6 +15579,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4953, @@ -15354,6 +15608,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4953, @@ -16231,6 +16489,10 @@ gt.bell.fish = [ "Common Sculpin" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7905, @@ -17110,6 +17372,10 @@ gt.bell.fish = [ "Spinnerbait" ] ], + "during": { + "start": 4, + "end": 9 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 5016, @@ -17135,6 +17401,9 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7937, @@ -17161,6 +17430,14 @@ gt.bell.fish = [ "Fullmoon Sardine" ] ], + "during": { + "start": 18, + "end": 6 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7917, @@ -17386,6 +17663,10 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Rain", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4905, @@ -17411,6 +17692,10 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Rain", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 4905, @@ -17436,6 +17721,10 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Rain", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7713, @@ -17511,6 +17800,10 @@ gt.bell.fish = [ "Crow Fly" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7701, @@ -17987,6 +18280,9 @@ gt.bell.fish = [ "Butterworm" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7700, @@ -18012,6 +18308,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18037,6 +18337,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18062,6 +18366,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18087,6 +18395,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18112,6 +18424,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18137,6 +18453,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18162,6 +18482,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4958, @@ -18665,6 +18989,9 @@ gt.bell.fish = [ "Silverfish" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7935, @@ -19268,6 +19595,9 @@ gt.bell.fish = [ "Copperfish" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7912, @@ -19443,6 +19773,10 @@ gt.bell.fish = [ "Streamer" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4994, @@ -19468,6 +19802,10 @@ gt.bell.fish = [ "Streamer" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4994, @@ -19594,6 +19932,10 @@ gt.bell.fish = [ "Common Sculpin" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 5022, @@ -19620,6 +19962,14 @@ gt.bell.fish = [ "Common Sculpin" ] ], + "weather": [ + "Clouds", + "Fog" + ], + "transition": [ + "Rain", + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8773, @@ -19670,6 +20020,10 @@ gt.bell.fish = [ "Bass Ball" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7913, @@ -19820,6 +20174,10 @@ gt.bell.fish = [ "Sinking Minnow" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7921, @@ -19872,6 +20230,10 @@ gt.bell.fish = [ "Silverfish" ] ], + "weather": [ + "Thunder", + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7922, @@ -19922,6 +20284,10 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "weather": [ + "Thunder", + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 5023, @@ -19947,6 +20313,9 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "weather": [ + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7936, @@ -20072,6 +20441,10 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Thunder", + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8774, @@ -20108,6 +20481,10 @@ gt.bell.fish = [ "icon": 29382 } ], + "weather": [ + "Thunder", + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8775, @@ -20360,6 +20737,9 @@ gt.bell.fish = [ "Topwater Frog" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7947, @@ -20605,6 +20985,9 @@ gt.bell.fish = [ "Ala Mhigan Fighting Fish" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7923, @@ -20630,6 +21013,10 @@ gt.bell.fish = [ "Butterworm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7714, @@ -20832,6 +21219,14 @@ gt.bell.fish = [ "Wahoo" ] ], + "during": { + "start": 9, + "end": 15 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 4924, @@ -20976,6 +21371,9 @@ gt.bell.fish = [ "Assassin Betta" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8765, @@ -21255,6 +21653,15 @@ gt.bell.fish = [ "Silverfish" ] ], + "weather": [ + "Clear Skies", + "Clouds", + "Fog", + "Fair Skies" + ], + "transition": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8766, @@ -21405,6 +21812,11 @@ gt.bell.fish = [ "Crow Fly" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7689, @@ -21480,6 +21892,10 @@ gt.bell.fish = [ "Syrphid Basket" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7704, @@ -21505,6 +21921,10 @@ gt.bell.fish = [ "Midge Basket" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7702, @@ -21530,6 +21950,10 @@ gt.bell.fish = [ "Honey Worm" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 4985, @@ -21555,6 +21979,9 @@ gt.bell.fish = [ "Honey Worm" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7918, @@ -21605,6 +22032,14 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "during": { + "start": 10, + "end": 15 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 5017, @@ -21630,6 +22065,9 @@ gt.bell.fish = [ "Stem Borer" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7942, @@ -21731,6 +22169,9 @@ gt.bell.fish = [ "Copperfish" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7911, @@ -21756,6 +22197,11 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies", + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 5007, @@ -21781,6 +22227,9 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7928, @@ -21831,6 +22280,9 @@ gt.bell.fish = [ "Spinner" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7929, @@ -22160,6 +22612,9 @@ gt.bell.fish = [ "Storm Rider" ] ], + "weather": [ + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7931, @@ -22186,6 +22641,13 @@ gt.bell.fish = [ "Storm Rider" ] ], + "weather": [ + "Heat Waves" + ], + "transition": [ + "Fog", + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8768, @@ -22263,6 +22725,9 @@ gt.bell.fish = [ "Storm Rider" ] ], + "weather": [ + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7930, @@ -22315,6 +22780,9 @@ gt.bell.fish = [ "Common Sculpin" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7943, @@ -22368,6 +22836,13 @@ gt.bell.fish = [ "Silverfish" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8767, @@ -22393,6 +22868,10 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 7919, @@ -22647,6 +23126,9 @@ gt.bell.fish = [ "Wildfowl Fly" ] ], + "weather": [ + "Blizzards" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7932, @@ -23075,6 +23557,10 @@ gt.bell.fish = [ "Abalathian Smelt" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7945, @@ -23100,6 +23586,10 @@ gt.bell.fish = [ "Wildfowl Fly" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7944, @@ -23189,6 +23679,10 @@ gt.bell.fish = [ "icon": 29316 } ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8769, @@ -23239,6 +23733,14 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Blizzards", + "Snow" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 8770, @@ -23517,6 +24019,10 @@ gt.bell.fish = [ "Cloud Cutter" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7949, @@ -23596,6 +24102,13 @@ gt.bell.fish = [ "Cloud Cutter" ] ], + "weather": [ + "Blizzards" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8771, @@ -23623,6 +24136,13 @@ gt.bell.fish = [ "Mahar" ] ], + "weather": [ + "Blizzards" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8772, @@ -23699,6 +24219,10 @@ gt.bell.fish = [ "Purse Web Spider" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12762, @@ -23799,6 +24323,10 @@ gt.bell.fish = [ "Red Balloon" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12724, @@ -23826,6 +24354,10 @@ gt.bell.fish = [ "Skyworm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12799, @@ -23852,6 +24384,10 @@ gt.bell.fish = [ "Glacier Core" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12766, @@ -23878,6 +24414,13 @@ gt.bell.fish = [ "Glacier Core" ] ], + "weather": [ + "Blizzards" + ], + "transition": [ + "Snow", + "Blizzards" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 16745, @@ -24081,6 +24624,10 @@ gt.bell.fish = [ "Abalathian Smelt" ] ], + "during": { + "start": 8, + "end": 20 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12726, @@ -24108,6 +24655,10 @@ gt.bell.fish = [ "Ice Faerie" ] ], + "during": { + "start": 8, + "end": 17 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12796, @@ -24128,11 +24679,19 @@ gt.bell.fish = [ { "name": "Coerthan Clione", "patch": 3.1, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "during": { + "start": 0, + "end": 2 + }, + "weather": [ + "Blizzards" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 13728, @@ -24159,6 +24718,9 @@ gt.bell.fish = [ "Ice Faerie" ] ], + "weather": [ + "Blizzards" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16746, @@ -24179,11 +24741,16 @@ gt.bell.fish = [ { "name": "Capelin", "patch": 3.0, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "during": { + "start": 0, + "end": 6 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 12837, @@ -24211,6 +24778,10 @@ gt.bell.fish = [ "Ice Faerie" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12727, @@ -24231,6 +24802,7 @@ gt.bell.fish = [ { "name": "Priestfish", "patch": 3.2, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24281,11 +24853,15 @@ gt.bell.fish = [ { "name": "Bishopfish", "patch": 3.5, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17577, @@ -24306,6 +24882,7 @@ gt.bell.fish = [ { "name": "Charibenet", "patch": 3.5, + "folklore": 1, "baits": [ [ "Purse Web Spider", @@ -24323,6 +24900,9 @@ gt.bell.fish = [ "icon": 29803 } ], + "weather": [ + "Blizzards" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 17592, @@ -24419,6 +24999,7 @@ gt.bell.fish = [ "name": "Spring Urchin", "patch": 3.0, "snagging": 1, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24470,6 +25051,7 @@ gt.bell.fish = [ "name": "The Impaler", "patch": 3.3, "snagging": 1, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24698,6 +25280,7 @@ gt.bell.fish = [ { "name": "Mountain Kraken", "patch": 3.2, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24754,6 +25337,12 @@ gt.bell.fish = [ "Brute Leech" ] ], + "weather": [ + "Blizzards" + ], + "transition": [ + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17578, @@ -24850,6 +25439,7 @@ gt.bell.fish = [ { "name": "La Reale", "patch": 3.3, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24880,6 +25470,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12765, @@ -24906,6 +25500,10 @@ gt.bell.fish = [ "Ice Faerie" ] ], + "weather": [ + "Blizzards", + "Snow" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12763, @@ -24927,6 +25525,7 @@ gt.bell.fish = [ "name": "Coerthan Oyster", "patch": 3.2, "snagging": 1, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -24977,12 +25576,20 @@ gt.bell.fish = [ { "name": "Merciless", "patch": 3.4, + "folklore": 1, "baits": [ [ "Caddisfly Larva", "Ice Faerie" ] ], + "weather": [ + "Blizzards" + ], + "transition": [ + "Snow", + "Blizzards" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16756, @@ -25008,6 +25615,10 @@ gt.bell.fish = [ "Caddisfly Larva" ] ], + "during": { + "start": 17, + "end": 9 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 5027, @@ -25033,6 +25644,9 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Gloom" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 7951, @@ -25058,6 +25672,13 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Gloom" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 8758, @@ -25084,6 +25705,13 @@ gt.bell.fish = [ "Silverfish" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8776, @@ -25136,6 +25764,13 @@ gt.bell.fish = [ "Glowworm" ] ], + "weather": [ + "Gloom" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8759, @@ -25161,6 +25796,9 @@ gt.bell.fish = [ "Rainbow Spoon Lure" ] ], + "weather": [ + "Gloom" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 5021, @@ -25188,6 +25826,9 @@ gt.bell.fish = [ "Assassin Betta" ] ], + "weather": [ + "Gloom" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8761, @@ -25242,6 +25883,9 @@ gt.bell.fish = [ "Goldfish" ] ], + "weather": [ + "Gloom" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8762, @@ -25282,6 +25926,9 @@ gt.bell.fish = [ "icon": 29386 } ], + "weather": [ + "Gloom" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 8763, @@ -25782,6 +26429,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 10, + "end": 18 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12739, @@ -25809,6 +26460,10 @@ gt.bell.fish = [ "Bullfrog" ] ], + "during": { + "start": 18, + "end": 21 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12802, @@ -25835,6 +26490,10 @@ gt.bell.fish = [ "Blueclaw Shrimp" ] ], + "during": { + "start": 18, + "end": 21 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12802, @@ -25880,6 +26539,7 @@ gt.bell.fish = [ { "name": "Inkfish", "patch": 3.3, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -26034,6 +26694,10 @@ gt.bell.fish = [ "Bladed Steel Jig" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12749, @@ -26059,6 +26723,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12829, @@ -26105,12 +26773,19 @@ gt.bell.fish = [ { "name": "Paikiller", "patch": 3.5, + "folklore": 1, "baits": [ [ "Bladed Steel Jig", "Bullfrog" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17579, @@ -26136,6 +26811,10 @@ gt.bell.fish = [ "Red Balloon" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12723, @@ -26161,6 +26840,10 @@ gt.bell.fish = [ "Red Balloon" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12723, @@ -26470,11 +27153,16 @@ gt.bell.fish = [ { "name": "Fleece Stingray", "patch": 3.2, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 14213, @@ -26495,11 +27183,16 @@ gt.bell.fish = [ { "name": "Cirrostratus", "patch": 3.4, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16750, @@ -26724,6 +27417,11 @@ gt.bell.fish = [ "Red Balloon" ] ], + "weather": [ + "Clouds", + "Fog", + "Wind" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 12746, @@ -26845,11 +27543,15 @@ gt.bell.fish = [ { "name": "The Second One", "patch": 3.3, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "weather": [ + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 15636, @@ -27021,11 +27723,20 @@ gt.bell.fish = [ "name": "Heavens Coral", "patch": 3.1, "snagging": 1, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "during": { + "start": 0, + "end": 6 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 13730, @@ -27046,12 +27757,19 @@ gt.bell.fish = [ { "name": "Basking Shark", "patch": 3.4, + "folklore": 1, "baits": [ [ "Metal Spinner", "Sky Faerie" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16743, @@ -27072,6 +27790,7 @@ gt.bell.fish = [ { "name": "Sea Butterfly", "patch": 3.5, + "folklore": 1, "baits": [ [ "Giant Crane Fly" @@ -27097,6 +27816,9 @@ gt.bell.fish = [ "icon": 29716 } ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 17591, @@ -27272,6 +27994,9 @@ gt.bell.fish = [ "Fiend Worm" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12812, @@ -27297,6 +28022,9 @@ gt.bell.fish = [ "Fiend Worm" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12812, @@ -27446,6 +28174,7 @@ gt.bell.fish = [ { "name": "Aetherochemical Compound #666", "patch": 3.4, + "folklore": 1, "baits": [ [ "Fiend Worm", @@ -27528,6 +28257,9 @@ gt.bell.fish = [ "Platinum Fish" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12815, @@ -27554,6 +28286,9 @@ gt.bell.fish = [ "Platinum Fish" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12815, @@ -27600,11 +28335,19 @@ gt.bell.fish = [ { "name": "Oliphant's Trunk", "patch": 3.2, + "folklore": 1, "baits": [ [ "Fiend Worm" ] ], + "during": { + "start": 18, + "end": 23 + }, + "weather": [ + "Thunder" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 14218, @@ -27625,11 +28368,18 @@ gt.bell.fish = [ { "name": "Ceti", "patch": 3.5, + "folklore": 1, "baits": [ [ "Fiend Worm" ] ], + "weather": [ + "Thunder" + ], + "transition": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 17580, @@ -27780,6 +28530,13 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 18, + "end": 2 + }, + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12803, @@ -27821,17 +28578,21 @@ gt.bell.fish = [ ], "radius": 1000, "zone": "Azys Lla", - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "name": "Aphotic Pirarucu", "patch": 3.3, + "folklore": 1, "baits": [ [ "Purse Web Spider", "Aether Eye" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 15638, @@ -27882,6 +28643,9 @@ gt.bell.fish = [ "Brute Leech" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12751, @@ -27907,6 +28671,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 21, + "end": 24 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 12774, @@ -27949,11 +28717,12 @@ gt.bell.fish = [ ], "radius": 300, "zone": "Azys Lla", - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "name": "Hundred-eyed Axolotl", "patch": 3.4, + "folklore": 1, "baits": [ [ "Purse Web Spider", @@ -28110,6 +28879,10 @@ gt.bell.fish = [ "Red Balloon" ] ], + "during": { + "start": 15, + "end": 18 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12833, @@ -28130,6 +28903,7 @@ gt.bell.fish = [ { "name": "Stupendemys", "patch": 3.0, + "folklore": 1, "baits": [ [ "Giant Crane Fly" @@ -28208,12 +28982,19 @@ gt.bell.fish = [ { "name": "Crystal Pigeon", "patch": 3.5, + "folklore": 1, "baits": [ [ "Giant Crane Fly", "Rudderfish" ] ], + "weather": [ + "Thunder" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17581, @@ -28240,6 +29021,10 @@ gt.bell.fish = [ "Platinum Fish" ] ], + "during": { + "start": 20, + "end": 3 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 12816, @@ -28260,12 +29045,16 @@ gt.bell.fish = [ { "name": "Barreleye", "patch": 3.0, + "folklore": 1, "baits": [ [ "Fiend Worm", "Platinum Fish" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12827, @@ -28287,11 +29076,15 @@ gt.bell.fish = [ { "name": "Functional Proto-hropken", "patch": 3.1, + "folklore": 1, "baits": [ [ "Fiend Worm" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 13727, @@ -28312,12 +29105,19 @@ gt.bell.fish = [ { "name": "Allagan Bladeshark", "patch": 3.4, + "folklore": 1, "baits": [ [ "Fiend Worm", "Platinum Fish" ] ], + "weather": [ + "Thunder" + ], + "transition": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16744, @@ -28338,6 +29138,7 @@ gt.bell.fish = [ { "name": "Opabinia", "patch": 3.5, + "folklore": 1, "baits": [ [ "Fiend Worm", @@ -28355,6 +29156,9 @@ gt.bell.fish = [ "icon": 29758 } ], + "weather": [ + "Thunder" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 17589, @@ -28380,6 +29184,11 @@ gt.bell.fish = [ "Bladed Steel Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12721, @@ -28406,6 +29215,11 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12721, @@ -28432,6 +29246,11 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12721, @@ -28458,6 +29277,11 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12741, @@ -28483,6 +29307,11 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12741, @@ -28508,6 +29337,11 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12741, @@ -28658,6 +29492,11 @@ gt.bell.fish = [ "Bladed Steel Jig" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12740, @@ -28754,11 +29593,17 @@ gt.bell.fish = [ { "name": "Scaleripper", "patch": 3.3, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 15629, @@ -28887,6 +29732,15 @@ gt.bell.fish = [ "Blueclaw Shrimp" ] ], + "during": { + "start": 0, + "end": 6 + }, + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12761, @@ -28907,11 +29761,19 @@ gt.bell.fish = [ { "name": "Twin-tongued Carp", "patch": 3.4, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clouds", + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16747, @@ -28937,6 +29799,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 21, + "end": 3 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12767, @@ -28983,11 +29849,17 @@ gt.bell.fish = [ { "name": "The Dreamweaver", "patch": 3.3, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 15630, @@ -29039,6 +29911,10 @@ gt.bell.fish = [ "Blueclaw Shrimp" ] ], + "during": { + "start": 22, + "end": 4 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12828, @@ -29065,6 +29941,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 22, + "end": 4 + }, "hookset": "Powerful Hookset", "id": 12828, "icon": 29205, @@ -29085,11 +29965,16 @@ gt.bell.fish = [ { "name": "Amber Salamander", "patch": 3.2, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "during": { + "start": 6, + "end": 12 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 14211, @@ -29111,12 +29996,21 @@ gt.bell.fish = [ { "name": "Thunderscale", "patch": 3.5, + "folklore": 1, "baits": [ [ "Stonefly Nymph", "Blueclaw Shrimp" ] ], + "weather": [ + "Thunder" + ], + "transition": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17582, @@ -29469,6 +30363,7 @@ gt.bell.fish = [ { "name": "Meteortoise", "patch": 3.3, + "folklore": 1, "baits": [ [ "Magma Worm", @@ -29623,6 +30518,7 @@ gt.bell.fish = [ { "name": "Hraesvelgr's Tear", "patch": 3.4, + "folklore": 1, "baits": [ [ "Magma Worm" @@ -29654,6 +30550,10 @@ gt.bell.fish = [ "Granite Crab" ] ], + "during": { + "start": 18, + "end": 5 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12786, @@ -29699,12 +30599,19 @@ gt.bell.fish = [ { "name": "Riddle", "patch": 3.5, + "folklore": 1, "baits": [ [ "Magma Worm", "Granite Crab" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17583, @@ -29750,12 +30657,21 @@ gt.bell.fish = [ { "name": "Lavalord", "patch": 3.0, + "folklore": 1, "baits": [ [ "Metal Spinner", "Granite Crab" ] ], + "during": { + "start": 9, + "end": 16 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12832, @@ -29777,11 +30693,16 @@ gt.bell.fish = [ "name": "Lava Snail", "patch": 3.2, "snagging": 1, + "folklore": 1, "baits": [ [ "Magma Worm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 14215, @@ -29802,12 +30723,22 @@ gt.bell.fish = [ { "name": "The Lord of Lords", "patch": 3.5, + "folklore": 1, "baits": [ [ "Metal Spinner", "Granite Crab" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Clouds", + "Dust Storms", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17584, @@ -29828,6 +30759,7 @@ gt.bell.fish = [ { "name": "Problematicus", "patch": 3.5, + "folklore": 1, "baits": [ [ "Metal Spinner", @@ -29854,6 +30786,10 @@ gt.bell.fish = [ "icon": 29854 } ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17588, @@ -30228,6 +31164,7 @@ gt.bell.fish = [ { "name": "Gnomefish", "patch": 3.2, + "folklore": 1, "baits": [ [ "Purse Web Spider" @@ -30278,12 +31215,16 @@ gt.bell.fish = [ { "name": "Madam Butterfly", "patch": 3.4, + "folklore": 1, "baits": [ [ "Purse Web Spider", "Hedgemole Cricket" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16748, @@ -30354,11 +31295,16 @@ gt.bell.fish = [ { "name": "Loosetongue", "patch": 3.0, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "during": { + "start": 13, + "end": 20 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12830, @@ -30380,11 +31326,16 @@ gt.bell.fish = [ { "name": "Armored Catfish", "patch": 3.2, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 14220, @@ -30430,12 +31381,20 @@ gt.bell.fish = [ { "name": "The Speaker", "patch": 3.5, + "folklore": 1, "baits": [ [ "Purse Web Spider", "Hedgemole Cricket" ] ], + "weather": [ + "Showers" + ], + "transition": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17585, @@ -30456,6 +31415,7 @@ gt.bell.fish = [ { "name": "Armor Fish", "patch": 3.5, + "folklore": 1, "baits": [ [ "Purse Web Spider", @@ -30473,6 +31433,9 @@ gt.bell.fish = [ "icon": 29801 } ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 17590, @@ -30499,6 +31462,10 @@ gt.bell.fish = [ "Bullfrog" ] ], + "during": { + "start": 15, + "end": 18 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12831, @@ -30519,11 +31486,16 @@ gt.bell.fish = [ { "name": "Berserker Betta", "patch": 3.0, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12836, @@ -30544,11 +31516,20 @@ gt.bell.fish = [ { "name": "Goblin Bass", "patch": 3.1, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "during": { + "start": 0, + "end": 5 + }, + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 13732, @@ -30594,12 +31575,19 @@ gt.bell.fish = [ { "name": "Bobgoblin Bass", "patch": 3.4, + "folklore": 1, "baits": [ [ "Goblin Jig", "Sweetfish" ] ], + "weather": [ + "Showers" + ], + "transition": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16754, @@ -30625,6 +31613,10 @@ gt.bell.fish = [ "Brute Leech" ] ], + "during": { + "start": 9, + "end": 2 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 12743, @@ -30695,6 +31687,7 @@ gt.bell.fish = [ { "name": "Vidofnir", "patch": 3.3, + "folklore": 1, "baits": [ [ "Brute Leech" @@ -30745,11 +31738,18 @@ gt.bell.fish = [ { "name": "Moggle Mogpom", "patch": 3.4, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Gales" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 16749, @@ -30775,6 +31775,10 @@ gt.bell.fish = [ "Stonefly Nymph" ] ], + "during": { + "start": 16, + "end": 19 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 12742, @@ -30801,6 +31805,10 @@ gt.bell.fish = [ "Goblin Jig" ] ], + "during": { + "start": 8, + "end": 12 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 12792, @@ -30897,11 +31905,18 @@ gt.bell.fish = [ { "name": "Thousand Fin", "patch": 3.5, + "folklore": 1, "baits": [ [ "Brute Leech" ] ], + "weather": [ + "Gales" + ], + "transition": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17586, @@ -31125,11 +32140,20 @@ gt.bell.fish = [ { "name": "Sunsail", "patch": 3.1, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "during": { + "start": 15, + "end": 17 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 13731, @@ -31150,11 +32174,16 @@ gt.bell.fish = [ { "name": "The Soul of the Martyr", "patch": 3.3, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 15634, @@ -31231,6 +32260,10 @@ gt.bell.fish = [ "Giant Crane Fly" ] ], + "during": { + "start": 9, + "end": 17 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 12821, @@ -31251,12 +32284,19 @@ gt.bell.fish = [ { "name": "Dimorphodon", "patch": 3.4, + "folklore": 1, "baits": [ [ "Giant Crane Fly", "Rudderfish" ] ], + "weather": [ + "Gales" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 16742, @@ -31283,6 +32323,14 @@ gt.bell.fish = [ "Sky Faerie" ] ], + "during": { + "start": 10, + "end": 14 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12784, @@ -31308,6 +32356,9 @@ gt.bell.fish = [ "Red Balloon" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 12789, @@ -31353,6 +32404,7 @@ gt.bell.fish = [ { "name": "Nyctosaur", "patch": 3.2, + "folklore": 1, "baits": [ [ "Giant Crane Fly" @@ -31378,11 +32430,18 @@ gt.bell.fish = [ { "name": "Bloodchaser", "patch": 3.5, + "folklore": 1, "baits": [ [ "Giant Crane Fly" ] ], + "weather": [ + "Gales" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17587, @@ -31403,6 +32462,7 @@ gt.bell.fish = [ { "name": "Raimdellopterus", "patch": 3.5, + "folklore": 1, "baits": [ [ "Giant Crane Fly", @@ -31420,6 +32480,9 @@ gt.bell.fish = [ "icon": 29717 } ], + "weather": [ + "Gales" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 17593, @@ -31918,6 +32981,10 @@ gt.bell.fish = [ "Gyr Abanian Trout" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20058, @@ -31944,6 +33011,10 @@ gt.bell.fish = [ "Balloon Frog" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20058, @@ -31969,6 +33040,10 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20058, @@ -32065,6 +33140,7 @@ gt.bell.fish = [ { "name": "Hookstealer", "patch": 4.3, + "folklore": 1, "baits": [ [ "Midge Larva", @@ -32218,12 +33294,16 @@ gt.bell.fish = [ { "name": "Watcher Catfish", "patch": 4.4, + "folklore": 1, "baits": [ [ "Midge Larva", "Gyr Abanian Trout" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24205, @@ -32369,12 +33449,17 @@ gt.bell.fish = [ { "name": "Redtail", "patch": 4.2, + "folklore": 1, "baits": [ [ "Salmon Roe", "Balloon Frog" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 22392, @@ -32395,12 +33480,16 @@ gt.bell.fish = [ { "name": "Bloodtail Zombie", "patch": 4.4, + "folklore": 1, "baits": [ [ "Salmon Roe", "Balloon Frog" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24206, @@ -32596,6 +33685,7 @@ gt.bell.fish = [ { "name": "Hardhead Trout", "patch": 4.4, + "folklore": 1, "baits": [ [ "Stonefly Larva" @@ -32621,6 +33711,7 @@ gt.bell.fish = [ { "name": "Xenacanthus", "patch": 4.56, + "folklore": 1, "baits": [ [ "Stonefly Larva", @@ -32772,11 +33863,19 @@ gt.bell.fish = [ { "name": "Wraithfish", "patch": 4.0, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 0, + "end": 4 + }, + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20142, @@ -32823,11 +33922,15 @@ gt.bell.fish = [ { "name": "Sapphire Fan", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Thunder" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 23058, @@ -32853,6 +33956,10 @@ gt.bell.fish = [ "Metal Spinner" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 20084, @@ -32878,6 +33985,10 @@ gt.bell.fish = [ "Salmon Roe" ] ], + "during": { + "start": 16, + "end": 19 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 20085, @@ -32903,6 +34014,10 @@ gt.bell.fish = [ "Suspending Minnow" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20086, @@ -32923,11 +34038,20 @@ gt.bell.fish = [ { "name": "Cardinalfish", "patch": 4.1, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "during": { + "start": 19, + "end": 23 + }, + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 21174, @@ -32973,6 +34097,7 @@ gt.bell.fish = [ { "name": "The Archbishop", "patch": 4.3, + "folklore": 1, "baits": [ [ "Suspending Minnow" @@ -33099,11 +34224,15 @@ gt.bell.fish = [ { "name": "Downstream Loach", "patch": 4.4, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24208, @@ -33249,11 +34378,16 @@ gt.bell.fish = [ { "name": "Mirage Mahi", "patch": 4.2, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 4, + "end": 8 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 22389, @@ -33299,11 +34433,15 @@ gt.bell.fish = [ { "name": "Corpse Chub", "patch": 4.4, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24209, @@ -33399,11 +34537,15 @@ gt.bell.fish = [ { "name": "Bondsplitter", "patch": 4.3, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 23060, @@ -33424,6 +34566,7 @@ gt.bell.fish = [ { "name": "Drepanaspis", "patch": 4.56, + "folklore": 1, "baits": [ [ "Suspending Minnow" @@ -33440,6 +34583,9 @@ gt.bell.fish = [ "icon": 29526 } ], + "weather": [ + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24991, @@ -33610,6 +34756,7 @@ gt.bell.fish = [ { "name": "The Undecided", "patch": 4.3, + "folklore": 1, "baits": [ [ "Midge Larva", @@ -33691,6 +34838,9 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 20043, @@ -33736,11 +34886,18 @@ gt.bell.fish = [ { "name": "The Last Tear", "patch": 4.4, + "folklore": 1, "baits": [ [ "Salmon Roe" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24210, @@ -33766,6 +34923,12 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "weather": [ + "Clouds", + "Wind", + "Fog", + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20073, @@ -33791,6 +34954,12 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20073, @@ -33841,6 +35010,9 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "weather": [ + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20074, @@ -33862,11 +35034,21 @@ gt.bell.fish = [ { "name": "Moksha", "patch": 4.4, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clouds", + "Wind", + "Fog", + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24212, @@ -33892,6 +35074,12 @@ gt.bell.fish = [ "Midge Larva" ] ], + "weather": [ + "Clouds", + "Dust Storms", + "Fog", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20076, @@ -33937,11 +35125,16 @@ gt.bell.fish = [ { "name": "Alligator Snapping Turtle", "patch": 4.2, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 22391, @@ -33962,11 +35155,15 @@ gt.bell.fish = [ { "name": "Hemon", "patch": 4.4, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24211, @@ -34018,6 +35215,10 @@ gt.bell.fish = [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20141, @@ -34090,11 +35291,22 @@ gt.bell.fish = [ { "name": "Rockfish", "patch": 4.1, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "during": { + "start": 12, + "end": 16 + }, + "weather": [ + "Clouds", + "Dust Storms", + "Fog", + "Wind" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 21175, @@ -34115,11 +35327,18 @@ gt.bell.fish = [ { "name": "Lily of the Veil", "patch": 4.5, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 24881, @@ -34241,12 +35460,20 @@ gt.bell.fish = [ { "name": "Sculptor", "patch": 4.0, + "folklore": 1, "baits": [ [ "Silkworm", "Rock Saltfish" ] ], + "during": { + "start": 12, + "end": 18 + }, + "weather": [ + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20040, @@ -34268,12 +35495,17 @@ gt.bell.fish = [ { "name": "Saltmill", "patch": 4.2, + "folklore": 1, "baits": [ [ "Silkworm", "Rock Saltfish" ] ], + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 22394, @@ -34294,12 +35526,16 @@ gt.bell.fish = [ { "name": "Diamond-eye", "patch": 4.3, + "folklore": 1, "baits": [ [ "Silkworm", "Rock Saltfish" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 23062, @@ -34320,12 +35556,17 @@ gt.bell.fish = [ { "name": "Stethacanthus", "patch": 4.56, + "folklore": 1, "baits": [ [ "Silkworm", "Rock Saltfish" ] ], + "during": { + "start": 12, + "end": 18 + }, "predator": [ { "name": "Sculptor", @@ -34338,6 +35579,9 @@ gt.bell.fish = [ "icon": 29922 } ], + "weather": [ + "Thunderstorms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24992, @@ -34608,11 +35852,18 @@ gt.bell.fish = [ { "name": "Ku'er", "patch": 4.4, + "folklore": 1, "baits": [ [ "Blue Bobbit" ] ], + "weather": [ + "Clouds" + ], + "transition": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24214, @@ -34633,12 +35884,19 @@ gt.bell.fish = [ { "name": "The Ruby Dragon", "patch": 4.56, + "folklore": 1, "baits": [ [ "Blue Bobbit", "Ku'er" ] ], + "weather": [ + "Clouds" + ], + "transition": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24993, @@ -34885,12 +36143,16 @@ gt.bell.fish = [ { "name": "Liopleurodon", "patch": 4.0, + "folklore": 1, "baits": [ [ "Live Shrimp", "Ruby Shrimp" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20018, @@ -34911,11 +36173,19 @@ gt.bell.fish = [ { "name": "Ukiki", "patch": 4.1, + "folklore": 1, "baits": [ [ "Blue Bobbit" ] ], + "during": { + "start": 8, + "end": 12 + }, + "weather": [ + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 21176, @@ -34936,6 +36206,7 @@ gt.bell.fish = [ { "name": "Shrieker", "patch": 4.3, + "folklore": 1, "baits": [ [ "Live Shrimp", @@ -34987,12 +36258,16 @@ gt.bell.fish = [ { "name": "The Vegetarian", "patch": 4.5, + "folklore": 1, "baits": [ [ "Live Shrimp", "Ruby Shrimp" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24882, @@ -35121,6 +36396,13 @@ gt.bell.fish = [ "Blue Bobbit" ] ], + "during": { + "start": 10, + "end": 18 + }, + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20034, @@ -35141,6 +36423,7 @@ gt.bell.fish = [ { "name": "Usuginu Octopus", "patch": 4.2, + "folklore": 1, "baits": [ [ "Live Shrimp" @@ -35191,11 +36474,18 @@ gt.bell.fish = [ { "name": "Seven Stars", "patch": 4.5, + "folklore": 1, "baits": [ [ "Blue Bobbit" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24883, @@ -35320,6 +36610,7 @@ gt.bell.fish = [ { "name": "Harutsuge", "patch": 4.0, + "folklore": 1, "baits": [ [ "Blue Bobbit" @@ -35395,6 +36686,7 @@ gt.bell.fish = [ { "name": "The Winter Queen", "patch": 4.3, + "folklore": 1, "baits": [ [ "Blue Bobbit" @@ -35495,11 +36787,20 @@ gt.bell.fish = [ { "name": "Swordfish", "patch": 4.0, + "folklore": 1, "baits": [ [ "Blue Bobbit" ] ], + "during": { + "start": 8, + "end": 16 + }, + "weather": [ + "Clouds", + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20100, @@ -35571,12 +36872,16 @@ gt.bell.fish = [ { "name": "Argonautica", "patch": 4.4, + "folklore": 1, "baits": [ [ "Live Shrimp", "Ruby Shrimp" ] ], + "weather": [ + "Wind" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24215, @@ -35698,11 +37003,16 @@ gt.bell.fish = [ { "name": "Triplespine", "patch": 4.2, + "folklore": 1, "baits": [ [ "Blue Bobbit" ] ], + "during": { + "start": 5, + "end": 7 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 22390, @@ -35748,11 +37058,19 @@ gt.bell.fish = [ { "name": "Pinhead", "patch": 4.5, + "folklore": 1, "baits": [ [ "Live Shrimp" ] ], + "weather": [ + "Thunder" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24884, @@ -35875,12 +37193,16 @@ gt.bell.fish = [ { "name": "Rakshasa", "patch": 4.3, + "folklore": 1, "baits": [ [ "Metal Spinner", "Ruby Shrimp" ] ], + "weather": [ + "Thunder" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 23066, @@ -36226,11 +37548,15 @@ gt.bell.fish = [ { "name": "Pomegranate Trout", "patch": 4.5, + "folklore": 1, "baits": [ [ "Nightcrawler" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24885, @@ -36276,11 +37602,18 @@ gt.bell.fish = [ { "name": "Glarramundi", "patch": 4.5, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24886, @@ -36351,11 +37684,15 @@ gt.bell.fish = [ { "name": "Hermit's End", "patch": 4.5, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24887, @@ -36602,11 +37939,18 @@ gt.bell.fish = [ { "name": "Axelrod", "patch": 4.5, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24889, @@ -36632,6 +37976,10 @@ gt.bell.fish = [ "Stonefly Larva" ] ], + "during": { + "start": 16, + "end": 24 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 20021, @@ -36653,11 +38001,19 @@ gt.bell.fish = [ { "name": "Hagoromo Bijin", "patch": 4.4, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24216, @@ -36683,6 +38039,10 @@ gt.bell.fish = [ "Midge Larva" ] ], + "during": { + "start": 10, + "end": 18 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 20122, @@ -36703,11 +38063,15 @@ gt.bell.fish = [ { "name": "Silken Koi", "patch": 4.0, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20051, @@ -36779,11 +38143,15 @@ gt.bell.fish = [ { "name": "Hagoromo Koi", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 23068, @@ -36809,6 +38177,10 @@ gt.bell.fish = [ "Versatile Lure" ] ], + "during": { + "start": 17, + "end": 10 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 20124, @@ -36829,11 +38201,15 @@ gt.bell.fish = [ { "name": "The Unraveled Bow", "patch": 4.5, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24890, @@ -36904,11 +38280,16 @@ gt.bell.fish = [ { "name": "Violet Prismfish", "patch": 4.1, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 0, + "end": 4 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 21177, @@ -36929,11 +38310,16 @@ gt.bell.fish = [ { "name": "Red Prismfish", "patch": 4.2, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 4, + "end": 8 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 22397, @@ -36954,12 +38340,17 @@ gt.bell.fish = [ { "name": "White Goldfish", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva", "Red Prismfish" ] ], + "during": { + "start": 4, + "end": 8 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 23055, @@ -36980,12 +38371,17 @@ gt.bell.fish = [ { "name": "Firelight Goldfish", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva", "Red Prismfish" ] ], + "during": { + "start": 4, + "end": 8 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 23056, @@ -37006,12 +38402,17 @@ gt.bell.fish = [ { "name": "Indigo Prismfish", "patch": 4.4, + "folklore": 1, "baits": [ [ "Stonefly Larva", "Violet Prismfish" ] ], + "during": { + "start": 0, + "end": 4 + }, "hookset": "Precision Hookset", "tug": "Light", "id": 24203, @@ -37032,11 +38433,23 @@ gt.bell.fish = [ { "name": "Green Prismfish", "patch": 4.4, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 0, + "end": 16 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 24204, @@ -37057,11 +38470,16 @@ gt.bell.fish = [ { "name": "Warden of the Seven Hues", "patch": 4.56, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 0, + "end": 16 + }, "predator": [ { "name": "Indigo Prismfish", @@ -37093,6 +38511,13 @@ gt.bell.fish = [ "icon": 29532 } ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24994, @@ -37118,6 +38543,10 @@ gt.bell.fish = [ "Midge Larva" ] ], + "during": { + "start": 20, + "end": 4 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 20027, @@ -37188,11 +38617,18 @@ gt.bell.fish = [ { "name": "Suiten Ippeki", "patch": 4.5, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Showers" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24888, @@ -37294,6 +38730,10 @@ gt.bell.fish = [ "Suspending Minnow" ] ], + "weather": [ + "Rain", + "Showers" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20114, @@ -37314,6 +38754,7 @@ gt.bell.fish = [ { "name": "Bokuden", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva" @@ -37344,6 +38785,9 @@ gt.bell.fish = [ "Midge Larva" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 20036, @@ -37370,6 +38814,9 @@ gt.bell.fish = [ "Midge Larva" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 20036, @@ -37693,11 +39140,18 @@ gt.bell.fish = [ { "name": "Garden Skipper", "patch": 4.5, + "folklore": 1, "baits": [ [ "Midge Larva" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 24892, @@ -37895,11 +39349,19 @@ gt.bell.fish = [ { "name": "Hak Bitterling", "patch": 4.0, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 0, + "end": 4 + }, + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 20030, @@ -37921,12 +39383,19 @@ gt.bell.fish = [ { "name": "Banderole", "patch": 4.5, + "folklore": 1, "baits": [ [ "Nightcrawler", "Zagas Khaal" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24893, @@ -37998,11 +39467,15 @@ gt.bell.fish = [ { "name": "Blade Skipper", "patch": 4.4, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24218, @@ -38165,6 +39638,7 @@ gt.bell.fish = [ { "name": "Sweatfish", "patch": 4.0, + "folklore": 1, "baits": [ [ "Stonefly Larva" @@ -38190,11 +39664,20 @@ gt.bell.fish = [ { "name": "Guppy", "patch": 4.1, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "during": { + "start": 16, + "end": 20 + }, + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 21178, @@ -38215,12 +39698,20 @@ gt.bell.fish = [ { "name": "Duskfish", "patch": 4.4, + "folklore": 1, "baits": [ [ "Nightcrawler", "Zagas Khaal" ] ], + "weather": [ + "Clouds" + ], + "transition": [ + "Rain", + "Gales" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24217, @@ -38384,12 +39875,17 @@ gt.bell.fish = [ { "name": "Elder Gourami", "patch": 4.2, + "folklore": 1, "baits": [ [ "Nightcrawler", "Zagas Khaal" ] ], + "weather": [ + "Fog", + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 22398, @@ -38410,6 +39906,7 @@ gt.bell.fish = [ { "name": "The Word of God", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva" @@ -38602,11 +40099,15 @@ gt.bell.fish = [ { "name": "Yat Khan", "patch": 4.3, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Wind" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 23070, @@ -38794,11 +40295,19 @@ gt.bell.fish = [ { "name": "Nhaama's Treasure", "patch": 4.5, + "folklore": 1, "baits": [ [ "Suspending Minnow" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 24891, @@ -38819,11 +40328,18 @@ gt.bell.fish = [ { "name": "The Unconditional", "patch": 4.56, + "folklore": 1, "baits": [ [ "Stonefly Larva" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Rain" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 24995, @@ -38988,6 +40504,7 @@ gt.bell.fish = [ { "name": "Hanatatsu", "patch": 4.0, + "folklore": 1, "baits": [ [ "Metal Spinner", @@ -39014,6 +40531,7 @@ gt.bell.fish = [ { "name": "Ribbon Eel", "patch": 4.2, + "folklore": 1, "baits": [ [ "Metal Spinner", @@ -39040,6 +40558,7 @@ gt.bell.fish = [ { "name": "Rising Dragon", "patch": 4.3, + "folklore": 1, "baits": [ [ "Metal Spinner", @@ -39066,6 +40585,7 @@ gt.bell.fish = [ { "name": "The Gambler", "patch": 4.3, + "folklore": 1, "baits": [ [ "Blue Bobbit" @@ -39091,6 +40611,7 @@ gt.bell.fish = [ { "name": "Bonsai Fish", "patch": 4.2, + "folklore": 1, "baits": [ [ "Nightcrawler" @@ -39116,6 +40637,7 @@ gt.bell.fish = [ { "name": "Princess Killifish", "patch": 4.4, + "folklore": 1, "baits": [ [ "Nightcrawler" @@ -39366,11 +40888,18 @@ gt.bell.fish = [ { "name": "Aster Trivi", "patch": 5.5, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33316, @@ -39441,11 +40970,16 @@ gt.bell.fish = [ { "name": "The Sinsteeped", "patch": 5.3, + "folklore": 1, "baits": [ [ "Fruit Worm" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 30432, @@ -39516,6 +41050,7 @@ gt.bell.fish = [ { "name": "Loose Pendant", "patch": 5.1, + "folklore": 1, "baits": [ [ "Baitbugs" @@ -39693,11 +41228,15 @@ gt.bell.fish = [ { "name": "Winged Dame", "patch": 5.1, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28066, @@ -39994,11 +41533,19 @@ gt.bell.fish = [ { "name": "Sweetheart", "patch": 5.3, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], + "transition": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 30433, @@ -40044,11 +41591,15 @@ gt.bell.fish = [ { "name": "Platinum Guppy", "patch": 5.0, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 27432, @@ -40070,11 +41621,18 @@ gt.bell.fish = [ { "name": "Moonlight Guppy", "patch": 5.4, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 32049, @@ -40295,11 +41853,15 @@ gt.bell.fish = [ { "name": "The Unforgiven", "patch": 5.1, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 28067, @@ -40345,11 +41907,18 @@ gt.bell.fish = [ { "name": "Python Discus", "patch": 5.5, + "folklore": 1, "baits": [ [ "Fruit Worm" ] ], + "weather": [ + "Thunderstorms" + ], + "transition": [ + "Rain" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33317, @@ -40420,11 +41989,20 @@ gt.bell.fish = [ { "name": "The Jaws of Undeath", "patch": 5.2, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clouds", + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 28925, @@ -40445,12 +42023,20 @@ gt.bell.fish = [ { "name": "Listracanthus", "patch": 5.55, + "folklore": 1, "baits": [ [ "Baitbugs", "The Jaws of Undeath" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 33239, @@ -40772,6 +42358,7 @@ gt.bell.fish = [ { "name": "Giant Taimen", "patch": 5.3, + "folklore": 1, "baits": [ [ "Baitbugs" @@ -40847,11 +42434,18 @@ gt.bell.fish = [ { "name": "Steel Fan", "patch": 5.4, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 32050, @@ -40897,6 +42491,7 @@ gt.bell.fish = [ { "name": "White Ronso", "patch": 5.2, + "folklore": 1, "baits": [ [ "Baitbugs" @@ -40947,11 +42542,15 @@ gt.bell.fish = [ { "name": "Bronze Sole", "patch": 5.1, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 28068, @@ -41247,6 +42846,7 @@ gt.bell.fish = [ { "name": "Blue Crab", "patch": 5.3, + "folklore": 1, "baits": [ [ "Squid Strip" @@ -41272,6 +42872,7 @@ gt.bell.fish = [ { "name": "Steel Razor", "patch": 5.5, + "folklore": 1, "baits": [ [ "Moyebi Shrimp" @@ -41397,11 +42998,19 @@ gt.bell.fish = [ { "name": "Shadeshifter", "patch": 5.5, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Gales" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33319, @@ -41422,6 +43031,7 @@ gt.bell.fish = [ { "name": "Aquamaton", "patch": 5.55, + "folklore": 1, "baits": [ [ "Short Bill Minnow" @@ -41447,6 +43057,13 @@ gt.bell.fish = [ "icon": 29172 } ], + "weather": [ + "Gales" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 33240, @@ -41544,12 +43161,21 @@ gt.bell.fish = [ { "name": "Henodus", "patch": 5.0, + "folklore": 1, "baits": [ [ "Short Bill Minnow", "Spearhead Squid" ] ], + "during": { + "start": 16, + "end": 0 + }, + "weather": [ + "Clouds", + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 27456, @@ -41571,12 +43197,16 @@ gt.bell.fish = [ { "name": "Henodus Grandis", "patch": 5.4, + "folklore": 1, "baits": [ [ "Short Bill Minnow", "Spearhead Squid" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 32051, @@ -41847,12 +43477,16 @@ gt.bell.fish = [ { "name": "The Horned King", "patch": 5.1, + "folklore": 1, "baits": [ [ "Jerked Ovim", "Hornhelm" ] ], + "weather": [ + "Dust Storms" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 28069, @@ -41873,6 +43507,7 @@ gt.bell.fish = [ { "name": "Cinder Surprise", "patch": 5.55, + "folklore": 1, "baits": [ [ "Desert Dessert Frog" @@ -41889,6 +43524,12 @@ gt.bell.fish = [ "icon": 29617 } ], + "weather": [ + "Heat Waves" + ], + "transition": [ + "Dust Storms" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33241, @@ -41984,12 +43625,21 @@ gt.bell.fish = [ { "name": "Nabaath Saw", "patch": 5.5, + "folklore": 1, "baits": [ [ "Jerked Ovim", "Desert Saw" ] ], + "weather": [ + "Heat Waves" + ], + "transition": [ + "Clear Skies", + "Fair Skies", + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 33320, @@ -42086,12 +43736,22 @@ gt.bell.fish = [ { "name": "Thorned Lizard", "patch": 5.0, + "folklore": 1, "baits": [ [ "Desert Dessert Frog", "Web-footed Sand Gecko" ] ], + "during": { + "start": 10, + "end": 18 + }, + "weather": [ + "Clear Skies", + "Fair Skies", + "Heat Waves" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 27467, @@ -42113,12 +43773,16 @@ gt.bell.fish = [ { "name": "Ambling Caltrop", "patch": 5.2, + "folklore": 1, "baits": [ [ "Desert Dessert Frog", "Web-footed Sand Gecko" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 28927, @@ -42439,11 +44103,15 @@ gt.bell.fish = [ { "name": "Leannisg", "patch": 5.3, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Rain" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 30435, @@ -42764,11 +44432,16 @@ gt.bell.fish = [ { "name": "The Sound of Fury", "patch": 5.1, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28070, @@ -42789,11 +44462,18 @@ gt.bell.fish = [ { "name": "Ealad Skaan", "patch": 5.55, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Thunderstorms" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33242, @@ -42914,11 +44594,18 @@ gt.bell.fish = [ { "name": "Sunken Tome", "patch": 5.4, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Thunderstorms" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 32052, @@ -42964,11 +44651,19 @@ gt.bell.fish = [ { "name": "Fae Rainbow", "patch": 5.2, + "folklore": 1, "baits": [ [ "Marble Nymph" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28928, @@ -43039,6 +44734,7 @@ gt.bell.fish = [ { "name": "Dammroen Herring", "patch": 5.5, + "folklore": 1, "baits": [ [ "Baitbugs" @@ -43090,11 +44786,19 @@ gt.bell.fish = [ { "name": "Gold Hammer", "patch": 5.3, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 30436, @@ -43115,11 +44819,15 @@ gt.bell.fish = [ { "name": "Toadhead", "patch": 5.0, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 27481, @@ -43141,11 +44849,18 @@ gt.bell.fish = [ { "name": "Celestial", "patch": 5.5, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Thunderstorms" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33322, @@ -43543,6 +45258,7 @@ gt.bell.fish = [ { "name": "Priest of Yx'Lokwa", "patch": 5.1, + "folklore": 1, "baits": [ [ "Robber Ball", @@ -43570,6 +45286,7 @@ gt.bell.fish = [ { "name": "Greater Serpent of Ronka", "patch": 5.55, + "folklore": 1, "baits": [ [ "Robber Ball", @@ -43703,6 +45420,10 @@ gt.bell.fish = [ "Robber Ball" ] ], + "during": { + "start": 12, + "end": 20 + }, "hookset": "Powerful Hookset", "tug": "Medium", "id": 27492, @@ -43724,12 +45445,20 @@ gt.bell.fish = [ { "name": "Pearl Pipira", "patch": 5.4, + "folklore": 1, "baits": [ [ "Robber Ball", "Diamond Pipira" ] ], + "during": { + "start": 12, + "end": 20 + }, + "weather": [ + "Fog" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 32053, @@ -43875,11 +45604,19 @@ gt.bell.fish = [ { "name": "Black Jet", "patch": 5.2, + "folklore": 1, "baits": [ [ "Robber Ball" ] ], + "weather": [ + "Fair Skies" + ], + "transition": [ + "Clouds", + "Fog" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28929, @@ -43925,11 +45662,19 @@ gt.bell.fish = [ { "name": "Recordkiller", "patch": 5.3, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 30437, @@ -43950,11 +45695,19 @@ gt.bell.fish = [ { "name": "Darkdweller", "patch": 5.0, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "during": { + "start": 0, + "end": 8 + }, + "weather": [ + "Fog" + ], "hookset": "Precision Hookset", "tug": "Light", "id": 27494, @@ -43976,11 +45729,18 @@ gt.bell.fish = [ { "name": "Deephaunt", "patch": 5.5, + "folklore": 1, "baits": [ [ "Baitbugs" ] ], + "weather": [ + "Fog" + ], + "transition": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33323, @@ -44001,6 +45761,7 @@ gt.bell.fish = [ { "name": "Golden Pipira", "patch": 5.5, + "folklore": 1, "baits": [ [ "Robber Ball" @@ -44379,11 +46140,16 @@ gt.bell.fish = [ { "name": "Ondo Sigh", "patch": 5.2, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clear Skies", + "Fair Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28930, @@ -44454,11 +46220,18 @@ gt.bell.fish = [ { "name": "The Ondotaker", "patch": 5.4, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clouds" + ], + "transition": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 32054, @@ -44614,6 +46387,9 @@ gt.bell.fish = [ "Short Bill Minnow" ] ], + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 27500, @@ -44639,6 +46415,9 @@ gt.bell.fish = [ "Short Bill Minnow" ] ], + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 27500, @@ -44685,6 +46464,7 @@ gt.bell.fish = [ "name": "Sweetmeat Mussel", "patch": 5.1, "snagging": 1, + "folklore": 1, "baits": [ [ "Squid Strip" @@ -44710,11 +46490,15 @@ gt.bell.fish = [ { "name": "Mora Tecta", "patch": 5.5, + "folklore": 1, "baits": [ [ "Short Bill Minnow" ] ], + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 33325, @@ -44735,6 +46519,7 @@ gt.bell.fish = [ { "name": "Lancetfish", "patch": 5.55, + "folklore": 1, "baits": [ [ "Squid Strip" @@ -44751,6 +46536,12 @@ gt.bell.fish = [ "icon": 28035 } ], + "weather": [ + "Clouds" + ], + "transition": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 33244, @@ -44822,12 +46613,20 @@ gt.bell.fish = [ { "name": "Aapoak", "patch": 5.0, + "folklore": 1, "baits": [ [ "Short Bill Minnow", "Ancient Shrimp" ] ], + "during": { + "start": 12, + "end": 16 + }, + "weather": [ + "Clear Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 27508, @@ -44849,12 +46648,16 @@ gt.bell.fish = [ { "name": "Maru Crab", "patch": 5.5, + "folklore": 1, "baits": [ [ "Short Bill Minnow", "Ancient Shrimp" ] ], + "weather": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 33326, @@ -44926,11 +46729,18 @@ gt.bell.fish = [ { "name": "The Mother of All Pancakes", "patch": 5.3, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clear Skies" + ], + "transition": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 30438, @@ -45052,11 +46862,15 @@ gt.bell.fish = [ { "name": "Starchaser", "patch": 5.1, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clouds" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 28072, @@ -45178,11 +46992,15 @@ gt.bell.fish = [ { "name": "Opal Shrimp", "patch": 5.3, + "folklore": 1, "baits": [ [ "Squid Strip" ] ], + "weather": [ + "Clear Skies" + ], "hookset": "Precision Hookset", "tug": "Heavy", "id": 30439, @@ -46432,12 +48250,20 @@ gt.bell.fish = [ { "name": "Labyrinthos Tilapia", "patch": 6.0, + "folklore": 1, "baits": [ [ "Leech", "Astacus Aetherius" ] ], + "during": { + "start": 8, + "end": 16 + }, + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 36414, @@ -47410,6 +49236,7 @@ gt.bell.fish = [ { "name": "Red Drum", "patch": 6.0, + "folklore": 1, "baits": [ [ "Leech" @@ -47424,6 +49251,13 @@ gt.bell.fish = [ "Versatile Lure" ] ], + "during": { + "start": 16, + "end": 24 + }, + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 36440, @@ -47674,7 +49508,7 @@ gt.bell.fish = [ ], "radius": 450, "zone": "Thavnair", - "scrip": "Purple Gatherers' Scrip" + "scrip": "White Gatherers' Scrip" }, { "name": "Handy Hamsa", @@ -47907,12 +49741,16 @@ gt.bell.fish = [ { "name": "Basilosaurus", "patch": 6.0, + "folklore": 1, "baits": [ [ "Mackerel Strip", "Puff-paya" ] ], + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 36454, @@ -47928,7 +49766,8 @@ gt.bell.fish = [ 7.57 ], "radius": 900, - "zone": "Thavnair" + "zone": "Thavnair", + "scrip": "Purple Gatherers' Scrip" }, { "name": "Garlean Clam", @@ -48614,12 +50453,16 @@ gt.bell.fish = [ { "name": "Lunar Deathworm", "patch": 6.0, + "folklore": 1, "baits": [ [ "Grey Worm", "Calicia" ] ], + "weather": [ + "Fair Skies" + ], "hookset": "Powerful Hookset", "tug": "Heavy", "id": 36472, @@ -49036,12 +50879,16 @@ gt.bell.fish = [ { "name": "Mangar", "patch": 6.0, + "folklore": 1, "baits": [ [ "Gold Salmon Roe", "Albino Loach" ] ], + "weather": [ + "Clouds" + ], "hookset": "Powerful Hookset", "tug": "Medium", "id": 36480, @@ -50499,12 +52346,17 @@ gt.bell.fish = [ { "name": "Phallaina", "patch": 6.0, + "folklore": 1, "baits": [ [ "Panic Jig", "Horizon Event" ] ], + "during": { + "start": 22, + "end": 4 + }, "hookset": "Powerful Hookset", "tug": "Heavy", "id": 36521, diff --git a/Garland.Web/bell/nodes.js b/Garland.Web/bell/nodes.js index 4d22f33b..a232c071 100644 --- a/Garland.Web/bell/nodes.js +++ b/Garland.Web/bell/nodes.js @@ -1710,19 +1710,19 @@ "item": "Rarefied Pyrite", "icon": 21207, "id": 32970, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Chalcocite", "icon": 21209, "id": 32971, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Limonite", "icon": 21206, "id": 32972, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -1749,13 +1749,13 @@ "item": "Rarefied Abalathian Spring Water", "icon": 22614, "id": 32973, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Aurum Regis Sand", "icon": 21220, "id": 32974, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -1782,13 +1782,13 @@ "item": "Rarefied Raw Triphane", "icon": 21474, "id": 32975, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Raw Kyanite", "icon": 21472, "id": 32977, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -1882,7 +1882,7 @@ "item": "Rarefied Raw Star Spinel", "icon": 21475, "id": 32976, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -1909,13 +1909,13 @@ "item": "Rarefied Raw Azurite", "icon": 21472, "id": 32978, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Silvergrace Ore", "icon": 21213, "id": 32979, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -1942,13 +1942,13 @@ "item": "Rarefied Titancopper Ore", "icon": 21202, "id": 32980, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Raw Petalite", "icon": 21477, "id": 32982, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -2042,7 +2042,7 @@ "item": "Rarefied Raw Lazurite", "icon": 21472, "id": 32981, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -2069,13 +2069,13 @@ "item": "Rarefied Sea Salt", "icon": 22617, "id": 32983, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Raw Onyx", "icon": 21231, "id": 32985, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -3426,13 +3426,13 @@ "item": "Rarefied Reef Rock", "icon": 21203, "id": 32984, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Tungsten Ore", "icon": 21203, "id": 32986, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "stars": 1, @@ -3460,7 +3460,7 @@ "item": "Rarefied Gyr Abanian Alumen", "icon": 22644, "id": 32987, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "stars": 1, @@ -3488,19 +3488,19 @@ "item": "Rarefied Dark Chestnut Sap", "icon": 22654, "id": 32992, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Dark Chestnut Log", "icon": 22420, "id": 32993, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Dark Chestnut Branch", "icon": 22416, "id": 32994, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -3527,13 +3527,13 @@ "item": "Rarefied Dark Chestnut", "icon": 25302, "id": 32995, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Dark Chestnut Resin", "icon": 22674, "id": 32996, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5463,13 +5463,13 @@ "item": "Rarefied Larch Log", "icon": 22403, "id": 32997, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Larch Sap", "icon": 22642, "id": 32999, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5496,7 +5496,7 @@ "item": "Rarefied Shiitake Mushroom", "icon": 25401, "id": 32998, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5523,13 +5523,13 @@ "item": "Rarefied Pine Resin", "icon": 22638, "id": 33000, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Pine Log", "icon": 22414, "id": 33001, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5556,13 +5556,13 @@ "item": "Rarefied Pixie Apple", "icon": 25308, "id": 33002, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Miracle Apple Log", "icon": 22404, "id": 33004, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5589,7 +5589,7 @@ "item": "Rarefied White Oak Log", "icon": 22407, "id": 33003, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5616,13 +5616,13 @@ "item": "Rarefied Sandteak Log", "icon": 22403, "id": 33005, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Amber Cloves", "icon": 25023, "id": 33007, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -5649,13 +5649,13 @@ "item": "Rarefied Kelp", "icon": 25225, "id": 33006, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Coral", "icon": 29062, "id": 33008, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "stars": 1, @@ -5683,7 +5683,7 @@ "item": "Rarefied Urunday Log", "icon": 22420, "id": 33009, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "stars": 1, @@ -6027,13 +6027,13 @@ "item": "Rarefied Raw Ametrine", "icon": 21475, "id": 36293, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Sharlayan Rock Salt", "icon": 22688, "id": 36295, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -6060,7 +6060,7 @@ "item": "Rarefied Bismuth Ore", "icon": 21217, "id": 36294, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -6087,13 +6087,13 @@ "item": "Rarefied Phrygian Gold Ore", "icon": 21206, "id": 36296, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Eblan Alumen", "icon": 22616, "id": 36298, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "time": [ @@ -6120,13 +6120,13 @@ "item": "Rarefied Blue Zircon", "icon": 21472, "id": 36297, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Annite", "icon": 21226, "id": 36299, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "stars": 1, @@ -6154,7 +6154,7 @@ "item": "Rarefied Pewter Ore", "icon": 21211, "id": 36300, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "stars": 1, @@ -6383,13 +6383,13 @@ "item": "Rarefied Palm Log", "icon": 22410, "id": 36303, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Coconut", "icon": 25323, "id": 36305, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -6416,7 +6416,7 @@ "item": "Rarefied Red Pine Log", "icon": 22403, "id": 36304, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" } ], "time": [ @@ -6443,13 +6443,13 @@ "item": "Rarefied Sykon", "icon": 25318, "id": 36306, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Elder Nutmeg", "icon": 25021, "id": 36308, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "time": [ @@ -6476,13 +6476,13 @@ "item": "Rarefied Dark Rye", "icon": 25359, "id": 36307, - "scrip": "White Crafters' Scrip" + "scrip": "White Gatherers' Scrip" }, { "item": "Rarefied Iceberg Lettuce", "icon": 25219, "id": 36309, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "stars": 1, @@ -6510,7 +6510,7 @@ "item": "Rarefied AR-Caean Cotton Boll", "icon": 25032, "id": 36310, - "scrip": "White Crafters' Scrip" + "scrip": "Purple Gatherers' Scrip" } ], "stars": 1, diff --git a/lib/SaintCoinach b/lib/SaintCoinach index 4d2747d7..e3886742 160000 --- a/lib/SaintCoinach +++ b/lib/SaintCoinach @@ -1 +1 @@ -Subproject commit 4d2747d7e0bf2f49bf115a24d4221eb894f334ad +Subproject commit e3886742c5a15c07d130a1f00b35325a28dc7463