Skip to content

Commit

Permalink
Update clue-giving pickpockets (#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git authored and gc committed Dec 11, 2024
1 parent 0ad2270 commit 8541139
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/lib/skilling/skills/thieving/stealables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand All @@ -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
},
{
Expand Down

0 comments on commit 8541139

Please sign in to comment.