Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified 1.5/Assemblies/vceplusultra.dll
Binary file not shown.
642 changes: 321 additions & 321 deletions Mods/Rimsenal/Patches/Defs/tier1_satchel.xml

Large diffs are not rendered by default.

664 changes: 332 additions & 332 deletions Mods/Rimsenal/Patches/Defs/tier2_satchel.xml

Large diffs are not rendered by default.

660 changes: 330 additions & 330 deletions Mods/Rimsenal/Patches/Defs/tier3_satchel.xml

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions Mods/Rimsenal/Patches/Defs/zQuasarEVAPatches.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>

<Operation Class="BeyondOurReachModSettings.PatchOperationModSettings">
<modSettingDef>BOR_Setting_AddSOS2EVAToBORArmors</modSettingDef>
<enabled Class="PatchOperationFindMod">
<mods>
<li>Rimsenal</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Dropsuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_DropsuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Strikesuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_StrikesuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_AssaultArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_AssaultArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_FSArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Korp"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_FSArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_ReflactorArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_ReflactorArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_CloseCombatArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>85</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_CloseCombatHelmet"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>60</Insulation_Cold>
</value>
</li>

</operations>
</match>
</enabled>
</Operation>

</Patch>
113 changes: 113 additions & 0 deletions Mods/Rimsenal/Patches/Defs/zSolarEVAPatches.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>


<Operation Class="BeyondOurReachModSettings.PatchOperationModSettings">
<modSettingDef>BOR_Setting_AddSOS2EVAToBORArmors</modSettingDef>
<enabled Class="PatchOperationFindMod">
<mods>
<li>Rimsenal</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_Dropsuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_DropsuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_Strikesuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_StrikesuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_AssaultArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_AssaultArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_FSArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_Korp"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_FSArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_ReflactorArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_ReflactorArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_CloseCombatArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>75</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Solar_Apparel_CloseCombatHelmet"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>50</Insulation_Cold>
</value>
</li>

</operations>
</match>
</enabled>
</Operation>
</Patch>
113 changes: 113 additions & 0 deletions Mods/Rimsenal/Patches/Defs/zTenebralEVAPatches.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>

<Operation Class="BeyondOurReachModSettings.PatchOperationModSettings">
<modSettingDef>BOR_Setting_AddSOS2EVAToBORArmors</modSettingDef>
<enabled Class="PatchOperationFindMod">
<mods>
<li>Rimsenal</li>
</mods>
<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Dropsuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_DropsuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Strikesuit"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_StrikesuitH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_AssaultArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_AssaultArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_FSArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_Korp"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_FSArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_ReflactorArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_ReflactorArmorH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>


<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_CloseCombatArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>95</Insulation_Cold>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BOR_Quasar_Apparel_CloseCombatHelmet"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>65</Insulation_Cold>
</value>
</li>

</operations>
</match>
</enabled>
</Operation>
</Patch>
Loading