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

Update disk.yml #269

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading