From 85411394397a9b9ae5b36066cd0a79881b64670a Mon Sep 17 00:00:00 2001 From: DayV <69717452+DayV-git@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:23:07 +0000 Subject: [PATCH] Update clue-giving pickpockets (#6241) --- .../skilling/skills/thieving/stealables.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/lib/skilling/skills/thieving/stealables.ts b/src/lib/skilling/skills/thieving/stealables.ts index ec61fe44a5..8dc647c7a5 100644 --- a/src/lib/skilling/skills/thieving/stealables.ts +++ b/src/lib/skilling/skills/thieving/stealables.ts @@ -626,26 +626,26 @@ const pickpocketables: Stealable[] = [ name: 'Paladin', type: 'pickpockable', level: 70, - xp: 151.7, + xp: 131.8, table: Paladin.pickpocketTable!, id: Paladin.id, stunTime: 5, stunDamage: 3, - slope: 0.404_29, - intercept: 18.955_29, + slope: 0.512_07, + intercept: 16.105_17, petChance: 127_056 }, { name: 'Gnome', type: 'pickpockable', level: 75, - xp: 198.5, + xp: 133.3, table: Gnome.pickpocketTable!, id: Gnome.id, stunTime: 5, stunDamage: 1, - slope: 0.475_65, - intercept: 0.180_65, + slope: 0.520_83, + intercept: 17.187_5, petChance: 108_718 }, { @@ -670,13 +670,13 @@ const pickpocketables: Stealable[] = [ name: 'Hero', type: 'pickpockable', level: 80, - xp: 275, + xp: 163.3, table: Hero.pickpocketTable!, id: Hero.id, stunTime: 6, - stunDamage: 4, - slope: 0.390_56, - intercept: 0.784_56, + stunDamage: 3, + slope: 0.472_63, + intercept: 16.099_47, petChance: 99_175 }, {