I have a project.
I would like to recreate :
-the differents DT against "plasma","energy", "fire", "laser","explosive","electrifcity" "normal"
-the differents DR against "plasma","energy", "fire", "laser","explosive","electrifcity" "normal"
Fallout 4 "dead money " has a perk which give +3 DT against energy weapons for wearer of metalic armor.
I would like to know how this perk was implemeted into the game to reuse it in my project ?
I would like to emulate the DR and DT with perk and script ?.
I search a way to know "what type of weapon the character who hit me has used". The function "isweaponinlist" doesn't work in this situation. Is ther an "isarmorinlist" function ?