Skip to content

Commit 74c8717

Browse files
authored
fix: Aquamarine Data giving SCC instead of FS (#134)
1 parent 650286a commit 74c8717

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib/server/constants/gemstones.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,19 @@ export const GEMSTONES = {
172172
color: "3",
173173
stats: {
174174
ROUGH: {
175-
sea_creature_chance: [0.1, 0.1, 0.2, 0.2, 0.3, 0.4, null]
175+
fishing_speed: [0.5, 0.5, 1, 1, 1.5, 2, null]
176176
},
177177
FLAWED: {
178-
sea_creature_chance: [0.2, 0.2, 0.3, 0.4, 0.6, 0.8, null]
178+
fishing_speed: [1, 1, 1.5, 1.5, 2, 2.5, null]
179179
},
180180
FINE: {
181-
sea_creature_chance: [0.5, 0.6, 0.7, 0.8, 1, 1.2, null]
181+
fishing_speed: [1.5, 1.5, 2, 2, 2.5, 3, null]
182182
},
183183
FLAWLESS: {
184-
sea_creature_chance: [0.9, 1, 1.1, 1.2, 1.4, 1.6, null]
184+
fishing_speed: [2, 2, 2.5, 3, 3.5, 4, null]
185185
},
186186
PERFECT: {
187-
sea_creature_chance: [1.3, 1.4, 1.5, 1.6, 1.8, 2, null]
187+
fishing_speed: [2.5, 2.5, 3.5, 4, 4.5, 5, null]
188188
}
189189
}
190190
},

0 commit comments

Comments
 (0)