diff --git a/CRIALactation/Defs/AbilityDefs/Abilities_Hucow.xml b/CRIALactation/Defs/AbilityDefs/Abilities_Hucow.xml index f16e646..285604d 100644 --- a/CRIALactation/Defs/AbilityDefs/Abilities_Hucow.xml +++ b/CRIALactation/Defs/AbilityDefs/Abilities_Hucow.xml @@ -11,7 +11,11 @@ False True False - Misc12 + + True + 30000 + + Misc12 4 WorkDrive_Warmup @@ -24,10 +28,10 @@ 3.0 false - true + false false false - true + true diff --git a/CRIALactation/Defs/HediffDefs/Hediffs_Hucow.xml b/CRIALactation/Defs/HediffDefs/Hediffs_Hucow.xml index 9ef22fb..fa48966 100644 --- a/CRIALactation/Defs/HediffDefs/Hediffs_Hucow.xml +++ b/CRIALactation/Defs/HediffDefs/Hediffs_Hucow.xml @@ -16,7 +16,7 @@ 2.75 0.5 0.4 - 0.4 + 0.65 diff --git a/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml b/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml index 465ae3c..cab6710 100644 --- a/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml +++ b/CRIALactation/Defs/PreceptDefs/Precepts_Lactating_Role.xml @@ -33,17 +33,32 @@ IdeoRole_HucowHandler - A special ideoligious status which can convert lactating pawns to hucows, increasing their lactation yield at the cost of their work and movement speed. + A special ideoligious status which can convert lactating pawns to hucows, increasing their lactation yield at the cost of their work and movement speed. \n\nThey also receive an increase in the speed at which they harvest milk, and the speed at which they induce lactation in other pawns. UI/Roles/SpecialistMelee NamerRoleMoralist
  • HucowHandler
  • +
  • RoleRequirementLabelSameIdeo
  • +
  • + + 6 + +
  • +
    + + +
  • + AnimalGatherSpeed + 0.7 +
  • +
    +
  • diff --git a/CRIALactation/Source/HarmonyPatches/HarmonyPatch_FoodUtility.cs b/CRIALactation/Source/HarmonyPatches/HarmonyPatch_FoodUtility.cs index 57c52de..dbcc083 100644 --- a/CRIALactation/Source/HarmonyPatches/HarmonyPatch_FoodUtility.cs +++ b/CRIALactation/Source/HarmonyPatches/HarmonyPatch_FoodUtility.cs @@ -81,4 +81,4 @@ namespace CRIALactation } } -} +} \ No newline at end of file diff --git a/CRIALactation/Source/JobDrivers/JobDriver_MassageBreasts.cs b/CRIALactation/Source/JobDrivers/JobDriver_MassageBreasts.cs index 4092ef0..7910b6a 100644 --- a/CRIALactation/Source/JobDrivers/JobDriver_MassageBreasts.cs +++ b/CRIALactation/Source/JobDrivers/JobDriver_MassageBreasts.cs @@ -37,6 +37,7 @@ namespace CRIALactation massage.tickAction = delegate () { pawn.skills.Learn(SkillDefOf.Animals, 0.13f, false); + massageProgress += pawn.GetStatValue(StatDefOf.AnimalGatherSpeed, true); };