Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon }
productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
cost:
Telecrystal: 14 # DeltaV - was 12
Telecrystal: 10 # Euphoria - was 14
categories:
- UplinkWearables
# conditions: # DeltaV - Traitors can now buy Elite suit!
Expand All @@ -1787,9 +1787,9 @@
# tags:
# - NukeOpsUplink
# Begin DeltaV additions
discountCategory: veryRareDiscounts
discountCategory: rareDiscounts # Euphoria
discountDownTo:
Telecrystal: 8
Telecrystal: 4 # Euphoria - was 8
# End DeltaV additions

- type: listing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -826,37 +826,39 @@
outerClothing-dog:
- state: equipped-OUTERCLOTHING-dog
- type: PressureProtection
highPressureMultiplier: 0.02
highPressureMultiplier: 0.001 # Euphoria - was 0.02
Comment thread
Raikyr0 marked this conversation as resolved.
lowPressureMultiplier: 1000
- type: TemperatureProtection
heatingCoefficient: 0.001
coolingCoefficient: 0.001
- type: ExplosionResistance
damageCoefficient: 0.2
- type: FireProtection
reduction: 0.8
reduction: 0.95
- type: StaminaResistance # DeltaV - uncommented
damageCoefficient: 0.3 # DeltaV - was 0.6
damageCoefficient: 0.5 # Euphoria - was 0.3
- type: ZombificationResistance
zombificationResistanceCoefficient: 0.1 # Euphoria - Added 90% Zombie Resistance // This effect will only ever show up in planned events on Euphoria
- type: Armor
modifiers:
coefficients:
Blunt: 0.8 # DeltaV - was 0.6
Slash: 0.8 # DeltaV - was 0.6
Blunt: 0.6 # Euphoria - was 0.8
Slash: 0.6 # Euphoria - was 0.8
Piercing: 0.6
Heat: 0.2
Radiation: 0.01
Caustic: 0.5
Cold: 0.4 # DeltaV - Cold res
Cold: 0.2 # Euphoria - was 0.3 // In the unlikely event that syndies end up fighting coscult
- type: DamageOnShootProtection # imp
slots: OUTERCLOTHING
damageProtection:
flatReductions:
Blunt: 10
- type: Item
size: Huge
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.9
- type: ClothingSpeedModifier # Euphoria
walkModifier: 1
sprintModifier: 1
- type: HeldSpeedModifier
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndieElite
Expand Down
Loading