We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650286a commit 74c8717Copy full SHA for 74c8717
1 file changed
src/lib/server/constants/gemstones.ts
@@ -172,19 +172,19 @@ export const GEMSTONES = {
172
color: "3",
173
stats: {
174
ROUGH: {
175
- sea_creature_chance: [0.1, 0.1, 0.2, 0.2, 0.3, 0.4, null]
+ fishing_speed: [0.5, 0.5, 1, 1, 1.5, 2, null]
176
},
177
FLAWED: {
178
- sea_creature_chance: [0.2, 0.2, 0.3, 0.4, 0.6, 0.8, null]
+ fishing_speed: [1, 1, 1.5, 1.5, 2, 2.5, null]
179
180
FINE: {
181
- sea_creature_chance: [0.5, 0.6, 0.7, 0.8, 1, 1.2, null]
+ fishing_speed: [1.5, 1.5, 2, 2, 2.5, 3, null]
182
183
FLAWLESS: {
184
- sea_creature_chance: [0.9, 1, 1.1, 1.2, 1.4, 1.6, null]
+ fishing_speed: [2, 2, 2.5, 3, 3.5, 4, null]
185
186
PERFECT: {
187
- sea_creature_chance: [1.3, 1.4, 1.5, 1.6, 1.8, 2, null]
+ fishing_speed: [2.5, 2.5, 3.5, 4, 4.5, 5, null]
188
}
189
190
0 commit comments