Skip to content

Commit

Permalink
adjusted rates
Browse files Browse the repository at this point in the history
  • Loading branch information
Arodab committed Aug 18, 2024
1 parent 5726a95 commit 945a505
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions src/lib/skilling/skills/fishing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const fishes: Fish[] = [

petChance: 435_165,
clueScrollChance: 870_330,
lostTicks: 0.05, // percentage of ticks spent moving/dropping,
lostTicks: 0.10, // percentage of ticks spent moving/dropping,
bankingTime: 30,
ticksPerRoll: 6
},
Expand All @@ -41,7 +41,7 @@ const fishes: Fish[] = [
bait: itemID('Fishing bait'),
petChance: 528_000,
clueScrollChance: 1_056_000,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 30,
ticksPerRoll: 5
},
Expand Down Expand Up @@ -84,7 +84,7 @@ const fishes: Fish[] = [

petChance: 382_609,
clueScrollChance: 1_147_827,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 25,
ticksPerRoll: 6
},
Expand All @@ -105,7 +105,7 @@ const fishes: Fish[] = [
petChance: 461_808,
bait: itemID('Feather'),
clueScrollChance: 923_616,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 30,
ticksPerRoll: 5
},
Expand All @@ -120,7 +120,7 @@ const fishes: Fish[] = [
petChance: 305_792,
bait: itemID('Fishing bait'),
clueScrollChance: 305_792,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 30,
ticksPerRoll: 5
},
Expand All @@ -143,7 +143,7 @@ const fishes: Fish[] = [

petChance: 128_885,
clueScrollChance: 257_770,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 25,
ticksPerRoll: 6
},
Expand All @@ -154,7 +154,7 @@ const fishes: Fish[] = [
id: itemID('Raw cave eel'),
intercept1: 0.1900,
slope1: 0.0013,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 40,
ticksPerRoll: 5
},
Expand All @@ -168,7 +168,7 @@ const fishes: Fish[] = [
slope1: 0.0036,
petChance: 116_129,
clueScrollChance: 116_129,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 25,
ticksPerRoll: 6
},
Expand All @@ -183,7 +183,7 @@ const fishes: Fish[] = [
petChance: 138_583,
qpRequired: 100,
clueScrollChance: 138_583,
lostTicks: 0.10,
lostTicks: 0.13,
bankingTime: 20,
ticksPerRoll: 6
},
Expand All @@ -198,7 +198,7 @@ const fishes: Fish[] = [
petChance: 170_874,
bait: itemID('Raw karambwanji'),
clueScrollChance: 170_874,
lostTicks: 0.00, // fishing spots never moves
lostTicks: 0.01, // fishing spots never moves
bankingTime: 25,
ticksPerRoll: 4
},
Expand All @@ -214,7 +214,7 @@ const fishes: Fish[] = [
bigFish: itemID('Big shark'),
bigFishRate: 5000,
clueScrollChance: 82_243,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 25,
ticksPerRoll: 6
},
Expand All @@ -230,7 +230,7 @@ const fishes: Fish[] = [
bait: itemID('Sandworms'),
qpRequired: 40,
clueScrollChance: 78_649,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 30,
ticksPerRoll: 5
},
Expand All @@ -245,7 +245,7 @@ const fishes: Fish[] = [
petChance: 977_778,
qpRequired: 1,
clueScrollChance: 977_778,
lostTicks: 0.25,
lostTicks: 0.33,
bankingTime: 0, // stackable
ticksPerRoll: 2
},
Expand All @@ -260,7 +260,7 @@ const fishes: Fish[] = [
petChance: 149_434,
bait: itemID('Dark fishing bait'),
clueScrollChance: 149_434,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 0,
ticksPerRoll: 6
},
Expand Down Expand Up @@ -288,7 +288,7 @@ const fishes: Fish[] = [
petChance: 426_954,
bait: itemID('Feather'),
clueScrollChance: 1_280_862,
lostTicks: 0.05,
lostTicks: 0.10,
bankingTime: 40,
ticksPerRoll: 5
},
Expand All @@ -301,8 +301,8 @@ const fishes: Fish[] = [
bait: itemID('Fishing bait'),
clueScrollChance: 165_000,
intercept1: 0.1253,
slope1: 0.3672,
lostTicks: 0.10,
slope1: 0.0025,
lostTicks: 0.13,
bankingTime: 0,
ticksPerRoll: 5
}
Expand Down
6 changes: 3 additions & 3 deletions src/mahoji/commands/fish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@ function determineFishingTime(
if (fish.name === 'Barbarian fishing') {
if (powerfish) {
ticksPerRoll = 3;
lostTicks = 0.02; // more focused
lostTicks = 0.06; // more focused
}
if (user.allItemsOwned.has('Fishing cape') || user.allItemsOwned.has('Fishing cape (t)') || user.allItemsOwned.has('Max cape')) {
bankingTime = 20;
}
} else if (fish.name === 'Trout/Salmon') {
if (powerfish) {
ticksPerRoll = 3;
lostTicks = 0.03;
lostTicks = 0.06;
}
} else if (fish.name === 'Tuna/Swordfish') {
if (powerfish) {
ticksPerRoll = 2;
lostTicks = 0.01;
lostTicks = 0.03;
}
}

Expand Down

0 comments on commit 945a505

Please sign in to comment.