From 15d644b5c47f5e73e57a1514a8016853c448b739 Mon Sep 17 00:00:00 2001 From: BombasterDS <115770678+BombasterDS@users.noreply.github.com> Date: Sat, 28 Sep 2024 01:13:27 +1000 Subject: [PATCH] Nukies nerf (#692) nukies nerf --- Resources/Prototypes/Catalog/uplink_catalog.yml | 9 +++++---- .../Entities/Mobs/Cyborgs/base_borg_chassis.yml | 3 ++- .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 1 + Resources/Prototypes/Roles/Antags/nukeops.yml | 2 +- .../_Goobstation/Entities/Objects/Specific/syndicate.yml | 8 ++++---- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index e02abbc7d63..9723bce5bfe 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1490,7 +1490,7 @@ productEntity: ClothingBackpackDuffelSyndicateHardsuitBundle cost: # Goobstation - Telecrystal rework - Telecrystal: 40 + Telecrystal: 50 categories: - UplinkWearables saleLimit: 1 # WD EDIT @@ -1502,7 +1502,8 @@ icon: { sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi, state: icon } productEntity: ClothingBackpackDuffelSyndicateRaidBundle cost: - Telecrystal: 30 # Goobstation + # Goobstation - Telecrystal rework + Telecrystal: 50 categories: - UplinkWearables conditions: @@ -1520,7 +1521,7 @@ productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle cost: # Goobstation - Telecrystal rework - Telecrystal: 70 + Telecrystal: 75 categories: - UplinkWearables saleLimit: 1 # WD EDIT @@ -1533,7 +1534,7 @@ productEntity: CrateCybersunJuggernautBundle cost: # Goobstation - Telecrystal rework - Telecrystal: 100 + Telecrystal: 75 categories: - UplinkWearables saleLimit: 1 # WD EDIT diff --git a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml index fc0db215308..b13208d7737 100644 --- a/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml +++ b/Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml @@ -323,5 +323,6 @@ - type: Damageable #Goobstation - Ion Damage damageContainer: Silicon damageModifierSet: SiliconProtected - - type: ExplosionResistance + - type: ExplosionResistance #Goobstation - Ion Damage damageCoefficient: 0.5 + - type: FlashImmunity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index 0f5224bfc5e..ead964f0cbd 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -947,6 +947,7 @@ damage: types: Heat: 2 + Ion: 4 #Goobstation soundHit: collection: WeakHit forceSound: true diff --git a/Resources/Prototypes/Roles/Antags/nukeops.yml b/Resources/Prototypes/Roles/Antags/nukeops.yml index d8fbd710964..7038cc2a869 100644 --- a/Resources/Prototypes/Roles/Antags/nukeops.yml +++ b/Resources/Prototypes/Roles/Antags/nukeops.yml @@ -63,7 +63,7 @@ id: SyndicateOperativeGearFull parent: SyndicateOperativeGearFullNoUplink equipment: - pocket2: BaseUplinkRadio250TC # Goobstation - Telecrystal rework + pocket2: BaseUplinkRadio225TC # Goobstation - Telecrystal rework #Nuclear Operative Commander Gear - type: startingGear diff --git a/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/syndicate.yml b/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/syndicate.yml index 2dd15bc80f8..3e0e0cc1a04 100644 --- a/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/syndicate.yml +++ b/Resources/Prototypes/_Goobstation/Entities/Objects/Specific/syndicate.yml @@ -73,12 +73,12 @@ #this uplink MUST be used for nukeops, as it has the tag for filtering the listing. - type: entity parent: BaseUplinkRadio - id: BaseUplinkRadio250TC - suffix: 250 TC, NukeOps + id: BaseUplinkRadio225TC + suffix: 225 TC, NukeOps components: - type: Store balance: - Telecrystal: 250 + Telecrystal: 225 - type: Tag tags: - - NukeOpsUplink \ No newline at end of file + - NukeOpsUplink