diff --git a/Resources/Locale/en-US/_DV/store/uplink/weaponry.ftl b/Resources/Locale/en-US/_DV/store/uplink/weaponry.ftl index d3e0c8b204..b0525d44d2 100644 --- a/Resources/Locale/en-US/_DV/store/uplink/weaponry.ftl +++ b/Resources/Locale/en-US/_DV/store/uplink/weaponry.ftl @@ -16,4 +16,4 @@ uplink-harbinger-name = Harbinger Bundle uplink-harbinger-desc = A bundle with a full set of Harbinger armor and an Accursed scythe. Strike fear into the hearts of your enemies with this ancient design. uplink-dualswords-name = Dual Swords -uplink-dualswords-desc = These dual blades are sponsored by the Spider Clan. While not as strong as their iconic energy katanas, they are still sure to strike fear in the hearts of your enemies. +uplink-dualswords-desc = A set of dual swords made for those who prefer something a bit faster. Where they suffer in individual power, they excel in speed and mobility. diff --git a/Resources/Prototypes/_DV/Catalog/Uplink/weaponry.yml b/Resources/Prototypes/_DV/Catalog/Uplink/weaponry.yml index 05b88981b8..0ed3463d1c 100644 --- a/Resources/Prototypes/_DV/Catalog/Uplink/weaponry.yml +++ b/Resources/Prototypes/_DV/Catalog/Uplink/weaponry.yml @@ -83,9 +83,9 @@ icon: { sprite: /Textures/_DV/Objects/Weapons/Melee/dualswords.rsi, state: icon } discountCategory: veryRareDiscounts discountDownTo: - Telecrystal: 3 + Telecrystal: 5 productEntity: Dualsword cost: - Telecrystal: 5 + Telecrystal: 7 categories: - UplinkWeaponry diff --git a/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/swords.yml b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/swords.yml index e9c8110cb6..95af3d21ac 100644 --- a/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/swords.yml +++ b/Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/swords.yml @@ -72,7 +72,8 @@ - type: Sprite sprite: _DV/Objects/Weapons/Melee/dualswords.rsi - type: MeleeWeapon - attackRate: 10 + autoAttack: true + attackRate: 7 wideAnimationRotation: 225 swingLeft: true damage: @@ -84,7 +85,7 @@ - type: IncreaseDamageOnWield damage: types: - Slash: 2.5 + Slash: 3 - type: Item sprite: _DV/Objects/Weapons/Melee/dualswords.rsi - type: JumpAbility