code stringlengths 0 56.1M | repo_name stringlengths 3 57 | path stringlengths 2 176 | language stringclasses 672
values | license stringclasses 8
values | size int64 0 56.8M |
|---|---|---|---|---|---|
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Extensions;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System;
using System.Linq;
namespace rjw.Modules.Interactions... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Implementation/LewdInteractionService.cs | C# | mit | 4,644 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.DefModExtensions;
using rjw.Modules.Interactions.Extensions;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared.Extensions;
using rjw.... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Implementation/LewdInteractionValidatorService.cs | C# | mit | 3,152 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Extensions;
using rjw.Modules.Interactions.Helpers;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System;
using System.L... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Implementation/SpecificLewdInteractionService.cs | C# | mit | 4,627 |
using rjw.Modules.Shared.Logs;
namespace rjw.Modules.Interactions
{
public class InteractionLogProvider : ILogProvider
{
public bool IsActive => RJWSettings.DebugInteraction;
}
}
| jojo1541/rjw | 1.5/Source/Modules/Interactions/InteractionLogProvider.cs | C# | mit | 188 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Internals
{
public interface IBlockedPartDetectorService
{
IList<LewdablePartKind> BlockedPartsForPawn(InteractionPawn pawn);
... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IBlockedPartDetectorService.cs | C# | mit | 558 |
using rjw.Modules.Interactions.Contexts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IInteractionBuilderService
{
/// <summary>
/// Fill the output interaction with all the goo... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IInteractionBuilderService.cs | C# | mit | 396 |
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IInteractionRepository
{
IEnumerable<InteractionWithExtension> List();
IEnumerable<Interact... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IInteractionRepository.cs | C# | mit | 782 |
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IInteractionScoringService
{
InteractionScore Score(InteractionWithExtension interaction, Inte... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IInteractionScoringService.cs | C# | mit | 378 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IInteractionSelect... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IInteractionSelectorService.cs | C# | mit | 403 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using Verse;
namespace rjw.Modules.Interactions.Internals
{
public interface IInteractionTypeDetectorService
{
InteractionType DetectInteractionType(InteractionContext context);
}
}
| jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IInteractionTypeDetectorService.cs | C# | mit | 270 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IPartFinderSe... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IPartFinderService.cs | C# | mit | 942 |
using rjw.Modules.Interactions.Contexts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IPartPreferenceDetectorService
{
void DetectPartPreferences(InteractionContext context);
}
}... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IPartPreferenceDetectorService.cs | C# | mit | 323 |
using rjw.Modules.Interactions.Defs.DefFragment;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Internals
{
public interface IPartSelectorService
{
IList<ILewdablePart> SelectPartsForPawn(InteractionPawn pa... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IPartSelectorService.cs | C# | mit | 368 |
using rjw.Modules.Interactions.Contexts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals
{
public interface IReverseDetectorService
{
bool IsReverse(InteractionContext context);
}
}
| jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IReverseDetectorService.cs | C# | mit | 304 |
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Internals
{
public interface IRulePackService
{
RulePackDef FindInteractionRulePack(InteractionWithExtension i... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/IRulePackService.cs | C# | mit | 340 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Rules.PartBlockedRules;
using rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation;
using System.Collections.Generic;
using System.Linq;
namespace rjw.Modules... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/BlockedPartDetectorService.cs | C# | mit | 1,509 |
using rjw.Modules.Interactions.Contexts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Internals.Implementation
{
public class InteractionBuilderService : IInteractionBuilderService
{
public stati... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/InteractionBuilderService.cs | C# | mit | 2,137 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals.Implementa... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/InteractionRepository.cs | C# | mit | 2,797 |
using rjw.Modules.Interactions.Defs.DefFragment;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
using Verse... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/InteractionScoringService.cs | C# | mit | 5,099 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Extensions;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Rules.InteractionRules;
using rjw.Modules.Interactions.Rules.InteractionRules.Implementat... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/InteractionSelectorService.cs | C# | mit | 3,880 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
na... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/InteractionTypeDetectorService.cs | C# | mit | 2,185 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Extensions;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/PartFinderService.cs | C# | mit | 2,883 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Rules.PartKindUsageRules;
using rjw.Modules.Interactions.Rules.PartKindUsageRules.Implementation;
using rjw.Modules.Shared;
using System;
using System.Collections.Generi... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/PartPreferenceDetectorService.cs | C# | mit | 3,360 |
using rjw.Modules.Interactions.Defs.DefFragment;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using System.Collections.Generic;
using System.Linq;
namespace rjw.Modules.Interactions.Internals.Implementation
{
public class PartSelectorServ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/PartSelectorService.cs | C# | mit | 3,032 |
using Multiplayer.API;
using rjw.Modules.Genitals.Enums;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Shared.Logs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Internals.Implementation
{
public cla... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/ReverseDetectorService.cs | C# | mit | 4,777 |
using Multiplayer.API;
using rjw.Modules.Interactions.DefModExtensions;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Internals.Implementation
{
public class R... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Internals/Implementation/RulePackService.cs | C# | mit | 1,729 |
using RimWorld;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects.Parts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Objects
{
public class Interaction
{
public Intera... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/Interaction.cs | C# | mit | 866 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
using rjw.Modules.Interactions.Extensions;
namespace rjw.Modules.Interactions.Objects
{
public class InteractionPawn
{
pu... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/InteractionPawn.cs | C# | mit | 2,455 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
namespace rjw.Modules.Interactions.Objects
{
public class InteractionScore
{
/// <summary>
/// The dominant score, calculated using part preference
/// </summary>
public flo... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/InteractionScore.cs | C# | mit | 1,757 |
using RimWorld;
using rjw.Modules.Interactions.DefModExtensions;
using rjw.Modules.Interactions.Defs.DefFragment;
using rjw.Modules.Interactions.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Ob... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/InteractionWithExtension.cs | C# | mit | 2,490 |
using rjw.Modules.Interactions.Objects.Parts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Objects
{
public class LewdablePartComparer : IEqualityComparer<ILewdablePart>
{
public bool Equals(ILewdablePart x, ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/LewdablePartComparer.cs | C# | mit | 1,303 |
using rjw.Modules.Interactions.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Objects.Parts
{
public interface ILewdablePart
{
LewdablePartKind PartKind { get; }
/// <summary>
/// The severity of th... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/Parts/ILewdablePart.cs | C# | mit | 407 |
using rjw.Modules.Interactions.Enums;
using System.Collections.Generic;
using Verse;
namespace rjw.Modules.Interactions.Objects.Parts
{
public class RJWLewdablePart : ILewdablePart
{
public ISexPartHediff Part { get; private set; }
public LewdablePartKind PartKind { get; private set; }
public float Size => ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/Parts/RJWLewdablePart.cs | C# | mit | 601 |
using rjw.Modules.Interactions.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Interactions.Objects.Parts
{
public class VanillaLewdablePart : ILewdablePart
{
public Pawn Owner { get; private set; }
pub... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/Parts/VanillaLewdablePart.cs | C# | mit | 1,056 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
using Verse;
namespace rjw.Modules.Interactions.Objects
{
public class SexablePawnParts
{
public IEnumerable<BodyPartRecord> Mouths { get; set; }
public IEnumerable<BodyPartReco... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Objects/SexablePawnParts.cs | C# | mit | 1,262 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.InteractionRules
{
public interface IInteractionRule
{
InteractionType Interact... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/IInteractionRule.cs | C# | mit | 497 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/AnimalInteractionRule.cs | C# | mit | 990 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/BestialityInteractionRule.cs | C# | mit | 1,010 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/ConsensualInteractionRule.cs | C# | mit | 1,171 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/MasturbationInteractionRule.cs | C# | mit | 1,014 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/MechImplantInteractionRule.cs | C# | mit | 1,163 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/NecrophiliaInteractionRule.cs | C# | mit | 1,015 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/RapeInteractionRule.cs | C# | mit | 1,132 |
using rjw.Modules.Interactions.Defs;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Internals;
using rjw.Modules.Interactions.Internals.Implementation;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/InteractionRules/Implementation/WhoringInteractionRule.cs | C# | mit | 1,103 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Interactions.Objects.Parts;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/IPartBlockedRule.cs | C# | mit | 495 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using rjw.Modules.Shared.Implementation;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation
{
public class DeadPartBlockedRule : IPartBlockedRule
{
public... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/Implementation/DeadPartBlockedRule.cs | C# | mit | 893 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using rjw.Modules.Shared.Implementation;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation
{
public class DownedPartBlockedRule : IPartBlockedRule
{
publ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/Implementation/DownedPartBlockedRule.cs | C# | mit | 903 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation
{
public class MainPartBlockedRule : IPartBlockedRule
{
public static IPartBlockedRule Instance { get; private set; }
static M... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/Implementation/MainPartBlockedRule.cs | C# | mit | 1,527 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation
{
public ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/Implementation/PartAvailibilityPartBlockedRule.cs | C# | mit | 1,885 |
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using rjw.Modules.Shared.Implementation;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Rules.PartBlockedRules.Implementation
{
public class UnconsciousPartBlockedRule : IPartBlockedRule
{
... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartBlockedRules/Implementation/UnconsciousPartBlockedRule.cs | C# | mit | 927 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System.Collections.Generic;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRules
{
public interface IPartPreferenceRule
{
IEnumerable<Weighted<LewdablePartK... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/IPartKindUsageRule.cs | C# | mit | 477 |
using RimWorld;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/AnimalPartKindUsageRule.cs | C# | mit | 2,157 |
using RimWorld;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/BestialityForZoophilePartKindUsageRule.cs | C# | mit | 4,738 |
using RimWorld;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/BestialityPartKindUsageRule.cs | C# | mit | 5,502 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRul... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/BigBreastsPartKindUsageRule.cs | C# | mit | 1,426 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRul... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/MainPartKindUsageRule.cs | C# | mit | 2,362 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRul... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/PawnAlreadySatisfiedPartKindUsageRule.cs | C# | mit | 1,438 |
using System.Collections.Generic;
using RimWorld;
using Verse;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Shared;
using rjw.Modules.Interactions.Objects;
using System.Linq;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRules.Implementation
{
public class ... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/PregnancyApproachPartKindUsageRule.cs | C# | mit | 1,556 |
using RimWorld;
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Quirks;
using rjw.Modules.Quirks.Implementation;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/QuirksPartKindUsageRule.cs | C# | mit | 2,391 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRules.Implementation
{
public class RapePa... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/RapePartKindUsageRule.cs | C# | mit | 3,021 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Objects;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRul... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/SizeDifferencePartKindUsageRule.cs | C# | mit | 1,261 |
using rjw.Modules.Interactions.Contexts;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Interactions.Rules.PartKindUsageRules.Implementation
{
public class Whorin... | jojo1541/rjw | 1.5/Source/Modules/Interactions/Rules/PartPreferenceRules/Implementation/WhoringPartKindUsageRule.cs | C# | mit | 3,056 |
using Verse;
using RimWorld;
using Multiplayer.API;
namespace rjw
{
[StaticConstructorOnStartup]
public static class RJW_Multiplayer
{
static RJW_Multiplayer()
{
if (!MP.enabled) return;
// This is where the magic happens and your attributes
// auto register, similar to Harmony's PatchAll.
MP.Regis... | jojo1541/rjw | 1.5/Source/Modules/Multiplayer/Multiplayer.cs | C# | mit | 2,049 |
using RimWorld;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Nymphs
{
public interface INymphService
{
Pawn GenerateNymph(Map map, PawnKindDef nymphKind = null, Faction faction = null);
IEnumerable<Pawn> Ge... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/INymphService.cs | C# | mit | 478 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Nymphs.Implementation
{
public class NymphService : INymphS... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Implementation/NymphService.cs | C# | mit | 1,969 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Nymphs.Implementation;
using rjw.Modules.Shared.Logs;
using System.Collections.Generic;
using UnityEngine;
using Verse;
namespace rjw.Modules.Nymphs.Incidents
{
public abstract class IncidentWorker_BaseNymphRaid : IncidentWorker_NeutralGroup
{
private stati... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Incidents/IncidentWorker_BaseNymphRaid.cs | C# | mit | 3,294 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Nymphs.Implementation;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System.Collections.Generic;
using Verse;
namespace rjw.Modules.Nymphs.Incidents
{
public class IncidentWorker_NymphJoin : IncidentWorker
{
private static ILog _... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Incidents/IncidentWorker_NymphJoin.cs | C# | mit | 2,245 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Shared.Logs;
using UnityEngine;
using Verse;
namespace rjw.Modules.Nymphs.Incidents
{
public class IncidentWorker_NymphRaidEasy : IncidentWorker_BaseNymphRaid
{
private static ILog _log = LogManager.GetLogger<IncidentWorker_NymphRaidEasy, NymphLogProvider>(... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Incidents/IncidentWorker_NymphRaidEasy.cs | C# | mit | 1,103 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Shared.Logs;
using UnityEngine;
using Verse;
namespace rjw.Modules.Nymphs.Incidents
{
public class IncidentWorker_NymphRaidHard : IncidentWorker_BaseNymphRaid
{
private static ILog _log = LogManager.GetLogger<IncidentWorker_NymphRaidHard, NymphLogProvider>(... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Incidents/IncidentWorker_NymphRaidHard.cs | C# | mit | 1,100 |
using Multiplayer.API;
using RimWorld;
using rjw.Modules.Nymphs.Implementation;
using rjw.Modules.Shared.Extensions;
using rjw.Modules.Shared.Logs;
using System.Collections.Generic;
using Verse;
namespace rjw.Modules.Nymphs.Incidents
{
public class IncidentWorker_NymphVisitor : IncidentWorker
{
private static ILo... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Incidents/IncidentWorker_NymphVisitor.cs | C# | mit | 2,229 |
using System;
using System.Linq;
using Verse;
using Verse.AI;
using Verse.AI.Group;
using RimWorld;
using Multiplayer.API;
namespace rjw
{
// Token: 0x020006B5 RID: 1717
public class JobGiver_NymphSapper : ThinkNode_JobGiver
{
// Token: 0x06002E54 RID: 11860 RVA: 0x001041A7 File Offset: 0x001023A7
public overr... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/JobGivers/JobGiver_NymphSapper.cs | C# | mit | 2,162 |
using rjw.Modules.Shared.Logs;
namespace rjw.Modules.Nymphs
{
public class NymphLogProvider : ILogProvider
{
public bool IsActive => RJWSettings.DebugNymph;
}
}
| jojo1541/rjw | 1.5/Source/Modules/Nymphs/NymphLogProvider.cs | C# | mit | 170 |
using System.Collections.Generic;
using RimWorld;
using Verse;
using Multiplayer.API;
using System.Linq;
using System.Linq.Expressions;
using HarmonyLib;
namespace rjw
{
public struct nymph_passion_chances
{
public float major;
public float minor;
public nymph_passion_chances(float maj, float min)
{
maj... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Pawns/Nymph_Backstories.cs | C# | mit | 4,251 |
using System.Collections.Generic;
using RimWorld;
using UnityEngine;
using Verse;
using System;
using Multiplayer.API;
using System.Linq;
namespace rjw
{
public static class Nymph_Generator
{
/// <summary>
/// Returns true if the given pawnGenerationRequest is for a nymph pawnKind.
/// </summary>
public stat... | jojo1541/rjw | 1.5/Source/Modules/Nymphs/Pawns/Nymph_Generator.cs | C# | mit | 6,218 |
//using System;
//using RimWorld;
//using Verse;
//namespace rjw
//{
// public class BackstoryDef : Def
// {
// public BackstoryDef()
// {
// this.slot = BackstorySlot.Childhood;
// }
// public static BackstoryDef Named(string defName)
// {
// return DefDatabase<BackstoryDef>.GetNamed(defName, true);
// }
... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/BackstoryDef.cs | C# | mit | 1,621 |
using System.Collections.Generic;
using Verse;
using Multiplayer.API;
using RimWorld;
namespace rjw
{
//MicroComputer
internal class Hediff_MicroComputer : Hediff_MechImplants
{
protected int nextEventTick = GenDate.TicksPerDay;
public override void ExposeData()
{
base.ExposeData();
Scribe_Values.Look... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/HeDiff_MicroComputer.cs | C# | mit | 1,534 |
#nullable enable
using System.Collections.Generic;
using Verse;
namespace rjw
{
[StaticConstructorOnStartup]
public class HediffDef_EnemyImplants : HediffDef
{
//single parent eggs
public string parentDef = "";
//multiparent eggs
public List<string> parentDefs = new();
//for implanting eggs
public bo... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/HediffDef_EnemyImplants.cs | C# | mit | 1,174 |
using System;
using System.Collections.Generic;
using RimWorld;
using Verse;
using UnityEngine;
using System.Text;
using Multiplayer.API;
using System.Linq;
using RimWorld.Planet;
using static rjw.PregnancyHelper;
namespace rjw
{
public abstract class Hediff_BasePregnancy : HediffWithComps
//public abstract class He... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_BasePregnancy.cs | C# | mit | 45,752 |
using System.Collections.Generic;
using System.Linq;
using RimWorld;
using Verse;
namespace rjw
{
///<summary>
///This hediff class simulates pregnancy with animal children, mother may be human. It is not intended to be reasonable.
///Differences from humanlike pregnancy are that animals are given some training and... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_BestialPregnancy.cs | C# | mit | 4,355 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using RimWorld;
using Verse;
using UnityEngine;
namespace rjw
{
[RJWAssociatedHediff("RJW_pregnancy")]
public class Hediff_HumanlikePregnancy : Hediff_BasePregnancy
///<summary>
///This hediff class simulates pregnancy resulting... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_HumanlikePregnancy.cs | C# | mit | 2,833 |
using System;
using System.Linq;
using System.Collections.Generic;
using RimWorld;
using RimWorld.Planet;
using Verse;
using System.Text;
using Verse.AI.Group;
using Multiplayer.API;
namespace rjw
{
public class Hediff_InsectEgg : HediffWithComps
{
/*
* Dev Note: To easily test egg-birth, set the p_end_tick to... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_InsectEggPregnancy.cs | C# | mit | 21,038 |
using RimWorld;
using System.Linq;
using Verse;
using Verse.AI;
namespace rjw
{
public class Hediff_Orgasm : HediffWithComps
{
public override void PostAdd(DamageInfo? dinfo)
{
string key = "FeltOrgasm";
string text = TranslatorFormattedStringExtensions.Translate(key, pawn.LabelIndefinite()).CapitalizeFir... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_MCEvents.cs | C# | mit | 2,770 |
using System.Collections.Generic;
using Verse;
namespace rjw
{
internal class Hediff_MechImplants : HediffWithComps
{
public override bool TryMergeWith(Hediff other)
{
return false;
}
}
} | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_MechImplants.cs | C# | mit | 203 |
using System.Collections.Generic;
using RimWorld;
using Verse;
using Verse.AI.Group;
using System.Linq;
using UnityEngine;
using Multiplayer.API;
namespace rjw
{
///<summary>
///This hediff class simulates pregnancy with mechanoids, mother may be human. It is not intended to be reasonable.
///Differences from best... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_MechanoidPregnancy.cs | C# | mit | 5,131 |
using RimWorld;
using RimWorld.Planet;
using UnityEngine;
using Verse;
using Multiplayer.API;
namespace rjw
{
internal class Hediff_Parasite : Hediff_Pregnant
{
[SyncMethod]
new public static void DoBirthSpawn(Pawn mother, Pawn father)
{
//Rand.PopState();
//Rand.PushState(RJW_Multiplayer.PredictableSee... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_ParasitePregnancy.cs | C# | mit | 1,978 |
using System;
using System.Collections.Generic;
using System.Text;
using RimWorld;
using Verse;
using Multiplayer.API;
namespace rjw
{
public static class AgeStage
{
public const int Baby = 0;
public const int Toddler = 1;
public const int Child = 2;
public const int Teenager = 3;
public const int Adult =... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/Hediff_SimpleBaby.cs | C# | mit | 8,063 |
using System;
namespace rjw
{
public class RJWAssociatedHediffAttribute : Attribute
{
public string defName { get; private set; }
public RJWAssociatedHediffAttribute(string defName)
{
this.defName = defName;
}
}
} | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Hediffs/RJWAssociatedHediffAttribute.cs | C# | mit | 232 |
using RimWorld;
using Verse;
using System;
using System.Linq;
using System.Collections.Generic;
using Multiplayer.API;
using rjw.Modules.Interactions.Enums;
using rjw.Modules.Interactions.Extensions;
using static rjw.Hediff_BasePregnancy;
namespace rjw
{
/// <summary>
/// This handles pregnancy chosing between diff... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Pregnancy_Helper.cs | C# | mit | 28,055 |
using RimWorld;
using System;
using System.Linq;
using Verse;
using System.Collections.Generic;
namespace rjw
{
public class Recipe_Abortion : Recipe_RemoveHediff
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
BodyPartRecord part = pawn.RaceProps.body.corePart;... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_Abortion.cs | C# | mit | 2,543 |
using System.Collections.Generic;
using RimWorld;
using Verse;
namespace rjw
{
public class Recipe_ClaimChild : RecipeWorker
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
if (pawn != null)//I have no idea how it works but Recipe_ShutDown : RecipeWorker does n... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_ClaimChild.cs | C# | mit | 1,289 |
using RimWorld;
using System;
using System.Linq;
using Verse;
using System.Collections.Generic;
namespace rjw
{
public class Recipe_DeterminePregnancy : RecipeWorker
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
/* Males can be impregnated by mechanoids, proba... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_DeterminePregnancy.cs | C# | mit | 2,435 |
using System.Collections.Generic;
using System.Linq;
using Verse;
namespace rjw
{
/// <summary>
/// IUD - prevent pregnancy
/// </summary>
public class Recipe_InstallIUD : Recipe_InstallImplantToExistParts
{
public override bool AvailableOnNow(Thing thing, BodyPartRecord part = null)
{
if (RJWPregnancySet... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_InstallIUD.cs | C# | mit | 753 |
using RimWorld;
using System;
using Verse;
using System.Collections.Generic;
namespace rjw
{
public class Recipe_PregnancyHackMech : RecipeWorker
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
{
BodyPartRecord part = pawn.RaceProps.body.corePart;
if (recipe.ap... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_PregnancyHackMech.cs | C# | mit | 1,273 |
using RimWorld;
using System.Collections.Generic;
using System.Linq;
using Verse;
namespace rjw
{
/// <summary>
/// Sterilization
/// </summary>
public class Recipe_InstallImplantToExistParts : Recipe_InstallImplant
{
public override IEnumerable<BodyPartRecord> GetPartsToApplyOn(Pawn pawn, RecipeDef recipe)
... | jojo1541/rjw | 1.5/Source/Modules/Pregnancy/Recipes/Recipe_Sterilize.cs | C# | mit | 697 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Quirks
{
public interface IQuirkService
{
bool HasQuirk(Pawn pawn, string quirk);
}
}
| jojo1541/rjw | 1.5/Source/Modules/Quirks/IQuirkService.cs | C# | mit | 246 |
using rjw.Modules.Quirks;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Verse;
namespace rjw.Modules.Quirks.Implementation
{
public class QuirkService : IQuirkService
{
public static IQuirkService Instance { get; private set; }
static ... | jojo1541/rjw | 1.5/Source/Modules/Quirks/Implementation/QuirkService.cs | C# | mit | 813 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Quirks
{
public static class Quirks
{
public const string Podophile = "Podophile";
public const string Impregnation = "Impregnation fetish";
}
}
| jojo1541/rjw | 1.5/Source/Modules/Quirks/Quirks.cs | C# | mit | 294 |
using Verse;
namespace rjw.Modules.Rand
{
/// <summary>
/// <para>When used with a `using` statement, creates a seeded RNG context.</para>
/// <para>Once the block is exited, the original RNG state is restored.</para>
/// <example>
/// <para>How to create a seeded context:</para>
/// <code>
/// // Pull in the `... | jojo1541/rjw | 1.5/Source/Modules/Rand/SeededContext.cs | C# | mit | 3,923 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace rjw.Modules.Shared.Comparers
{
public class StringComparer_IgnoreCase : IEqualityComparer<string>
{
public bool Equals(string x, string y)
{
return String.Equals(x, y, StringCompariso... | jojo1541/rjw | 1.5/Source/Modules/Shared/Comparers/StringComparer_IgnoreCase.cs | C# | mit | 482 |
namespace rjw
{
public enum GenitalFamily
{
Undefined,
Vagina,
Penis,
Breasts,
Udders, // Unsupported
Anus,
FemaleOvipositor,
MaleOvipositor
}
}
| jojo1541/rjw | 1.5/Source/Modules/Shared/Enums/GenitalFamily.cs | C# | mit | 167 |