2022-07-26 03:55:56 +00:00
|
|
|
|
using Verse;
|
|
|
|
|
|
2022-10-14 16:35:31 +00:00
|
|
|
|
namespace RJWSexperience.Ideology
|
2022-07-26 03:55:56 +00:00
|
|
|
|
{
|
|
|
|
|
public static class Keyed
|
|
|
|
|
{
|
2023-06-25 13:54:32 +00:00
|
|
|
|
public static readonly string ModTitle = "RSI_Mod_Title".Translate();
|
2022-07-26 03:55:56 +00:00
|
|
|
|
public static readonly string MemeStatFactor = "MemeStatFactor".Translate();
|
|
|
|
|
public static readonly string RSVictimCondition = "RSVictimCondition".Translate();
|
|
|
|
|
public static readonly string RSBreederCondition = "RSBreederCondition".Translate();
|
|
|
|
|
public static readonly string RSNotHuman = "RSNotHuman".Translate();
|
|
|
|
|
public static readonly string RSNotAnimal = "RSNotAnimal".Translate();
|
|
|
|
|
public static readonly string RSShouldCanFuck = "RSShouldCanFuck".Translate();
|
2023-06-25 13:54:32 +00:00
|
|
|
|
|
|
|
|
|
public static readonly string PatchRomanceChanceFactor = "RSI_PatchRomanceChanceFactor".Translate();
|
|
|
|
|
public static readonly string PatchRomanceChanceFactorTip = "RSI_PatchRomanceChanceFactorTip".Translate();
|
|
|
|
|
public static readonly string PatchIncestuousManualRomance = "RSI_PatchIncestuousManualRomance".Translate();
|
|
|
|
|
public static readonly string PatchIncestuousManualRomanceTip = "RSI_PatchIncestuousManualRomanceTip".Translate();
|
2022-07-26 03:55:56 +00:00
|
|
|
|
}
|
|
|
|
|
}
|