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

Blacklists Storage and High Value items from Storage Implant, but reduces cost #2286

Merged
merged 12 commits into from
Jan 5, 2025
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_DV/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ uplink-explosive-foam-grenade-desc = An explosive grenade disguised as a regular

uplink-appraisal-tool-gun-name = Appraisal Tool Gun
uplink-appraisal-tool-gun-desc = A modified Viper to appear as an appraisal tool, at the cost of slightly slower firerate

uplink-storage-implanter-delta-desc = Hide goodies inside of yourself with new bluespace technology! Budget cuts have resulted in it NOT STORING High Value or storage items.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- type: entity
id: ActionOpenStorageImplant
name: Toggle Storage Implant
description: Opens or closes the storage implant embedded under your skin
description: Opens or closes the storage implant embedded under your skin, note that it cannot store high value or storage based items # DeltaV
Lyndomen marked this conversation as resolved.
Show resolved Hide resolved
components:
- type: InstantAction
itemIconStyle: BigAction
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1264,14 +1264,14 @@
- type: listing
id: UplinkStorageImplanter
name: uplink-storage-implanter-name
description: uplink-storage-implanter-desc
description: uplink-storage-implanter-delta-desc # DeltaV
icon: { sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi, state: icon }
productEntity: StorageImplanter
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 5 # DeltaV
Telecrystal: 2 # DeltaV
cost:
Telecrystal: 10 # DeltaV - Was 8
Telecrystal: 4 # DeltaV
categories:
- UplinkImplants
conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
- type: Storage
grid:
- 0,0,2,2
blacklist: # DeltaV
components:
- Storage
- SecretStash
tags:
- HighRiskItem
- type: ContainerContainer
containers:
storagebase: !type:Container
Expand Down
Loading