Thieves can innately pickpocket - thieving gloves rework (#38123)

* Thieves can innately pickpocket (#107)

Pickpocketing a skyrim guard's armor off

(cherry picked from commit 21b9f1ddb251ea3c7c6803e78871abefcaecbfb4)

* this isnt moff

* Make predicted, cleanup

* !skating-basketball

* orks are NOT the best trollface

* Implement much more sensible component replication prevention

---------

Co-authored-by: DuckManZach <144298822+duckmanzach@users.noreply.github.com>
This commit is contained in:
ArtisticRoomba
2025-06-16 15:47:31 -07:00
committed by GitHub
parent 861d0fac71
commit 3eba895fc7
10 changed files with 99 additions and 24 deletions

View File

@@ -26,6 +26,7 @@
- alertType: Magboots
- alertType: Rooted
- alertType: Pacified
- alertType: Stealthy
- type: entity
id: AlertSpriteView
@@ -438,6 +439,19 @@
name: alerts-pacified-name
description: alerts-pacified-desc
- type: alert
id: Stealthy
clickEvent: !type:ToggleThievingEvent
icons:
- sprite: /Textures/Interface/Alerts/stealthy.rsi
state: stealthy-off
- sprite: /Textures/Interface/Alerts/stealthy.rsi
state: stealthy-on
name: alerts-stealthy-name
description: alerts-stealthy-desc
minSeverity: 0
maxSeverity: 1
- type: alert
id: Adrenaline
icons:

View File

@@ -1593,20 +1593,6 @@
categories:
- UplinkWearables
# TODO: Revert back to normal thieving gloves when clothes dyeing is added
- type: listing
id: UplinkgClothingThievingGloves
name: uplink-clothing-chameleon-thieving-gloves-name
description: uplink-clothing-chameleon-thieving-gloves-desc
productEntity: ClothingHandsChameleonThief
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 3
cost:
Telecrystal: 5
categories:
- UplinkWearables
- type: listing
id: UplinkClothingOuterVestWeb
name: uplink-clothing-outer-vest-web-name

View File

@@ -27,6 +27,9 @@
startingGear: ThiefGear
components:
- type: Pacified
- type: Thieving
stripTimeReduction: 2
stealthy: true
mindRoles:
- MindRoleThief
briefing:

View File

@@ -15,4 +15,3 @@
back:
- ThiefBeacon
- SatchelThief
- ClothingHandsChameleonThief