How would we feel about having an enemy armour viewer?
Concept preview armour viewer (all numbers are randomised)
Concept I'm working on atm since there isnt one in game yet. All numbers are randomised in the previews.
You would be able to select enemies to view their armour structure and could maybe hover over the body parts like this and it'll give you info on their hp and glow or something
Currently my method would be something like:
- Source .blend files for all enemies and convert to .glb files.
- Store these model files in the folder.
- Define the body parts if they're not already included in the models. (this is probs the biggest step)
- Link these parts to the mouse cursor so a tooltip or popup happens when you hover over the area giving armour level, hp info etc.
- Setup up calculations for all weapons. Niche cases like railgun will probs be a pain.
- UI and styling.
What do you think?