Arael54 Posted January 27, 2022 Share Posted January 27, 2022 Hello, Is there a way to change the stamina cost of power attacks relative to the total weight of the armor worn ? Like the weapon weight does ?The only settings in the CK that seems to modify stamina consumption seems to be relative to sprint.I also found the entry point "Mod power attack stamina", but no actor value seems to do the trick. Any idea of how i could do this ? Thank you. Link to comment Share on other sites More sharing options...
dylbill Posted January 27, 2022 Share Posted January 27, 2022 So I downloaded a mod which modifies power attacking stamina, and it looks like that setting is baked into the animation idles, which means you can't change it on the fly. What you can do though, is make a new spell ability with multiple magic effect with conditions to drain stamina and put it on the player. Have all of the magic effects have the condition IsPowerAttacking == 1, then you can use WornApparelHasKeywordCount and go from there. https://www.creationkit.com/index.php?title=WornApparelHasKeywordCount Link to comment Share on other sites More sharing options...
Recommended Posts