Jump to content

Recommended Posts

Hello,

 

There have been a couple of threads regarding pickpocketing and asking how it works with the "Loaded Pockets" Berath's Blessing. If you want information on Loaded Pockets, you can go here.

 

In anticipation of the new patch, I decided to do a deep dive and try to figure it out. To pickpocket an item, you need to be actively in stealth. When you activate a pick pocketable creature, you will see it's pick pocketable inventory. Items that cannot be pick pocketed are greyed out but show it's "Sleight of Hand Difficulty Level". Items that are not greyed out are items that you can pick pocket- you already have the necessary Sleight of Hand to pick pocket those items.

 

To pickpocket, you actually do not need any points in Sleight of Hand- but you do need to actively be hidden. 

 

In terms of determining the Sleight of Hand Difficulty Level, there are a few modifiers. These are actually in global.gamedatabundle lines 10393-10545 and are in the spoiler below. I'll break it down below.

 

 

 

                {
                    "$type": "Game.GameData.SleightOfHandSettingsComponent, Assembly-CSharp",
                    "VisionModifier": 2,
                    "DetectionModifier": 2,
                    "LevelModifiers": [
                        {
                            "Level": 1,
                            "Modifier": 1
                        },
                        {
                            "Level": 2,
                            "Modifier": 2
                        },
                        {
                            "Level": 3,
                            "Modifier": 3
                        },
                        {
                            "Level": 4,
                            "Modifier": 3
                        },
                        {
                            "Level": 5,
                            "Modifier": 4
                        },
                        {
                            "Level": 6,
                            "Modifier": 4
                        },
                        {
                            "Level": 7,
                            "Modifier": 5
                        },
                        {
                            "Level": 8,
                            "Modifier": 5
                        },
                        {
                            "Level": 9,
                            "Modifier": 5
                        },
                        {
                            "Level": 10,
                            "Modifier": 6
                        },
                        {
                            "Level": 11,
                            "Modifier": 6
                        },
                        {
                            "Level": 12,
                            "Modifier": 6
                        },
                        {
                            "Level": 13,
                            "Modifier": 7
                        },
                        {
                            "Level": 14,
                            "Modifier": 7
                        },
                        {
                            "Level": 15,
                            "Modifier": 7
                        },
                        {
                            "Level": 16,
                            "Modifier": 8
                        },
                        {
                            "Level": 17,
                            "Modifier": 8
                        },
                        {
                            "Level": 18,
                            "Modifier": 8
                        },
                        {
                            "Level": 19,
                            "Modifier": 9
                        },
                        {
                            "Level": 20,
                            "Modifier": 9
                        }
                    ],
                    "ItemModifiers": [
                        {
                            "ItemType": "Weapons",
                            "Modifier": 2
                        },
                        {
                            "ItemType": "Armor",
                            "Modifier": 3
                        },
                        {
                            "ItemType": "Clothing",
                            "Modifier": 1
                        },
                        {
                            "ItemType": "Consumables",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "Ingredients",
                            "Modifier": -1
                        },
                        {
                            "ItemType": "Quest",
                            "Modifier": -3
                        },
                        {
                            "ItemType": "Misc",
                            "Modifier": -3
                        },
                        {
                            "ItemType": "ShipCrew",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "FoodOrDrink",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipSails",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipHulls",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipFlags",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipCannons",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipUpgrades",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "ShipPermanentUpgrades",
                            "Modifier": 0
                        },
                        {
                            "ItemType": "Artifact",
                            "Modifier": 0
                        }
                    ]
                },

 

 

 

The first factor is if you are currently in a creatures field of vision. This is indicated with the '"eye" appearing in your selection circle while stealthed. This increases the Sleight of Hand Difficulty Level by 2.

 

The second factor is if you are currently detected. You are considered "detected" when the stealth meter in your selection circle is red. This increases the Sleight of Hand Difficulty Level by 2. 

 

The third factor is the level of the creature you are pickpocketing. It is as follows:

 

At level 1, the difficulty increases by 1.

At level 2, the difficulty increases by 2.

At level 3, the difficulty increases by 3.

At level 5, the difficulty increases by 4.

At level 7, the difficulty increases by 5.

At level 10, the difficulty increases by 6.

At level 13, the difficulty increases by 7.

At level 16, the difficulty increases by 8.

At level 19, the difficulty increases by 9.

 

The fourth and last factor is the type of item you are attempting to pickpocket. They are as follows:

 

Weapons increase the difficulty by 2.

