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
SUMMARY: none
Purpose of change
Contributes to #36110. I say that because #14825 introduced the barrel_length and it shows the properties as integers. Also, the documentation (JSON_INFO.md) suggests using a string.
Describe the solution
Change barrel_length property in guns to strings.
The documentation tells me '9ml per inch is a good approximation'. I assume the integers represent the amount of inches of the barrel, therefor I multiplied it by 9 ml.Documentation suggest 9ml per inch but it should be 250 ml per inch.
Describe alternatives you've considered
Not changing
Testing
The original guns:
![image](https://user-images.githubusercontent.com/50166150/73885273-c27c9f80-4867-11ea-96c9-a90781000ca7.png)
Sawn off before the change:
![image](https://user-images.githubusercontent.com/50166150/73885326-da542380-4867-11ea-91cd-09219d2784ce.png)
Sawn of after the change:
![image](https://user-images.githubusercontent.com/50166150/73885337-e3dd8b80-4867-11ea-8717-754b0bdfd99b.png)
Note that the results are the same.