gsus7125 Posted February 10, 2016 Share Posted February 10, 2016 (edited) Turns out I'm not allowed to pay people to make a mod on NexusMods. Sorry. (Contact me by PM and I'll tell you a secret tho wink wink) DIFFICULTY: EASYCan someone make a mod where armor rating just increases max health and no longer has a % damage reduction? For example 500 armor is +500 max health. No % damage reduction involved. I assume this mod would require a simple script. It really should affect NPCs too, not just the player. Also I read there is a "hidden" +100 armor or something, if that could be taken out or ignored from this mod that would be good. I found some existing mods that change the % damage reduction but none of them are too my liking. Unarmored mages would be insanely gimped with either vanilla or mods. In fact this behavior could be replicated by using the % damage reduction in a tricky yet simple way, such as:dmg_reduction = max_health / (max_health + armor_rating) So lets use a player with 100 base max health just as an example:0 Armor = 100 / (100 + 0) = 1x = no damage reduction (1x = 100% damage is taken) = 100 effective health30 Armor = 100 / (100 + 30) = 0.77x = 23% damage reduction = 130 effective health200 Armor = 100 / (100 + 200) = 0.33x = 67% damage reduction = 300 effective health Now if that player instead has 400 base max health but still hasn't upgraded that crappy 200 "high armor" rating:400 / (400 + 200) = 0.67x = 33% damage reduction = 600 effective health Edited February 10, 2016 by gsus7125 Link to comment Share on other sites More sharing options...
ZeroKing Posted February 10, 2016 Share Posted February 10, 2016 (edited) You can't ask for a mod using pay as an incentive here on NexusMods. Edited February 10, 2016 by ZeroKing Link to comment Share on other sites More sharing options...
gsus7125 Posted February 10, 2016 Author Share Posted February 10, 2016 You can't ask for a mod using pay as an incentive here on NexusMods.Is that a real rule? I read the stickies I don't see that rule anywhere Link to comment Share on other sites More sharing options...
ZeroKing Posted February 10, 2016 Share Posted February 10, 2016 (edited) Do not ever ask for donations. While we permit file authors to receive Donations, we do not allow users to actively solicit financial contributions of any kind. See the Donations section for our donation policies.Do not solicit services from other Nexus members in exchange for monetary compensation or promise of such compensation in connection with content that falls within the scope of a game publishers EULA. For example, this means that you may not recruit modders with the promise of monetary compensation to create a custom .ESP file for you or alter game content that is subject to Bethesdas EULA governing the use of their assets and the Creation Kit. The Terms of Service is quite clear on the matter. Edited February 10, 2016 by ZeroKing Link to comment Share on other sites More sharing options...
gsus7125 Posted February 10, 2016 Author Share Posted February 10, 2016 (edited) Ok. I edited it to say that I am not allowed to pay. Maybe an admin will delete this if it is too big of a deal. Sorry.Will anyone make it for free perhaps? I doubt it lolOR someone contact me privately for...reasons. Reasons that totally don't involve me paying you or anything. Edited February 10, 2016 by gsus7125 Link to comment Share on other sites More sharing options...
Recommended Posts