diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-09 00:01:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 23:01:23 +0000 |
| commit | 8e72f5303689f4a7131f586c69e59465360db3ab (patch) | |
| tree | ed506bc7be8bd734e414971cce532a22c929bb79 | |
| parent | c4d84e9a152975888d5a133fcd3d2e18baca097c (diff) | |
| download | NotEnoughUpdates-REPO-8e72f5303689f4a7131f586c69e59465360db3ab.tar.gz NotEnoughUpdates-REPO-8e72f5303689f4a7131f586c69e59465360db3ab.tar.bz2 NotEnoughUpdates-REPO-8e72f5303689f4a7131f586c69e59465360db3ab.zip | |
Fixed Toil reforge ability (#1036)
| -rw-r--r-- | constants/reforgestones.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 88484e74..4a341b8d 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -2892,12 +2892,12 @@ "MYTHIC": 10000 }, "reforgeAbility": { - "COMMON": "Gain §a+1% §7more Foraging exp.", - "UNCOMMON": "Gain §a+2% §7more Foraging exp.", - "RARE": "Gain §a+3% §7more Foraging exp.", - "EPIC": "Gain §a+4% §7more Foraging exp.", - "LEGENDARY": "Gain §a+5% §7more Foraging exp.", - "MYTHIC": "Gain §a+6% §7more Foraging exp." + "COMMON": "§7Grants §3+1☯ Foraging Wisdom§7.", + "UNCOMMON": "§7Grants §3+2☯ Foraging Wisdom§7.", + "RARE": "§7Grants §3+3☯ Foraging Wisdom§7.", + "EPIC": "§7Grants §3+4☯ Foraging Wisdom§7.", + "LEGENDARY": "§7Grants §3+5☯ Foraging Wisdom§7.", + "MYTHIC": "§7Grants §3+6☯ Foraging Wisdom§7." }, "reforgeStats": { "COMMON": { |
