diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 31379f6f7f..37e5404133 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -989,7 +989,7 @@ description: uplink-rigged-boxing-gloves-desc productEntity: ClothingHandsGlovesBoxingRigged cost: - Telecrystal: 8 + Telecrystal: 6 categories: - UplinkJob conditions: @@ -1003,7 +1003,7 @@ description: uplink-rigged-boxing-gloves-desc productEntity: ClothingHandsGlovesBoxingRigged cost: - Telecrystal: 5 + Telecrystal: 4 categories: - UplinkJob conditions: diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 270ecf94dd..5c7a806b5a 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -83,12 +83,13 @@ suffix: Rigged components: - type: StaminaDamageOnHit - damage: 16 # actually 24 because of blunt > stamina damage conversion + damage: 25 - type: MeleeWeapon - attackRate: 1.2 + attackRate: 1.4 damage: types: Blunt: 8 + bluntStaminaDamageFactor: 0.0 # so blunt doesn't deal stamina damage at all - type: entity parent: ClothingHandsBase