From b6bfba717c70b1d0a66f6e49a6d089bb7aa2a056 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Wed, 30 Aug 2023 02:07:52 +0300 Subject: [PATCH] Update disk.yml (#269) --- .../Prototypes/Entities/Objects/Specific/Research/disk.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Research/disk.yml b/Resources/Prototypes/Entities/Objects/Specific/Research/disk.yml index 2044d59e17c..1f8ad2be278 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Research/disk.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Research/disk.yml @@ -17,6 +17,8 @@ components: - type: ResearchDisk points: 5000 + - type: StaticPrice + price: 200 # Why was this worth nothing, NT want to buy this! - type: entity parent: ResearchDisk @@ -26,6 +28,8 @@ components: - type: ResearchDisk points: 10000 + - type: StaticPrice + price: 400 # Why was this worth nothing, NT want to buy this! - type: entity parent: ResearchDisk @@ -55,7 +59,7 @@ datadisk_base: Sixteen - type: TechnologyDisk - type: StaticPrice - price: 1000 + price: 350 # It's still need to be worth it, but as it was stranding (1000) it was too much - type: entity parent: TechnologyDisk @@ -64,3 +68,4 @@ components: - type: TechnologyDisk tierWeightPrototype: RareTechDiskTierWeights + price: 450 # It's still need to be worth it, but as it was stranding (1000) it was too much \ No newline at end of file