From cfeba15e9882a73e16b391579b651f975bdcaae0 Mon Sep 17 00:00:00 2001 From: Moony Date: Mon, 27 Mar 2023 22:46:06 -0500 Subject: [PATCH] Feat 27 03 23 syndie balance (#14913) Co-authored-by: moonheart08 --- .../Locale/en-US/store/uplink-catalog.ftl | 4 ++-- .../Prototypes/Catalog/uplink_catalog.yml | 18 +++++++++--------- .../Objects/Specific/Medical/surgery.yml | 6 +++++- .../Entities/Objects/Tools/jaws_of_life.yml | 6 ++++++ .../Objects/Weapons/Guns/Pistols/pistols.yml | 2 ++ 5 files changed, 24 insertions(+), 12 deletions(-) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index d87d1eabb7..c63b0563ef 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -73,7 +73,7 @@ uplink-agent-id-card-name = Agent ID Card uplink-agent-id-card-desc = A modified ID card that can copy accesses from other cards and change its name and job title at-will. uplink-black-jetpack-name = Black Jetpack -uplink-black-jetpack-desc = A black jetpack. It allows you to fly around in space. Additional fuel not included. +uplink-black-jetpack-desc = A black jetpack. It allows you to fly around in space. Additional fuel now included! uplink-reinforcement-radio-name = Reinforcement Teleporter uplink-reinforcement-radio-desc = Radio in a reinforcement agent of extremely questionable quality. No off button, buy this if you're ready to party. They have a pistol with no reserve ammo, and a knife. That's it. @@ -88,7 +88,7 @@ uplink-encryption-key-name = Syndicate Encryption Key uplink-encryption-key-desc = An encryption key for access to the secret frequency of our special agents. No one will know about your special channel with friends... or rivals. uplink-hypopen-name = Hypopen -uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 15u of reagents. Starts empty. +uplink-hypopen-desc = A chemical hypospray disguised as a pen, capable of instantly injecting up to 10u of reagents. Starts empty. uplink-voice-mask-name = Voice Mask uplink-voice-mask-desc = A gas mask that lets you adjust your voice to whoever you can think of. Also utilizes cutting-edge chameleon technology. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index cf7a76abe1..b43d1ffeae 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -93,7 +93,7 @@ description: uplink-flash-grenade-desc productEntity: GrenadeFlashBang cost: - Telecrystal: 2 + Telecrystal: 1 categories: - UplinkExplosives @@ -171,7 +171,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi, state: red-icon } productEntity: MagazinePistol cost: - Telecrystal: 2 + Telecrystal: 1 categories: - UplinkAmmo @@ -183,7 +183,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi, state: red-icon } productEntity: MagazinePistolCaselessRifle cost: - Telecrystal: 2 + Telecrystal: 1 categories: - UplinkAmmo @@ -195,7 +195,7 @@ icon: { sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi, state: icon } productEntity: SpeedLoaderMagnum cost: - Telecrystal: 2 + Telecrystal: 1 categories: - UplinkAmmo @@ -262,7 +262,7 @@ id: UplinkJetpack name: uplink-black-jetpack-name description: uplink-black-jetpack-desc - productEntity: JetpackBlack + productEntity: JetpackBlackFilled cost: Telecrystal: 4 categories: @@ -275,7 +275,7 @@ productEntity: ReinforcementRadioSyndicate icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } cost: - Telecrystal: 20 + Telecrystal: 16 categories: - UplinkUtility @@ -285,7 +285,7 @@ description: uplink-stealth-box-desc productEntity: StealthBox cost: - Telecrystal: 10 + Telecrystal: 5 categories: - UplinkUtility @@ -516,7 +516,7 @@ description: uplink-duffel-surgery-desc productEntity: ClothingBackpackDuffelSyndicateFilledMedical cost: - Telecrystal: 5 + Telecrystal: 4 categories: - UplinkTools @@ -647,7 +647,7 @@ description: uplink-clothing-outer-vest-web-desc productEntity: ClothingOuterVestWeb cost: - Telecrystal: 4 + Telecrystal: 3 categories: - UplinkArmor diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml index 8147de0a3c..36628a83e4 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/surgery.yml @@ -94,6 +94,10 @@ state: advanced - type: Item heldPrefix: advanced + - type: MeleeWeapon + damage: + types: + Slash: 12 - type: entity name: laser scalpel @@ -218,7 +222,7 @@ attackRate: 1.5 damage: groups: - Brute: 10 + Brute: 15 soundHit: path: /Audio/Items/drill_hit.ogg - type: Tool diff --git a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml index 45e3880562..e59f67ed28 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml @@ -51,6 +51,12 @@ - type: Sprite sprite: Objects/Tools/jaws_of_life.rsi state: syn_jaws_pry + - type: Item + size: 35 + - type: Tool + qualities: + - Prying + speed: 3.0 - type: MultipleTool entries: - behavior: Prying diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index fdb363ebb9..9bed12630a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -109,6 +109,8 @@ fireRate: 4 soundGunshot: path: /Audio/Weapons/Guns/Gunshots/silenced.ogg + params: + volume: -14 - type: ItemSlots slots: gun_magazine: -- 2.51.2