Add files via upload

This commit is contained in:
AlexisPopcorn
2025-05-02 05:28:26 -05:00
committed by GitHub
parent 4a09aa17a4
commit 0753f68ef8
+20
View File
@@ -0,0 +1,20 @@
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThinkTreeDef[defName="MentalStateCritical"]/thinkRoot/subNodes</xpath>
<value>
<li Class="ThinkNode_ConditionalMentalState">
<state>FCP_MentalState_PermanentBerserk</state>
<subNodes>
<li Class="ThinkNode_Priority">
<subNodes>
<li Class="JobGiver_Berserk" />
<li Class="JobGiver_WanderAnywhere">
<maxDanger>Deadly</maxDanger>
</li>
</subNodes>
</li>
</subNodes>
</li>
</value>
</Operation>
</Patch>