From 6a0ce145406d5fd68a1c2fa4c6d36a7f229ac0c8 Mon Sep 17 00:00:00 2001 From: Dvir Date: Sat, 26 Aug 2023 13:41:32 +0300 Subject: [PATCH] Update disk.yml --- .../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