Rigged boxing gloves (#13847)
* rigged boxing gloves * change item parent * fix indentation
This commit is contained in:
@@ -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-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-desc = An unholy book capable of summoning a demonic familiar.
|
||||
|
||||
|
||||
@@ -573,6 +573,21 @@
|
||||
whitelist:
|
||||
- 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
|
||||
id: uplinkNecronomicon
|
||||
name: uplink-necronomicon-name
|
||||
|
||||
@@ -73,6 +73,20 @@
|
||||
fiberColor: fibers-yellow
|
||||
- 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
|
||||
parent: ClothingHandsBase
|
||||
id: ClothingHandsGlovesCaptain
|
||||
|
||||
Reference in New Issue
Block a user