Skip to content

Commit

Permalink
Nukies nerf (Goob-Station#692)
Browse files Browse the repository at this point in the history
nukies nerf
  • Loading branch information
BombasterDS authored Sep 27, 2024
1 parent 1eefe27 commit 15d644b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@
productEntity: ClothingBackpackDuffelSyndicateHardsuitBundle
cost:
# Goobstation - Telecrystal rework
Telecrystal: 40
Telecrystal: 50
categories:
- UplinkWearables
saleLimit: 1 # WD EDIT
Expand All @@ -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:
Expand All @@ -1520,7 +1521,7 @@
productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
cost:
# Goobstation - Telecrystal rework
Telecrystal: 70
Telecrystal: 75
categories:
- UplinkWearables
saleLimit: 1 # WD EDIT
Expand All @@ -1533,7 +1534,7 @@
productEntity: CrateCybersunJuggernautBundle
cost:
# Goobstation - Telecrystal rework
Telecrystal: 100
Telecrystal: 75
categories:
- UplinkWearables
saleLimit: 1 # WD EDIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,7 @@
damage:
types:
Heat: 2
Ion: 4 #Goobstation
soundHit:
collection: WeakHit
forceSound: true
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Antags/nukeops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
- NukeOpsUplink

0 comments on commit 15d644b

Please sign in to comment.