-
Notifications
You must be signed in to change notification settings - Fork 223
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
Cargo Price Tweaks #1870
base: master
Are you sure you want to change the base?
Cargo Price Tweaks #1870
Changes from 6 commits
c9cc142
f3e1f91
e131417
ac7c1f6
361177d
e22f93d
056bf9d
53beead
7f1aef3
f77ed60
5133271
a2ee99e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,3 +47,5 @@ | |
state: powersink | ||
- type: WarpPoint | ||
location: powersink | ||
- type: StackPrice | ||
price: 5000 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,5 @@ | |
- type: GuideHelp | ||
guides: | ||
- Cargo | ||
- type: StaticPrice | ||
price: 75 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
materialComposition: | ||
Steel: 185 | ||
- type: StaticPrice | ||
price: 20 | ||
price: 75 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Static Price Value Increase: Verify Balance and Consistency The |
||
|
||
- type: entity | ||
abstract: true | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,8 @@ | |
- type: Tag | ||
tags: | ||
- Flashlight | ||
- type: StackPrice | ||
price: 50 | ||
Comment on lines
+67
to
+68
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) New Pricing Addition: StackPrice Component |
||
|
||
- type: entity | ||
parent: Lantern | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,4 +31,4 @@ | |
air: '#03fcd3' | ||
mix: '#947507' | ||
- type: StaticPrice | ||
price: 40 | ||
price: 100 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
Glass: 100 | ||
Circuitry: 25 | ||
- type: StaticPrice | ||
price: 60 | ||
price: 500 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,8 @@ | |
True: { state: icon-open } | ||
False: { state: icon } | ||
- type: Appearance | ||
- type: StaticPrice | ||
price: 150 | ||
Comment on lines
+48
to
+49
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Introducing a StaticPrice for ToolboxBase |
||
|
||
- type: entity | ||
name: emergency toolbox | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ | |
params: | ||
volume: -1 | ||
- type: StaticPrice | ||
price: 1 | ||
price: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
[Verify][Refactor_Suggestion_Good_to_Have] Raised Energy Shield Price
The energy shield now bears a StaticPrice of 3500—a sizeable leap from its previous value. Please double-check that this dramatic increase meshes well with the intended in-game economic balance and that any related documentation (or tuning tests) have been updated accordingly.