Zorkaz Posted August 24, 2022 Share Posted August 24, 2022 I'm trying to look the effects up for a specific limb damage, like Wounded Head, Crippled Left Arm and such.I thought they'd be under Perks or Spells but I can't find any sources. Can someone lead me in the right direction? Link to comment Share on other sites More sharing options...
hereami Posted August 24, 2022 Share Posted August 24, 2022 (edited) If need to cripple something specific, then shoud severly damage corresponding limb health AV by a mgef or script, like PerceptionCondition, LeftAttackCondition etc., for example LegendaryOnHitCrippleScript. If need detection, then OnCripple() event, or check limb AVs == 0 by Conditons. ps. Well, by the way. I've seen live dismemberment caused by actors whose outgoing Limb Damage is nullified, is combat dismemberment independent from limb damage then? Edited August 24, 2022 by hereami Link to comment Share on other sites More sharing options...
PAPVAFS11 Posted August 25, 2022 Share Posted August 25, 2022 I think Zorkaz may be referring to the effects that happen after a limb is crippled, such as concussion, weapon wobble, etc. I am interested in the answer to this question as well. Link to comment Share on other sites More sharing options...
Zorkaz Posted August 25, 2022 Author Share Posted August 25, 2022 It sure is LeftAttackCondition, PerceptionCondition... you can find these in Magic Effects. They can be healed by Stimpaks or be reduced. Link to comment Share on other sites More sharing options...
Zorkaz Posted August 25, 2022 Author Share Posted August 25, 2022 Update: Sadly you can't do this silently. I wished I could add weapon sway.But by using reducing LeftAttackCondition via Ability/Perk you are just permanently crippled. And always have this annoying flash animation running on your right side of the screen Link to comment Share on other sites More sharing options...
hereami Posted August 25, 2022 Share Posted August 25, 2022 I see, dunno. Concussion is IMAD. Maybe keywords like ActorAttackInjuredLeft/Right could do? They're used by Weapon Subgraphs, but i can't see them be used in 1st person. Not sure what "injured" state is exactly, is that different to cripple or not. Link to comment Share on other sites More sharing options...
LarannKiar Posted August 25, 2022 Share Posted August 25, 2022 Update: Sadly you can't do this silently. I wished I could add weapon sway. I remember there's an actor value "AimStability". Did you try changing that? Link to comment Share on other sites More sharing options...
Zorkaz Posted August 26, 2022 Author Share Posted August 26, 2022 Using Aim Stability doesn't work at least not in a comparable way Link to comment Share on other sites More sharing options...
Recommended Posts