Aggregate: vendored Defs follow the namespace rename (Class=Institution.*)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user