I'm trying to do a
player.equipitem to equip my custom smithed/enchanted gear, but I'm missing the objectid for it. I can do a
player.inv to list the gear, but it only shows the base objectid. If I try to do a
player.equip using the base objectid my custom item is equipped, but only with vanilla stats - no armor or damage increases, or enchants. It's only when I manually unequip/equip the item that the custom stats are used.
Is there a way to find the objectid of custom smithed/enchanted items in my inventory? I did a search of the forum, but I didn't see any mention of this.