mirror of
				https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
				synced 2024-08-15 00:43:27 +00:00 
			
		
		
		
	v 1.2.2
This commit is contained in:
		
							parent
							
								
									dab724fb50
								
							
						
					
					
						commit
						f089b94044
					
				
					 46 changed files with 2631 additions and 393 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,38 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8" ?>
 | 
			
		||||
<Patch>
 | 
			
		||||
	<Operation Class="PatchOperationSequence">
 | 
			
		||||
		<success>Always</success>
 | 
			
		||||
		<success>Normal</success>
 | 
			
		||||
		<operations>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<success>Always</success>
 | 
			
		||||
				<xpath>Defs/ThingDef[race][not(comps)]</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<comps />
 | 
			
		||||
				</value>
 | 
			
		||||
			</li>
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<success>Always</success>
 | 
			
		||||
				<xpath>Defs/AlienRace.ThingDef_AlienRace[not(comps)]</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<comps />
 | 
			
		||||
				</value>
 | 
			
		||||
			</li>
 | 
			
		||||
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<xpath>Defs/ThingDef[@Name="BasePawn"]/comps</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<li Class="Rimworld_Animations_Patch.CompProperties_PawnSexData" />
 | 
			
		||||
				</value>
 | 
			
		||||
			</li>
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<xpath>Defs/AlienRace.ThingDef_AlienRace/comps</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<li Class="Rimworld_Animations_Patch.CompProperties_PawnSexData" />
 | 
			
		||||
				</value>
 | 
			
		||||
			</li>
 | 
			
		||||
 | 
			
		||||
			<li Class="PatchOperationConditional">
 | 
			
		||||
				<xpath>/Defs/ThingDef[thingClass="Apparel"]/comps</xpath>
 | 
			
		||||
				<match Class="PatchOperationAdd">
 | 
			
		||||
| 
						 | 
				
			
			@ -26,20 +55,23 @@
 | 
			
		|||
				</nomatch>
 | 
			
		||||
			</li>
 | 
			
		||||
			
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<xpath>/Defs/ThingDef[thingClass="Apparel"]/apparel/bodyPartGroups[li="Torso"]</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<li>ChestBPG</li>
 | 
			
		||||
				</value>
 | 
			
		||||
			<!--<li Class="PatchOperationConditional">
 | 
			
		||||
				<xpath>/Defs/ThingDef[thingClass="Apparel"]/apparel/bodyPartGroups/Torso</xpath>
 | 
			
		||||
				<match Class="PatchOperationInsert">
 | 
			
		||||
					<xpath>/Defs/ThingDef[thingClass="Apparel"]/apparel/bodyPartGroups/Torso</xpath>
 | 
			
		||||
					<value>
 | 
			
		||||
						<li>ChestBPG</li>
 | 
			
		||||
					</value>
 | 
			
		||||
				</match>
 | 
			
		||||
			</li>
 | 
			
		||||
			
 | 
			
		||||
			<li Class="PatchOperationAdd">
 | 
			
		||||
				<xpath>/Defs/ThingDef[thingClass="Apparel"]/apparel/bodyPartGroups[li="Legs"]</xpath>
 | 
			
		||||
			<li Class="PatchOperationInsert">
 | 
			
		||||
				<xpath>/Defs/ThingDef[thingClass="Apparel"]/apparel/bodyPartGroups/Legs</xpath>
 | 
			
		||||
				<value>
 | 
			
		||||
					<li>GenitalsBPG</li>
 | 
			
		||||
				</value>
 | 
			
		||||
			</li>
 | 
			
		||||
 | 
			
		||||
				</value>			
 | 
			
		||||
			</li>-->
 | 
			
		||||
			
 | 
			
		||||
		</operations>
 | 
			
		||||
	</Operation>
 | 
			
		||||
</Patch>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue