Log in

View Full Version : Hit Locations - NPCs



Urqy
August 27th, 2025, 21:58
Does anyone know if it is possible to add a new table to the "Locations" drop down menu on the NPC sheet? Specifically, I was looking to add the Securitron. I've created a table and named it in the same fashion as the core hit location tables, but I don't know if I can add it to the drop down menu.

If not, I do know I can create a custom hit location table in each NPC using the + button.

superteddy57
August 27th, 2025, 22:03
I didn't set up any registration functions to add to the combobox, but the data_common.lua file contains the table that it pulls from. You could create an extension to override that table, but would recommend keeping those that are default in there. There is a custom hit location option that lets you build out the locations for that NPC as well.

Urqy
August 27th, 2025, 22:04
Ok, thanks! The custom hit location should work for what I'm trying to do.