KingShelby Posted October 9, 2018 Share Posted October 9, 2018 I have an enchantment that I've applied a knock down effect to. Yep it's a gun.I'm making it more realistic by having several conditions that have to be met in order for the effect to work.(no knocking down liberty with a mere rifle) I'm planing on making it cause a stagger effect (another effect) to power armor users. I haven't quite found the proper "condition" that identifies a npc is in power armor.Iv'e tried: "HasKeyword" keyword: FurnitureTypePowerArmor"WornHasKeyword: Keyword: FurnitureTypePowerArmorand a couple of others.These don't seem to be working for me. Any Ideas? Condition - Function Name - Function Info Link to comment Share on other sites More sharing options...
JonathanOstrus Posted October 9, 2018 Share Posted October 9, 2018 Try WornHasKeyword: ArmorTypePower or GetIsRace: PowerArmorRace. Link to comment Share on other sites More sharing options...
KingShelby Posted October 9, 2018 Author Share Posted October 9, 2018 WornHasKeyword: ArmorTypePower worked exactly as I needed.No luck with the GetIsRace Thanks BigAndFlabby! Link to comment Share on other sites More sharing options...
Zzyxzz Posted October 9, 2018 Share Posted October 9, 2018 You can also check for the power armor perk. Link to comment Share on other sites More sharing options...
Recommended Posts