Skip to content

Commit

Permalink
6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Oct 19, 2022
1 parent d976dce commit 5d7892e
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Garland.Data/GarlandDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Garland.Data
public class GarlandDatabase
{
// NOTE: This section must be updated with every patch!
public const decimal NextPatch = 6.2m;
public const decimal NextPatch = 6.25m;
public static Patch[] MajorPatches = new[] {
new Patch(1m, "Legacy", "Legacy"),

Expand Down
3 changes: 2 additions & 1 deletion Garland.Server/api/weather.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
'Restricted Archives' => array(array('Rate' => 10, 'Weather' => 1), array('Rate' => 50, 'Weather' => 2), array('Rate' => 70, 'Weather' => 3), array('Rate' => 85, 'Weather' => 4), array('Rate' => 100, 'Weather' => 15)),
'Meghaduta Guest Chambers' => array(array('Rate' => 10, 'Weather' => 4), array('Rate' => 25, 'Weather' => 7), array('Rate' => 40, 'Weather' => 1), array('Rate' => 80, 'Weather' => 2), array('Rate' => 100, 'Weather' => 3)),
'Empyreum' => array(array('Rate' => 5, 'Weather' => 15), array('Rate' => 25, 'Weather' => 2), array('Rate' => 65, 'Weather' => 1), array('Rate' => 80, 'Weather' => 3), array('Rate' => 90, 'Weather' => 4)),
'Stygian Insenescence Cells' => array(array('Rate' => 100, 'Weather' => 157)));
'Stygian Insenescence Cells' => array(array('Rate' => 100, 'Weather' => 157)),
'Elysion' => array(array('Rate' => 15, 'Weather' => 149), array('Rate' => 85, 'Weather' => 2), array('Rate' => 100, 'Weather' => 49)));

?>
44 changes: 22 additions & 22 deletions Garland.Web/bell/fish.js
Original file line number Diff line number Diff line change
Expand Up @@ -52096,7 +52096,7 @@ gt.bell.fish = [
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 281,
"lvl": 90,
"lvl": 84,
"coords": [
14.97,
11.57
Expand Down Expand Up @@ -52130,15 +52130,15 @@ gt.bell.fish = [
"icon": 28530,
"func": "fish",
"rarity": 1,
"title": "Elegeia",
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 282,
"lvl": 90,
"spot": 281,
"lvl": 84,
"coords": [
22.6,
8.79
14.97,
11.57
],
"radius": 750,
"radius": 600,
"zone": "Ultima Thule"
},
{
Expand Down Expand Up @@ -52170,7 +52170,7 @@ gt.bell.fish = [
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 281,
"lvl": 90,
"lvl": 84,
"coords": [
14.97,
11.57
Expand Down Expand Up @@ -52204,15 +52204,15 @@ gt.bell.fish = [
"icon": 29254,
"func": "fish",
"rarity": 1,
"title": "Elegeia",
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 282,
"lvl": 90,
"spot": 281,
"lvl": 84,
"coords": [
22.6,
8.79
14.97,
11.57
],
"radius": 750,
"radius": 600,
"zone": "Ultima Thule"
},
{
Expand Down Expand Up @@ -52241,7 +52241,7 @@ gt.bell.fish = [
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 281,
"lvl": 90,
"lvl": 84,
"coords": [
14.97,
11.57
Expand Down Expand Up @@ -52275,7 +52275,7 @@ gt.bell.fish = [
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 281,
"lvl": 90,
"lvl": 84,
"coords": [
14.97,
11.57
Expand Down Expand Up @@ -52306,15 +52306,15 @@ gt.bell.fish = [
"icon": 28531,
"func": "fish",
"rarity": 1,
"title": "Elegeia",
"title": "The Wellspring of Regret",
"category": "Freshwater Fishing",
"spot": 282,
"lvl": 90,
"spot": 281,
"lvl": 84,
"coords": [
22.6,
8.79
14.97,
11.57
],
"radius": 750,
"radius": 600,
"zone": "Ultima Thule"
},
{
Expand Down
Loading

0 comments on commit 5d7892e

Please sign in to comment.