mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
44 lines
No EOL
1,012 B
XML
44 lines
No EOL
1,012 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Patch>
|
|
<Operation Class="PatchOperationReplace">
|
|
<xpath>Defs/StatDef[defName="SexAbility"]/capacityFactors</xpath>
|
|
<value>
|
|
<capacityFactors>
|
|
</capacityFactors>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAdd">
|
|
<xpath>Defs/StatDef[defName="SexAbility"]</xpath>
|
|
<value>
|
|
<skillNeedFactors>
|
|
<li Class="rjw_CORE_EXPOSED.SkillNeed_BaseBonus">
|
|
<skill>Sex</skill>
|
|
<baseValue>0.40</baseValue>
|
|
<bonusPerLevel>0.15</bonusPerLevel>
|
|
</li>
|
|
</skillNeedFactors>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAdd">
|
|
<xpath>Defs/StatDef[defName="SexFrequency"]/parts</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.StatPart_Lust">
|
|
<factor>1.0</factor>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
<Operation Class="PatchOperationAdd">
|
|
<xpath>Defs/StatDef[defName="Vulnerability"]/parts</xpath>
|
|
<value>
|
|
<li Class="RJWSexperience.StatPart_Slave">
|
|
<factor>3.0</factor>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
|
|
|
|
</Patch> |