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: Infrastructure "Add looks_like to all vanilla guns"
Purpose of change
Start of .json work to complete #34230.
Describe the solution
Adds looks_like to all vanilla guns according to this whitelist(can't use abstracts as pointed out by anothersimulacrum):
Pistol: Glock 17
Revolver: S&W 619
Shotgun: Remington 870
SMG: H&K MP5
Rifle: AR-15
Launcher: M79
Crossbow: Crossbow(duh)
Sling/slingshots: Slingshot
Bow: Longbow
Describe alternatives you've considered
Testing
Hodor's Tileset:
![image](https://user-images.githubusercontent.com/51099123/68411373-5dc28380-0158-11ea-98e1-23168eb527b9.png)
![image](https://user-images.githubusercontent.com/51099123/68411559-a67a3c80-0158-11ea-868e-202dc72dfe8c.png)
Brace slingshot, sling, & slingshot top-to-bottom before looks_like(Brace has no texture, slingshot & sling do):
After, showing looks_like works & doesn't override existing textures:
Additional context
Future PRs will be in categories of items in vanilla before moving onto mods. Planning on food or vehicle parts next.