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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
startingGear: ThiefGear
|
||||
components:
|
||||
- type: Pacified
|
||||
- type: Thieving
|
||||
stripTimeReduction: 2
|
||||
stealthy: true
|
||||
mindRoles:
|
||||
- MindRoleThief
|
||||
briefing:
|
||||
|
||||
@@ -15,4 +15,3 @@
|
||||
back:
|
||||
- ThiefBeacon
|
||||
- SatchelThief
|
||||
- ClothingHandsChameleonThief
|
||||
|
||||
Reference in New Issue
Block a user