Armor increases the difficulty by 3.

Clothing increases the difficulty by 1.

Consumables do not affect the difficulty.

Ingredients decrease the difficulty by 1.

Quest items decrease the difficulty by 3.

"Misc" items decrease the difficulty by 3.

 

Any ship upgrades/crew, food or drink, and artifacts do not affect the difficulty.

 

Theoretically*, the highest Sleight of Hand Difficulty that a creature can have is 16. Therefore, this means that to pickpocket every creature in the game, you need 16 Sleight of Hand. 

 

*In practicality, not very many creatures are level 19+, and fewer still are non-hostile NPCs, so that number could realistically be lower. 

 

There appears to be two "inventories" for creatures. One that can be pickpocketed, and one that can't. When you kill an NPC, the loot they drop is from both "inventories".

 

It's important to note that if you get caught pickpocketing a faction NPC (and this applies to stealing from "owned" containers or opening "owned" doors, as well), you will gain minor negative reputation with that faction.

 

While hidden, you can also reverse-pickpocket explosives. You do not require any points in Sleight of Hand to do so. Explosives, in general, scale with your Explosives skill. When you reverse-pickpocket a bomb into the character's inventory it gains +100 Accuracy to hit and you have 10 seconds to get out of the radius before it explodes. (If you want to know how explosives work, go here)

 

The Sleight of Hand skill is also used in scripted interactions and conversations. Typically, the Sleight of Hand options involve misdirection and skullduggery.

 

There is also a game engine quirk that allows you to become completely hidden (regardless if you are being looked at/etc) while in conversation with an NPC and the game is unpaused. This means you can initiate pickpocketing to at least see the inventory of just about every major non-hostile NPC in the game. 

Edited by Prince of Lies
  • Like 7
Link to comment
Share on other sites

Great stuff! Thanks for the numbers especially.

 

The mentioned quirk works also fine when stealing stuff from chests etc. or opening doors you are not allowed to open by the way. 

 

What also works is to stealth where you can't be seen and leap right besides the "victim" and steal or pickpocket. Can be done with Bounding Boots or Leap from Barb.

  • Like 2

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

Yeah. I'm surprised they don't have it pause while in a conversation to stop people from using it.

 

Also: I just took a deeper look into Loaded Pockets. It has a 1/15 (6.66%) Chance to add a new item to the creatures inventory. My observations were wrong- it's only minor magical accessories that have a chance to be added.

 

Eh. I'll make a post about it later with the specifics. 

  • Like 1
Link to comment
Share on other sites

Thanks for the guide! Very helpful. :)

 

"Armor increases the difficulty by 3."

"Ingredients decrease the difficulty by 1."

"Any ship upgrades/crew, food or drink, and artifacts do not affect the difficulty."

 

Stealing armor is funny, but even funnier is the fact that it is easier to steal a sail than an ingredient. :p

sign.jpg

Link to comment
Share on other sites

Got rid of the stuff about Loaded Pockets.

 

I also added:

 

To pickpocket, you actually do not need any points in Sleight of Hand- but you do need to actively be hidden. 

 

and

 

It's important to note that if you get caught pickpocketing a faction NPC (and this applies to stealing from "owned" containers or opening "owned" doors, as well), you will gain minor negative reputation with that faction.

 

While hidden, you can also reverse-pickpocket explosives. You do not require any points in Sleight of Hand to do so. Explosives, in general, scale with your Explosives skill. When you reverse-pickpocket a bomb into the character's inventory it gains +100 Accuracy to hit and you have 10 seconds to get out of the radius before it explodes. (If you want to know how explosives work, go here)

 

The Sleight of Hand skill is also used in scripted interactions and conversations. Typically, the Sleight of Hand options involve misdirection and skullduggery.

 

for clarification + more info.

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

By the way: Barbarian/Rogue is the perfect class for me when it comes to sneaking and pickpocketing. Leap is so convenient in certain situations because you can use it out of combat and can simply leap over people and obstacles to reach places without getting detected - or to immensely "shorten" the way through detection circles. You land right besides the chest/guy and only then the circle starts filling. You can sneak nearly everywhere. For example I entered the Brass Citadel's Powerhouse from the balcony although usually you can only get there from the inside. Looted the place, went back outside and jumped down again. It's a lot of fun if you are playing it the "sneaky" way. 

And if you screw up there's Smoke Veil or Shadowing Beyond. 

Also Marauder gets nice skill bonuses - e.g. +2 to Stealth.
 

Deadfire Community Patch: Nexus Mods

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...