Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
If I have not logged into Nexus for a period of two years, I hereby grant full and open permissions for this mod.
File credits
Thanks to almostghost, the author of the Wounds Add-On mod, for permissions to release enhancements.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1
For the healers version, healers can now heal the player character (PC) regardless of cooldown status, and they don't put cooldown statuses on the PC (only the PC has that limitation). Thanks to MostWanted004 for suggesting this fix.
Version 1.0
First version.
The Wounds Add-Ons mod provides great spells to treat and soothe injuries received in the Wounds mod, but I found that once I had the spells there was no longer any need for recovery times or slower treatments, making the Wounds mod pretty useless. So I added cooldown times to the spells and prevented its "soothe" spells from stacking on top of each other. Previously you could spam the soothe spells and easily double or triple your weapon speed or other stats. I also noticed the "Arm Pain Relief" MGEF was not referenced by anything, so I added that effect to the soothe spells to help alleviate weapon speed debufs. I made all these tweaks for myself and thought others would like them too.
IMPORTANT NOTE: Two versions are available in the downloads, one is for "Wound Spells and Healers" if you're using that, the other is for "Wounds Spells Only" if you're using that. Don't use both downloads, choose ONE of them. As a side note, the version for "Wound Spells and Healers" is untested since I don't play with that version, but it should work fine since the Spells and MGEF are identical. Let me know if you have any problems.
COOLDOWN TIMES:
Heal Bruise: 3 game days Cure Concussion: 5 game days Close Cut: 4 game days Mend Broken Bone: 7 game days
The cooldown times above are based on the timescale being set to 6 (not the default 20). So if you play at the default timescale of 20, your cooldown times will take over 3 times as long. If you want to change the cooldown times, just open the plugin in xedit and change each spell's "CooldownFlag" Duration (at the bottom) to the number of seconds you want. Here is a formula:
((Number of game days you want for the cooldown) * (3600 seconds in each hour) * (24 hours in each day)) / (timescale) = SECONDS COOLDOWN
Example:
((3 game days for the cooldown) * 3600 * 24) / 20 (default timescale) = 8,640 seconds
I'd like to thank Zuroi for the idea about how to implement the spell cooldowns. I saw how he did it in his Shadow Stone mod and I used the same technique.