This article will show you how you can adjust values in the ReProccer and which effects you can expect from that.
_______________________________________
Basic background:
Skyrim Redone changes fundamental mechanics of Skyrim. Armor values, damage values of weapons and also ingredients. T3nd0 created the ReProccer - an external programm - that changes all values from Skyrim itself and other mods and packs them into a dynamically plugin. This allows SkyRe to be played with most other mods and get the best of both of them.
So if you download a fancy armor mod that is balanced with vanilla Skyrim in mind, the ReProccer can change it. The same is true for ingredients.
There is a file that tells the ReProccer how to do this:
stats.xml
If you want to know details about the ReProccer, start to get informed at the modpage of the ReProccer. http://www.nexusmods.com/skyrim/mods/28467/?
________________________________________
Everything you need to know to run "Immersive Poisons for SkyRe" can be found in the following paragraphs:
Find the stats.xml in your Skyrim folder and open it.
You should look here:
\Steam\SteamApps\common\Skyrim\Data\SkyProc Patchers\T3nd0_ReProccer\ReProccer
There will be a lot of lines of code, don't worry you don't need to understand them all and everything can be edited in a simple text editor.
(If you are running a Windows OS then the Notepad is sufficient. I recommend you to get the free and good Notepad++ to edit the file.)
0. Make a backup of your stats.xml. You might rename it to stats_backup.xml.
1. Find the section that rules the Alchemy settings. Look for this line:
<base_stats_alchemy>
This line of code opens up a section in which all Alchemy relevant information are stored.
2. Find the line:
</alchemy_exclusion_strings>
3. Delete everything inbetween the code lines of step 1. and step 2. - but make sure to just delete everything inbetween this two lines.
4. Copy the following code inbetween the lines mentioned in step 1. and step 2. :
<fMagnitudeFactorDamage>0.5</fMagnitudeFactorDamage>
<fMagnitudeFactorFortify>1.5</fMagnitudeFactorFortify>
<fMagnitudeFactorResist>2.0</fMagnitudeFactorResist>
<fMagnitudeFactorRestore>0.25</fMagnitudeFactorRestore>
<fMagnitudeFactorRegen>3.0</fMagnitudeFactorRegen>
<fMagnitudeFactorLingering>1.5</fMagnitudeFactorLingering>
<fMagnitudeFactorRavage>0.5</fMagnitudeFactorRavage>
<iDurationBase>1</iDurationBase>
<iDurationBonusDamage>4</iDurationBonusDamage>
<iDurationBonusFortify>119</iDurationBonusFortify>
<iDurationBonusLingering>9</iDurationBonusLingering>
<iDurationBonusResist>29</iDurationBonusResist>
<iDurationBonusRestore>5</iDurationBonusRestore>
<iDurationBonusRegen>4</iDurationBonusRegen>
<iDurationBonusRavage>0</iDurationBonusRavage>
<sDamage>Damage</sDamage>
<sRestore>Restore</sRestore>
<sRegen>Regen</sRegen>
<sResist>Resist</sResist>
<sFortify>Fortify</sFortify>
<sLingering>Lingering</sLingering>
<sRavage>Ravage</sRavage>
<bUsePriceLimits>true</bUsePriceLimits>
<priceLimitLower>5</priceLimitLower>
<priceLimitUpper>150</priceLimitUpper>
</base_stats_alchemy>
<alchemy_exclusion_strings>
<!-- <alchemy_exclusion_string>Slow Time</alchemy_exclusion_string> -->
5. Save and run the ReProccer.
1 comment