Skip to content

Commit

Permalink
Immersive Jewelry
Browse files Browse the repository at this point in the history
#351
Just some quick stuff, would need a ton more stuff to actually be right,
but this should help with the memory errors.
  • Loading branch information
Jaymz Raulfin committed May 19, 2015
1 parent bca33a4 commit 0fa3d19
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rent Rescaling test/Armor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Space intentionally left blank-->
<maxProtection>90.0</maxProtection>
<protectionPerArmor>0.1</protectionPerArmor>
<armorRatingPCMax>1.4</armorRatingPCMax>
<armorRatingPCMax>1.6</armorRatingPCMax>
<armorRatingMax>1.75</armorRatingMax>
</armor_settings>

Expand Down
9 changes: 8 additions & 1 deletion Rent Rescaling test/RRR Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,11 @@ verb
To split

Rent Rescaling simply means: The rescaling is split into a separate file.
========================================================================================================
========================================================================================================

Changes:
Note: all armor ratings given are with a shield, no ranks in Safeguard and 100 skill.
Player Skill has a greater impact on armor, farmorRatingPCMax increased from 1.4 to 1.6.
Light armor will not hit armor cap.
Heavy Daedric base reduced from 60 to 41 (926 base with shield @100 skill to 723)
Material will scale much more slowly now. Steel armor will be the same, 30, giving 532 armor.
7 changes: 7 additions & 0 deletions SkyProc Patchers/T3nd0_PatchusMaximus/PMxml/Enchanting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9054,6 +9054,13 @@
<type>STARTSWITH</type>
</exclusion>
<!-- Wrath of Nature - The Champion of Kynareth -->
<!-- Immersive Jewelry -->
<exclusion>
<text>IJ</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<!-- Immersive Jewelry -->
</enchantment_armor_exclusions>

<similarity_exclusions_armor>
Expand Down
33 changes: 33 additions & 0 deletions SkyProc Patchers/T3nd0_PatchusMaximus/PMxml/LeveledLists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3537,6 +3537,18 @@
<type>STARTSWITH</type>
</exclusion>
<!-- Unexpected Blades -->
<!-- Immersive Jewelry -->
<exclusion>
<text>IJ</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<exclusion>
<text>01dam</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<!-- Immersive Jewelry -->
</distribution_exclusions_weapon_regular>

<distribution_exclusions_list_regular>
Expand Down Expand Up @@ -4851,6 +4863,13 @@
<type>EQUALS</type>
</exclusion>
<!-- The Ashbringers -->
<!-- Immersive Jewelry -->
<exclusion>
<text>IJ</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<!-- Immersive Jewelry -->
</distribution_exclusions_weapon_enchanted>

<distribution_exclusions_list_enchanted>
Expand Down Expand Up @@ -6612,6 +6631,13 @@
<type>STARTSWITH</type>
</exclusion>
<!-- ESO Altmer Armor by NewerMind43 RELOAD -->
<!-- Immersive Jewelry -->
<exclusion>
<text>IJ</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<!-- Immersive Jewelry -->
</distribution_exclusions_armor_regular>

<distribution_exclusions_list_regular>
Expand Down Expand Up @@ -8159,6 +8185,13 @@
<type>STARTSWITH</type>
</exclusions>
<!-- Gangs Of Skyrim -->
<!-- Immersive Jewelry -->
<exclusion>
<text>IJ</text>
<target>EDID</target>
<type>STARTSWITH</type>
</exclusion>
<!-- Immersive Jewelry -->
</distribution_exclusions_armor_enchanted>

<distribution_exclusions_list_enchanted>
Expand Down

0 comments on commit 0fa3d19

Please sign in to comment.