Thieving component and Thieving Gloves (#9158)

* Thieving component and gloves

* Fixes popup issue

* Forgot to add it for hands

* Adds a bool datafield

* Comments

* Requested changes
This commit is contained in:
keronshb
2022-06-27 20:14:51 -04:00
committed by GitHub
parent 1af61c5041
commit 206513c31b
7 changed files with 101 additions and 4 deletions

View File

@@ -315,6 +315,14 @@
description: These protect you from slips while looking like normal sneakers.
price: 2
- type: uplinkListing
id: UplinkgClothingThievingGloves
category: Armor
itemId: ThievingGloves
listingName: Thieving Gloves
description: Discretely steal from pockets and increase your thieving technique with these fancy new gloves, all while looking like normal gloves!
price: 4
- type: uplinkListing
id: UplinkClothingOuterVestWeb
category: Armor

View File

@@ -144,6 +144,9 @@
sprite: Clothing/Hands/Gloves/spaceninja.rsi
HeatResistance: 1400
- type: Insulated
- type: Thieving
stealTime: 1
stealthy: true
- type: entity
parent: ClothingHandsBase
@@ -169,3 +172,16 @@
- type: Clothing
sprite: Clothing/Hands/Gloves/fingerless.rsi
- type: entity
parent: ClothingHandsBase
id: ThievingGloves
name: black gloves #Intentionally named after regular gloves, they're meant to be sneaky.
description: Seemingly regular black gloves. The fingertips are outfitted with nanotech that makes stealing a breeze.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/Color/black.rsi
- type: Clothing
sprite: Clothing/Hands/Gloves/Color/black.rsi
- type: Thieving
stealTime: 1.5
stealthy: true