ZippyDSMlee Posted May 5, 2016 Share Posted May 5, 2016 Okay so I was thinking add a keyword to ammo, then add a perk to the player or armor that adds to or takes away damage resistance? How are other damage res/damage threshold mods coming along? Link to comment Share on other sites More sharing options...
seekingthesun Posted May 5, 2016 Share Posted May 5, 2016 what? Link to comment Share on other sites More sharing options...
ZippyDSMlee Posted May 5, 2016 Author Share Posted May 5, 2016 what?Wut? is pretty much Zippy... LOL Basically something like this Sniper rifle keyword initiates damage res 20 on cage armorSniper rifle keyword initiates damage res 50 on metal armorSniper rifle keyword initiates damage res 200 on normal power armor Link to comment Share on other sites More sharing options...
seekingthesun Posted May 5, 2016 Share Posted May 5, 2016 Okay so add an enchantment which adds either a magical effect or a perk and I think the perk entry should something like this. I'm not sure which row there is the modifier amount but I think it's the bottom one marked data, but I may be wrong. You will have to experiment a littlehttp://i.imgur.com/CygFXOv.png Link to comment Share on other sites More sharing options...
ZippyDSMlee Posted May 5, 2016 Author Share Posted May 5, 2016 Okay so add an enchantment which adds either a magical effect or a perk and I think the perk entry should something like this. I'm not sure which row there is the modifier amount but I think it's the bottom one marked data, but I may be wrong. You will have to experiment a littlehttp://i.imgur.com/CygFXOv.png Ya it should be doable but I never know so I thought I would ask. BTW do you know if you can apply perks to NPCs in FO4? I know you could not in Skyrim. Link to comment Share on other sites More sharing options...
seekingthesun Posted May 5, 2016 Share Posted May 5, 2016 I just realized that you might have to do things in steps. Like you might have to set the enchantment condition to filter it by damage type and would point to the magical effect/perl, and then the magical effect/perk would have the number modifier.For your application here I would recommend getting this to work from an armor centered point of view instead of from the actor's point of view, referencing a perk because unless you wanted this to only apply to the player character or a specific NPC you'd have to do a lot more work. Link to comment Share on other sites More sharing options...
ZippyDSMlee Posted May 5, 2016 Author Share Posted May 5, 2016 I just realized that you might have to do things in steps. Like you might have to set the enchantment condition to filter it by damage type and would point to the magical effect/perl, and then the magical effect/perk would have the number modifier. For your application here I would recommend getting this to work from an armor centered point of view instead of from the actor's point of view, referencing a perk because unless you wanted this to only apply to the player character or a specific NPC you'd have to do a lot more work. Ya if you want it world based and not just player based then you'd have to have it run on the armor. Ggaaaa I wish I could dumb everything into a couple lists then have some code to give health based on damage taken >< Link to comment Share on other sites More sharing options...
seekingthesun Posted May 5, 2016 Share Posted May 5, 2016 Take a look at hazmatsuitradresistenceperk Link to comment Share on other sites More sharing options...
ZippyDSMlee Posted May 5, 2016 Author Share Posted May 5, 2016 Take a look at hazmatsuitradresistenceperkmmmm episdamagetype looks interesting. Question, is bullet damage physical damage or another damage type? Link to comment Share on other sites More sharing options...
seekingthesun Posted May 6, 2016 Share Posted May 6, 2016 Damage from ballistic weapons is handled on the weapon's entry and it's just plain, "damage" which isn't treated special. I believe that to accomplish what you want to do you should have the armor point to an enchantment, which points to a perk or something. There's a keyword for guns or that type of projectile in there somewhere, you could do something like {{{{Armor enchantment]]]]Condition:Equal to1.00000Haskeyword{{{whatever the keyword all guns have}}-1--------------Then that enchantment applies a perk/spell that reduces incoming damage. Because it depends on the Enchantment's conditions being met, only that type of damage will be subject to the reduction. Link to comment Share on other sites More sharing options...
Recommended Posts