Rigged boxing gloves (#13847)

* rigged boxing gloves

* change item parent

* fix indentation
This commit is contained in:
GoodWheatley
2023-04-22 19:08:33 -04:00
committed by GitHub
parent f72baa6a49
commit e090a9ddae
3 changed files with 32 additions and 0 deletions

View File

@@ -148,6 +148,9 @@ uplink-carp-dehydrated-desc = Looks like a plush toy carp, but just add water an
uplink-gatfruit-seeds-name = Packet Of Gatfruit Seeds uplink-gatfruit-seeds-name = Packet Of Gatfruit Seeds
uplink-gatfruit-seeds-desc = And who says guns don't grow on trees? uplink-gatfruit-seeds-desc = And who says guns don't grow on trees?
uplink-rigged-boxing-gloves-name = Rigged Boxing Gloves
uplink-rigged-boxing-gloves-desc = Float like a butterfly, sting like a bee.
uplink-necronomicon-name = Necronomicon uplink-necronomicon-name = Necronomicon
uplink-necronomicon-desc = An unholy book capable of summoning a demonic familiar. uplink-necronomicon-desc = An unholy book capable of summoning a demonic familiar.

View File

@@ -573,6 +573,21 @@
whitelist: whitelist:
- Botanist - Botanist
- type: listing
id: uplinkRiggedBoxingGloves
name: uplink-rigged-boxing-gloves-name
description: uplink-rigged-boxing-gloves-desc
productEntity: ClothingHandsGlovesBoxingRigged
cost:
Telecrystal: 5
categories:
- UplinkJob
conditions:
- !type:BuyerJobCondition
whitelist:
- Passenger
- Boxer
- type: listing - type: listing
id: uplinkNecronomicon id: uplinkNecronomicon
name: uplink-necronomicon-name name: uplink-necronomicon-name

View File

@@ -73,6 +73,20 @@
fiberColor: fibers-yellow fiberColor: fibers-yellow
- type: FingerprintMask - type: FingerprintMask
- type: entity
parent: ClothingHandsGlovesBoxingBlue
id: ClothingHandsGlovesBoxingRigged
name: blue boxing gloves
description: Blue gloves for competitive boxing. Feels like they're heavier than usual...
components:
- type: StaminaDamageOnHit
damage: 30
- type: MeleeWeapon
attackRate: 1.5
damage:
types:
Blunt: 8
- type: entity - type: entity
parent: ClothingHandsBase parent: ClothingHandsBase
id: ClothingHandsGlovesCaptain id: ClothingHandsGlovesCaptain