mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
20 lines
649 B
XML
20 lines
649 B
XML
<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> |