Correct density of multiple materials #56868
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Content "Corrects the density of steel and wood"
Purpose of change
All variations of steels have a density value of 8, apart from older version of steel, which had a density of 30. Wood also had a density of 1.26, which is higher than all but a few rare types of wood.
Describe the solution
Changed the density of basic steel to 8, to correspond with the other forms of steel. This shouldn't affect anything in terms of balance. Also changes the density of wood to 0.6, based on an approximate average of various common woods. 0.6 g/cm3 is the value used for weight estimate of the wooden beam.
https://cedarstripkayak.wordpress.com/lumber-selection/162-2/
Describe alternatives you've considered
A different value for wood density.
Testing
Additional context