KirillBelovTest Posted September 26, 2017 Share Posted September 26, 2017 (edited) I want to make clothes in the game more useful. For this, I want to give clothes a small value of protection, which will not depend on the skills of heavy / light armor. How can I do it? Can I create a new type of armor "clothes"? Is it possible to bypass the restriction, because of which the value of the armor in the game becomes zero, if the clothes do not have the type of armor? Thank you in advance! Sorry. Name of the topic - ".. armor-value for clothes?" Edited September 26, 2017 by KirillBelovTest Link to comment Share on other sites More sharing options...
kandaffar Posted September 26, 2017 Share Posted September 26, 2017 Clothing is already treated as an armor item so all you have to do is find the item in the creation kit, open it, and change the armor value from 0 to whatever you want. An easy way to find all of the clothes items is to go to the ArmorClothing keyword, right-click, and select Use Info. Repeat for each clothing item and save your plugin. You don't need to (and won't be able to) change the armor value for enchanted versions of clothing that rely upon a template - just change the value for the template. Link to comment Share on other sites More sharing options...
KirillBelovTest Posted September 26, 2017 Author Share Posted September 26, 2017 Clothing is already treated as an armor item so all you have to do is find the item in the creation kit, open it, and change the armor value from 0 to whatever you want. An easy way to find all of the clothes items is to go to the ArmorClothing keyword, right-click, and select Use Info. Repeat for each clothing item and save your plugin. You don't need to (and won't be able to) change the armor value for enchanted versions of clothing that rely upon a template - just change the value for the template. This is what I was trying to do. But if you set the value of armor for clothes in the creation kit, then still in the game nothing will change, as long as the armor type is missing. See pictures: https://imgur.com/d765ip2https://imgur.com/SuKoQrV Link to comment Share on other sites More sharing options...
Novem99 Posted September 26, 2017 Share Posted September 26, 2017 You have to set up the clothes to light or heavy. As long as it is set to NONE it won't change. Link to comment Share on other sites More sharing options...
KirillBelovTest Posted September 27, 2017 Author Share Posted September 27, 2017 You have to set up the clothes to light or heavy. As long as it is set to NONE it won't change. may be I can create the new type of armor using creation kit? For example the type "clothes". Link to comment Share on other sites More sharing options...
Novem99 Posted September 27, 2017 Share Posted September 27, 2017 No you can't since this is hardcoded. There are only 3 types of armor: light, heavy, none (clothes & jewelry). Link to comment Share on other sites More sharing options...
Recommended Posts