Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ss220 uplink minor fixes and discounts #1968

Merged
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
4 changes: 2 additions & 2 deletions Resources/Locale/ru-RU/ss220/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ uplink-expensive-lighter-name = { ent-ExpensiveLighterSyndicate }
uplink-expensive-lighter-desc = { ent-ExpensiveLighterSyndicate.desc }

#Masks-Boxes
uplink-special-delivery-name = особая посылка
uplink-special-delivery-name = Особая посылка
uplink-special-delivery-desc = Содержит случайную маску животного, что некогда носили майамские психи.

uplink-criminal-delivery-name = криминальная посылка
uplink-criminal-delivery-name = Криминальная посылка
uplink-criminal-delivery-desc = Содержит случайную маску, замешанную в самых громких ограблениях прошлого.
9 changes: 7 additions & 2 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
productEntity: ThrowingKnivesKit
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 3
Telecrystal: 2 #ss220-uplink-minor-fixes-and-discounts
cost:
Telecrystal: 4 #SS220-underused-uplinks-stuff
categories:
Expand All @@ -115,6 +115,11 @@
productEntity: EnergySwordDouble
cost:
Telecrystal: 16
#ss220-uplink-minor-fixes-and-discounts-begin #Discount added for the reason that on the official build d-esword is only in the nukies uplink, but nukies don't have discounts
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 9
#ss220-uplink-minor-fixes-and-discounts-end
categories:
- UplinkWeaponry
conditions:
Expand Down Expand Up @@ -1330,7 +1335,7 @@
productEntity: FreedomImplanter
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 3
Telecrystal: 1 #ss220-uplink-minor-fixes-and-discounts
cost:
Telecrystal: 3 #SS220-underused-uplinks-stuff
categories:
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/SS220/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
description: uplink-ecrossbow-desc
icon: { sprite: /Textures/SS220/Objects/Weapons/Guns/Crossbow/minicrossbow.rsi, state: icon }
productEntity: WeaponMiniEnergyCrossbow
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 6
cost:
Telecrystal: 10
categories:
Expand All @@ -25,6 +28,9 @@
description: uplink-mindslave-implanter-desc
icon: { sprite: /Textures/SS220/Alerts/MindSlave.rsi, state: icon }
productEntity: MindSlaveImplanter
discountCategory: veryRareDiscounts
discountDownTo:
Telecrystal: 4
cost:
Telecrystal: 8
categories:
Expand All @@ -44,6 +50,9 @@
description: uplink-mime-relic-desc
icon: { sprite: SS220/Objects/Specific/SacredRelics/SacredRelicMime.rsi, state: icon }
productEntity: SacredRelicMime
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 4
categories:
Expand Down Expand Up @@ -124,6 +133,9 @@
description: uplink-thermal-glasses-desc
icon: {sprite: Clothing/Eyes/Glasses/thermal.rsi, state: icon }
productEntity: ThermalVisorChameleon
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 4
categories:
Expand All @@ -135,6 +147,9 @@
description: uplink-thermal-visor-implanter-desc
icon: {sprite: /Textures/SS220/Misc/ThermalEye.rsi, state: EyeON}
productEntity: ThermalVisorImplanter
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 3
cost:
Telecrystal: 6
categories:
Expand All @@ -147,6 +162,9 @@
description: uplink-syndicate-segway-crate-desc
icon: { sprite: /Textures/Objects/Vehicles/syndicatesegway.rsi, state: icon }
productEntity: CrateFunSyndicateSegway
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 2
cost:
Telecrystal: 5
categories:
Expand Down
Loading