Adjusted mining script to increase ore gained based on smithing experience.
Permissions and credits
Credits and distribution permission
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 must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
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 must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
T3nd0 for Skyrim Redone :)
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
I hate mining. It's slow. It's tedious. And it never gives you enough ore to do anything with, especially in SkyRe, where you need 3 pieces of ore to make an ingot instead of 2. Add to that the fact that I like to play with all my starting skills at zero using Epic Glory (http://skyrim.nexusmods.com/mods/12140), and it becomes even more tedious just to get smithing to 15 so I can temper an iron dagger :p
So I made this script to change that.
This script is just the SkyRe mining script with two small changes:
1) The amount of ore that you normally receive per ore vein is 3, spaced out over 9 whacks with your pickaxe. Every three whacks, you'd get one ore. This script changes it so that every three whacks, you get 10% of your Smithing skill in ore, rounded down, with a minimum of one piece.
2) In the SkyRe mining script, you gain 2 smithing xp each time you get a piece of ore (4 xp for a gem). In this version, you get slightly more xp at the beginning, and less over time as your skill increases. The formula is now: 10 / [# pieces of ore gained] (x2 for gems).