-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Vehicle installation requirements (part 2) [RDY] #17209
Changes from 27 commits
9b2e8d2
16b24d0
4a202ee
d2f5407
d472e7d
9ed7a15
864c6b7
659ebf2
be0e870
3f452c2
b1f0450
dfac136
8e7b84b
2464ff5
a9712c7
ce2954e
161a7dc
8cb88d8
0061e57
99aa03e
b046f82
df0fbff
c450359
7e6df20
2cf5a94
4e8028f
88c5409
a216c26
d441efc
6ec8ef5
6c7a189
cbe52fd
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 |
---|---|---|
|
@@ -82,7 +82,13 @@ | |
/** Weight per level of LIFT/JACK tool quality */ | ||
#define TOOL_LIFT_FACTOR 500000 // 500kg/level | ||
|
||
/** Cap JACK requirements to support arbritrarily large vehicles */ | ||
#define JACK_LIMIT 6000000 // 6000kg (6 metric tonnes) | ||
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. It's consistent with the rest of the definitions here, but shouldn't they become 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. Yes on both (consistency and should be |
||
|
||
/** Maximum density of a map field */ | ||
#define MAX_FIELD_DENSITY 3 | ||
|
||
/** Maximum (effective) level for a skill */ | ||
#define MAX_SKILL 10 | ||
|
||
#endif |
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.
@mugling @Coolthulhu How should the oxy_tourch charges scale with the welder charges? I always see different ratios.
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.
Pretty sure 1 oxy to 5 welder charges is the most common one.
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.
To be honest I don't want to delay this PR on that ground alone