samael230 Posted February 19, 2012 Share Posted February 19, 2012 I'm looking for a string of Perk Entries that will allow a functioning Entry Point under the condition that the player is wearing no armor. This is for an unarmed/unarmored combat mod I am making. So far every unarmed change I have made has worked swimmingly, but I have been unable to find out how to make anything happen when not wearing any armor. I have attempted drawing conclusions on how to do this from perks like Custom Fitting, Well Fitted, Matching Set, Unhindered, and Wind Walker, but none of the variations of perk conditions that they offer have helped in finding a set of perk conditions that allow a functioning Entry Point when the player is unarmored. Additionally, I'm more than okay with anything that would work for when the player is either completely unarmored or just partially unarmored. I've tried so many different sets of conditions that I'm desperate for any possible working set and I'd really appreciate even the slightest nudge in the right direction. Link to comment Share on other sites More sharing options...
tunaisafish Posted February 20, 2012 Share Posted February 20, 2012 There is a similar Perk in-game (MageArmor). Look at the Stoneflesh Spell. That uses the conditions...WornHasKeyword "ArmorHeavy" == 0 ANDWornHasKeyword "ArmorLight" == 0 Link to comment Share on other sites More sharing options...
samael230 Posted February 22, 2012 Author Share Posted February 22, 2012 You were absolutely right, tunaisafish, I was an idiot. The problem wasn't with the conditions at all, it was with the Entry Point - "[Modify Armor Rating]" can only be used to change the armor rating of an item, not the actors overall armor rating. The following conditions are all that are needed to make something happen when unarmored:---Perk Owner: S WornHasKeyword ArmorLight == 1.00 AND---Perk Owner: S WornHasKeyword ArmorHeavy == 1.00 AND I'll be able to finish this mod very shortly now and will be posting it after a brief play-testing period. Link to comment Share on other sites More sharing options...
Recommended Posts