Skip to content

Commit

Permalink
Update disk.yml (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Aug 29, 2023
1 parent b50cc75 commit b6bfba7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

0 comments on commit b6bfba7

Please sign in to comment.