From 325f0e45fa44b100271e69d89c26e6d162a42dab Mon Sep 17 00:00:00 2001 From: Nox Date: Tue, 19 Aug 2025 13:31:02 -0700 Subject: [PATCH] Viable Canesword (#39586) * Buffed canesword damage to 16, cost to 3. Signed-off-by: Nox38 * Increased sale price from 1 to 2 TC, increased damage from 16 to 17 to match cap saber. Signed-off-by: Nox38 --------- Signed-off-by: Nox38 --- Resources/Prototypes/Catalog/uplink_catalog.yml | 2 +- Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index ebeae71d99..c499f54db6 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -2202,7 +2202,7 @@ discountDownTo: Telecrystal: 2 cost: - Telecrystal: 5 + Telecrystal: 3 categories: - UplinkJob conditions: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml index 2847b723d8..29ce5fa8c8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/cane.yml @@ -41,7 +41,7 @@ attackRate: 1.5 damage: types: - Slash: 14 + Slash: 17 soundHit: path: /Audio/Weapons/bladeslice.ogg - type: Item