Aggregate: vendored Defs follow the namespace rename (Class=Institution.*)

This commit is contained in:
flan
2026-07-16 01:51:20 +00:00
parent d0a4c001fa
commit 1b3403efff
9 changed files with 21 additions and 21 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
PTSD, cleanliness-OCD. Deliberately NOT Autism or ADHD — those are neurotypes, and a ward that
"treats away" who someone is would be a worse mod, not a more featureful one.
A player or another mod can opt any hediff in the same way: add the Contraband.TreatableConditionExtension extension.
A player or another mod can opt any hediff in the same way: add the Institution.TreatableConditionExtension extension.
-->
<Patch>
@@ -19,7 +19,7 @@
<xpath>/Defs/HediffDef[defName="MajorDepression"]</xpath>
<value>
<modExtensions>
<li Class="Contraband.TreatableConditionExtension">
<li Class="Institution.TreatableConditionExtension">
<reductionPerSession>0.10</reductionPerSession>
</li>
</modExtensions>
@@ -33,7 +33,7 @@
<xpath>/Defs/HediffDef[defName="GeneralizedAnxiety"]</xpath>
<value>
<modExtensions>
<li Class="Contraband.TreatableConditionExtension">
<li Class="Institution.TreatableConditionExtension">
<reductionPerSession>0.12</reductionPerSession>
</li>
</modExtensions>
@@ -47,7 +47,7 @@
<xpath>/Defs/HediffDef[defName="PTSD"]</xpath>
<value>
<modExtensions>
<li Class="Contraband.TreatableConditionExtension">
<li Class="Institution.TreatableConditionExtension">
<reductionPerSession>0.08</reductionPerSession>
</li>
</modExtensions>
@@ -61,7 +61,7 @@
<xpath>/Defs/HediffDef[defName="COCD"]</xpath>
<value>
<modExtensions>
<li Class="Contraband.TreatableConditionExtension">
<li Class="Institution.TreatableConditionExtension">
<reductionPerSession>0.10</reductionPerSession>
</li>
</modExtensions>