Skip to content

Commit

Permalink
Adjust Queen and Empress bodytypes
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Sep 7, 2024
1 parent d7e664f commit 1f80d6e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="VFEI2_Empress"]</xpath>
<value>
<li Class="CombatExtended.RacePropertiesExtensionCE">
<bodyShape>Quadruped</bodyShape>
</li>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFEI2_Empress"]/statBases/MoveSpeed</xpath>
<value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationAddModExtension">
<xpath>Defs/ThingDef[defName="VFEI2_Queen"]</xpath>
<value>
<li Class="CombatExtended.RacePropertiesExtensionCE">
<bodyShape>Birdlike</bodyShape>
</li>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="VFEI2_Queen"]/statBases/MoveSpeed</xpath>
<value>
Expand Down

0 comments on commit 1f80d6e

Please sign in to comment.