timota21 Posted February 7, 2009 Share Posted February 7, 2009 Is there anyway to check to see if the player is wearing Power Armor and initialize a perk that decreases limb damage? I looked through most perk and entry point conditions and could not find anything about clothing. Help would be greatly appreciated. Thanks in advance. Link to comment Share on other sites More sharing options...
Jaskano Posted February 7, 2009 Share Posted February 7, 2009 Create a Base Effect for each limb, then create an Object Effect and add the Base Effects to it, set the magnitude to what you want. Then add it to the armor in the Object Effect drop-down menu. Link to comment Share on other sites More sharing options...
timota21 Posted February 7, 2009 Author Share Posted February 7, 2009 I probably don't know what I am talking about lol but wouldn't that just restore health to the limbs everytime the armor is equipped? and I did not see a way to create a base effect that changes limb damage. I am looking for an effect like adamantium skeleton, except its only active when power armor is equipped. Link to comment Share on other sites More sharing options...
timota21 Posted February 7, 2009 Author Share Posted February 7, 2009 I really need help with this so I bumped it. Link to comment Share on other sites More sharing options...
cscottydont Posted February 7, 2009 Share Posted February 7, 2009 this is an odd problem o_O the only base effects dealing with limb damage are the damage(insert limb here) and restore(insert limb here)and if I had to guess I'd say the damage(insert limb here) damages that limb and isn't a damage modifier I could be wrong, you'd have to experiment with it to find out iguess another solution to your problem would be to copy the adamantium skeleton perk, check hidden and uncheck playable, then attach an OnEquip/OnUnequip script to your armor that adds/removes the perk Link to comment Share on other sites More sharing options...
sumoftwosins Posted February 8, 2009 Share Posted February 8, 2009 You might be able to use the doctor function that heals players. On equip or whatever: setav variable01 1 It might heal everything though. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.