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