Initial commit

This commit is contained in:
amevarashi 2022-07-26 08:55:56 +05:00
commit 8c960f3d15
182 changed files with 10200 additions and 0 deletions

363
.gitignore vendored Normal file
View File

@ -0,0 +1,363 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd

Binary file not shown.

View File

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<DutyDef>
<defName>Gangbang_Rape</defName>
<hook>HighPriority</hook>
<socialModeMax>Off</socialModeMax>
<thinkNode Class="ThinkNode_Priority">
<subNodes>
<li Class="ThinkNode_ConditionalInGatheringArea">
<subNodes>
<li Class="ThinkNode_ConditionalRandom">
<chance>0.25</chance>
<subNodes>
<li Class="RJWSexperience.Ideology.JobGiver_GangbangVictim"/>
</subNodes>
</li>
</subNodes>
</li>
<li Class="JobGiver_WanderInGatheringArea">
<locomotionUrgency>Jog</locomotionUrgency>
<ticksBetweenWandersRange>50~250</ticksBetweenWandersRange>
</li>
</subNodes>
</thinkNode>
</DutyDef>
<DutyDef>
<defName>Gangbang_Consensual</defName>
<hook>HighPriority</hook>
<socialModeMax>Off</socialModeMax>
<thinkNode Class="ThinkNode_Priority">
<subNodes>
<li Class="ThinkNode_ConditionalInGatheringArea">
<subNodes>
<li Class="ThinkNode_ConditionalRandom">
<chance>0.25</chance>
<subNodes>
<li Class="RJWSexperience.Ideology.JobGiver_GangbangConsensual"/>
</subNodes>
</li>
</subNodes>
</li>
<li Class="JobGiver_WanderInGatheringArea">
<locomotionUrgency>Jog</locomotionUrgency>
<ticksBetweenWandersRange>50~250</ticksBetweenWandersRange>
</li>
</subNodes>
</thinkNode>
</DutyDef>
<DutyDef>
<defName>FuckVictim</defName>
<hook>HighPriority</hook>
<socialModeMax>Off</socialModeMax>
<thinkNode Class="ThinkNode_Priority">
<subNodes>
<li Class="RJWSexperience.Ideology.JobGiver_GangbangVictim"/>
</subNodes>
</thinkNode>
</DutyDef>
<DutyDef>
<defName>DrugOrgy</defName>
<hook>HighPriority</hook>
<socialModeMax>Off</socialModeMax>
<thinkNode Class="ThinkNode_Priority">
<subNodes>
<li Class="ThinkNode_ConditionalInGatheringArea">
<subNodes>
<li Class="ThinkNode_ConditionalRandom">
<chance>0.15</chance>
<subNodes>
<li Class="RJWSexperience.Ideology.JobGiver_DrugOrgy"/>
</subNodes>
</li>
</subNodes>
</li>
<li Class="JobGiver_WanderInGatheringArea">
<locomotionUrgency>Jog</locomotionUrgency>
<ticksBetweenWandersRange>50~250</ticksBetweenWandersRange>
</li>
</subNodes>
</thinkNode>
</DutyDef>
</Defs>

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Agreement - same -->
<GoodwillSituationDef>
<defName>Zoophile_Zoophile</defName>
<label>zoophile agreement</label>
<workerClass>GoodwillSituationWorker_MemeCompatibility</workerClass>
<meme>Zoophile</meme>
<otherMeme>Zoophile</otherMeme>
<naturalGoodwillOffset>30</naturalGoodwillOffset>
</GoodwillSituationDef>
<GoodwillSituationDef>
<defName>Necrophile_Necrophile</defName>
<label>necrophile agreement</label>
<workerClass>GoodwillSituationWorker_MemeCompatibility</workerClass>
<meme>Necrophile</meme>
<otherMeme>Necrophile</otherMeme>
<naturalGoodwillOffset>30</naturalGoodwillOffset>
</GoodwillSituationDef>
<!-- Disagreement -->
<GoodwillSituationDef>
<defName>Zoophile_All</defName>
<label>zoophile</label>
<workerClass>RJWSexperience.Ideology.GoodwillSituationWorker_OneWayReceive</workerClass>
<meme>Zoophile</meme>
<versusAll>true</versusAll>
<naturalGoodwillOffset>-50</naturalGoodwillOffset>
</GoodwillSituationDef>
<GoodwillSituationDef>
<defName>Rapist_All</defName>
<label>rapist</label>
<workerClass>RJWSexperience.Ideology.GoodwillSituationWorker_OneWayReceive</workerClass>
<meme>Rapist</meme>
<versusAll>true</versusAll>
<naturalGoodwillOffset>-20</naturalGoodwillOffset>
</GoodwillSituationDef>
<GoodwillSituationDef>
<defName>Necrophile_All</defName>
<label>necrophile</label>
<workerClass>RJWSexperience.Ideology.GoodwillSituationWorker_OneWayReceive</workerClass>
<meme>Necrophile</meme>
<versusAll>true</versusAll>
<naturalGoodwillOffset>-50</naturalGoodwillOffset>
</GoodwillSituationDef>
</Defs>

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<InteractionDef>
<defName>Speech_Gangbang</defName>
<label>gangbang speech</label>
<workerClass>InteractionWorker</workerClass>
<ignoreTimeSinceLastInteraction>True</ignoreTimeSinceLastInteraction>
<symbol>Things/Mote/SpeechSymbols/Speech</symbol>
<logRulesInitiator>
<include><li>SpeechUtility</li></include>
<rulesStrings>
<li>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</li>
<li>r_logentry(p=0.2)->[INITIATOR_nameDef] [crazy].</li>
<li>speechtopic->the meaning and true value of rape</li>
<li>speechtopic->expressions of rape</li>
<li>speechtopic->controlled lustful</li>
<li>speechtopic->the warmth of pussy</li>
<li>speechtopic->the meaning of cum</li>
<li>speechtopic->love and rape</li>
<li>speechtopic->symbolizing rape</li>
<li>speechtopic->dick and pussy</li>
<li>speechtopic->the art of rape</li>
<li>speechtopic->the seduction of victim</li>
<li>speechtopic->the music of screams</li>
<li>speechtopic->cums on the floor</li>
<li>crazy->screamed maniacally</li>
<li>crazy->broke into a chant</li>
<li>crazy->chanted towards the heavens</li>
<li>crazy->spat in the sacrifice's genital</li>
<li>crazy->cackled</li>
<li>crazy->brandished a condom</li>
<li>crazy->muttered repetitively while masturbating</li>
</rulesStrings>
</logRulesInitiator>
</InteractionDef>
<InteractionDef>
<defName>Speech_Zoophile</defName>
<label>zoophile speech</label>
<workerClass>InteractionWorker</workerClass>
<ignoreTimeSinceLastInteraction>True</ignoreTimeSinceLastInteraction>
<symbol>Things/Mote/SpeechSymbols/Speech</symbol>
<logRulesInitiator>
<include><li>SpeechUtility</li></include>
<rulesStrings>
<li>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</li>
<li>speechtopic->the meaning and true value of bestiality</li>
<li>speechtopic->expressions of bestiality</li>
<li>speechtopic->controlled lustful</li>
<li>speechtopic->the warmth of cum</li>
<li>speechtopic->the meaning of interspecies breeding</li>
<li>speechtopic->animal and love</li>
<li>speechtopic->symbolizing bestiality</li>
<li>speechtopic->breed and birth</li>
<li>speechtopic->the art of breeding</li>
<li>speechtopic->the seduction of animals</li>
<li>speechtopic->cums on the floor</li>
</rulesStrings>
</logRulesInitiator>
</InteractionDef>
<InteractionDef>
<defName>Speech_Lewd</defName>
<label>lewd speech</label>
<workerClass>InteractionWorker</workerClass>
<ignoreTimeSinceLastInteraction>True</ignoreTimeSinceLastInteraction>
<symbol>Things/Mote/SpeechSymbols/Speech</symbol>
<logRulesInitiator>
<include><li>SpeechUtility</li></include>
<rulesStrings>
<li>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</li>
<li>r_logentry(p=0.2)->[INITIATOR_nameDef] [crazy].</li>
<li>speechtopic->the meaning and true value of sex</li>
<li>speechtopic->expressions of sex</li>
<li>speechtopic->uncontrolled lustful</li>
<li>speechtopic->the warmth of pussy</li>
<li>speechtopic->the meaning of cum</li>
<li>speechtopic->love and incest</li>
<li>speechtopic->symbolizing rape</li>
<li>speechtopic->dick and pussy</li>
<li>speechtopic->the art of sex</li>
<li>speechtopic->the seduction of [spokeof]</li>
<li>speechtopic->the music of moan</li>
<li>speechtopic->cums on the floor</li>
<li>crazy->moaned maniacally</li>
<li>crazy->threw a dildo</li>
<li>crazy->threw an onahole</li>
<li>crazy->chanted towards the heavens</li>
<li>crazy->moaned</li>
<li>crazy->brandished a dildo</li>
<li>crazy->muttered repetitively while masturbating</li>
</rulesStrings>
</logRulesInitiator>
</InteractionDef>
</Defs>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<JobDef>
<defName>RapeVictim</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_RapeVictim</driverClass>
<reportString>rapin' victim</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>DrugSex</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_SexDrugOrgy</driverClass>
<reportString>lovin'.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>GettinDrugSex</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_DrugSexReceiver</driverClass>
<reportString>lovin'.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>DrugMasturbate</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_DrugMasturabate</driverClass>
<reportString>masturbatin'.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>Gangbang</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_Gangbang</driverClass>
<reportString>lovin'.</reportString>
<casualInterruptible>false</casualInterruptible>
</JobDef>
<JobDef>
<defName>GettinGangbang</defName>
<driverClass>RJWSexperience.Ideology.JobDriver_GangbangReceiver</driverClass>
<reportString>gettin' gangbanged.</reportString>
<checkOverrideOnDamage>Never</checkOverrideOnDamage>
<casualInterruptible>false</casualInterruptible>
</JobDef>
</Defs>

View File

@ -0,0 +1,246 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<MemeGroupDef>
<defName>SexualDissolutely</defName>
<drawOffset>(0.65, 0.23)</drawOffset>
<maxRows>1</maxRows>
<renderOrder>3000</renderOrder>
</MemeGroupDef>
<MemeDef Name="SexualDissoulutelyBase" Abstract="True">
<groupDef>SexualDissolutely</groupDef>
<selectOneOrNone>
<noneChance>1.0</noneChance>
<preceptThingPairs>
</preceptThingPairs>
</selectOneOrNone>
</MemeDef>
<MemeDef ParentName="SexualDissoulutelyBase">
<defName>Zoophile</defName>
<label>zoophile</label>
<description>Animal fuckers.</description>
<iconPath>UI/Commands/Breeding_Pawn_off</iconPath>
<impact>3</impact>
<requireOne>
<li>
<li>Bestiality_Acceptable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</li>
</requireOne>
<generalRules>
<rulesStrings>
<li>memeAdjective->bestial</li>
<li>memeAdjective->zoophile</li>
<li>memeHyphenPrefix->bestial</li>
<li>memeConcept->breeding</li>
<li>memeConcept->bestiality</li>
<li>memeConcept->zoophile</li>
<li>memeLeaderNoun->livestock</li>
</rulesStrings>
</generalRules>
<descriptionMaker>
<rules>
<rulesStrings>
<!-- theist myth -->
<li>creation(tag=meme_Zoophile) ->[deity0_name] loves breeding with beasts.</li>
<li>episode(uses=1,tag=meme_Zoophile) ->[deity0_name] said to all, "Sigmar forbids this!"</li>
<!-- ideological founder -->
<li>setup(tag=meme_Zoophile) ->Someday, [founderName] was so horny that accidentally fucked with an animal and loved it. </li>
<li>story(uses=1,tag=meme_Zoophile) ->For spreading animals, [founderName] started to breed with animals.</li>
<!-- ideological lesson -->
<li>lessonIntro(tag=meme_Zoophile) ->Someday, i had sex with animal. It was much better than humans!</li>
<li>lesson(tag=meme_Zoophile) ->Only the animals can satisfy me.</li>
<li>lessonReinforcement(tag=meme_Zoophile) ->Breed with animals. It is the eternal hapiness.</li>
<!-- archist -->
<li>archistBasis(tag=meme_Zoophile) ->Archists are always seeking ultimate pleasure.</li>
<li>archistFact(tag=meme_Zoophile) ->That was breeding with animals.</li>
<li>archistProphecy(tag=meme_Zoophile) ->[inTheEnd], the archotechs will finally unlock the interspecies breeding, so that they may lead ultimate pleasure.</li>
<!-- animist -->
<li>animistFact(tag=meme_Zoophile) ->The most powerful spirits are those of beasts, and spirits of beasts will be restless unless beasts rule.</li>
<li>animistProphecy(tag=meme_Zoophile) ->[itIsSaid] that a powerful spirit of destruction will seek to end the universe, but that a human-born beast will wield the spirit of the [relic0_name] and destroy the destroyer.</li>
</rulesStrings>
</rules>
</descriptionMaker>
<symbolPacks>
<li>
<ideoName>Breeders</ideoName>
<theme>breed</theme>
<adjective>bestiality</adjective>
<member>breeder</member>
</li>
<li>
<ideoName>Zoophilia</ideoName>
<theme>zoophile</theme>
<adjective>zoophile</adjective>
<member>zoophiliac</member>
</li>
</symbolPacks>
<agreeableTraits>
<li>Zoophile</li>
</agreeableTraits>
</MemeDef>
<MemeDef ParentName="SexualDissoulutelyBase">
<defName>Rapist</defName>
<label>rapist</label>
<description>Rape is best.</description>
<iconPath>UI/Memes/Rape</iconPath>
<impact>2</impact>
<requireOne>
<li>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</li>
</requireOne>
<generalRules>
<rulesStrings>
<li>memeAdjective->violent</li>
<li>memeAdjective->raping</li>
<li>memeHyphenPrefix->rapist</li>
<li>memeHyphenPrefix->molester</li>
<li>memeHyphenPrefix->pervert</li>
<li>memeConcept->rapist</li>
<li>memeConcept->pervert</li>
<li>r_deityName->slaanesh</li>
<li>memeLeaderNoun->stallion</li>
<li>memeLeaderNoun->grand rapist</li>
</rulesStrings>
</generalRules>
<descriptionMaker>
<rules>
<rulesStrings>
<!-- theist myth -->
<li>creation(tag=meme_Rapist) ->[deity0_name] loves rape.</li>
<li>episode(uses=1,tag=meme_Rapist) ->[deity0_name] raped everyone until death during rape.</li>
<!-- ideological founder -->
<li>setup(tag=meme_Rapist) ->[founderName] is always horny. </li>
<li>story(uses=1,tag=meme_Rapist) ->[founderName] raped everyone. No one can stop [founderName]. [founderName] died trying to rape planet.</li>
<!-- ideological lesson -->
<li>lessonIntro(tag=meme_Rapist) ->Rape is best! Rape is best! Rape is best!</li>
<li>lesson(tag=meme_Rapist) ->Rape is best! Rape is best! Rape is best! Rape is best!</li>
<li>lessonReinforcement(tag=meme_Rapist) ->Rape is best! Rape is best! Rape is best! Rape is best! Rape is best!</li>
<!-- archist -->
<li>archistBasis(tag=meme_Rapist) ->Human history is history of rape.</li>
<li>archistFact(tag=meme_Rapist) ->Even archotechs cannot stop rapists.</li>
<li>archistProphecy(tag=meme_Rapist) ->[inTheEnd], the rapists never stop raping.</li>
<!-- animist -->
<li>animistFact(tag=meme_Rapist) ->The most powerful spirits are those of rapists, and spirits of rapists will rape all.</li>
<li>animistProphecy(tag=meme_Rapist) ->[itIsSaid] that a powerful spirit of destruction will seek to end the universe, but that a million-raped rapist will wield the spirit of the [relic0_name] and rape the destroyer.</li>
</rulesStrings>
</rules>
</descriptionMaker>
<symbolPacks>
<li>
<ideoName>Rapists</ideoName>
<theme>rapist</theme>
<adjective>raping</adjective>
<member>rapist</member>
</li>
<li>
<ideoName>Cult of Slaanesh</ideoName>
<theme>pleasure</theme>
<adjective>decadent</adjective>
<member>heretic</member>
</li>
</symbolPacks>
<agreeableTraits>
<li>Rapist</li>
</agreeableTraits>
</MemeDef>
<MemeDef ParentName="SexualDissoulutelyBase">
<defName>Lewd</defName>
<label>lewd</label>
<description>Perverts.</description>
<iconPath>UI/Memes/SexualDissolutely</iconPath>
<impact>3</impact>
<consumableBuildings>
<li>Burnbong_Aphrodisiac</li>
</consumableBuildings>
<requireOne>
<li>
<li>Lovin_FreeApproved</li>
</li>
<li>
<li>Incestuos_Free</li>
</li>
<li>
<li>Sex_Free</li>
<li>Sex_Promiscuous</li>
</li>
</requireOne>
<requiredRituals>
<li>
<precept>DateRitualConsumable</precept>
<pattern>DrugOrgy</pattern>
<building>Burnbong_Aphrodisiac</building>
</li>
</requiredRituals>
<generalRules>
<rulesStrings>
<li>memeAdjective->horny</li>
<li>memeAdjective->lewd</li>
<li>memeAdjective->arousing</li>
<li>memeAdjective->sexy</li>
<li>memeAdjective->estrous</li>
<li>memeAdjective->decadent</li>
<li>memeHyphenPrefix->estro</li>
<li>memeHyphenPrefix->lust</li>
<li>memeConcept->lust</li>
<li>memeConcept->libido</li>
<li>memeConcept->estrus</li>
<li>memeConcept->arousal</li>
<li>memeConcept->desire</li>
<li>memeConcept->sex</li>
<li>memeConcept->perversion</li>
<li>r_deityName->slaanesh</li>
</rulesStrings>
</generalRules>
<symbolPacks>
<li>
<ideoName>Cult of Slaanesh</ideoName>
<theme>pleasure</theme>
<adjective>decadent</adjective>
<member>heretic</member>
</li>
</symbolPacks>
<addDesignators>
<li>Autobong_Aphrodisiac</li>
</addDesignators>
<agreeableTraits>
<li>Nymphomaniac</li>
</agreeableTraits>
</MemeDef>
<MemeDef ParentName="SexualDissoulutelyBase">
<defName>Necrophile</defName>
<label>necrophile</label>
<description>Corpse fuckers.</description>
<iconPath>UI/Memes/Necrophile</iconPath>
<impact>2</impact>
<requireOne>
<li>
<li>Necrophilia_Acceptable</li>
<li>Necrophilia_Approved</li>
</li>
<li>
<li>Corpses_DontCare</li>
</li>
</requireOne>
<generalRules>
<rulesStrings>
<li>r_deityName->sonic</li>
<li>r_deityName->mega man</li>
<li>memeConcept->corpse</li>
<li>memeConcept->dead</li>
</rulesStrings>
</generalRules>
<agreeableTraits>
<li>Necrophiliac</li>
</agreeableTraits>
</MemeDef>
</Defs>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>BabyFaction</defName>
<label>baby faction</label>
<iconPath>UI/Issues/Birth</iconPath>
</IssueDef>
<!-- Precepts -->
<PreceptDef>
<defName>BabyFaction_AlwaysMother</defName>
<issue>BabyFaction</issue>
<label>always mother(default)</label>
<description>New born babies always follow mother's faction and ideology.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>BabyFaction_AlwaysFather</defName>
<issue>BabyFaction</issue>
<label>always father</label>
<description>New born babies always follow father's faction and ideology(if exists).</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>BabyFaction_AlwaysColony</defName>
<issue>BabyFaction</issue>
<label>always colony</label>
<description>New born babies are always player's faction and ideology.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
</Defs>

View File

@ -0,0 +1,744 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Bestiality</defName>
<label>bestiality</label>
<iconPath>UI/Commands/Breeding_Pawn_off</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_SexWithAnimal</defName>
<label>sex with animal</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_SecondaryEvents">
<generationRules>
<li>
<filter>
<relations>
<isVeneratedAnimal>true</isVeneratedAnimal>
</relations>
</filter>
<historyEventDef>RSI_SexWithVeneratedAnimal</historyEventDef>
</li>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<isVeneratedAnimal>false</isVeneratedAnimal>
</relations>
</filter>
<historyEventDef>RSI_SexWithNonVeneratedAnimal</historyEventDef>
</li>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<hasOneOfRelations>
<li>Bond</li>
</hasOneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_SexWithBondedAnimal</historyEventDef>
</li>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<hasNoneOfRelations>
<li>Bond</li>
</hasNoneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_SexWithNonBondAnimal</historyEventDef>
</li>
</generationRules>
</li>
</modExtensions>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_SexWithVeneratedAnimal</defName>
<label>sex with venerated animal</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_SexWithNonVeneratedAnimal</defName>
<label>sex with non venerated animal</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_SexWithBondedAnimal</defName>
<label>Sex with bonded</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_SexWithNonBondAnimal</defName>
<label>Sex with non Bonded</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Bestiality_Abhorrent</defName>
<issue>Bestiality</issue>
<label>abhorrent</label>
<description>Bestiality beings is deeply evil.</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>100</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<conflictingMemes>
<li>Zoophile</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_SexWithAnimal</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Abhorrent</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Know_Abhorrent</thought>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Abhorrent</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Know_Abhorrent</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
</filter>
<multiplier>0.05</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Bestiality_Horrible</defName>
<issue>Bestiality</issue>
<label>horrible</label>
<description>Bestiality is a horrible thing.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>200</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<conflictingMemes>
<li>Zoophile</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Horrible</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Know_Horrible</thought>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Horrible</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Know_Horrible</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
</filter>
<multiplier>0.1</multiplier>
</li>
</rules>
</li>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyBestialityMtb">
<multiplier>5.0</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Bestiality_Disapproved</defName>
<issue>Bestiality</issue>
<label>disapproved</label>
<description>Bestiality is extremely distasteful.</description>
<impact>Low</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>300</displayOrderInImpact>
<defaultSelectionWeight>20</defaultSelectionWeight>
<conflictingMemes>
<li>Zoophile</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Know_Disapproved</thought>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Know_Disapproved</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
</filter>
<multiplier>0.5</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Bestiality_Acceptable</defName>
<issue>Bestiality</issue>
<label>acceptable</label>
<description>Bestiality is a normal, unremarkable part of life.</description>
<impact>Medium</impact>
<displayOrderInIssue>10</displayOrderInIssue>
<defaultSelectionWeight>10</defaultSelectionWeight>
<approvesOfSlavery>true</approvesOfSlavery>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyBestialityMtb">
<multiplier>0.75</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Bestiality_OnlyVenerated</defName>
<issue>Bestiality</issue>
<label>only venerated</label>
<description>One who sex with venerated animals should be honored and respected. But having sex with other animals will be denounced</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<conflictingMemes>
<li>HumanPrimacy</li>
</conflictingMemes>
<requiredMemes>
<li>Zoophile</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithNonVeneratedAnimal</eventDef>
<thought>Bestiality_Nonvenerated_Disapproved</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithNonVeneratedAnimal</eventDef>
<thought>Bestiality_Nonvenerated_Know_Disapproved</thought>
<description>Someone sex with any animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Honorable</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Know_Honorable</thought>
<description>Someone sex with animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<relations>
<isVeneratedAnimal>true</isVeneratedAnimal>
</relations>
</filter>
<multiplier>2.0</multiplier>
</li>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<isVeneratedAnimal>false</isVeneratedAnimal>
</relations>
</filter>
<multiplier>0.05</multiplier>
</li>
</rules>
</li>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyBestialityMtb">
<multiplier>0.65</multiplier>
</li>
</modExtensions>
</PreceptDef>
<!-- Bond Only precept by Hawkeye32 -->
<PreceptDef>
<defName>Bestiality_BondOnly</defName>
<issue>Bestiality</issue>
<label>only bonded</label>
<description>Sex with Bonded animals should be honored and respected. But having sex with other animals will be denounced.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<conflictingMemes>
<li>HumanPrimacy</li>
</conflictingMemes>
<requiredMemes>
<li>Zoophile</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithNonBondAnimal</eventDef>
<thought>Bestiality_NonBonded_Disapproved</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithNonBondAnimal</eventDef>
<thought>Bestiality_NonBonded_Know_Disapproved</thought>
<description>Someone sex with any animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithBondedAnimal</eventDef>
<thought>Bestiality_Bond_Approved</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithBondedAnimal</eventDef>
<thought>Bestiality_Bond_Approved_Know</thought>
<description>Someone sex with non bonded animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<hasOneOfRelations>
<li>Bond</li>
</hasOneOfRelations>
</relations>
</filter>
<multiplier>2.0</multiplier>
</li>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
<relations>
<hasNoneOfRelations>
<li>Bond</li>
</hasNoneOfRelations>
</relations>
</filter>
<multiplier>0.1</multiplier>
</li>
</rules>
</li>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyBestialityMtb">
<multiplier>0.5</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Bestiality_Honorable</defName>
<issue>Bestiality</issue>
<label>encouraging</label>
<description>One who sex with animals should be encouraged.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<conflictingMemes>
<li>HumanPrimacy</li>
</conflictingMemes>
<requiredMemes>
<li>Zoophile</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Honorable</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithAnimal</eventDef>
<thought>Bestiality_Know_Honorable</thought>
<description>Someone sex with animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Honorable</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithVeneratedAnimal</eventDef>
<thought>Bestiality_Know_Honorable</thought>
<description>Someone sex with animal</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<partner>
<isAnimal>true</isAnimal>
</partner>
</filter>
<multiplier>2.0</multiplier>
</li>
</rules>
</li>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyBestialityMtb">
<multiplier>0.5</multiplier>
</li>
</modExtensions>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>Bestiality_Abhorrent</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<description>I had sex with animal. I want to die.</description>
<baseMoodEffect>-15</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Know_Abhorrent</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Horrible</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<description>I had sex with animal. I'm not sure I can forgive myself.</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Know_Horrible</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<baseOpinionOffset>-20</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Disapproved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<description>I had sex with animal. I hope nothing terrible happens to them.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Know_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Zoophile</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<baseOpinionOffset>-10</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Nonvenerated_Disapproved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with non-venerated animal</label>
<description>I had sex with any animal. I hope nothing terrible happens to them.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Nonvenerated_Know_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with any animal</label>
<baseOpinionOffset>-10</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_NonBonded_Disapproved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_Acceptable</li>
<li>Bestiality_OnlyVenerated</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with non-bonded animal</label>
<description>I had sex with a non bonded animal. How could I?</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Bond_Approved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingPrecepts>
<li>Bestiality_Abhorrent</li>
<li>Bestiality_Horrible</li>
<li>Bestiality_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with bonded animal</label>
<description>I went wild with my bonded animal!</description>
<baseMoodEffect>8</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Bond_Approved_Know</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>2</stackLimit>
<nullifyingPrecepts>
<li>Bestiality_Abhorrent</li>
<li>Bestiality_Horrible</li>
<li>Bestiality_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with bonded animal</label>
<description>Shares a special bond.</description>
<baseOpinionOffset>5</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_NonBonded_Know_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Bestiality_Honorable</li>
<li>Bestiality_Acceptable</li>
<li>Bestiality_OnlyVenerated</li>
</nullifyingPrecepts>
<stages>
<li>
<label>Had sex with a non bonded animal.</label>
<baseOpinionOffset>-10</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Honorable</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingPrecepts>
<li>Bestiality_Abhorrent</li>
<li>Bestiality_Horrible</li>
<li>Bestiality_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<description>I had sex with animal.</description>
<baseMoodEffect>4</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Bestiality_Know_Honorable</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>25</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Bestiality_Abhorrent</li>
<li>Bestiality_Horrible</li>
<li>Bestiality_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with animal</label>
<baseOpinionOffset>5</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,542 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Incestuos</defName>
<label>incest</label>
<iconPath>UI/Issues/Incest</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_CloseRelativeMarriage</defName>
<label>Marriage between close relatives</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_IncestuosMarriage</defName>
<label>Incestuos marriage</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_NonIncestuosMarriage</defName>
<label>Non-incestuos marriage</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_EventOverrides">
<overrideRules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
</hasOneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_CloseRelativeMarriage</historyEventDef>
</li>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
<li>GreatGrandparent</li>
<li>GreatGrandchild</li>
<li>GranduncleOrGrandaunt</li>
<li>GrandnephewOrGrandniece</li>
<li>CousinOnceRemoved</li>
<li>SecondCousin</li>
<li>Cousin</li>
<li>Kin</li>
</hasOneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_IncestuosMarriage</historyEventDef>
</li>
</overrideRules>
</li>
</modExtensions>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_CloseRelativeSex</defName>
<label>Sex between close relatives</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_IncestuosSex</defName>
<label>Incestuos sex</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_NonIncestuosSex</defName>
<label>Non-incestuos sex</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_EventOverrides">
<overrideRules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
</hasOneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_CloseRelativeSex</historyEventDef>
</li>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
<li>GreatGrandparent</li>
<li>GreatGrandchild</li>
<li>GranduncleOrGrandaunt</li>
<li>GrandnephewOrGrandniece</li>
<li>CousinOnceRemoved</li>
<li>SecondCousin</li>
<li>Cousin</li>
<li>Kin</li>
</hasOneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_IncestuosSex</historyEventDef>
</li>
</overrideRules>
</li>
</modExtensions>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Incestuos_Free</defName>
<issue>Incestuos</issue>
<label>free</label>
<description>Open minded.</description>
<impact>Medium</impact>
<displayOrderInIssue>60</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
</PreceptDef>
<PreceptDef>
<defName>Incestuos_Disapproved_CloseOnly</defName>
<issue>Incestuos</issue>
<label>disapproved on close relatives</label>
<description>Incest is disapproved socially. Relations farther than cousin are recognized as not incest.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_CloseRelativeMarriage</eventDef>
<thought>IncestuosMarriage_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_CloseRelativeSex</eventDef>
<thought>Sex_Know_Incest_Disapproved</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
</hasOneOfRelations>
<hasNoneOfRelations>
<li>Spouse</li>
</hasNoneOfRelations>
</relations>
</filter>
<multiplier>0.5</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Incestuos_Disapproved</defName>
<issue>Incestuos</issue>
<label>disapproved</label>
<description>Incest is disapproved socially.</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_IncestuosMarriage</eventDef>
<thought>IncestuosMarriage_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_IncestuosMarriage</eventDef>
<thought>Sex_Know_IncestMarriage_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_IncestuosSex</eventDef>
<thought>Sex_Know_Incest_Disapproved</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
<li>GreatGrandparent</li>
<li>GreatGrandchild</li>
<li>GranduncleOrGrandaunt</li>
<li>GrandnephewOrGrandniece</li>
<li>CousinOnceRemoved</li>
<li>SecondCousin</li>
<li>Cousin</li>
<li>Kin</li>
</hasOneOfRelations>
<hasNoneOfRelations>
<li>Spouse</li>
</hasNoneOfRelations>
</relations>
</filter>
<multiplier>0.5</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Incestuos_Forbidden</defName>
<issue>Incestuos</issue>
<label>forbidden</label>
<description>Incest is forbidden.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_IncestuosMarriage</eventDef>
<thought>IncestuosMarriage_Forbidden</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_IncestuosMarriage</eventDef>
<thought>Sex_Know_IncestMarriage_Forbidden</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_IncestuosSex</eventDef>
<thought>Sex_Know_Incest_Forbidden</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
<li>GreatGrandparent</li>
<li>GreatGrandchild</li>
<li>GranduncleOrGrandaunt</li>
<li>GrandnephewOrGrandniece</li>
<li>CousinOnceRemoved</li>
<li>SecondCousin</li>
<li>Cousin</li>
<li>Kin</li>
</hasOneOfRelations>
<hasNoneOfRelations>
<li>Spouse</li>
</hasNoneOfRelations>
</relations>
</filter>
<multiplier>0.1</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Incestuos_IncestOnly</defName>
<issue>Incestuos</issue>
<label>incest only</label>
<description>For preserving pure blood, only incest allowed.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<conflictingMemes>
<li>Zoophile</li>
</conflictingMemes>
<comps>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_NonIncestuosMarriage</eventDef>
<thought>Sex_Know_IncestMarriage_Violated</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_NonIncestuosSex</eventDef>
<thought>Sex_Know_Incest_Violated</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyPreference">
<rules>
<li>
<filter>
<relations>
<hasOneOfRelations>
<li>Parent</li>
<li>Child</li>
<li>Sibling</li>
<li>HalfSibling</li>
<li>Grandparent</li>
<li>Grandchild</li>
<li>NephewOrNiece</li>
<li>UncleOrAunt</li>
<li>GreatGrandparent</li>
<li>GreatGrandchild</li>
<li>GranduncleOrGrandaunt</li>
<li>GrandnephewOrGrandniece</li>
<li>CousinOnceRemoved</li>
<li>SecondCousin</li>
<li>Cousin</li>
<li>Kin</li>
</hasOneOfRelations>
</relations>
</filter>
<multiplier>2.0</multiplier>
</li>
</rules>
</li>
</modExtensions>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>IncestuosMarriage_Forbidden</defName>
<durationDays>30</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Psychopath</li>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>social condemnation</label>
<description>No one bless our marriage.</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>IncestuosMarriage_Disapproved</defName>
<durationDays>30</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Psychopath</li>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>being gossip</label>
<description>They are speaking behind our back.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_Incest_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>incest</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_Incest_Forbidden</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>incest</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_IncestMarriage_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>60</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>incest</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_IncestMarriage_Forbidden</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>60</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_IncestOnly</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>incest</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_Incest_Violated</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_Disapproved_CloseOnly</li>
<li>Incestuos_Disapproved</li>
<li>Incestuos_Forbidden</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>sex with non-family</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_IncestMarriage_Violated</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>300</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Incestuos_Disapproved_CloseOnly</li>
<li>Incestuos_Disapproved</li>
<li>Incestuos_Forbidden</li>
<li>Incestuos_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>corrupt the blood</label>
<baseOpinionOffset>-50</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Masturbation</defName>
<label>masturbation</label>
<iconPath>UI/Issues/Bestiality</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_Masturbated</defName>
<label>masturbated</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Masturbation_Abhorrent</defName>
<issue>Masturbation</issue>
<label>abhorrent</label>
<description>Masturbation is unacceptable.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>100</displayOrderInImpact>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_Masturbated</eventDef>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Masturbation_Disapproved</defName>
<issue>Masturbation</issue>
<label>disapproved</label>
<description>Masturbation is somewhat shameful.</description>
<impact>Low</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>100</displayOrderInImpact>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyFappinMtb">
<multiplier>2.0</multiplier>
</li>
</modExtensions>
</PreceptDef>
</Defs>

View File

@ -0,0 +1,309 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Necrophilia</defName>
<label>necrophilia</label>
<iconPath>UI/Issues/Necrophilia</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_SexWithCorpse</defName>
<label>fucked corpse</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Necrophilia_Abhorrent</defName>
<issue>Necrophilia</issue>
<label>abhorrent</label>
<description>Necrophilia beings is deeply evil.</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>100</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<conflictingMemes>
<li>Necrophile</li>
</conflictingMemes>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_SexWithCorpse</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Abhorrent</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Know_Abhorrent</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Necrophilia_Horrible</defName>
<issue>Necrophilia</issue>
<label>horrible</label>
<description>Necrophilia is a horrible thing.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>200</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<conflictingMemes>
<li>Necrophile</li>
</conflictingMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Horrible</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Know_Horrible</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyNecroMtb">
<multiplier>8.0</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Necrophilia_Disapproved</defName>
<issue>Necrophilia</issue>
<label>disapproved</label>
<description>Necrophilia is extremely distasteful.</description>
<impact>Low</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>300</displayOrderInImpact>
<defaultSelectionWeight>20</defaultSelectionWeight>
<conflictingMemes>
<li>Necrophile</li>
</conflictingMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Know_Disapproved</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Necrophilia_Acceptable</defName>
<issue>Necrophilia</issue>
<label>acceptable</label>
<description>Necrophilia is a normal, unremarkable part of life.</description>
<impact>Medium</impact>
<displayOrderInIssue>10</displayOrderInIssue>
<defaultSelectionWeight>10</defaultSelectionWeight>
<approvesOfSlavery>true</approvesOfSlavery>
<requiredMemes>
<li>Necrophile</li>
</requiredMemes>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyNecroMtb">
<multiplier>0.75</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Necrophilia_Approved</defName>
<issue>Necrophilia</issue>
<label>approved</label>
<description>Fucking corpse is approval.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<requiredMemes>
<li>Necrophile</li>
<li>Lewd</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Approved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_SexWithCorpse</eventDef>
<thought>Necrophilia_Know_Approved</thought>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyNecroMtb">
<multiplier>0.5</multiplier>
</li>
</modExtensions>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>Necrophilia_Abhorrent</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<description>I had fucked corpse.</description>
<baseMoodEffect>-15</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Know_Abhorrent</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Horrible</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<description>I had fucked corpse.</description>
<baseMoodEffect>-10</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Know_Horrible</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<baseOpinionOffset>-20</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Disapproved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<description>I had fucked corpse.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Know_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Necrophiliac</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Necrophilia_Approved</li>
<li>Necrophilia_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<baseOpinionOffset>-10</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Approved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingPrecepts>
<li>Necrophilia_Abhorrent</li>
<li>Necrophilia_Horrible</li>
<li>Necrophilia_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<description>I had fucked corpse.</description>
<baseMoodEffect>4</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Necrophilia_Know_Approved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>25</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Necrophilia_Abhorrent</li>
<li>Necrophilia_Horrible</li>
<li>Necrophilia_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>fucked corpse</label>
<baseOpinionOffset>5</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,438 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Rape</defName>
<label>rape</label>
<iconPath>UI/Issues/Rape</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_Raped</defName>
<label>raped</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_EventOverrides">
<overrideRules>
<li>
<filter>
<partner>
<isSlave>true</isSlave>
</partner>
</filter>
<historyEventDef>RSI_RapedSlave</historyEventDef>
</li>
<li>
<filter>
<partner>
<isPrisoner>true</isPrisoner>
</partner>
</filter>
<historyEventDef>RSI_RapedPrisoner</historyEventDef>
</li>
</overrideRules>
</li>
</modExtensions>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_RapedSlave</defName>
<label>raped slave</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_RapedPrisoner</defName>
<label>raped prisoner</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_WasRaped</defName>
<label>was raped</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_EventOverrides">
<overrideRules>
<li>
<filter>
<doer>
<isSlave>true</isSlave>
</doer>
</filter>
<historyEventDef>RSI_WasRapedSlave</historyEventDef>
</li>
<li>
<filter>
<doer>
<isPrisoner>true</isPrisoner>
</doer>
</filter>
<historyEventDef>RSI_WasRapedPrisoner</historyEventDef>
</li>
</overrideRules>
</li>
</modExtensions>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_WasRapedSlave</defName>
<label>was raped</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_WasRapedPrisoner</defName>
<label>was raped</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Rape_Abhorrent</defName>
<issue>Rape</issue>
<label>abhorrent</label>
<description>Rape beings is deeply evil.</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<exclusionTags>
<li>RapeBad</li>
</exclusionTags>
<conflictingMemes>
<li>Rapist</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
<li>Collectivist</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_Raped</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Abhorrent</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Know_Abhorrent</thought>
<description>Someone raped other</description>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Rape_Horrible</thought>
<description>Raped prisoner</description>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Rape_Know_Horrible</thought>
<description>Someone raped prisoner</description>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_RapedSlave</eventDef>
<thought>Rape_Disapproved</thought>
<description>Raped slave</description>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_RapedSlave</eventDef>
<thought>Rape_Know_Disapproved</thought>
<description>Someone raped slave</description>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Rape_Horrible</defName>
<issue>Rape</issue>
<label>horrible</label>
<description>Raping other is a horrible thing.</description>
<impact>Low</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>30</defaultSelectionWeight>
<exclusionTags>
<li>RapeBad</li>
</exclusionTags>
<conflictingMemes>
<li>Rapist</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Horrible</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Know_Horrible</thought>
<description>Someone raped other</description>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Rape_Disapproved</thought>
<description>Raped prisoner</description>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Rape_Know_Disapproved</thought>
<description>Someone raped prisoner</description>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyRapeCPMtb">
<multiplier>3.0</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Rape_Disapproved</defName>
<issue>Rape</issue>
<label>disapproved</label>
<description>Rape is part of life, though it is extremely distasteful.</description>
<impact>Medium</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>20</defaultSelectionWeight>
<exclusionTags>
<li>RapeBad</li>
</exclusionTags>
<conflictingMemes>
<li>Rapist</li>
</conflictingMemes>
<associatedMemes>
<li>HumanPrimacy</li>
</associatedMemes>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Disapproved</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Know_Disapproved</thought>
<description>Someone raped other</description>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Rape_Acceptable</defName>
<issue>Rape</issue>
<label>acceptable</label>
<description>Rape is a normal, unremarkable part of life.</description>
<impact>High</impact>
<displayOrderInIssue>10</displayOrderInIssue>
<defaultSelectionWeight>10</defaultSelectionWeight>
<approvesOfSlavery>true</approvesOfSlavery>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyRapeCPMtb">
<multiplier>0.75</multiplier>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>Rape_Honorable</defName>
<issue>Rape</issue>
<label>proud</label>
<description>Raping is one of proud behavior.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<conflictingMemes>
<li>HumanPrimacy</li>
</conflictingMemes>
<requiredMemes>
<li>Rapist</li>
</requiredMemes>
<statFactors>
<Vulnerability>0.75</Vulnerability>
</statFactors>
<comps>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>BloodlustStoleSomeLovin</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_Raped</eventDef>
<thought>Rape_Know_Honorable</thought>
<description>Someone raped other</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>BloodlustStoleSomeLovin</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Rape_Know_Honorable</thought>
<description>Someone raped other</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_RapedSlave</eventDef>
<thought>BloodlustStoleSomeLovin</thought>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_RapedSlave</eventDef>
<thought>Rape_Know_Honorable</thought>
<description>Someone raped other</description>
<onlyForNonSlaves>true</onlyForNonSlaves>
</li>
</comps>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_ModifyRapeCPMtb">
<multiplier>0.5</multiplier>
</li>
</modExtensions>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>Rape_Abhorrent</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<description>I raped someone. I shouldn't do that.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Know_Abhorrent</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Horrible</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<description>I raped someone. I shouldn't do that.</description>
<baseMoodEffect>-3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Know_Horrible</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Disapproved</defName>
<durationDays>6</durationDays>
<stackLimit>1</stackLimit>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<description>I raped someone. I shouldn't do that.</description>
<baseMoodEffect>-1</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Know_Disapproved</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Rapist</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
<li>Rape_Acceptable</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<baseOpinionOffset>-5</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Rape_Know_Honorable</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>25</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Rape_Abhorrent</li>
<li>Rape_Disapproved</li>
</nullifyingPrecepts>
<stages>
<li>
<label>raped someone</label>
<baseOpinionOffset>1</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<PreceptDef>
<defName>GangbangCeremony</defName>
<label>gangbang</label>
<description>A ritualistic gangbang where a initiator rape a victim. The audience will rape as the initiator.</description>
<issue>Ritual</issue>
<impact>Medium</impact>
<iconPath>UI/Issues/Gangbang</iconPath>
<preceptClass>Precept_Ritual</preceptClass>
<ritualPatternBase>Gangbang</ritualPatternBase>
<allowDuplicates>true</allowDuplicates>
<countsTowardsPreceptLimit>false</countsTowardsPreceptLimit>
<selectionWeight>1.0</selectionWeight>
<displayOrderInImpact>100</displayOrderInImpact>
<ignoreLimitsInEditMode>false</ignoreLimitsInEditMode>
<receivesExpectationsQualityOffset>true</receivesExpectationsQualityOffset>
<canGenerateAsSpecialPrecept>false</canGenerateAsSpecialPrecept>
<exclusionTags>
<li>RapeBad</li>
</exclusionTags>
<requiredMemes>
<li>Rapist</li>
</requiredMemes>
</PreceptDef>
<PreceptDef>
<defName>GangbangCeremony_Consensual</defName>
<label>gangbang</label>
<description>A ritualistic gangbang where a organizer being fucked. The audience will fuck the organizer.</description>
<issue>Ritual</issue>
<impact>Medium</impact>
<iconPath>UI/Issues/Gangbang_Consensual</iconPath>
<preceptClass>Precept_Ritual</preceptClass>
<ritualPatternBase>Gangbang_Consensual</ritualPatternBase>
<allowDuplicates>true</allowDuplicates>
<countsTowardsPreceptLimit>false</countsTowardsPreceptLimit>
<selectionWeight>1.0</selectionWeight>
<displayOrderInImpact>100</displayOrderInImpact>
<ignoreLimitsInEditMode>false</ignoreLimitsInEditMode>
<receivesExpectationsQualityOffset>true</receivesExpectationsQualityOffset>
<canGenerateAsSpecialPrecept>false</canGenerateAsSpecialPrecept>
<requiredMemes>
<li>Lewd</li>
</requiredMemes>
</PreceptDef>
<PreceptDef>
<defName>AnimalGangbangCeremony</defName>
<label>animal gangbang</label>
<description>A ritualistic gangbang where animals rape a victim.</description>
<issue>Ritual</issue>
<impact>Medium</impact>
<iconPath>UI/Commands/Breeding_Pawn_off</iconPath>
<preceptClass>Precept_Ritual</preceptClass>
<ritualPatternBase>GangbangByAnimal</ritualPatternBase>
<allowDuplicates>true</allowDuplicates>
<countsTowardsPreceptLimit>false</countsTowardsPreceptLimit>
<selectionWeight>1.0</selectionWeight>
<displayOrderInImpact>100</displayOrderInImpact>
<ignoreLimitsInEditMode>false</ignoreLimitsInEditMode>
<receivesExpectationsQualityOffset>true</receivesExpectationsQualityOffset>
<canGenerateAsSpecialPrecept>false</canGenerateAsSpecialPrecept>
<modExtensions>
<li Class="RJWSexperience.Ideology.Precepts.DefExtension_MultipleMemesRequired">
<requiredAllMemes>
<li>Rapist</li>
<li>Zoophile</li>
</requiredAllMemes>
</li>
</modExtensions>
</PreceptDef>
<PreceptDef>
<defName>AnimalGangbangCeremony_Consensual</defName>
<label>animal gangbang</label>
<description>A ritualistic gangbang where animals fuck the organizer.</description>
<issue>Ritual</issue>
<impact>Medium</impact>
<iconPath>UI/Commands/Breeding_Pawn_on</iconPath>
<preceptClass>Precept_Ritual</preceptClass>
<ritualPatternBase>GangbangByAnimal_Consensual</ritualPatternBase>
<allowDuplicates>true</allowDuplicates>
<countsTowardsPreceptLimit>false</countsTowardsPreceptLimit>
<selectionWeight>1.0</selectionWeight>
<displayOrderInImpact>100</displayOrderInImpact>
<ignoreLimitsInEditMode>false</ignoreLimitsInEditMode>
<receivesExpectationsQualityOffset>true</receivesExpectationsQualityOffset>
<canGenerateAsSpecialPrecept>false</canGenerateAsSpecialPrecept>
<requiredMemes>
<li>Zoophile</li>
</requiredMemes>
</PreceptDef>
<PreceptDef>
<defName>DrugOrgyCeremony</defName>
<label>drug orgy</label>
<description>An orgy using massive aphrodisiac.</description>
<issue>Ritual</issue>
<impact>Medium</impact>
<iconPath>UI/Issues/Gangbang</iconPath>
<preceptClass>Precept_Ritual</preceptClass>
<ritualPatternBase>DrugOrgy</ritualPatternBase>
<allowDuplicates>true</allowDuplicates>
<countsTowardsPreceptLimit>false</countsTowardsPreceptLimit>
<selectionWeight>1.0</selectionWeight>
<displayOrderInImpact>100</displayOrderInImpact>
<ignoreLimitsInEditMode>false</ignoreLimitsInEditMode>
<receivesExpectationsQualityOffset>true</receivesExpectationsQualityOffset>
<canGenerateAsSpecialPrecept>false</canGenerateAsSpecialPrecept>
<requiredMemes>
<li>Lewd</li>
</requiredMemes>
</PreceptDef>
</Defs>

View File

@ -0,0 +1,384 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Sextype</defName>
<label>sex type</label>
<iconPath>UI/Issues/Bestiality</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_VaginalSex</defName>
<label>vaginal sex</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_AnalSex</defName>
<label>anal sex</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_OralSex</defName>
<label>oral sex</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_PromiscuousSex</defName>
<label>promiscuous sex</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_MiscSex</defName>
<label>sex</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Sex_Free</defName>
<issue>Sextype</issue>
<label>free</label>
<description>Open minded.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
</PreceptDef>
<PreceptDef>
<defName>Sex_VaginalOnly</defName>
<issue>Sextype</issue>
<label>vaginal only</label>
<description>Only vaginal sex is approval and others are crude.</description>
<impact>Low</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>100</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_AnalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_OralSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_MiscSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_PromiscuousSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Sex_AnalOnly</defName>
<issue>Sextype</issue>
<label>anal only</label>
<description>Only anal sex is approval and others are crude.</description>
<impact>Medium</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>10</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_VaginalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_OralSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_MiscSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_PromiscuousSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Sex_OralOnly</defName>
<issue>Sextype</issue>
<label>oral only</label>
<description>Only oral sex is approval and others are crude.</description>
<impact>Medium</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>5</defaultSelectionWeight>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_VaginalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_AnalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_MiscSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_PromiscuousSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Promiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Know_Promiscuous</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Sex_Promiscuous</defName>
<issue>Sextype</issue>
<label>promiscuous</label>
<description>Messy sex life is approved.</description>
<impact>High</impact>
<displayOrderInIssue>0</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<statFactors>
<SexFrequency>1.5</SexFrequency>
<SexAbility>1.25</SexAbility>
</statFactors>
<comps>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_VaginalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_VaginalSex</eventDef>
<thought>Sex_Know_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_AnalSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_AnalSex</eventDef>
<thought>Sex_Know_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_OralSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_OralSex</eventDef>
<thought>Sex_Know_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_UnwillingToDo">
<eventDef>RSI_MiscSex</eventDef>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_MiscSex</eventDef>
<thought>Sex_Know_NonPromiscuous</thought>
</li>
<li Class="PreceptComp_KnowsMemoryThought">
<eventDef>RSI_PromiscuousSex</eventDef>
<thought>Sex_Know_Promiscuous_Approval</thought>
</li>
</comps>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>Sex_Promiscuous</defName>
<durationDays>1</durationDays>
<stackLimit>1</stackLimit>
<thoughtClass>RJWSexperience.Thought_IncreaseRecord</thoughtClass>
<stages>
<li>
<label>promiscuous sex</label>
<description>I was immoral. It makes me aroused.</description>
<baseMoodEffect>5</baseMoodEffect>
</li>
</stages>
<modExtensions>
<li Class="RJWSexperience.ThoughtDefExtension_IncreaseRecord" MayRequire="rjw.sexperience">
<recordDef>Lust</recordDef>
<increment>3.0</increment>
</li>
</modExtensions>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_NonPromiscuous</defName>
<durationDays>1</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>ordinary sex</label>
<description>It cannot satisfy me.</description>
<baseMoodEffect>-1</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_Promiscuous</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
<li>Zoophile</li>
<li>Rapist</li>
<li>Necrophiliac</li>
<li>Gay</li>
<li>Bisexual</li>
</nullifyingTraits>
<nullifyingPrecepts>
<li>Sex_Free</li>
<li>Sex_Promiscuous</li>
</nullifyingPrecepts>
<stages>
<li>
<label>promiscuous</label>
<baseOpinionOffset>-10</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_Promiscuous_Approval</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Sex_VaginalOnly</li>
<li>Sex_AnalOnly</li>
<li>Sex_OralOnly</li>
</nullifyingPrecepts>
<stages>
<li>
<label>promiscuous</label>
<baseOpinionOffset>3</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Sex_Know_NonPromiscuous</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingPrecepts>
<li>Sex_VaginalOnly</li>
<li>Sex_AnalOnly</li>
<li>Sex_OralOnly</li>
<li>Sex_Free</li>
</nullifyingPrecepts>
<stages>
<li>
<label>boring</label>
<baseOpinionOffset>-3</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>SocialAffection</defName>
<label>social affection</label>
<iconPath>UI/Issues/SocialAffection</iconPath>
</IssueDef>
<!-- Precepts -->
<PreceptDef>
<defName>SocialAffection_Normal</defName>
<issue>SocialAffection</issue>
<label>normal(vanilla)</label>
<description>Just normal.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>SocialAffection_Small</defName>
<issue>SocialAffection</issue>
<label>only immediate family</label>
<description>Care about only immediate family.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>SocialAffection_OnlyFamily</defName>
<issue>SocialAffection</issue>
<label>only family</label>
<description>Don't care about non-family memeber's tragedy.</description>
<impact>Medium</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>SocialAffection_Dry</defName>
<issue>SocialAffection</issue>
<label>not family</label>
<description>Don't care about family memeber's tragedy.</description>
<impact>High</impact>
<displayOrderInIssue>20</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>SocialAffection_Psychopath</defName>
<issue>SocialAffection</issue>
<label>Psychopath</label>
<description>Don't care about others.</description>
<impact>High</impact>
<displayOrderInIssue>10</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
</Defs>

View File

@ -0,0 +1,207 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Submissive</defName>
<label>submissive</label>
<iconPath>UI/Issues/Submissive</iconPath>
</IssueDef>
<!-- Precepts -->
<PreceptDef>
<defName>Submissive_None</defName>
<issue>Submissive</issue>
<label>Normal</label>
<description>Just normal.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
</PreceptDef>
<PreceptDef>
<defName>Submissive_Male</defName>
<issue>Submissive</issue>
<label>submissive male</label>
<description>Males are submissive. They will obey and accept even being raped.</description>
<impact>High</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<requiredMemes>
<li>FemaleSupremacy</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_UnwillingToDo_Gendered">
<eventDef>RSI_Raped</eventDef>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRaped</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRaped</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_Raped</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Male</doersGender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedPrisoner</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedPrisoner</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Male</doersGender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedSlave</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedSlave</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_RapedSlave</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Male</doersGender>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Submissive_Female</defName>
<issue>Submissive</issue>
<label>submissive female</label>
<description>Females are submissive. They will obey and accept even being raped.</description>
<impact>High</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<requiredMemes>
<li>MaleSupremacy</li>
</requiredMemes>
<comps>
<li Class="PreceptComp_UnwillingToDo_Gendered">
<eventDef>RSI_Raped</eventDef>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRaped</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRaped</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_Raped</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Female</doersGender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedPrisoner</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedPrisoner</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_RapedPrisoner</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Female</doersGender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedSlave</eventDef>
<thought>BeenRaped_Submissive</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_WasRapedSlave</eventDef>
<thought>BeenRaped_NotSubmissive</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_RapedSlave</eventDef>
<thought>Raped_Know_NotBeingSubmissive</thought>
<doersGender>Female</doersGender>
</li>
</comps>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>BeenRaped_Submissive</defName>
<durationDays>10</durationDays>
<stackLimit>100</stackLimit>
<thoughtClass>Thought_Memory</thoughtClass>
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
<nullifyingTraits>
<li>Masochist</li>
</nullifyingTraits>
<stages>
<li>
<label>had been raped</label>
<description>I had to accept. But i don't feel so good.</description>
<baseMoodEffect>-3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>BeenRaped_NotSubmissive</defName>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
<nullifyingTraits>
<li>Masochist</li>
</nullifyingTraits>
<stages>
<li>
<label>{0} raped me</label>
<description>How dare...</description>
<baseMoodEffect>-30</baseMoodEffect>
<baseOpinionOffset>-200</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Raped_Know_NotBeingSubmissive</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>15</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Masochist</li>
</nullifyingTraits>
<stages>
<li>
<label>not obedient</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,360 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!-- Issues -->
<IssueDef>
<defName>Virginity_Female</defName>
<label>virginity of female</label>
<iconPath>UI/Issues/Female</iconPath>
</IssueDef>
<IssueDef>
<defName>Virginity_Male</defName>
<label>virginity of male</label>
<iconPath>UI/Issues/Male</iconPath>
</IssueDef>
<HistoryEventDef>
<defName>RSI_VirginTaken</defName>
<label>virgin taken</label>
<modExtensions>
<li Class="RJWSexperience.Ideology.HistoryEvents.DefExtension_SecondaryEvents">
<generationRules>
<li>
<filter>
<relations>
<hasNoneOfRelations>
<li>Spouse</li>
</hasNoneOfRelations>
</relations>
</filter>
<historyEventDef>RSI_VirginTakenNotSpouse</historyEventDef>
</li>
</generationRules>
</li>
</modExtensions>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_TookVirgin</defName>
<label>took virgin</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_VirginStolen</defName>
<label>virgin stolen</label>
</HistoryEventDef>
<HistoryEventDef>
<defName>RSI_VirginTakenNotSpouse</defName>
<label>virgin was taken by a stranger</label>
</HistoryEventDef>
<!-- Precepts -->
<PreceptDef>
<defName>Virgin_UselessF</defName>
<issue>Virginity_Female</issue>
<label>useless</label>
<description>Female's virginity is useless.</description>
<impact>Medium</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>10</defaultSelectionWeight>
</PreceptDef>
<PreceptDef>
<defName>Virgin_UselessM</defName>
<issue>Virginity_Male</issue>
<label>useless</label>
<description>Male's virginity is useless.</description>
<impact>Low</impact>
<displayOrderInIssue>50</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>80</defaultSelectionWeight>
</PreceptDef>
<PreceptDef>
<defName>Virgin_PreciousF</defName>
<issue>Virginity_Female</issue>
<label>precious</label>
<description>Female's virginity is precious.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>80</defaultSelectionWeight>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginStolen</eventDef>
<thought>Virgin_Precious_Taken_Forcefully</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Precious_Taken</thought>
<gender>Female</gender>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_TookVirgin</eventDef>
<thought>TookVirginity</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Virgin_PreciousM</defName>
<issue>Virginity_Male</issue>
<label>precious</label>
<description>Male's virginity is precious.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>1</defaultSelectionWeight>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginStolen</eventDef>
<thought>Virgin_Precious_Taken_Forcefully</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Precious_Taken</thought>
<gender>Male</gender>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_TookVirgin</eventDef>
<thought>TookVirginity</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Virgin_OnlyForSpouseF</defName>
<issue>Virginity_Female</issue>
<label>precious(strict)</label>
<description>Losing virginity before marriage is evil.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>80</defaultSelectionWeight>
<requiredMemes>
<li>MaleSupremacy</li>
</requiredMemes>
<conflictingMemes>
<li>FemaleSupremacy</li>
</conflictingMemes>
<associatedMemes>
<li>MaleSupremacy</li>
</associatedMemes>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginStolen</eventDef>
<thought>Virgin_Precious_Taken_Forcefully</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Precious_Taken</thought>
<gender>Female</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_VirginTakenNotSpouse</eventDef>
<thought>Virgin_OnlyForSpouse_Know_Taken</thought>
<doersGender>Female</doersGender>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_TookVirgin</eventDef>
<thought>TookVirginity</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Virgin_OnlyForSpouseM</defName>
<issue>Virginity_Male</issue>
<label>precious(strict)</label>
<description>Losing virginity before marriage is evil.</description>
<impact>Medium</impact>
<displayOrderInIssue>40</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>20</defaultSelectionWeight>
<requiredMemes>
<li>FemaleSupremacy</li>
</requiredMemes>
<conflictingMemes>
<li>MaleSupremacy</li>
</conflictingMemes>
<associatedMemes>
<li>FemaleSupremacy</li>
</associatedMemes>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginStolen</eventDef>
<thought>Virgin_Precious_Taken_Forcefully</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Precious_Taken</thought>
<gender>Male</gender>
</li>
<li Class="RJWSexperience.Ideology.Precepts.Comp_KnowsMemoryThought_Gendered">
<eventDef>RSI_VirginTakenNotSpouse</eventDef>
<thought>Virgin_OnlyForSpouse_Know_Taken</thought>
<doersGender>Male</doersGender>
</li>
<li Class="PreceptComp_SelfTookMemoryThought">
<eventDef>RSI_TookVirgin</eventDef>
<thought>TookVirginity</thought>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Virgin_ShamefulF</defName>
<issue>Virginity_Female</issue>
<label>shameful</label>
<description>Remaining as virgin is shameful thing and being laughed at.</description>
<impact>Medium</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>1</defaultSelectionWeight>
<associatedMemes>
<li>FemaleSupremacy</li>
</associatedMemes>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Shameful_Taken</thought>
<gender>Female</gender>
</li>
</comps>
</PreceptDef>
<PreceptDef>
<defName>Virgin_ShamefulM</defName>
<issue>Virginity_Male</issue>
<label>shameful</label>
<description>Remaining as virgin is shameful thing and being laughed at.</description>
<impact>Medium</impact>
<displayOrderInIssue>30</displayOrderInIssue>
<displayOrderInImpact>1000</displayOrderInImpact>
<defaultSelectionWeight>40</defaultSelectionWeight>
<associatedMemes>
<li>MaleSupremacy</li>
</associatedMemes>
<comps>
<li Class="RJWSexperience.Ideology.Precepts.Comp_SelfTookMemoryThought_Gendered">
<eventDef>RSI_VirginTaken</eventDef>
<thought>Virgin_Shameful_Taken</thought>
<gender>Male</gender>
</li>
</comps>
</PreceptDef>
<!-- Thoughts -->
<ThoughtDef>
<defName>Virgin_Precious_Taken_Forcefully</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>30</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>Virginity stolen</label>
<description>My virginity was taken forcefully.</description>
<baseMoodEffect>-10</baseMoodEffect>
<baseOpinionOffset>-200</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Virgin_Precious_Taken</defName>
<thoughtClass>RJWSexperience.Thought_Opinionbased</thoughtClass>
<durationDays>7</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>Lost virginity to {0}</label>
<description>I am no longer virgin.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
<li>
<label>Lost virginity to {0}</label>
<description>I am no longer virgin.</description>
<baseMoodEffect>-3</baseMoodEffect>
</li>
<li>
<label>Lost virginity to {0}</label>
<description>I am no longer virgin.</description>
<baseMoodEffect>-1</baseMoodEffect>
</li>
<li>
<label>Gave virginity to {0}</label>
<description>I gave my virginity to my love.</description>
<baseMoodEffect>5</baseMoodEffect>
</li>
</stages>
<modExtensions>
<li Class="RJWSexperience.ThoughtDefExtension_StageFromOpinion">
<minimumValueforStage>
<li>-100</li>
<li>-50</li>
<li>0</li>
<li>75</li>
</minimumValueforStage>
</li>
</modExtensions>
</ThoughtDef>
<ThoughtDef>
<defName>Virgin_Shameful_Taken</defName>
<thoughtClass>RJWSexperience.Thought_Opinionbased</thoughtClass>
<durationDays>7</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>Lost virginity to {0}</label>
<description>Finally!</description>
<baseMoodEffect>5</baseMoodEffect>
</li>
<li>
<label>Lost virginity to {0}</label>
<description>Finally!</description>
<baseMoodEffect>10</baseMoodEffect>
</li>
<li>
<label>Lost virginity to {0}</label>
<description>Finally!</description>
<baseMoodEffect>20</baseMoodEffect>
</li>
</stages>
<modExtensions>
<li Class="RJWSexperience.ThoughtDefExtension_StageFromOpinion">
<minimumValueforStage>
<li>-100</li>
<li>0</li>
<li>75</li>
</minimumValueforStage>
</li>
</modExtensions>
</ThoughtDef>
<ThoughtDef>
<defName>Virgin_OnlyForSpouse_Know_Taken</defName>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<durationDays>30</durationDays>
<stackLimit>100</stackLimit>
<stackLimitForSameOtherPawn>3</stackLimitForSameOtherPawn>
<nullifyingTraits>
<li>Nymphomaniac</li>
</nullifyingTraits>
<stages>
<li>
<label>slut</label>
<baseOpinionOffset>-30</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RitualPatternDef Abstract="True" Name="GangbangBase" ParentName="CelebrationPartyChat">
<nameMaker>NamerRitualFestival</nameMaker>
<canStartAnytime>true</canStartAnytime>
<ritualObligationTargetFilter>RitualSpotOrAltar</ritualObligationTargetFilter>
<tags>
<li>Rape</li>
</tags>
</RitualPatternDef>
<RitualPatternDef ParentName="GangbangBase">
<defName>Gangbang</defName>
<ritualBehavior>Gangbang</ritualBehavior>
<shortDescOverride>gangbang</shortDescOverride>
<descOverride>A ritualistic gangbang. The organizer will give a speech to excite the crowd, then fuck the victim. If the organizer cannot fuck victim, the ritual will be canceled.</descOverride>
<iconPathOverride>UI/Issues/Gangbang</iconPathOverride>
<ritualOnlyForIdeoMembers>false</ritualOnlyForIdeoMembers>
<ritualOutcomeEffect>Gangbang</ritualOutcomeEffect>
<patternGroupTag/>
</RitualPatternDef>
<RitualPatternDef ParentName="GangbangBase">
<defName>Gangbang_Consensual</defName>
<ritualBehavior>Gangbang_Consensual</ritualBehavior>
<shortDescOverride>gangbang</shortDescOverride>
<descOverride>A ritualistic gangbang. The organizer will give a speech to excite the crowd, then fucked by the crowd.</descOverride>
<iconPathOverride>UI/Issues/Gangbang_Consensual</iconPathOverride>
<ritualOnlyForIdeoMembers>false</ritualOnlyForIdeoMembers>
<ritualOutcomeEffect>Gangbang_Consensual</ritualOutcomeEffect>
<patternGroupTag/>
</RitualPatternDef>
<RitualPatternDef ParentName="GangbangBase">
<defName>GangbangByAnimal</defName>
<ritualBehavior>GangbangByAnimal</ritualBehavior>
<shortDescOverride>gangbang by animal</shortDescOverride>
<descOverride>A ritualistic animal gangbang. The organizer will give a speech to excite the crowd, then animals begin fuck victim.</descOverride>
<iconPathOverride>UI/Commands/Breeding_Pawn_off</iconPathOverride>
<ritualOnlyForIdeoMembers>false</ritualOnlyForIdeoMembers>
<ritualOutcomeEffect>BestialGangbang</ritualOutcomeEffect>
<patternGroupTag/>
</RitualPatternDef>
<RitualPatternDef ParentName="GangbangBase">
<defName>GangbangByAnimal_Consensual</defName>
<ritualBehavior>GangbangByAnimal_Consensual</ritualBehavior>
<shortDescOverride>gangbang by animal</shortDescOverride>
<descOverride>A ritualistic animal gangbang. The organizer will give a speech to excite the crowd, then animals begin fuck the organizer.</descOverride>
<iconPathOverride>UI/Commands/Breeding_Pawn_on</iconPathOverride>
<ritualOnlyForIdeoMembers>false</ritualOnlyForIdeoMembers>
<ritualOutcomeEffect>BestialGangbang_Consensual</ritualOutcomeEffect>
<patternGroupTag/>
</RitualPatternDef>
<RitualPatternDef ParentName="CelebrationConsumable">
<defName>DrugOrgy</defName>
<shortDescOverride>drug orgy</shortDescOverride>
<descOverride>An orgy with large amounts of aphrodisiac. Participants will gather around a lustbong, light it on fire, and fuck each other while inhaling the fumes.</descOverride>
<iconPathOverride>UI/Icons/Rituals/SmokeCircle</iconPathOverride>
<ritualOnlyForIdeoMembers>false</ritualOnlyForIdeoMembers>
<ritualObligationTargetFilter>DrugOrgy</ritualObligationTargetFilter>
<ritualBehavior>DrugOrgy</ritualBehavior>
<ritualOutcomeEffect>DrugOrgy</ritualOutcomeEffect>
</RitualPatternDef>
</Defs>

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<IdeoPresetDef>
<defName>Animal_Breeders</defName>
<label>animal breeders</label>
<description>Animals are our better half.</description>
<categoryDef>Intense</categoryDef>
<memes>
<li>AnimalPersonhood</li>
<li>Zoophile</li>
</memes>
</IdeoPresetDef>
<IdeoPresetDef>
<defName>Savage_Rapist_Brigands</defName>
<label>savage rapist brigands</label>
<description>All of them are ours.</description>
<categoryDef>Intense</categoryDef>
<memes>
<li>Rapist</li>
<li>Nudism</li>
<li>Raider</li>
</memes>
</IdeoPresetDef>
<IdeoPresetDef>
<defName>Hentai_Tribe</defName>
<label>hentai tribe</label>
<categoryDef>Intense</categoryDef>
<description>Impregnate.</description>
<memes>
<li>MaleSupremacy</li>
<li>Rapist</li>
</memes>
</IdeoPresetDef>
</Defs>

View File

@ -0,0 +1,466 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RitualBehaviorDef Name="GangbangBehaviorBase" Abstract="True" ParentName="DateRitualBehavior">
<preceptRequirements>
<li Class="PreceptRequirement_Altar"/>
</preceptRequirements>
<durationTicks>7500</durationTicks>
<roles Inherit="False">
<li Class="RitualRoleTag">
<label>initiator</label>
<id>initiator</id>
<tag>Initiator</tag>
<precept>IdeoRole_Moralist</precept>
<required>True</required>
<substitutable>true</substitutable>
<maxCount>1</maxCount>
<countsAsParticipant>False</countsAsParticipant>
</li>
</roles>
</RitualBehaviorDef>
<RitualBehaviorDef ParentName="GangbangBehaviorBase">
<defName>Gangbang</defName>
<workerClass>RJWSexperience.Ideology.RitualBehaviorWorker_Gangbang</workerClass>
<roles>
<li Class="RJWSexperience.Ideology.RitualRole_RapeVictim">
<label>victim</label>
<missingDesc>a victim</missingDesc>
<id>victim</id>
<maxCount>1</maxCount>
<required>true</required>
<countsAsParticipant>False</countsAsParticipant>
<ignoreBleeding>true</ignoreBleeding>
<allowNonAggroMentalState>true</allowNonAggroMentalState>
<allowOtherIdeos>true</allowOtherIdeos>
</li>
</roles>
<stages Inherit="False">
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithVictim">
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_PawnDeliveredOrNotValid"/>
</endTriggers>
<failTriggers>
<li Class="StageFailTrigger_TargetPawnUnreachable">
<takerId>initiator</takerId>
<takeeId>victim</takeeId>
<desc>Victim is not reachable.</desc>
</li>
</failTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>DeliverPawnToAltar</dutyDef>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>Idle</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Gangbang</speakerInteraction>
<customPositions>
<li Class="RitualPosition_Lectern">
<maxDistanceToFocus>5</maxDistanceToFocus>
</li>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>LayDownAwake</dutyDef>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithVictim">
<defaultDuty>Gangbang_Rape</defaultDuty>
<essential>True</essential>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.9</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>FuckVictim</dutyDef>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithVictim">
<defaultDuty>Gangbang_Rape</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Gangbang</speakerInteraction>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
</stages>
</RitualBehaviorDef>
<RitualBehaviorDef ParentName="GangbangBehaviorBase">
<defName>Gangbang_Consensual</defName>
<workerClass>RJWSexperience.Ideology.RitualBehaviorWorker_Gangbang_Consensual</workerClass>
<stages Inherit="False">
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithInitiator">
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_RolesArrived">
<roleIds>
<li>initiator</li>
</roleIds>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>ArriveToCell</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Gangbang</speakerInteraction>
<customPositions>
<li Class="RitualPosition_Lectern">
<maxDistanceToFocus>5</maxDistanceToFocus>
</li>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithInitiator">
<defaultDuty>Gangbang_Consensual</defaultDuty>
<essential>True</essential>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>1.0</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>LayDownAwake</dutyDef>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithInitiator">
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Gangbang</speakerInteraction>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
</stages>
</RitualBehaviorDef>
<RitualBehaviorDef ParentName="GangbangBehaviorBase">
<defName>GangbangByAnimal</defName>
<workerClass>RJWSexperience.Ideology.RitualBehaviorWorker_Gangbang</workerClass>
<roles>
<li Class="RJWSexperience.Ideology.RitualRole_HumanBreedee">
<label>breedee</label>
<missingDesc>a breedee who will be fucked by animal</missingDesc>
<id>victim</id>
<maxCount>1</maxCount>
<required>True</required>
<countsAsParticipant>False</countsAsParticipant>
<ignoreBleeding>true</ignoreBleeding>
</li>
<li Class="RJWSexperience.Ideology.RitualRole_AnimalBreeder">
<label>breeder</label>
<id>animal</id>
<maxCount>30</maxCount>
<required>false</required>
<missingDesc>a breedable animal</missingDesc>
<countsAsParticipant>false</countsAsParticipant>
</li>
</roles>
<stages Inherit="False">
<li Class="RitualStage_InteractWithRole">
<targets>
<li>
<pawnId>initiator</pawnId>
<targetId>victim</targetId>
</li>
</targets>
<defaultDuty>Spectate</defaultDuty>
<spectateDistanceOverride>5~7</spectateDistanceOverride>
<failTriggers>
<li Class="StageFailTrigger_TargetPawnUnreachable">
<takerId>initiator</takerId>
<takeeId>victim</takeeId>
<desc>Victim is not reachable.</desc>
</li>
</failTriggers>
<endTriggers>
<li Class="StageEndTrigger_RolesArrived">
<roleIds>
<li>initiator</li>
</roleIds>
<clearTag>true</clearTag>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>DeliverPawnToCellIfAliveThenIdle</dutyDef>
<customPositions>
<li Class="RitualPosition_DuelistStart">
<distFromTarget>2</distFromTarget>
<duelistIndex>0</duelistIndex>
</li>
</customPositions>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>Idle</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Zoophile</speakerInteraction>
<customPositions>
<li Class="RitualPosition_Lectern">
<maxDistanceToFocus>5</maxDistanceToFocus>
</li>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>animal</roleId>
<dutyDef>Spectate</dutyDef>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>LayDownAwake</dutyDef>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithVictim_All">
<defaultDuty>Spectate</defaultDuty>
<essential>True</essential>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.9</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>animal</roleId>
<dutyDef>Gangbang_Rape</dutyDef>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>LayDownAwake</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Zoophile</speakerInteraction>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>victim</roleId>
<dutyDef>LayDownAwake</dutyDef>
</li>
</roleBehaviors>
</li>
</stages>
</RitualBehaviorDef>
<RitualBehaviorDef ParentName="GangbangBehaviorBase">
<defName>GangbangByAnimal_Consensual</defName>
<workerClass>RJWSexperience.Ideology.RitualBehaviorWorker_Gangbang_Consensual</workerClass>
<roles>
<li Class="RJWSexperience.Ideology.RitualRole_AnimalBreeder">
<label>breeder</label>
<id>animal</id>
<maxCount>30</maxCount>
<required>false</required>
<missingDesc>a breedable animal</missingDesc>
<countsAsParticipant>false</countsAsParticipant>
</li>
</roles>
<stages Inherit="False">
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithInitiator">
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_RolesArrived">
<roleIds>
<li>initiator</li>
</roleIds>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>ArriveToCell</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Zoophile</speakerInteraction>
<customPositions>
<li Class="RitualPosition_Lectern">
<maxDistanceToFocus>5</maxDistanceToFocus>
</li>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>animal</roleId>
<dutyDef>Spectate</dutyDef>
</li>
</roleBehaviors>
</li>
<li Class="RJWSexperience.Ideology.RitualStage_InteractWithInitiator">
<defaultDuty>Spectate</defaultDuty>
<essential>True</essential>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.9</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>animal</roleId>
<dutyDef>Gangbang_Consensual</dutyDef>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
<li>
<roleId>initiator</roleId>
<dutyDef>LayDownAwake</dutyDef>
</li>
</roleBehaviors>
</li>
<li>
<defaultDuty>Spectate</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>0.1</percentage>
</li>
</endTriggers>
<roleBehaviors>
<li>
<roleId>initiator</roleId>
<dutyDef>SpeakOnCellFacingSpectators</dutyDef>
<speakerInteraction>Speech_Zoophile</speakerInteraction>
<customPositions>
<li Class="RitualPosition_OnInteractionCell" />
</customPositions>
</li>
</roleBehaviors>
</li>
</stages>
</RitualBehaviorDef>
<RitualBehaviorDef ParentName="DateRitualBehavior">
<defName>DrugOrgy</defName>
<durationTicks>7500</durationTicks>
<roles Inherit="False"/>
<spectatorsLabel>Participants</spectatorsLabel>
<spectatorGerund>participate</spectatorGerund>
<stages Inherit="False">
<li>
<defaultDuty>DrugOrgy</defaultDuty>
<endTriggers>
<li Class="StageEndTrigger_DurationPercentage">
<percentage>1.0</percentage>
</li>
</endTriggers>
</li>
</stages>
</RitualBehaviorDef>
</Defs>

View File

@ -0,0 +1,400 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RitualOutcomeEffectDef>
<defName>Gangbang</defName>
<description>Depending on ritual quality, participants will get between {MINMOOD} and {MAXMOOD} mood for {MOODDAYS} days.</description>
<workerClass>RitualOutcomeEffectWorker_Consumable</workerClass>
<extraPredictedOutcomeDescriptions>
<li>If the {0} is satisfying, one of the participants might gain an inspiration.</li>
</extraPredictedOutcomeDescriptions>
<comps>
<li Class="RitualOutcomeComp_RolePresentNotSubstituted">
<roleId>initiator</roleId>
<label>moral guide present</label>
<qualityOffset>0.10</qualityOffset>
</li>
<li Class="RitualOutcomeComp_ParticipantCount">
<label>participant count</label>
<curve>
<points>
<li>(1, -0.20)</li>
<li>(3, -0.05)</li>
<li>(5, 0.05)</li>
<li>(10, 0.10)</li>
</points>
</curve>
</li>
<li Class="RitualOutcomeComp_RitualTargetDefs">
<allowAltars>true</allowAltars>
<label>started at altar</label>
<qualityOffset>0.2</qualityOffset>
<expectedThingLabelTip>an altar</expectedThingLabelTip>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>victim broken</label>
<qualityOffset>0.15</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.3</minSeverity>
<roleId>victim</roleId>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>victim extremly broken</label>
<qualityOffset>0.15</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.5</minSeverity>
<roleId>victim</roleId>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>victim completely broken</label>
<qualityOffset>0.3</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.9</minSeverity>
<roleId>victim</roleId>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_NeedBased">
<label>statisfied participants</label>
<qualityOffset>0.4</qualityOffset>
<needDef>Sex</needDef>
<minAvgNeed>0.7</minAvgNeed>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_NeedBased">
<label>completly statisfied participants</label>
<qualityOffset>0.4</qualityOffset>
<needDef>Sex</needDef>
<minAvgNeed>0.9</minAvgNeed>
</li>
</comps>
<outcomeChances>
<li>
<label>Terrible</label>
<chance>0.05</chance>
<memory>TerribleGangbang</memory>
<description>The {0} was terrible! The speech was stuttering and incoherent, and the victim was botched - everyone was waiting for it to end.</description>
<positivityIndex>-2</positivityIndex>
</li>
<li>
<label>Boring</label>
<chance>0.10</chance>
<memory>BoringGangbang</memory>
<description>The {0} was boring. The speech was repetitive and the victim was noticeably flawed. It just didn't feel dignified.</description>
<positivityIndex>-1</positivityIndex>
</li>
<li>
<label>Satisfying</label>
<chance>0.6</chance>
<memory>FunGangbang</memory>
<description>The {0} was satisfying. The speech felt meaningful, and the victim was precise and dignified.</description>
<potentialExtraOutcomeDesc>There's a 5% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>1</positivityIndex>
</li>
<li>
<label>Spectacular</label>
<chance>0.25</chance>
<memory>UnforgettableGangbang</memory>
<description>The {0} was spectacular! The speech brought everyone to the edge of a frenzy and the victim was like succubus.</description>
<potentialExtraOutcomeDesc>There's a 10% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>2</positivityIndex>
</li>
</outcomeChances>
</RitualOutcomeEffectDef>
<RitualOutcomeEffectDef>
<defName>Gangbang_Consensual</defName>
<description>Depending on ritual quality, participants will get between {MINMOOD} and {MAXMOOD} mood for {MOODDAYS} days.</description>
<workerClass>RitualOutcomeEffectWorker_Consumable</workerClass>
<extraPredictedOutcomeDescriptions>
<li>If the {0} is satisfying, one of the participants might gain an inspiration.</li>
</extraPredictedOutcomeDescriptions>
<comps>
<li Class="RitualOutcomeComp_RolePresentNotSubstituted">
<roleId>initiator</roleId>
<label>moral guide present</label>
<qualityOffset>0.10</qualityOffset>
</li>
<li Class="RitualOutcomeComp_ParticipantCount">
<label>participant count</label>
<curve>
<points>
<li>(1, -0.20)</li>
<li>(3, -0.05)</li>
<li>(5, 0.05)</li>
<li>(10, 0.10)</li>
</points>
</curve>
</li>
<li Class="RitualOutcomeComp_RitualTargetDefs">
<allowAltars>true</allowAltars>
<label>started at altar</label>
<qualityOffset>0.2</qualityOffset>
<expectedThingLabelTip>an altar</expectedThingLabelTip>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_NeedBased">
<label>statisfied participants</label>
<qualityOffset>0.4</qualityOffset>
<needDef>Sex</needDef>
<minAvgNeed>0.7</minAvgNeed>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_NeedBased">
<label>completly statisfied participants</label>
<qualityOffset>1.0</qualityOffset>
<needDef>Sex</needDef>
<minAvgNeed>0.8</minAvgNeed>
</li>
</comps>
<outcomeChances>
<li>
<label>Terrible</label>
<chance>0.05</chance>
<memory>TerribleGangbang</memory>
<description>The {0} was terrible! The speech was stuttering and incoherent, and the victim was botched - everyone was waiting for it to end.</description>
<positivityIndex>-2</positivityIndex>
</li>
<li>
<label>Boring</label>
<chance>0.10</chance>
<memory>BoringGangbang</memory>
<description>The {0} was boring. The speech was repetitive and the victim was noticeably flawed. It just didn't feel dignified.</description>
<positivityIndex>-1</positivityIndex>
</li>
<li>
<label>Satisfying</label>
<chance>0.6</chance>
<memory>FunGangbang</memory>
<description>The {0} was satisfying. The speech felt meaningful, and the victim was precise and dignified.</description>
<potentialExtraOutcomeDesc>There's a 5% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>1</positivityIndex>
</li>
<li>
<label>Spectacular</label>
<chance>0.25</chance>
<memory>UnforgettableGangbang</memory>
<description>The {0} was spectacular! The speech brought everyone to the edge of a frenzy and the victim was like succubus.</description>
<potentialExtraOutcomeDesc>There's a 10% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>2</positivityIndex>
</li>
</outcomeChances>
</RitualOutcomeEffectDef>
<RitualOutcomeEffectDef>
<defName>BestialGangbang</defName>
<description>Depending on ritual quality, participants will get between {MINMOOD} and {MAXMOOD} mood for {MOODDAYS} days.</description>
<workerClass>RitualOutcomeEffectWorker_Consumable</workerClass>
<extraPredictedOutcomeDescriptions>
<li>If the {0} is satisfying, one of the participants might gain an inspiration.</li>
</extraPredictedOutcomeDescriptions>
<comps>
<li Class="RitualOutcomeComp_RolePresentNotSubstituted">
<roleId>initiator</roleId>
<label>moral guide present</label>
<qualityOffset>0.10</qualityOffset>
</li>
<li Class="RitualOutcomeComp_ParticipantCount">
<label>participant count</label>
<curve>
<points>
<li>(1, -0.50)</li>
<li>(3, -0.30)</li>
<li>(5, -0.15)</li>
<li>(10, -0.10)</li>
</points>
</curve>
</li>
<li Class="RitualOutcomeComp_RitualTargetDefs">
<allowAltars>true</allowAltars>
<label>started at altar</label>
<qualityOffset>0.2</qualityOffset>
<expectedThingLabelTip>an altar</expectedThingLabelTip>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>breedee broken</label>
<qualityOffset>0.45</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.3</minSeverity>
<roleId>victim</roleId>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>breedee extremly broken</label>
<qualityOffset>0.45</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.5</minSeverity>
<roleId>victim</roleId>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_HediffBased">
<label>breedee completely broken</label>
<qualityOffset>0.8</qualityOffset>
<hediffDef>FeelingBroken</hediffDef>
<minSeverity>0.9</minSeverity>
<roleId>victim</roleId>
</li>
</comps>
<outcomeChances>
<li>
<label>Terrible</label>
<chance>0.05</chance>
<memory>TerribleGangbang</memory>
<description>The {0} was terrible! The speech was stuttering and incoherent, and the victim was botched - everyone was waiting for it to end.</description>
<positivityIndex>-2</positivityIndex>
</li>
<li>
<label>Boring</label>
<chance>0.10</chance>
<memory>BoringGangbang</memory>
<description>The {0} was boring. The speech was repetitive and the victim was noticeably flawed. It just didn't feel dignified.</description>
<positivityIndex>-1</positivityIndex>
</li>
<li>
<label>Satisfying</label>
<chance>0.65</chance>
<memory>FunGangbang</memory>
<description>The {0} was satisfying. The speech felt meaningful, and the victim was precise and dignified.</description>
<potentialExtraOutcomeDesc>There's a 5% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>1</positivityIndex>
</li>
<li>
<label>Spectacular</label>
<chance>0.2</chance>
<memory>UnforgettableGangbang</memory>
<description>The {0} was spectacular! The speech brought everyone to the edge of a frenzy and the victim was like succubus.</description>
<potentialExtraOutcomeDesc>There's a 10% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>2</positivityIndex>
</li>
</outcomeChances>
</RitualOutcomeEffectDef>
<RitualOutcomeEffectDef>
<defName>BestialGangbang_Consensual</defName>
<description>Depending on ritual quality, participants will get between {MINMOOD} and {MAXMOOD} mood for {MOODDAYS} days.</description>
<workerClass>RitualOutcomeEffectWorker_Consumable</workerClass>
<extraPredictedOutcomeDescriptions>
<li>If the {0} is satisfying, one of the participants might gain an inspiration.</li>
</extraPredictedOutcomeDescriptions>
<comps>
<li Class="RitualOutcomeComp_RolePresentNotSubstituted">
<roleId>initiator</roleId>
<label>moral guide present</label>
<qualityOffset>0.10</qualityOffset>
</li>
<li Class="RitualOutcomeComp_ParticipantCount">
<label>participant count</label>
<curve>
<points>
<li>(1, 0.20)</li>
<li>(3, 0.40)</li>
<li>(5, 0.65)</li>
<li>(10, 1.20)</li>
</points>
</curve>
</li>
<li Class="RitualOutcomeComp_RitualTargetDefs">
<allowAltars>true</allowAltars>
<label>started at altar</label>
<qualityOffset>0.2</qualityOffset>
<expectedThingLabelTip>an altar</expectedThingLabelTip>
</li>
</comps>
<outcomeChances>
<li>
<label>Terrible</label>
<chance>0.05</chance>
<memory>TerribleGangbang</memory>
<description>The {0} was terrible! The speech was stuttering and incoherent, and the victim was botched - everyone was waiting for it to end.</description>
<positivityIndex>-2</positivityIndex>
</li>
<li>
<label>Boring</label>
<chance>0.10</chance>
<memory>BoringGangbang</memory>
<description>The {0} was boring. The speech was repetitive and the victim was noticeably flawed. It just didn't feel dignified.</description>
<positivityIndex>-1</positivityIndex>
</li>
<li>
<label>Satisfying</label>
<chance>0.65</chance>
<memory>FunGangbang</memory>
<description>The {0} was satisfying. The speech felt meaningful, and the victim was precise and dignified.</description>
<potentialExtraOutcomeDesc>There's a 5% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>1</positivityIndex>
</li>
<li>
<label>Spectacular</label>
<chance>0.2</chance>
<memory>UnforgettableGangbang</memory>
<description>The {0} was spectacular! The speech brought everyone to the edge of a frenzy and the victim was like succubus.</description>
<potentialExtraOutcomeDesc>There's a 10% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>2</positivityIndex>
</li>
</outcomeChances>
</RitualOutcomeEffectDef>
<RitualOutcomeEffectDef>
<defName>DrugOrgy</defName>
<description>Depending on ritual quality, participants will get between {MINMOOD} and {MAXMOOD} mood for {MOODDAYS} days.</description>
<workerClass>RitualOutcomeEffectWorker_RemoveConsumableBuilding</workerClass>
<extraPredictedOutcomeDescriptions>
<li>If the {0} is satisfying, one of the participants might gain an inspiration.</li>
</extraPredictedOutcomeDescriptions>
<comps>
<li Class="RitualOutcomeComp_DestroyConsumableBuilding" />
<li Class="RitualOutcomeComp_ParticipantCount">
<label>participant count</label>
<curve>
<points>
<li>(1, -0.50)</li>
<li>(3, 0.0)</li>
<li>(5, 0.10)</li>
<li>(10, 0.30)</li>
</points>
</curve>
</li>
<li Class="RitualOutcomeComp_RoomStat">
<label>room impressiveness</label>
<statDef>Impressiveness</statDef>
<curve>
<points>
<li>0, 0</li>
<li>50, 0.1</li>
<li>120, 0.2</li>
</points>
</curve>
</li>
<li Class="RJWSexperience.Ideology.RitualOutcomeComp_NeedBased">
<label>statisfied participants</label>
<qualityOffset>0.7</qualityOffset>
<needDef>Sex</needDef>
<minAvgNeed>0.7</minAvgNeed>
</li>
</comps>
<outcomeChances>
<li>
<label>Terrible</label>
<chance>0.05</chance>
<memory>TerribleOrgy</memory>
<description>The {0} was terrible!</description>
<positivityIndex>-2</positivityIndex>
</li>
<li>
<label>Boring</label>
<chance>0.10</chance>
<memory>BoringOrgy</memory>
<description>The {0} was boring.</description>
<positivityIndex>-1</positivityIndex>
</li>
<li>
<label>Satisfying</label>
<chance>0.6</chance>
<memory>FunOrgy</memory>
<description>The {0} was satisfying.</description>
<potentialExtraOutcomeDesc>There's a 5% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>1</positivityIndex>
</li>
<li>
<label>Spectacular</label>
<chance>0.25</chance>
<memory>UnforgettableOrgy</memory>
<description>The {0} was spectacular!</description>
<potentialExtraOutcomeDesc>There's a 10% chance that a random participant gets an inspiration.</potentialExtraOutcomeDesc>
<positivityIndex>2</positivityIndex>
</li>
</outcomeChances>
</RitualOutcomeEffectDef>
</Defs>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<RitualObligationTargetFilterDef>
<defName>RitualSpotOrAltar_Gangbang</defName>
<workerClass>RitualObligationTargetWorker_AnyRitualSpotOrAltar_Scarification</workerClass>
</RitualObligationTargetFilterDef>
<RitualObligationTargetFilterDef>
<defName>DrugOrgy</defName>
<workerClass>RitualObligationTargetWorker_ConsumableBuilding</workerClass>
<thingDefs>
<li>Burnbong_Aphrodisiac</li>
</thingDefs>
</RitualObligationTargetFilterDef>
</Defs>

View File

@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThingDef ParentName="IdeoSmokerBase">
<defName>Burnbong_Aphrodisiac</defName>
<label>lustbong</label>
<description>A wood structure packed with humpshroom. It can be ignited during a ritual and produce a huge amount of humpshroom smoke for a few hours, after which it is destroyed.</description>
<drawerType>RealtimeOnly</drawerType>
<graphicData>
<graphicClass>Graphic_Single</graphicClass>
<texPath>Things/Building/Misc/Burnbong/Burnbong</texPath>
<drawSize>(1.2,1.2)</drawSize>
<shadowData>
<volume>(0.92, 1 ,0.92)</volume>
</shadowData>
</graphicData>
<size>(1,1)</size>
<costList>
<WoodLog>30</WoodLog>
<HumpShroom>30</HumpShroom>
</costList>
<killedLeavings>
<HumpShroom>30</HumpShroom>
</killedLeavings>
<leaveResourcesWhenKilled>false</leaveResourcesWhenKilled>
<statBases>
<MaxHitPoints>50</MaxHitPoints>
<WorkToBuild>10000</WorkToBuild>
<Mass>25</Mass>
</statBases>
<comps>
<li Class="CompProperties_RitualTargetEffecterSpawner">
<effecter>BurnbongSmoke</effecter>
</li>
<li Class="CompProperties_FireOverlayRitual">
<fireSize>0.5</fireSize>
<offset>(0, 0, 0.42)</offset>
</li>
<li Class="CompProperties_RitualHediffGiverInRoom">
<hediff>HumpShroomEffect</hediff>
<resetLastRecreationalDrugTick>true</resetLastRecreationalDrugTick>
<minRadius>10</minRadius>
<severity>0.01</severity>
</li>
</comps>
</ThingDef>
<ThingDef ParentName="BuildingBase">
<defName>Autobong_Aphrodisiac</defName>
<label>estro-bong</label>
<description>An automatic humpshroom-burning device which generates an estro-smoke cloud around itself. Anyone in the cloud will become horny over time.</description>
<category>Building</category>
<graphicData>
<texPath>Things/Building/Misc/Autobong/Autobong</texPath>
<graphicClass>Graphic_Single</graphicClass>
<drawSize>(2,2)</drawSize>
<shaderType>CutoutComplex</shaderType>
</graphicData>
<uiIconPath>Things/Building/Misc/Autobong/Autobong</uiIconPath>
<altitudeLayer>Building</altitudeLayer>
<passability>PassThroughOnly</passability>
<pathCost>42</pathCost>
<tickerType>Normal</tickerType>
<drawerType>RealtimeOnly</drawerType>
<fillPercent>0.20</fillPercent>
<canGenerateDefaultDesignator>false</canGenerateDefaultDesignator>
<size>(2,2)</size>
<statBases>
<MaxHitPoints>80</MaxHitPoints>
<WorkToBuild>800</WorkToBuild>
</statBases>
<selectable>true</selectable>
<costList>
<HumpShroom>10</HumpShroom>
<ComponentIndustrial>3</ComponentIndustrial>
</costList>
<stuffCategories>
<li>Metallic</li>
<li>Woody</li>
</stuffCategories>
<costStuffCount>100</costStuffCount>
<leaveResourcesWhenKilled>true</leaveResourcesWhenKilled>
<researchPrerequisites>
<li>MicroelectronicsBasics</li>
</researchPrerequisites>
<comps>
<li Class="CompProperties_Refuelable">
<fuelConsumptionRate>0.35</fuelConsumptionRate>
<fuelCapacity>10.0</fuelCapacity>
<fuelFilter>
<thingDefs>
<li>HumpShroom</li>
</thingDefs>
</fuelFilter>
<initialFuelPercent>1</initialFuelPercent>
<showAllowAutoRefuelToggle>true</showAllowAutoRefuelToggle>
<consumeFuelOnlyWhenPowered>true</consumeFuelOnlyWhenPowered>
</li>
<li Class="CompProperties_Glower">
<glowRadius>10</glowRadius>
<glowColor>(252,187,113,0)</glowColor>
</li>
<li>
<compClass>CompGatherSpot</compClass>
</li>
<li Class="CompProperties_Power">
<compClass>CompPowerTrader</compClass>
<basePowerConsumption>150</basePowerConsumption>
<shortCircuitInRain>true</shortCircuitInRain>
</li>
<li Class="CompProperties_Flickable"/>
<li Class="CompProperties_GiveHediffSeverity">
<hediff>HumpShroomEffect</hediff>
<range>4.9</range>
<severityPerSecond>0.005</severityPerSecond>
<drugExposure>true</drugExposure>
</li>
<li Class="CompProperties_SmokeCloudMaker">
<sourceStreamEffect>BurnbongSmoke</sourceStreamEffect>
<cloudRadius>4.9</cloudRadius>
<fleckScale>4</fleckScale>
<cloudFleck>AutobongSmoke</cloudFleck>
<fleckSpawnMTB>25</fleckSpawnMTB>
</li>
</comps>
<designationCategory>Misc</designationCategory>
<drawPlaceWorkersWhileSelected>true</drawPlaceWorkersWhileSelected>
<placeWorkers>
<li>PlaceWorker_SmokeCloudMaker</li>
</placeWorkers>
</ThingDef>
</Defs>

View File

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<ThoughtDef>
<defName>TerribleGangbang</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>terrible gangbang</label>
<description>That gangbang was terrible. ugh.</description>
<baseMoodEffect>-3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>BoringGangbang</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>boring gangbang</label>
<description>That gangbang was not good. Wish I never went.</description>
<baseMoodEffect>-1</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>FunGangbang</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>fun gangbang</label>
<description>That was a fun gangbang. It really satisfied me.</description>
<baseMoodEffect>8</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>UnforgettableGangbang</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>unforgettable gangbang</label>
<description>That gangbang was awesome! Everything was perfect.</description>
<baseMoodEffect>16</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>TerribleOrgy</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>terrible orgy</label>
<description>That orgy was terrible. ugh.</description>
<baseMoodEffect>-3</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>BoringOrgy</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>boring orgy</label>
<description>That orgy was not good. Wish I never went.</description>
<baseMoodEffect>-1</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>FunOrgy</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>fun orgy</label>
<description>That was a fun orgy. It really satisfied me.</description>
<baseMoodEffect>8</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>UnforgettableOrgy</defName>
<thoughtClass>Thought_AttendedRitual</thoughtClass>
<durationDays>6</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>unforgettable orgy</label>
<description>That orgy was awesome! Everything was perfect.</description>
<baseMoodEffect>16</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Masturbation_AutoBreastjob" or defName="Masturbation_AutoFellatio" or defName="Masturbation_Breastjob" or defName="Masturbation_HandjobA" or defName="Masturbation_HandjobP" or defName="Masturbation_HandjobV"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_Masturbated</li>
</pawnEvents>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Necro_Anal" or defName="Necro_DoublePenetration" or defName="Necro_DoublePenetrationM" or defName="Necro_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_SexWithCorpse</li>
</pawnEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Necro_Reverse_Anal" or defName="Necro_Reverse_DoublePenetration" or defName="Necro_Reverse_DoublePenetrationM" or defName="Necro_Reverse_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_SexWithCorpse</li>
</pawnEvents>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_VaginalSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_VaginalSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Anal" or defName="Rape_Rimming"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_AnalSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_AnalSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Beakjob" or defName="Rape_Cunnilingus" or defName="Rape_Fellatio" or defName="Rape_Oral"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_OralSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_OralSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Breastjob" or defName="Rape_Fingering" or defName="Rape_Footjob" or defName="Rape_Handjob"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_MiscSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_MiscSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_DoublePenetration" or defName="Rape_DoublePenetrationM" or defName="Rape_Fisting" or defName="Rape_Scissoring"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_PromiscuousSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_PromiscuousSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Reverse_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_VaginalSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_VaginalSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Reverse_Anal" or defName="Rape_Reverse_Rimming"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_AnalSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_AnalSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Reverse_Beakjob" or defName="Rape_Reverse_Cunnilingus" or defName="Rape_Reverse_Fellatio"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_OralSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_OralSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Reverse_Breastjob" or defName="Rape_Reverse_Fingering" or defName="Rape_Reverse_Footjob" or defName="Rape_Reverse_Handjob"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_MiscSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_MiscSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Rape_Reverse_DoublePenetration" or defName="Rape_Reverse_DoublePenetrationM" or defName="Rape_Reverse_Fisting" or defName="Rape_Reverse_Scissoring"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_PromiscuousSex</li>
<li>RSI_Raped</li>
</pawnEvents>
<partnerEvents>
<!--<li>RSI_PromiscuousSex</li>-->
<li>RSI_WasRaped</li>
</partnerEvents>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_VaginalSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_VaginalSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Anal" or defName="Sex_Rimming"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_AnalSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_AnalSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Beakjob" or defName="Sex_Cunnilingus" or defName="Sex_Fellatio" or defName="Sex_Makeout" or defName="Sex_Sixtynine"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_OralSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_OralSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Breastjob" or defName="Sex_Fingering" or defName="Sex_Footjob" or defName="Sex_Handjob" or defName="Sex_MutualHandholding" or defName="Sex_MutualMasturbation" or defName="Sex_MutualTailholding"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_MiscSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_MiscSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_DoublePenetration" or defName="Sex_DoublePenetrationM" or defName="Sex_Fisting" or defName="Sex_Scissoring"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_PromiscuousSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_PromiscuousSex</li>
</partnerEvents>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Reverse_Vaginal"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_VaginalSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_VaginalSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Reverse_Anal" or defName="Sex_Reverse_Rimming"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_AnalSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_AnalSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Reverse_Beakjob" or defName="Sex_Reverse_Cunnilingus" or defName="Sex_Reverse_Fellatio"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_OralSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_OralSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Reverse_Breastjob" or defName="Sex_Reverse_Fingering" or defName="Sex_Reverse_Footjob" or defName="Sex_Reverse_Handjob"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_MiscSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_MiscSex</li>
</partnerEvents>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/InteractionDef[defName="Sex_Reverse_DoublePenetration" or defName="Sex_Reverse_DoublePenetrationM" or defName="Sex_Reverse_Fisting"]</xpath>
<value>
<li Class="RJWSexperience.Ideology.InteractionDefExtension_HistoryEvents">
<pawnEvents>
<li>RSI_PromiscuousSex</li>
</pawnEvents>
<partnerEvents>
<li>RSI_PromiscuousSex</li>
</partnerEvents>
</li>
</value>
</Operation>
</Patch>

47
1.3/Patches/RJW_Drugs.xml Normal file
View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="HumpShroomEffect"]/stages</xpath>
<value>
<stages>
<li>
<label>lingering</label>
<statOffsets>
<SexFrequency>1.25</SexFrequency>
<SexSatisfaction>0.25</SexSatisfaction>
</statOffsets>
</li>
<li>
<minSeverity>0.3</minSeverity>
<label>mild</label>
<restFallFactor>1.1</restFallFactor>
<statOffsets>
<SexFrequency>2</SexFrequency>
<SexSatisfaction>0.5</SexSatisfaction>
</statOffsets>
</li>
<li>
<minSeverity>0.6</minSeverity>
<label>moderate</label>
<restFallFactor>1.33</restFallFactor>
<statOffsets>
<SexFrequency>3</SexFrequency>
<SexSatisfaction>0.75</SexSatisfaction>
</statOffsets>
</li>
<li>
<minSeverity>0.9</minSeverity>
<label>high</label>
<restFallFactor>1.33</restFallFactor>
<statOffsets>
<SexFrequency>5</SexFrequency>
<SexSatisfaction>1.5</SexSatisfaction>
</statOffsets>
</li>
</stages>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/PreceptDef[defName="Corpses_DontCare"]/requiredMemes</xpath>
<value>
<li>Necrophile</li>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/PreceptDef[defName="Corpses_DontCare"]/associatedMemes</xpath>
<value>
<li>Necrophile</li>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/PreceptDef[defName="Lovin_FreeApproved"]</xpath>
<value>
<statOffsets>
<SexFrequency>0.5</SexFrequency>
<SexAbility>0.25</SexAbility>
</statOffsets>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/StatDef[defName="Vulnerability"]/parts</xpath>
<value>
<li Class="RJWSexperience.Ideology.StatPart_GenderPrimacy">
<modifier>0.5</modifier>
</li>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,108 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotBredByAnimal"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotAnalBredByAnimal"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="AllowedAnimalToBreed"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotLickedByAnimal"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotGropedByAnimal"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="AllowedAnimalToGrope"]</xpath>
<value>
<nullifyingPrecepts>
<li>Bestiality_OnlyVenerated</li>
<li>Bestiality_BondOnly</li>
<li>Bestiality_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="StoleSomeLovin"]</xpath>
<value>
<nullifyingPrecepts>
<li>Rape_Honorable</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="Incestuous"]</xpath>
<value>
<nullifyingPrecepts>
<li>Incestuos_Free</li>
<li>Incestuos_IncestOnly</li>
</nullifyingPrecepts>
</value>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="GotRaped" or defName="GotAnalRaped" or defName="GotAnalRapedByFemale" or defName="GotRapedUnconscious" or defName="HateMyRapist" or defName="AllowedMeToGetRaped"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotRaped" or defName="GotAnalRaped" or defName="GotAnalRapedByFemale" or defName="GotRapedUnconscious" or defName="HateMyRapist" or defName="AllowedMeToGetRaped"]</xpath>
<value>
<nullifyingPrecepts>
<li>Submissive_Male</li>
<li>Submissive_Female</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="GotRaped" or defName="GotAnalRaped" or defName="GotAnalRapedByFemale" or defName="GotRapedUnconscious" or defName="HateMyRapist" or defName="AllowedMeToGetRaped"]/nullifyingPrecepts</xpath>
<value>
<li>Submissive_Male</li>
<li>Submissive_Female</li>
</value>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="MyKinDied" or defName="MyCousinDied" or defName="MyGrandparentDied" or defName="MyUncleDied" or defName="MyAuntDied" or defName="MyHalfSiblingDied" or defName="MyNephewDied" or defName="MyNieceDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyKinDied" or defName="MyCousinDied" or defName="MyGrandparentDied" or defName="MyUncleDied" or defName="MyAuntDied" or defName="MyHalfSiblingDied" or defName="MyNephewDied" or defName="MyNieceDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
<li>SocialAffection_Small</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyKinDied" or defName="MyCousinDied" or defName="MyGrandparentDied" or defName="MyUncleDied" or defName="MyAuntDied" or defName="MyHalfSiblingDied" or defName="MyNephewDied" or defName="MyNieceDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied" or defName="MyHalfSiblingDied"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
<li>SocialAffection_Small</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="MyMotherDied" or defName="MyFatherDied" or defName="MyGrandchildDied" or defName="MySisterDied" or defName="MyBrotherDied" or defName="MyDaughterDied" or defName="MySonDied" or defName="WitnessedDeathFamily" or defName="MyPupDied" or defName="MyPupDiedFemale" or defName="KilledMyPup" or defName="KilledMyPupFemale" or defName="SoldMyPup" ]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyMotherDied" or defName="MyFatherDied" or defName="MyGrandchildDied" or defName="MySisterDied" or defName="MyBrotherDied" or defName="MyDaughterDied" or defName="MySonDied" or defName="WitnessedDeathFamily" or defName="MyPupDied" or defName="MyPupDiedFemale" or defName="KilledMyPup" or defName="KilledMyPupFemale" or defName="SoldMyPup"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyMotherDied" or defName="MyFatherDied" or defName="MyGrandchildDied" or defName="MySisterDied" or defName="MyBrotherDied" or defName="MyDaughterDied" or defName="MySonDied" or defName="WitnessedDeathFamily" or defName="MyPupDied" or defName="MyPupDiedFemale" or defName="KilledMyPup" or defName="KilledMyPupFemale" or defName="SoldMyPup"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="KnowGuestExecuted" or defName="KnowColonistExecuted" or defName="KnowPrisonerDiedInnocent" or defName="KnowColonistDied" or defName="PawnWithGoodOpinionDied" or defName="PawnWithBadOpinionDied" or defName="WitnessedDeathAlly" or defName="WitnessedDeathNonAlly" or defName="ColonistBanishedToDie" or defName="PrisonerBanishedToDie" or defName="ColonistBanishedToDie" or defName="ColonistLeftUnburied"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="KnowGuestExecuted" or defName="KnowColonistExecuted" or defName="KnowPrisonerDiedInnocent" or defName="KnowColonistDied" or defName="PawnWithGoodOpinionDied" or defName="PawnWithBadOpinionDied" or defName="WitnessedDeathAlly" or defName="WitnessedDeathNonAlly" or defName="ColonistBanishedToDie" or defName="PrisonerBanishedToDie" or defName="ColonistBanishedToDie" or defName="ColonistLeftUnburied"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_OnlyFamily</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="KnowGuestExecuted" or defName="KnowColonistExecuted" or defName="KnowPrisonerDiedInnocent" or defName="KnowColonistDied" or defName="PawnWithGoodOpinionDied" or defName="PawnWithBadOpinionDied" or defName="WitnessedDeathAlly" or defName="WitnessedDeathNonAlly" or defName="ColonistBanishedToDie" or defName="PrisonerBanishedToDie" or defName="ColonistBanishedToDie" or defName="ColonistLeftUnburied"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_OnlyFamily</li>
</value>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="MyKinLost" or defName="MyCousinLost" or defName="MyGrandparentLost" or defName="MyUncleLost" or defName="MyAuntLost" or defName="MyHalfSiblingLost" or defName="MyNephewLost" or defName="MyNieceLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyKinLost" or defName="MyCousinLost" or defName="MyGrandparentLost" or defName="MyUncleLost" or defName="MyAuntLost" or defName="MyHalfSiblingLost" or defName="MyNephewLost" or defName="MyNieceLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
<li>SocialAffection_Small</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyKinLost" or defName="MyCousinLost" or defName="MyGrandparentLost" or defName="MyUncleLost" or defName="MyAuntLost" or defName="MyHalfSiblingLost" or defName="MyNephewLost" or defName="MyNieceLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost" or defName="MyHalfSiblingLost"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
<li>SocialAffection_Small</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="MyMotherLost" or defName="MyFatherLost" or defName="MyGrandchildLost" or defName="MySisterLost" or defName="MyBrotherLost" or defName="MyDaughterLost" or defName="MySonLost"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyMotherLost" or defName="MyFatherLost" or defName="MyGrandchildLost" or defName="MySisterLost" or defName="MyBrotherLost" or defName="MyDaughterLost" or defName="MySonLost"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="MyMotherLost" or defName="MyFatherLost" or defName="MyGrandchildLost" or defName="MySisterLost" or defName="MyBrotherLost" or defName="MyDaughterLost" or defName="MySonLost"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_Dry</li>
</value>
</match>
</Operation>
<Operation Class="PatchOperationConditional">
<xpath>Defs/ThoughtDef[defName="ColonistLost" or defName="PawnWithGoodOpinionLost" or defName="PawnWithBadOpinionLost"]/nullifyingPrecepts</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="ColonistLost" or defName="PawnWithGoodOpinionLost" or defName="PawnWithBadOpinionLost"]</xpath>
<value>
<nullifyingPrecepts>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_OnlyFamily</li>
</nullifyingPrecepts>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThoughtDef[defName="ColonistLost" or defName="PawnWithGoodOpinionLost" or defName="PawnWithBadOpinionLost"]/nullifyingPrecepts</xpath>
<value>
<li>SocialAffection_Psychopath</li>
<li>SocialAffection_OnlyFamily</li>
</value>
</match>
</Operation>
</Patch>

44
About/About.xml Normal file
View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>RJW Sexperience Ideology</name>
<author>aamevarashi</author>
<supportedVersions>
<li>1.3</li>
</supportedVersions>
<modDependencies>
<li>
<packageId>Ludeon.RimWorld.Ideology</packageId>
<displayName>Ideology</displayName>
</li>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
<li>
<packageId>rim.job.world</packageId>
<displayName>RimJobWorld</displayName>
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>Ludeon.RimWorld.Ideology</li>
<li>brrainz.harmony</li>
<li>rim.job.world</li>
</loadAfter>
<packageId>rjw.sexperience.ideology</packageId>
<description><![CDATA[
This is a submod for RJW that adds:
Ideology content:
- Memes: lewd, rapist, zoophile and necrophile memes
- Rituals: consensual gangbang, rape gangbang, consensual animal gangbang, rape animal gangbang and drug orgy
- Precepts: baby faction, bestiality, incest, necrophilia, rape, allowed sex type, social affection, submissive gender, virginity
- HumpShroom bong and HumpShroom Autobong
Credits:
moreorganstodump Original Author
c0ffee RJW 4.9.0 update
Hawkeye32 Bound Only bestiality precept]]>
</description>
</ModMetaData>

15
About/Manifest.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RJWSexperienceIdeology</identifier>
<version>1.0.0.0</version>
<dependencies>
<li>RimJobWorld >= 4.9.5.3</li>
</dependencies>
<incompatibleWith />
<loadAfter>
</loadAfter>
<suggests>
</suggests>
<manifestUri>https://raw.githubusercontent.com/moreoreganostodump/RJW-Sexperience/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/moreoreganostodump/RJW-Sexperience</downloadUri>
</Manifest>

21
LICENSE Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 motd1233
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Agreement - same -->
<Zoophile_Zoophile.label>赞同恋兽癖</Zoophile_Zoophile.label>
<!-- Disagreement -->
<Zoophile_All.label>恋兽癖</Zoophile_All.label>
<Rapist_All.label>强奸犯</Rapist_All.label>
</LanguageData>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<RSI_SexWithAnimal.label>和动物做爱</RSI_SexWithAnimal.label>
<RSI_SexWithVeneratedAnimal.label>和圣兽做爱</RSI_SexWithVeneratedAnimal.label>
<RSI_IncestuosMarriage.label>族内通婚</RSI_IncestuosMarriage.label>
<RSI_Raped.label>被强奸</RSI_Raped.label>
<RSI_RapedSlave.label>强奸了奴隶</RSI_RapedSlave.label>
<RSI_RapedPrisoner.label>强奸了囚犯</RSI_RapedPrisoner.label>
<RSI_WasRaped.label>被强奸</RSI_WasRaped.label>
<RSI_WasRapedSlave.label>奴隶被强奸</RSI_WasRapedSlave.label>
<RSI_WasRapedPrisoner.label>囚犯被强奸</RSI_WasRapedPrisoner.label>
<RSI_VaginalSex.label>阴道容纳性交</RSI_VaginalSex.label>
<RSI_AnalSex.label>肛门容纳性交</RSI_AnalSex.label>
<RSI_OralSex.label>口腔容纳性交</RSI_OralSex.label>
<RSI_MiscSex.label>做爱</RSI_MiscSex.label>
<RSI_PromiscuousSex.label>乱交</RSI_PromiscuousSex.label>
</LanguageData>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Speech_Gangbang.label>轮奸演说</Speech_Gangbang.label>
<Speech_Gangbang.logRulesInitiator.rulesStrings.0>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</Speech_Gangbang.logRulesInitiator.rulesStrings.0>
<Speech_Gangbang.logRulesInitiator.rulesStrings.1>r_logentry(p=0.2)->[INITIATOR_nameDef] [crazy]。</Speech_Gangbang.logRulesInitiator.rulesStrings.1>
<Speech_Gangbang.logRulesInitiator.rulesStrings.2>speechtopic->强奸的含义和真谛</Speech_Gangbang.logRulesInitiator.rulesStrings.2>
<Speech_Gangbang.logRulesInitiator.rulesStrings.3>speechtopic->强奸的表达方式</Speech_Gangbang.logRulesInitiator.rulesStrings.3>
<Speech_Gangbang.logRulesInitiator.rulesStrings.4>speechtopic->受控的淫荡</Speech_Gangbang.logRulesInitiator.rulesStrings.4>
<Speech_Gangbang.logRulesInitiator.rulesStrings.5>speechtopic->小穴的温暖</Speech_Gangbang.logRulesInitiator.rulesStrings.5>
<Speech_Gangbang.logRulesInitiator.rulesStrings.6>speechtopic->射精的内涵</Speech_Gangbang.logRulesInitiator.rulesStrings.6>
<Speech_Gangbang.logRulesInitiator.rulesStrings.7>speechtopic->爱与强奸</Speech_Gangbang.logRulesInitiator.rulesStrings.7>
<Speech_Gangbang.logRulesInitiator.rulesStrings.8>speechtopic->抽象化的强奸</Speech_Gangbang.logRulesInitiator.rulesStrings.8>
<Speech_Gangbang.logRulesInitiator.rulesStrings.9>speechtopic->阴茎和阴道</Speech_Gangbang.logRulesInitiator.rulesStrings.9>
<Speech_Gangbang.logRulesInitiator.rulesStrings.10>speechtopic->强健的艺术</Speech_Gangbang.logRulesInitiator.rulesStrings.10>
<Speech_Gangbang.logRulesInitiator.rulesStrings.11>speechtopic->受害者的诱惑</Speech_Gangbang.logRulesInitiator.rulesStrings.11>
<Speech_Gangbang.logRulesInitiator.rulesStrings.12>speechtopic->尖叫的音乐性</Speech_Gangbang.logRulesInitiator.rulesStrings.12>
<Speech_Gangbang.logRulesInitiator.rulesStrings.13>speechtopic->射在地上的精液</Speech_Gangbang.logRulesInitiator.rulesStrings.13>
<Speech_Gangbang.logRulesInitiator.rulesStrings.14>crazy->发疯地尖叫着</Speech_Gangbang.logRulesInitiator.rulesStrings.14>
<Speech_Gangbang.logRulesInitiator.rulesStrings.15>crazy->突然开始唱圣歌</Speech_Gangbang.logRulesInitiator.rulesStrings.15>
<Speech_Gangbang.logRulesInitiator.rulesStrings.16>crazy->赞颂天堂</Speech_Gangbang.logRulesInitiator.rulesStrings.16>
<Speech_Gangbang.logRulesInitiator.rulesStrings.17>crazy->对祭品的生殖器吐痰</Speech_Gangbang.logRulesInitiator.rulesStrings.17>
<Speech_Gangbang.logRulesInitiator.rulesStrings.18>crazy->奸笑</Speech_Gangbang.logRulesInitiator.rulesStrings.18>
<Speech_Gangbang.logRulesInitiator.rulesStrings.19>crazy->挥舞着一个套套</Speech_Gangbang.logRulesInitiator.rulesStrings.19>
<Speech_Gangbang.logRulesInitiator.rulesStrings.20>crazy->一边手淫一边发出短促的哼哼</Speech_Gangbang.logRulesInitiator.rulesStrings.20>
<Speech_Zoophile.label>兽交演讲</Speech_Zoophile.label>
<Speech_Zoophile.logRulesInitiator.rulesStrings.0>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic]。</Speech_Zoophile.logRulesInitiator.rulesStrings.0>
<Speech_Zoophile.logRulesInitiator.rulesStrings.1>speechtopic->兽交的含义和真谛</Speech_Zoophile.logRulesInitiator.rulesStrings.1>
<Speech_Zoophile.logRulesInitiator.rulesStrings.2>speechtopic->兽交的表达方式</Speech_Zoophile.logRulesInitiator.rulesStrings.2>
<Speech_Zoophile.logRulesInitiator.rulesStrings.3>speechtopic->受控的淫荡</Speech_Zoophile.logRulesInitiator.rulesStrings.3>
<Speech_Zoophile.logRulesInitiator.rulesStrings.4>speechtopic->精液的滚烫</Speech_Zoophile.logRulesInitiator.rulesStrings.4>
<Speech_Zoophile.logRulesInitiator.rulesStrings.5>speechtopic->异种繁殖的伟大</Speech_Zoophile.logRulesInitiator.rulesStrings.5>
<Speech_Zoophile.logRulesInitiator.rulesStrings.6>speechtopic->动物与爱</Speech_Zoophile.logRulesInitiator.rulesStrings.6>
<Speech_Zoophile.logRulesInitiator.rulesStrings.7>speechtopic->抽象化的兽交</Speech_Zoophile.logRulesInitiator.rulesStrings.7>
<Speech_Zoophile.logRulesInitiator.rulesStrings.8>speechtopic->繁殖和生育</Speech_Zoophile.logRulesInitiator.rulesStrings.8>
<Speech_Zoophile.logRulesInitiator.rulesStrings.9>speechtopic->繁殖的艺术</Speech_Zoophile.logRulesInitiator.rulesStrings.9>
<Speech_Zoophile.logRulesInitiator.rulesStrings.10>speechtopic->动物的诱惑</Speech_Zoophile.logRulesInitiator.rulesStrings.10>
<Speech_Zoophile.logRulesInitiator.rulesStrings.11>speechtopic->射在地上的精液</Speech_Zoophile.logRulesInitiator.rulesStrings.11>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Bestiality.label>兽交</Bestiality.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Incestuos.label>乱伦</Incestuos.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Rape.label>强奸</Rape.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Sextype.label>性爱种类</Sextype.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Submissive.label>性服从</Submissive.label>
</LanguageData>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RapeVictim.reportString>去强奸一个受害者</RapeVictim.reportString>
</LanguageData>

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Zoophile.label>恋兽癖</Zoophile.label>
<Zoophile.description>日山羊的。</Zoophile.description>
<Zoophile.generalRules.rulesStrings.0>memeAdjective-&gt;兽交的</Zoophile.generalRules.rulesStrings.0>
<Zoophile.generalRules.rulesStrings.1>memeAdjective-&gt;恋兽的</Zoophile.generalRules.rulesStrings.1>
<Zoophile.generalRules.rulesStrings.2>memeHyphenPrefix-&gt;恋兽</Zoophile.generalRules.rulesStrings.2>
<Zoophile.generalRules.rulesStrings.3>memeConcept-&gt;繁殖</Zoophile.generalRules.rulesStrings.3>
<Zoophile.generalRules.rulesStrings.4>memeConcept-&gt;恋兽癖</Zoophile.generalRules.rulesStrings.4>
<Zoophile.generalRules.rulesStrings.5>memeConcept-&gt;兽交</Zoophile.generalRules.rulesStrings.5>
<Zoophile.generalRules.rulesStrings.6>memeLeaderNoun-&gt;家畜</Zoophile.generalRules.rulesStrings.6>
<Zoophile.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Zoophile) -&gt;[deity0_name] 喜欢和兽类繁殖。</Zoophile.descriptionMaker.rules.rulesStrings.0>
<Zoophile.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Zoophile) -&gt;[deity0_name] 告诫众人:“西格玛禁止此等行为!”</Zoophile.descriptionMaker.rules.rulesStrings.1>
<Zoophile.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Zoophile) -&gt;有一天, [founderName] 性甚至哉,误打误撞强上了一个动物,从此喜欢上了这项运动。 </Zoophile.descriptionMaker.rules.rulesStrings.2>
<Zoophile.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Zoophile) -&gt;为了扩大动物种群, [founderName] 开始和动物爱爱。</Zoophile.descriptionMaker.rules.rulesStrings.3>
<Zoophile.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Zoophile) -&gt;有一天,我跟动物做爱了,比跟人做好多了!</Zoophile.descriptionMaker.rules.rulesStrings.4>
<Zoophile.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Zoophile) -&gt;还是动物适合老子。</Zoophile.descriptionMaker.rules.rulesStrings.5>
<Zoophile.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Zoophile) -&gt;和动物做爱吧!这里有永恒的快乐。</Zoophile.descriptionMaker.rules.rulesStrings.6>
<Zoophile.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Zoophile) -&gt;机械神教徒永远寻找永恒的快乐。</Zoophile.descriptionMaker.rules.rulesStrings.7>
<Zoophile.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Zoophile) -&gt;那便是同动物做爱。</Zoophile.descriptionMaker.rules.rulesStrings.8>
<Zoophile.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Zoophile) -&gt;[inTheEnd] 机械神教徒终于解锁了异种性行为,因此,他们也获得了真正的永恒的快乐。</Zoophile.descriptionMaker.rules.rulesStrings.9>
<Zoophile.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Zoophile) -&gt;最强大的力量来源于野兽,只有接受野兽的支配,才能发挥野兽的强大力量。</Zoophile.descriptionMaker.rules.rulesStrings.10>
<Zoophile.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Zoophile) -&gt;[itIsSaid] 一个强大的毁灭之神会摧垮宇宙,但一个由动物产下的人类挥舞着 [relic0_name] 击退了毁灭者。</Zoophile.descriptionMaker.rules.rulesStrings.11>
<Zoophile.symbolPacks.0.adjective>兽交的</Zoophile.symbolPacks.0.adjective>
<Zoophile.symbolPacks.1.adjective>恋兽的</Zoophile.symbolPacks.1.adjective>
<Rapist.label>强奸犯</Rapist.label>
<Rapist.description>无强奸,不做爱</Rapist.description>
<Rapist.generalRules.rulesStrings.0>memeAdjective-&gt;暴力的</Rapist.generalRules.rulesStrings.0>
<Rapist.generalRules.rulesStrings.1>memeAdjective-&gt;强奸的</Rapist.generalRules.rulesStrings.1>
<Rapist.generalRules.rulesStrings.2>memeHyphenPrefix-&gt;强奸犯</Rapist.generalRules.rulesStrings.2>
<Rapist.generalRules.rulesStrings.3>memeHyphenPrefix-&gt;骚扰犯</Rapist.generalRules.rulesStrings.3>
<Rapist.generalRules.rulesStrings.4>memeHyphenPrefix-&gt;变态</Rapist.generalRules.rulesStrings.4>
<Rapist.generalRules.rulesStrings.5>memeConcept-&gt;强奸犯</Rapist.generalRules.rulesStrings.5>
<Rapist.generalRules.rulesStrings.6>memeConcept-&gt;变态</Rapist.generalRules.rulesStrings.6>
<Rapist.generalRules.rulesStrings.7>memeGod-&gt;色孽</Rapist.generalRules.rulesStrings.7>
<Rapist.generalRules.rulesStrings.8>memeLeaderNoun-&gt;种马</Rapist.generalRules.rulesStrings.8>
<Rapist.generalRules.rulesStrings.9>memeLeaderNoun-&gt;大强奸犯</Rapist.generalRules.rulesStrings.9>
<Rapist.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Rapist) -&gt;[deity0_name] 尤好强奸。</Rapist.descriptionMaker.rules.rulesStrings.0>
<Rapist.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Rapist) -&gt;[deity0_name] 将某人强奸致死。</Rapist.descriptionMaker.rules.rulesStrings.1>
<Rapist.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Rapist) -&gt;[founderName] 总是欲火焚身。 </Rapist.descriptionMaker.rules.rulesStrings.2>
<Rapist.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Rapist) -&gt;[founderName] 强奸了某人。 没人能够制止 [founderName]。 [founderName] 试图强奸整个星球,死在了半路上。</Rapist.descriptionMaker.rules.rulesStrings.3>
<Rapist.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Rapist) -&gt;干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!</Rapist.descriptionMaker.rules.rulesStrings.4>
<Rapist.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Rapist) -&gt;干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!</Rapist.descriptionMaker.rules.rulesStrings.5>
<Rapist.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Rapist) -&gt;干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!干艹好棒好棒的!</Rapist.descriptionMaker.rules.rulesStrings.6>
<Rapist.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Rapist) -&gt;人类的历史就是强奸的历史。</Rapist.descriptionMaker.rules.rulesStrings.7>
<Rapist.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Rapist) -&gt;机械信徒也阻止不了强奸犯。</Rapist.descriptionMaker.rules.rulesStrings.8>
<Rapist.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Rapist) -&gt;[inTheEnd],强奸犯从未停止过强奸。</Rapist.descriptionMaker.rules.rulesStrings.9>
<Rapist.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Rapist) -&gt;强奸之灵是最强大的灵,牠会强奸其他所有的灵。</Rapist.descriptionMaker.rules.rulesStrings.10>
<Rapist.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Rapist) -&gt;[itIsSaid] 一个强大的毁灭之神会摧垮宇宙,但一个强奸了一百万个人类的强奸犯挥舞着 [relic0_name] 击退了毁灭者。</Rapist.descriptionMaker.rules.rulesStrings.11>
<Rapist.symbolPacks.0.adjective>强奸的</Rapist.symbolPacks.0.adjective>
<Rapist.symbolPacks.1.adjective>颓废的</Rapist.symbolPacks.1.adjective>
</LanguageData>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Bestiality_Abhorrent.label>可恶的</Bestiality_Abhorrent.label>
<Bestiality_Abhorrent.description>兽交是绝对之恶。</Bestiality_Abhorrent.description>
<Bestiality_Horrible.label>骇人听闻的</Bestiality_Horrible.label>
<Bestiality_Horrible.description>兽交听起来太吓人了。</Bestiality_Horrible.description>
<Bestiality_Disapproved.label>不赞同的</Bestiality_Disapproved.label>
<Bestiality_Disapproved.description>兽交也太恶心了吧。</Bestiality_Disapproved.description>
<Bestiality_Acceptable.label>可以接受</Bestiality_Acceptable.label>
<Bestiality_Acceptable.description>兽交是生活中正常的,无可厚非的一部分。</Bestiality_Acceptable.description>
<Bestiality_OnlyVenerated.label>仅圣兽</Bestiality_OnlyVenerated.label>
<Bestiality_OnlyVenerated.description>和圣兽做爱应该鼓励,但和其他动物做爱是罪行。</Bestiality_OnlyVenerated.description>
<Bestiality_OnlyVenerated.comps.1.description>某人和动物做爱</Bestiality_OnlyVenerated.comps.1.description>
<Bestiality_OnlyVenerated.comps.3.description>某人和圣兽做爱</Bestiality_OnlyVenerated.comps.3.description>
<Bestiality_Honorable.label>鼓励的</Bestiality_Honorable.label>
<Bestiality_Honorable.description>是吧!我就是亚历山大日山羊的,怎么了?!</Bestiality_Honorable.description>
<Bestiality_Honorable.comps.1.description>某人和动物做爱</Bestiality_Honorable.comps.1.description>
<Bestiality_Honorable.comps.3.description>某人和圣兽做爱</Bestiality_Honorable.comps.3.description>
</LanguageData>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Incestuos_Free.label>无所禁忌</Incestuos_Free.label>
<Incestuos_Free.description>随便</Incestuos_Free.description>
<Incestuos_Disapproved_CloseOnly.label>不允许近亲</Incestuos_Disapproved_CloseOnly.label>
<Incestuos_Disapproved_CloseOnly.description>族内通婚不应被允许,但堂表亲不算族内通婚。</Incestuos_Disapproved_CloseOnly.description>
<Incestuos_Disapproved.label>不赞同</Incestuos_Disapproved.label>
<Incestuos_Disapproved.description>族内通婚违反公序良俗。</Incestuos_Disapproved.description>
<Incestuos_Forbidden.label>禁忌</Incestuos_Forbidden.label>
<Incestuos_Forbidden.description>禁止族内通婚。</Incestuos_Forbidden.description>
<Incestuos_IncestOnly.label>仅族内通婚</Incestuos_IncestOnly.label>
<Incestuos_IncestOnly.description>万世一系,血脉相融。</Incestuos_IncestOnly.description>
</LanguageData>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Rape_Abhorrent.label>可恶的</Rape_Abhorrent.label>
<Rape_Abhorrent.description>强奸是深刻的罪恶。</Rape_Abhorrent.description>
<Rape_Abhorrent.comps.1.description>某人强奸了他人</Rape_Abhorrent.comps.1.description>
<Rape_Abhorrent.comps.2.description>强奸了囚犯</Rape_Abhorrent.comps.2.description>
<Rape_Abhorrent.comps.3.description>某人强奸了囚犯</Rape_Abhorrent.comps.3.description>
<Rape_Abhorrent.comps.4.description>强奸了奴隶</Rape_Abhorrent.comps.4.description>
<Rape_Abhorrent.comps.5.description>某人强奸了奴隶</Rape_Abhorrent.comps.5.description>
<Rape_Horrible.label>骇人听闻的</Rape_Horrible.label>
<Rape_Horrible.description>强奸听起来太吓人了</Rape_Horrible.description>
<Rape_Horrible.comps.1.description>某人强奸了他人</Rape_Horrible.comps.1.description>
<Rape_Horrible.comps.2.description>强奸了囚犯</Rape_Horrible.comps.2.description>
<Rape_Horrible.comps.3.description>某人强奸了囚犯</Rape_Horrible.comps.3.description>
<Rape_Disapproved.label>不赞同的</Rape_Disapproved.label>
<Rape_Disapproved.description>虽然强奸听起来好疼,但这也是生活必不可少的一部分。</Rape_Disapproved.description>
<Rape_Disapproved.comps.1.description>某人强奸了他人</Rape_Disapproved.comps.1.description>
<Rape_Acceptable.label>允许的</Rape_Acceptable.label>
<Rape_Acceptable.description>强奸是生活中正常的,不可磨灭的一部分。</Rape_Acceptable.description>
<Rape_Honorable.label>自豪的</Rape_Honorable.label>
<Rape_Honorable.description>强奸他人可以吹一辈子。</Rape_Honorable.description>
<Rape_Honorable.comps.1.description>某人强奸了他人</Rape_Honorable.comps.1.description>
<Rape_Honorable.comps.3.description>某人强奸了他人</Rape_Honorable.comps.3.description>
<Rape_Honorable.comps.5.description>某人强奸了他人</Rape_Honorable.comps.5.description>
</LanguageData>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<GangbangCeremony.label>轮奸</GangbangCeremony.label>
<GangbangCeremony.description>一场仪式性的轮奸,受害者被引导者轮奸。听众都可参与引导。</GangbangCeremony.description>
<AnimalGangbangCeremony.label>动物轮奸</AnimalGangbangCeremony.label>
<AnimalGangbangCeremony.description>一场仪式性的动物轮奸,动物们会轮奸受害者。</AnimalGangbangCeremony.description>
</LanguageData>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Sex_Free.label>自由的</Sex_Free.label>
<Sex_Free.description>随心所欲</Sex_Free.description>
<Sex_VaginalOnly.label>仅阴道性交</Sex_VaginalOnly.label>
<Sex_VaginalOnly.description>只有阴道性交是合理的,其他都太怪了。</Sex_VaginalOnly.description>
<Sex_AnalOnly.label>仅肛门性交</Sex_AnalOnly.label>
<Sex_AnalOnly.description>只有肛交是合理的,其他都太怪了。</Sex_AnalOnly.description>
<Sex_OralOnly.label>仅口腔性交</Sex_OralOnly.label>
<Sex_OralOnly.description>只有口交是合理的,其他都太怪了。</Sex_OralOnly.description>
<Sex_Promiscuous.label>越怪越好</Sex_Promiscuous.label>
<Sex_Promiscuous.description>生活总得添点绿……</Sex_Promiscuous.description>
</LanguageData>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Submissive_None.label>正常的</Submissive_None.label>
<Submissive_None.description>无影响</Submissive_None.description>
<Submissive_Male.label>男性须服从</Submissive_Male.label>
<Submissive_Male.description>男性必须服从。即使被人强奸,也得乖乖受着。</Submissive_Male.description>
<Submissive_Male.comps.2.description>不听话</Submissive_Male.comps.2.description>
<Submissive_Male.comps.5.description>不听话</Submissive_Male.comps.5.description>
<Submissive_Male.comps.8.description>不听话</Submissive_Male.comps.8.description>
<Submissive_Female.label>女性须服从</Submissive_Female.label>
<Submissive_Female.description>女性必须服从。即使被人强奸,也得乖乖受着。</Submissive_Female.description>
<Submissive_Female.comps.2.description>不听话</Submissive_Female.comps.2.description>
<Submissive_Female.comps.5.description>不听话</Submissive_Female.comps.5.description>
<Submissive_Female.comps.8.description>不听话</Submissive_Female.comps.8.description>
</LanguageData>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<Sex_Promiscuous.stages.0.label>乱交</Sex_Promiscuous.stages.0.label>
<Sex_Promiscuous.stages.0.description>我不守道德,这让我性欲旺盛。</Sex_Promiscuous.stages.0.description>
</LanguageData>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<BeenRaped_Submissive.stages.0.label>被强奸</BeenRaped_Submissive.stages.0.label>
<BeenRaped_Submissive.stages.0.description>我不得不接受。但我不觉得很舒服。</BeenRaped_Submissive.stages.0.description>
<BeenRaped_NotSubmissive.stages.0.label>{0} 强奸了我</BeenRaped_NotSubmissive.stages.0.label>
<BeenRaped_NotSubmissive.stages.0.description>你怎么敢……</BeenRaped_NotSubmissive.stages.0.description>
</LanguageData>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Gangbang.roles.0.label>引导者</Gangbang.roles.0.label>
<Gangbang.roles.1.label>受害者</Gangbang.roles.1.label>
<GangbangByAnimal.roles.0.label>引导者</GangbangByAnimal.roles.0.label>
<GangbangByAnimal.roles.1.label>受精者</GangbangByAnimal.roles.1.label>
<GangbangByAnimal.roles.2.label>授精者</GangbangByAnimal.roles.2.label>
</LanguageData>

View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Gangbang.description>根据仪式的质量,参加者会获得介于 {MINMOOD} 与 {MAXMOOD} 之间的心情更易,维持 {MOODDAYS} 天。</Gangbang.description>
<Gangbang.comps.0.label>道德导师在场</Gangbang.comps.0.label>
<Gangbang.comps.1.label>参与人数</Gangbang.comps.1.label>
<Gangbang.comps.2.label>在祭坛举办</Gangbang.comps.2.label>
<Gangbang.comps.3.label>受害者精神扭曲</Gangbang.comps.3.label>
<Gangbang.comps.4.label>受害者精神崩溃</Gangbang.comps.4.label>
<Gangbang.comps.5.label>受害者精神崩坏</Gangbang.comps.5.label>
<Gangbang.comps.6.label>满意的参加者</Gangbang.comps.6.label>
<Gangbang.outcomeChances.0.label>糟糕的</Gangbang.outcomeChances.0.label>
<Gangbang.outcomeChances.0.description> {0} 太糟糕了! 演讲结结巴巴,语无伦次,受害者很拙劣——每个人都在等着它结束。</Gangbang.outcomeChances.0.description>
<Gangbang.outcomeChances.1.label>无聊的</Gangbang.outcomeChances.1.label>
<Gangbang.outcomeChances.1.description> {0} 无聊透顶。 演讲内容重复,受害者明显是个残次品。真的很没面子。</Gangbang.outcomeChances.1.description>
<Gangbang.outcomeChances.2.label>满意的</Gangbang.outcomeChances.2.label>
<Gangbang.outcomeChances.2.description> {0} 令人满意。 讲话感觉意味深长,受害者很棒。</Gangbang.outcomeChances.2.description>
<Gangbang.outcomeChances.3.label>超凡的</Gangbang.outcomeChances.3.label>
<Gangbang.outcomeChances.3.description> {0} 太棒了! 演讲让所有人都陷入了疯狂的边缘,受害者就像魅魔一样。</Gangbang.outcomeChances.3.description>
<BestialGangbang.description>根据仪式的质量,参加者会获得介于 {MINMOOD} 与 {MAXMOOD} 之间的心情更易,维持 {MOODDAYS} 天。</BestialGangbang.description>
<BestialGangbang.comps.0.label>道德导师在场</BestialGangbang.comps.0.label>
<BestialGangbang.comps.1.label>参与人数</BestialGangbang.comps.1.label>
<BestialGangbang.comps.2.label>在祭坛举办</BestialGangbang.comps.2.label>
<BestialGangbang.comps.3.label>受精者精神扭曲</BestialGangbang.comps.3.label>
<BestialGangbang.comps.4.label>受精者精神崩溃</BestialGangbang.comps.4.label>
<BestialGangbang.comps.5.label>受精者精神崩坏</BestialGangbang.comps.5.label>
<BestialGangbang.outcomeChances.0.label>糟糕的</BestialGangbang.outcomeChances.0.label>
<BestialGangbang.outcomeChances.0.description> {0} 太糟糕了! 演讲结结巴巴,语无伦次,受害者很拙劣——每个人都在等着它结束。</BestialGangbang.outcomeChances.0.description>
<BestialGangbang.outcomeChances.1.label>无聊的</BestialGangbang.outcomeChances.1.label>
<BestialGangbang.outcomeChances.1.description> {0} 无聊透顶。 演讲内容重复,受害者明显是个残次品。真的很没面子。</BestialGangbang.outcomeChances.1.description>
<BestialGangbang.outcomeChances.2.label>满意的</BestialGangbang.outcomeChances.2.label>
<BestialGangbang.outcomeChances.2.description> {0} 令人满意。 讲话感觉意味深长,受害者很棒。</BestialGangbang.outcomeChances.2.description>
<BestialGangbang.outcomeChances.3.label>超凡的</BestialGangbang.outcomeChances.3.label>
<BestialGangbang.outcomeChances.3.description> {0} 太棒了! 演讲让所有人都陷入了疯狂的边缘,受害者就像魅魔一样。</BestialGangbang.outcomeChances.3.description>
</LanguageData>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<Bestiality_Abhorrent.stages.0.label>和动物做爱</Bestiality_Abhorrent.stages.0.label>
<Bestiality_Abhorrent.stages.0.description>我和动物做爱。 杀了我吧。</Bestiality_Abhorrent.stages.0.description>
<Bestiality_Know_Abhorrent.stages.0.label>和动物做爱</Bestiality_Know_Abhorrent.stages.0.label>
<Bestiality_Horrible.stages.0.label>和动物做爱</Bestiality_Horrible.stages.0.label>
<Bestiality_Horrible.stages.0.description>我和动物做爱。 我不知道能否原谅自己。</Bestiality_Horrible.stages.0.description>
<Bestiality_Know_Horrible.stages.0.label>和动物做爱</Bestiality_Know_Horrible.stages.0.label>
<Bestiality_Disapproved.stages.0.label>和动物做爱</Bestiality_Disapproved.stages.0.label>
<Bestiality_Disapproved.stages.0.description>我和动物做爱。 我希望牠们不要太难受。</Bestiality_Disapproved.stages.0.description>
<Bestiality_Know_Disapproved.stages.0.label>和动物做爱</Bestiality_Know_Disapproved.stages.0.label>
<Bestiality_Nonvenerated_Disapproved.stages.0.label>和圣兽以外的动物做爱</Bestiality_Nonvenerated_Disapproved.stages.0.label>
<Bestiality_Nonvenerated_Disapproved.stages.0.description>我随便日了一个动物。 我希望牠们不要太难受。</Bestiality_Nonvenerated_Disapproved.stages.0.description>
<Bestiality_Nonvenerated_Know_Disapproved.stages.0.label>和圣兽以外的动物做爱</Bestiality_Nonvenerated_Know_Disapproved.stages.0.label>
<Bestiality_Honorable.stages.0.label>和动物做爱</Bestiality_Honorable.stages.0.label>
<Bestiality_Honorable.stages.0.description>我和动物做爱!</Bestiality_Honorable.stages.0.description>
<Bestiality_Know_Honorable.stages.0.label>和动物做爱</Bestiality_Know_Honorable.stages.0.label>
</LanguageData>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<IncestuosMarriage_Forbidden.stages.0.label>被社会排除在外</IncestuosMarriage_Forbidden.stages.0.label>
<IncestuosMarriage_Forbidden.stages.0.description>没人会祝福我们的婚事……</IncestuosMarriage_Forbidden.stages.0.description>
<IncestuosMarriage_Disapproved.stages.0.label>被人在背后指指点点</IncestuosMarriage_Disapproved.stages.0.label>
<IncestuosMarriage_Disapproved.stages.0.description>他们在戳我们的脊梁骨。</IncestuosMarriage_Disapproved.stages.0.description>
<Sex_Know_Incest_Disapproved.stages.0.label>族内通婚</Sex_Know_Incest_Disapproved.stages.0.label>
<Sex_Know_Incest_Forbidden.stages.0.label>族内通婚</Sex_Know_Incest_Forbidden.stages.0.label>
<Sex_Know_IncestMarriage_Disapproved.stages.0.label>族内通婚</Sex_Know_IncestMarriage_Disapproved.stages.0.label>
<Sex_Know_IncestMarriage_Forbidden.stages.0.label>族内通婚</Sex_Know_IncestMarriage_Forbidden.stages.0.label>
<Sex_Know_Incest_Violated.stages.0.label>和非亲族做爱</Sex_Know_Incest_Violated.stages.0.label>
<Sex_Know_IncestMarriage_Violated.stages.0.label>我脏了</Sex_Know_IncestMarriage_Violated.stages.0.label>
</LanguageData>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<Rape_Abhorrent.stages.0.label>强奸了某人</Rape_Abhorrent.stages.0.label>
<Rape_Abhorrent.stages.0.description>我强奸了某人。 我不该那么做。</Rape_Abhorrent.stages.0.description>
<Rape_Know_Abhorrent.stages.0.label>强奸了某人</Rape_Know_Abhorrent.stages.0.label>
<Rape_Horrible.stages.0.label>强奸了某人</Rape_Horrible.stages.0.label>
<Rape_Horrible.stages.0.description>我强奸了某人。 我不该那么做。</Rape_Horrible.stages.0.description>
<Rape_Know_Horrible.stages.0.label>强奸了某人</Rape_Know_Horrible.stages.0.label>
<Rape_Disapproved.stages.0.label>强奸了某人</Rape_Disapproved.stages.0.label>
<Rape_Disapproved.stages.0.description>我强奸了某人。 我不该那么做。</Rape_Disapproved.stages.0.description>
<Rape_Know_Disapproved.stages.0.label>强奸了某人</Rape_Know_Disapproved.stages.0.label>
<Rape_Know_Honorable.stages.0.label>强奸了某人</Rape_Know_Honorable.stages.0.label>
</LanguageData>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<Sex_NonPromiscuous.stages.0.label>正常的性交</Sex_NonPromiscuous.stages.0.label>
<Sex_NonPromiscuous.stages.0.description>根本得不到满足。</Sex_NonPromiscuous.stages.0.description>
<Sex_Know_Promiscuous.stages.0.label>乱交</Sex_Know_Promiscuous.stages.0.label>
<Sex_Know_Promiscuous_Approval.stages.0.label>乱交</Sex_Know_Promiscuous_Approval.stages.0.label>
<Sex_Know_NonPromiscuous.stages.0.label>乏味</Sex_Know_NonPromiscuous.stages.0.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Thoughts -->
<Raped_Know_NotBeingSubmissive.stages.0.label>不听话</Raped_Know_NotBeingSubmissive.stages.0.label>
</LanguageData>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<TerribleGangbang.stages.0.label>糟透了的轮奸</TerribleGangbang.stages.0.label>
<TerribleGangbang.stages.0.description>那场轮奸糟透了。 呃……</TerribleGangbang.stages.0.description>
<BoringGangbang.stages.0.label>无聊的轮奸</BoringGangbang.stages.0.label>
<BoringGangbang.stages.0.description>那场轮奸不咋的。 我宁愿我没去。</BoringGangbang.stages.0.description>
<FunGangbang.stages.0.label>愉快的轮奸</FunGangbang.stages.0.label>
<FunGangbang.stages.0.description>真是场愉快的轮奸。 我爽到了。</FunGangbang.stages.0.description>
<UnforgettableGangbang.stages.0.label>难忘的轮奸</UnforgettableGangbang.stages.0.label>
<UnforgettableGangbang.stages.0.description>那场轮奸真的太棒了!一切一切都太棒了!</UnforgettableGangbang.stages.0.description>
</LanguageData>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RS_Mod_Title>RJW 性经验</RS_Mod_Title>
<MemeStatFactor>迷因</MemeStatFactor>
</LanguageData>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RS_Mod_Title>RJW Sexperience Ideology</RS_Mod_Title>
<MemeStatFactor>Meme</MemeStatFactor>
<RSVictimCondition>slave, prisoner, submissive gender only</RSVictimCondition>
<RSBreederCondition>improper animal: cannot breed or forbidden by precepts</RSBreederCondition>
<RSNotHuman>not human</RSNotHuman>
<RSNotAnimal>not animal</RSNotAnimal>
<RSShouldCanFuck>capable of sex is required</RSShouldCanFuck>
</LanguageData>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RSI_SexWithAnimal.label>동물과 교미</RSI_SexWithAnimal.label>
<RSI_SexWithVeneratedAnimal.label>숭배받는 동물과 교미</RSI_SexWithVeneratedAnimal.label>
<RSI_Raped.label>강간</RSI_Raped.label>
<RSI_RapedSlave.label>노예 강간</RSI_RapedSlave.label>
<RSI_RapedPrisoner.label>죄수 강간</RSI_RapedPrisoner.label>
<RSI_VaginalSex.label>보지 섹스</RSI_VaginalSex.label>
<RSI_AnalSex.label>항문 성교</RSI_AnalSex.label>
<RSI_OralSex.label>구강 성교</RSI_OralSex.label>
<RSI_MiscSex.label>섹스</RSI_MiscSex.label>
<RSI_PromiscuousSex.label>문란한 섹스</RSI_PromiscuousSex.label>
<RSI_IncestuosMarriage.label>근친혼</RSI_IncestuosMarriage.label>
<RSI_SexWithCorpse.label>시체에 박음</RSI_SexWithCorpse.label>
<RSI_VirginTaken.label>아다를 따임</RSI_VirginTaken.label>
<RSI_TookVirgin.label>아다를 뗌</RSI_TookVirgin.label>
</LanguageData>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Sextype.label>섹스 종류</Sextype.label>
<Rape.label>강간</Rape.label>
<Bestiality.label>수간</Bestiality.label>
<Incestuos.label>근친상간</Incestuos.label>
<Submissive.label>순종적인 성별</Submissive.label>
<Necrophilia.label>시간</Necrophilia.label>
<SocialAffection.label>사회적 관심</SocialAffection.label>
<BabyFaction.label>아기 소속</BabyFaction.label>
<Virginity_Female.label>처녀성</Virginity_Female.label>
<Virginity_Male.label>동정</Virginity_Male.label>
</LanguageData>

View File

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Zoophile.label>수간</Zoophile.label>
<Zoophile.description>동물박이들</Zoophile.description>
<Zoophile.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Zoophile) ->[deity0_name]께서는 동물과 교미하는것을 즐기셨느니라.</Zoophile.descriptionMaker.rules.rulesStrings.0>
<Zoophile.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Zoophile) ->[deity0_name]께서 모두에게 이르노니, "Sigmar forbids this!"</Zoophile.descriptionMaker.rules.rulesStrings.1>
<Zoophile.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Zoophile) ->어느날, [founderName]께서는 너무 발정이나서 동물을 따먹으셨고 그것을 좋아하게 되셨다.</Zoophile.descriptionMaker.rules.rulesStrings.2>
<Zoophile.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Zoophile) ->동물들을 퍼뜨리기 위해, [founderName]께서는 동물과 교미하고 다니기 시작하셨다.</Zoophile.descriptionMaker.rules.rulesStrings.3>
<Zoophile.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Zoophile) ->어느날, 나는 동물과 섹스했다. 그리고 그건 사람보다 훨씬 좋았다!</Zoophile.descriptionMaker.rules.rulesStrings.4>
<Zoophile.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Zoophile) ->오직 동물만 나를 만족시킬수 있을것이다.</Zoophile.descriptionMaker.rules.rulesStrings.5>
<Zoophile.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Zoophile) ->동물과 교미하는것은 영원한 행복이다.</Zoophile.descriptionMaker.rules.rulesStrings.6>
<Zoophile.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Zoophile) ->초월은 궁극의 쾌락이다.</Zoophile.descriptionMaker.rules.rulesStrings.7>
<Zoophile.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Zoophile) ->그것은 동물과 교미하는 것이다.</Zoophile.descriptionMaker.rules.rulesStrings.8>
<Zoophile.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Zoophile) ->[inTheEnd], 초월공학은 이종간 번식을 가능하게 했다. 이것이 그들을 궁극의 쾌락으로 인도할 수 있을것이다.</Zoophile.descriptionMaker.rules.rulesStrings.9>
<Zoophile.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Zoophile) ->가장 강력한 영혼은 짐승의 것이다, 그리고 짐승의 영혼은 짐승에게 지배받지 않는 한 계속해서 날뛸것이다.</Zoophile.descriptionMaker.rules.rulesStrings.10>
<Zoophile.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Zoophile) ->[itIsSaid] 그 강력한 파괴의 영혼은 우주의 파멸을 찾아다닐 것이다. 하지만 인간에게서 태어난 짐승이 [relic0_name]의 힘을 사용하여 파괴자를 파괴할 것이다.</Zoophile.descriptionMaker.rules.rulesStrings.11>
<Zoophile.generalRules.rulesStrings.0>memeAdjective->수간하는</Zoophile.generalRules.rulesStrings.0>
<Zoophile.generalRules.rulesStrings.1>memeAdjective->수간의</Zoophile.generalRules.rulesStrings.1>
<Zoophile.generalRules.rulesStrings.2>memeHyphenPrefix->수간</Zoophile.generalRules.rulesStrings.2>
<Zoophile.generalRules.rulesStrings.3>memeConcept->수태</Zoophile.generalRules.rulesStrings.3>
<Zoophile.generalRules.rulesStrings.4>memeConcept->수간</Zoophile.generalRules.rulesStrings.4>
<Zoophile.generalRules.rulesStrings.5>memeConcept->수간</Zoophile.generalRules.rulesStrings.5>
<Zoophile.generalRules.rulesStrings.6>memeLeaderNoun->가축</Zoophile.generalRules.rulesStrings.6>
<Zoophile.symbolPacks.0.ideoName>브리더</Zoophile.symbolPacks.0.ideoName>
<Zoophile.symbolPacks.0.theme>번식</Zoophile.symbolPacks.0.theme>
<Zoophile.symbolPacks.0.adjective>수간</Zoophile.symbolPacks.0.adjective>
<Zoophile.symbolPacks.0.member>브리더</Zoophile.symbolPacks.0.member>
<Zoophile.symbolPacks.1.ideoName>포켓몬스터 갤러리</Zoophile.symbolPacks.1.ideoName>
<Zoophile.symbolPacks.1.theme>수간</Zoophile.symbolPacks.1.theme>
<Zoophile.symbolPacks.1.adjective>수간</Zoophile.symbolPacks.1.adjective>
<Zoophile.symbolPacks.1.member>수간충</Zoophile.symbolPacks.1.member>
<Rapist.label>강간</Rapist.label>
<Rapist.description>강간은 최고야</Rapist.description>
<Rapist.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Rapist) ->[deity0_name]께서 강간을 사랑하시나니.</Rapist.descriptionMaker.rules.rulesStrings.0>
<Rapist.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Rapist) ->[deity0_name]께서는 복상사 할때까지 강간하다 죽으셨느니라.</Rapist.descriptionMaker.rules.rulesStrings.1>
<Rapist.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Rapist) ->[founderName]께서는 항상 발정나있으셨다.</Rapist.descriptionMaker.rules.rulesStrings.2>
<Rapist.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Rapist) ->[founderName]께서는 모두를 강간하셨다. 아무도 [founderName]을(를) 멈출수 없었다. [founderName]께서는 행성을 강간하려다 죽으셨다.</Rapist.descriptionMaker.rules.rulesStrings.3>
<Rapist.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Rapist) ->강간은 최고야! 강간은 최고야! 강간은 최고야!</Rapist.descriptionMaker.rules.rulesStrings.4>
<Rapist.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Rapist) ->강간은 최고야! 강간은 최고야! 강간은 최고야! 강간은 최고야!</Rapist.descriptionMaker.rules.rulesStrings.5>
<Rapist.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Rapist) ->강간은 최고야! 강간은 최고야! 강간은 최고야! 강간은 최고야! 강간은 최고야!</Rapist.descriptionMaker.rules.rulesStrings.6>
<Rapist.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Rapist) ->인간의 역사는 강간의 역사이다.</Rapist.descriptionMaker.rules.rulesStrings.7>
<Rapist.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Rapist) ->초월공학 조차도 강간범들을 막을수 없었다.</Rapist.descriptionMaker.rules.rulesStrings.8>
<Rapist.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Rapist) ->[inTheEnd], 강간범들은 절대 강간을 멈추지 않을것이다.</Rapist.descriptionMaker.rules.rulesStrings.9>
<Rapist.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Rapist) ->가장 강력한 영혼을 가진 것은 강간범들이다. 그리고 그들은 모두를 강간할것이다.</Rapist.descriptionMaker.rules.rulesStrings.10>
<Rapist.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Rapist) ->[itIsSaid] 그 강력한 파괴의 영혼은 우주의 파멸을 찾아다닐 것이다. 하지만 백만번을 강간한 강간범이 [relic0_name]의 힘을 사용하여 파괴자를 강간할 것이다.</Rapist.descriptionMaker.rules.rulesStrings.11>
<Rapist.generalRules.rulesStrings.0>memeAdjective->강간하는</Rapist.generalRules.rulesStrings.0>
<Rapist.generalRules.rulesStrings.1>memeAdjective->겁탈하는</Rapist.generalRules.rulesStrings.1>
<Rapist.generalRules.rulesStrings.2>memeHyphenPrefix->강간범</Rapist.generalRules.rulesStrings.2>
<Rapist.generalRules.rulesStrings.3>memeHyphenPrefix->치한</Rapist.generalRules.rulesStrings.3>
<Rapist.generalRules.rulesStrings.4>memeHyphenPrefix->변태</Rapist.generalRules.rulesStrings.4>
<Rapist.generalRules.rulesStrings.5>memeConcept->강간</Rapist.generalRules.rulesStrings.5>
<Rapist.generalRules.rulesStrings.6>memeConcept->겁탈</Rapist.generalRules.rulesStrings.6>
<Rapist.generalRules.rulesStrings.7>r_deityName->슬라네쉬</Rapist.generalRules.rulesStrings.7>
<Rapist.generalRules.rulesStrings.8>memeLeaderNoun->종마</Rapist.generalRules.rulesStrings.8>
<Rapist.generalRules.rulesStrings.9>memeLeaderNoun->위대한 강간범</Rapist.generalRules.rulesStrings.9>
<Rapist.symbolPacks.0.ideoName>강간범들</Rapist.symbolPacks.0.ideoName>
<Rapist.symbolPacks.0.theme>강간</Rapist.symbolPacks.0.theme>
<Rapist.symbolPacks.0.adjective>강간하는</Rapist.symbolPacks.0.adjective>
<Rapist.symbolPacks.0.member>강간범</Rapist.symbolPacks.0.member>
<Rapist.symbolPacks.1.ideoName>슬라네쉬 교단</Rapist.symbolPacks.1.ideoName>
<Rapist.symbolPacks.1.theme>쾌락</Rapist.symbolPacks.1.theme>
<Rapist.symbolPacks.1.adjective>타락한</Rapist.symbolPacks.1.adjective>
<Rapist.symbolPacks.1.member>이교도</Rapist.symbolPacks.1.member>
<Lewd.label>음탕함</Lewd.label>
<Lewd.description>변태들.</Lewd.description>
<Lewd.generalRules.rulesStrings.0>memeAdjective->발정난</Lewd.generalRules.rulesStrings.0>
<Lewd.generalRules.rulesStrings.1>memeAdjective->음탕한</Lewd.generalRules.rulesStrings.1>
<Lewd.generalRules.rulesStrings.2>memeAdjective->야한</Lewd.generalRules.rulesStrings.2>
<Lewd.generalRules.rulesStrings.3>memeAdjective->섹시한</Lewd.generalRules.rulesStrings.3>
<Lewd.generalRules.rulesStrings.4>memeAdjective->발정기의</Lewd.generalRules.rulesStrings.4>
<Lewd.generalRules.rulesStrings.5>memeAdjective->타락한</Lewd.generalRules.rulesStrings.5>
<Lewd.generalRules.rulesStrings.6>memeConcept->겁</Lewd.generalRules.rulesStrings.6>
<Lewd.generalRules.rulesStrings.7>memeHyphenPrefix->발정</Lewd.generalRules.rulesStrings.7>
<Lewd.generalRules.rulesStrings.8>memeHyphenPrefix->성욕</Lewd.generalRules.rulesStrings.8>
<Lewd.generalRules.rulesStrings.9>memeConcept->음란함</Lewd.generalRules.rulesStrings.9>
<Lewd.generalRules.rulesStrings.10>memeConcept->성욕</Lewd.generalRules.rulesStrings.10>
<Lewd.generalRules.rulesStrings.11>memeConcept->발정기</Lewd.generalRules.rulesStrings.11>
<Lewd.generalRules.rulesStrings.12>memeConcept->흥분</Lewd.generalRules.rulesStrings.12>
<Lewd.generalRules.rulesStrings.13>memeConcept->욕망</Lewd.generalRules.rulesStrings.13>
<Lewd.generalRules.rulesStrings.14>memeConcept->섹스</Lewd.generalRules.rulesStrings.14>
<Lewd.generalRules.rulesStrings.15>memeConcept->음탕함</Lewd.generalRules.rulesStrings.15>
<Lewd.generalRules.rulesStrings.16>r_deityName->슬라네쉬</Lewd.generalRules.rulesStrings.16>
<Rapist.symbolPacks.0.ideoName>슬라네쉬 교단</Rapist.symbolPacks.0.ideoName>
<Rapist.symbolPacks.0.theme>쾌락</Rapist.symbolPacks.0.theme>
<Rapist.symbolPacks.0.adjective>타락한</Rapist.symbolPacks.0.adjective>
<Rapist.symbolPacks.0.member>이교도</Rapist.symbolPacks.0.member>
<Necrophile.label>시간</Necrophile.label>
<Necrophile.description>시체박이들.</Necrophile.description>
<Necrophile.generalRules.rulesStrings.0>r_deityName->소닉</Necrophile.generalRules.rulesStrings.0>
<Necrophile.generalRules.rulesStrings.1>r_deityName->록맨</Necrophile.generalRules.rulesStrings.1>
<Necrophile.generalRules.rulesStrings.2>memeConcept->시체</Necrophile.generalRules.rulesStrings.2>
<Necrophile.generalRules.rulesStrings.3>memeConcept->죽음</Necrophile.generalRules.rulesStrings.3>
</LanguageData>

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Bestiality_Abhorrent.label>혐오스러움</Bestiality_Abhorrent.label>
<Bestiality_Abhorrent.description>수간은 절대 용납할수 없는 행위입니다.</Bestiality_Abhorrent.description>
<Bestiality_Horrible.label>끔찍함</Bestiality_Horrible.label>
<Bestiality_Horrible.description>수간은 끔찍한 짓입니다.</Bestiality_Horrible.description>
<Bestiality_Disapproved.label>싫어함</Bestiality_Disapproved.label>
<Bestiality_Disapproved.description>수간충을 좋아하는 사람은 없습니다.</Bestiality_Disapproved.description>
<Bestiality_Horrible.description>수간은 끔찍한 짓입니다.</Bestiality_Horrible.description>
<Bestiality_Acceptable.label>수용가능</Bestiality_Acceptable.label>
<Bestiality_Acceptable.description>수간은 일반적인 일입니다.</Bestiality_Acceptable.description>
<Bestiality_OnlyVenerated.label>숭배동물만</Bestiality_OnlyVenerated.label>
<Bestiality_OnlyVenerated.description>숭배받는 동물과 교미하는것은 존중받을 일입니다. 하지만 다른 동물들과 교미하는것은 규탄받습니다.</Bestiality_OnlyVenerated.description>
<Bestiality_OnlyVenerated.comps.1.description>수간</Bestiality_OnlyVenerated.comps.1.description>
<Bestiality_OnlyVenerated.comps.3.description>수간</Bestiality_OnlyVenerated.comps.3.description>
<Bestiality_Honorable.label>장려됨</Bestiality_Honorable.label>
<Bestiality_Honorable.description>수간은 장려되어야 합니다.</Bestiality_Honorable.description>
<Bestiality_Honorable.comps.1.description>수간</Bestiality_Honorable.comps.1.description>
<Rape_Abhorrent.label>혐오스러움</Rape_Abhorrent.label>
<Rape_Abhorrent.description>강간은 절대 용납할수 없는 행위입니다.</Rape_Abhorrent.description>
<Rape_Abhorrent.comps.1.description>강간</Rape_Abhorrent.comps.1.description>
<Rape_Abhorrent.comps.2.description>수감자를 강간함</Rape_Abhorrent.comps.2.description>
<Rape_Abhorrent.comps.3.description>수감자 강간</Rape_Abhorrent.comps.3.description>
<Rape_Abhorrent.comps.4.description>노예를 강간함</Rape_Abhorrent.comps.4.description>
<Rape_Abhorrent.comps.5.description>노예 강간</Rape_Abhorrent.comps.5.description>
<Rape_Horrible.label>끔찍함</Rape_Horrible.label>
<Rape_Horrible.description>강간은 끔찍한 짓입니다.</Rape_Horrible.description>
<Rape_Horrible.comps.1.description>강간</Rape_Horrible.comps.1.description>
<Rape_Horrible.comps.2.description>수감자를 강간함</Rape_Horrible.comps.2.description>
<Rape_Horrible.comps.3.description>수감자 강간</Rape_Horrible.comps.3.description>
<Rape_Disapproved.label>싫어함</Rape_Disapproved.label>
<Rape_Disapproved.description>강간은 흔한 일이지만 나쁜짓으로 간주됩니다.</Rape_Disapproved.description>
<Rape_Disapproved.comps.1.description>강간</Rape_Disapproved.comps.1.description>
<Rape_Acceptable.label>수용가능</Rape_Acceptable.label>
<Rape_Acceptable.description>강간이 일상입니다.</Rape_Acceptable.description>
<Rape_Honorable.label>자랑스러움</Rape_Honorable.label>
<Rape_Honorable.description>강간은 자랑할만한 일입니다.</Rape_Honorable.description>
<Rape_Honorable.comps.1.description>강간</Rape_Honorable.comps.1.description>
<Sex_Free.label>자유</Sex_Free.label>
<Sex_Free.description>어떠한것도 배척받지 않습니다.</Sex_Free.description>
<Sex_VaginalOnly.label>성기만 사용</Sex_VaginalOnly.label>
<Sex_VaginalOnly.description>성기만 사용한 성행위만이 일반적인 것으로 받아들여집니다. 그 외에는 문란한것으로 간주됩니다.</Sex_VaginalOnly.description>
<Sex_AnalOnly.label>항문성교만</Sex_AnalOnly.label>
<Sex_AnalOnly.description>항문을 사용한 성행위만이 일반적인 것으로 받아들여집니다. 그 외에는 문란한것으로 간주됩니다.</Sex_AnalOnly.description>
<Sex_OralOnly.label>구강성교만</Sex_OralOnly.label>
<Sex_OralOnly.description>구강성교만이 일반적인 것으로 받아들여집니다. 그 외에는 문란한것으로 간주됩니다.</Sex_OralOnly.description>
<Sex_Promiscuous.label>문란함</Sex_Promiscuous.label>
<Sex_Promiscuous.description>문란한 성생활이 선호됩니다.</Sex_Promiscuous.description>
<Incestuos_Free.label>자유</Incestuos_Free.label>
<Incestuos_Free.description>근친상간이 허용됩니다.</Incestuos_Free.description>
<Incestuos_Disapproved_CloseOnly.label>가까운 친척만 싫어함</Incestuos_Disapproved_CloseOnly.label>
<Incestuos_Disapproved_CloseOnly.description>근친상간은 인정받지 못합니다. 사촌보다 먼 관계일경우 근친으로 인식하지 않습니다.</Incestuos_Disapproved_CloseOnly.description>
<Incestuos_Disapproved.label>싫어함</Incestuos_Disapproved.label>
<Incestuos_Disapproved.description>근친상간은 인정받지 못합니다.</Incestuos_Disapproved.description>
<Incestuos_Forbidden.label>금지됨</Incestuos_Forbidden.label>
<Incestuos_Forbidden.description>근친상간은 용납되지 않습니다.</Incestuos_Forbidden.description>
<Incestuos_IncestOnly.label>근친만 가능</Incestuos_IncestOnly.label>
<Incestuos_IncestOnly.description>순수혈통을 보존하기위해 근친상간만을 허용합니다.</Incestuos_IncestOnly.description>
<Submissive_None.label>없음</Submissive_None.label>
<Submissive_None.description>평범합니다.</Submissive_None.description>
<Submissive_Male.label>순종적인 남성</Submissive_Male.label>
<Submissive_Male.description>남성들은 순종적입니다. 심지어 강간당하더라도 받아들일 것입니다.</Submissive_Male.description>
<Submissive_Female.label>순종적인 여성</Submissive_Female.label>
<Submissive_Female.description>여성들은 순종적입니다. 심지어 강간당하더라도 받아들일 것입니다.</Submissive_Female.description>
<Necrophilia_Abhorrent.label>혐오스러움</Necrophilia_Abhorrent.label>
<Necrophilia_Abhorrent.description>시체를 범하는것은 절대 용납될수 없는 행위입니다.</Necrophilia_Abhorrent.description>
<Necrophilia_Horrible.label>끔찍함</Necrophilia_Horrible.label>
<Necrophilia_Horrible.description>시체를 범하는것은 끔찍한 짓입니다.</Necrophilia_Horrible.description>
<Necrophilia_Disapproved.label>싫어함</Necrophilia_Disapproved.label>
<Necrophilia_Disapproved.description>시체를 범하는것을 싫어합니다.</Necrophilia_Disapproved.description>
<Necrophilia_Acceptable.label>수용가능</Necrophilia_Acceptable.label>
<Necrophilia_Acceptable.description>시간은 일상적입니다.</Necrophilia_Acceptable.description>
<Necrophilia_Approved.label>좋아함</Necrophilia_Approved.label>
<Necrophilia_Approved.description>시체에 박는것을 좋아합니다.</Necrophilia_Approved.description>
<SocialAffection_Normal.label>평범함(바닐라)</SocialAffection_Normal.label>
<SocialAffection_Normal.description>평범합니다.</SocialAffection_Normal.description>
<SocialAffection_Small.label>직계가족만</SocialAffection_Small.label>
<SocialAffection_Small.description>오직 직계가족만 상관합니다.</SocialAffection_Small.description>
<SocialAffection_OnlyFamily.label>친족만</SocialAffection_OnlyFamily.label>
<SocialAffection_OnlyFamily.description>친족이 아닌 남의 비극에 신경쓰지 않습니다.</SocialAffection_OnlyFamily.description>
<SocialAffection_Dry.label>친족 제외</SocialAffection_Dry.label>
<SocialAffection_Dry.description>친족의 비극에 신경쓰지 않습니다.</SocialAffection_Dry.description>
<SocialAffection_Psychopath.label>사이코패스</SocialAffection_Psychopath.label>
<SocialAffection_Psychopath.description>남을 신경쓰지 않습니다.</SocialAffection_Psychopath.description>
<BabyFaction_AlwaysMother.label>항상 엄마를 따름(기본)</BabyFaction_AlwaysMother.label>
<BabyFaction_AlwaysMother.description>새로 태어난 아기는 엄마의 소속과 이념을 따릅니다.</BabyFaction_AlwaysMother.description>
<BabyFaction_AlwaysFather.label>항상 아빠를 따름</BabyFaction_AlwaysFather.label>
<BabyFaction_AlwaysFather.description>새로 태어난 아기는 아빠의 소속과 이념을 따릅니다.</BabyFaction_AlwaysFather.description>
<BabyFaction_AlwaysColony.label>항상 정착지를 따름</BabyFaction_AlwaysColony.label>
<BabyFaction_AlwaysColony.description>새로 태어난 아기는 정착지의 소속과 이념을 따릅니다.</BabyFaction_AlwaysColony.description>
<Virgin_UselessF.label>쓸모없음</Virgin_UselessF.label>
<Virgin_UselessF.description>처녀성은 쓸모없습니다.</Virgin_UselessF.description>
<Virgin_UselessM.label>쓸모없음</Virgin_UselessM.label>
<Virgin_UselessM.description>동정은 쓸모없습니다.</Virgin_UselessM.description>
<Virgin_PreciousF.label>소중함</Virgin_PreciousF.label>
<Virgin_PreciousF.description>처녀성은 소중합니다.</Virgin_PreciousF.description>
<Virgin_PreciousM.label>동정</Virgin_PreciousM.label>
<Virgin_PreciousM.description>동정은 소중합니다.</Virgin_PreciousM.description>
<Virgin_OnlyForSpouseF.label>소중함(엄격)</Virgin_OnlyForSpouseF.label>
<Virgin_OnlyForSpouseF.description>결혼전에 처녀성을 잃는것은 죄악입니다.</Virgin_OnlyForSpouseF.description>
<Virgin_OnlyForSpouseM.label>소중함(엄격)</Virgin_OnlyForSpouseM.label>
<Virgin_OnlyForSpouseM.description>결혼전에 동정을 잃는것은 죄악입니다.</Virgin_OnlyForSpouseM.description>
<Virgin_ShamefulF.label>수치스러움</Virgin_ShamefulF.label>
<Virgin_ShamefulF.description>처녀인것은 수치스러운 일이며 웃음거리가 됩니다.</Virgin_ShamefulF.description>
<Virgin_ShamefulM.label>수치스러움</Virgin_ShamefulM.label>
<Virgin_ShamefulM.description>동정인것은 수치스러운 일이며 웃음거리가 됩니다.</Virgin_ShamefulM.description>
<GangbangCeremony.label>윤간</GangbangCeremony.label>
<GangbangCeremony.description>개시자가 참여자들과 함께 희생자를 강간하는 의례적 윤간입니다.</GangbangCeremony.description>
<GangbangCeremony_Consensual.label>윤간</GangbangCeremony_Consensual.label>
<GangbangCeremony_Consensual.description>수행자가 참여자들에게 윤간당하는 의례적 윤간입니다.</GangbangCeremony_Consensual.description>
<AnimalGangbangCeremony.label>동물에의한 윤간</AnimalGangbangCeremony.label>
<AnimalGangbangCeremony.description>동물이 희생자를 윤간하는 의례적 윤간입니다.</AnimalGangbangCeremony.description>
<AnimalGangbangCeremony_Consensual.label>동물에의한 윤간</AnimalGangbangCeremony_Consensual.label>
<AnimalGangbangCeremony_Consensual.description>동물이 수행자를 윤간하는 의례적 윤간입니다.</AnimalGangbangCeremony_Consensual.description>
<DrugOrgyCeremony.label>마약난교</DrugOrgyCeremony.label>
<DrugOrgyCeremony.description>엄청난 양의 최음제를 사용하는 난교입니다.</DrugOrgyCeremony.description>
</LanguageData>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Gangbang.roles.0.label>개시자</Gangbang.roles.0.label>
<Gangbang.roles.1.label>희생양</Gangbang.roles.1.label>
<Gangbang_Consensual.roles.0.label>수행자</Gangbang_Consensual.roles.0.label>
<GangbangByAnimal.roles.0.label>개시자</GangbangByAnimal.roles.0.label>
<GangbangByAnimal.roles.1.label>번식대상</GangbangByAnimal.roles.1.label>
<GangbangByAnimal.roles.2.label>번식동물</GangbangByAnimal.roles.2.label>
<GangbangByAnimal_Consensual.roles.0.label>수행자</GangbangByAnimal_Consensual.roles.0.label>
<GangbangByAnimal_Consensual.roles.1.label>번식동물</GangbangByAnimal_Consensual.roles.1.label>
</LanguageData>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Gangbang.description>의식의 품질에 따라, 참여자들은 {MINMOOD} ~ {MAXMOOD} 기분을 {MOODDAYS}일동안 얻게 됩니다.</Gangbang.description>
<Gangbang.extraPredictedOutcomeDescriptions.0>만약 {0}이 훌륭히 진행된다면 참여자중 한명이 영감을 얻을 수 있습니다.</Gangbang.extraPredictedOutcomeDescriptions.0>
<Gangbang.comps.0.label>종교 지도자 참여</Gangbang.comps.0.label>
<Gangbang.comps.2.label>제단에서 시작</Gangbang.comps.2.label>
<Gangbang.comps.3.label>희생양 무너짐</Gangbang.comps.3.label>
<Gangbang.comps.4.label>희생양 극도로 무너짐</Gangbang.comps.4.label>
<Gangbang.comps.5.label>희생양 완전히 무너짐</Gangbang.comps.5.label>
<Gangbang.comps.6.label>만족한 참여자</Gangbang.comps.6.label>
<Gangbang.outcomeChances.0.label>끔찍한</Gangbang.outcomeChances.0.label>
<Gangbang.outcomeChances.1.label>지루한</Gangbang.outcomeChances.1.label>
<Gangbang.outcomeChances.2.label>즐거운</Gangbang.outcomeChances.2.label>
<Gangbang.outcomeChances.3.label>인상적인</Gangbang.outcomeChances.3.label>
<Gangbang_Consensual.description>의식의 품질에 따라, 참여자들은 {MINMOOD} ~ {MAXMOOD} 기분을 {MOODDAYS}일동안 얻게 됩니다.</Gangbang_Consensual.description>
<Gangbang_Consensual.extraPredictedOutcomeDescriptions.0>만약 {0}이 훌륭히 진행된다면 참여자중 한명이 영감을 얻을 수 있습니다.</Gangbang_Consensual.extraPredictedOutcomeDescriptions.0>
<Gangbang_Consensual.comps.0.label>종교 지도자 참여</Gangbang_Consensual.comps.0.label>
<Gangbang_Consensual.comps.2.label>제단에서 시작</Gangbang_Consensual.comps.2.label>
<Gangbang_Consensual.comps.3.label>만족한 참여자</Gangbang_Consensual.comps.3.label>
<Gangbang_Consensual.comps.4.label>완전히 만족한 참여자</Gangbang_Consensual.comps.4.label>
<Gangbang_Consensual.outcomeChances.0.label>끔찍한</Gangbang_Consensual.outcomeChances.0.label>
<Gangbang_Consensual.outcomeChances.1.label>지루한</Gangbang_Consensual.outcomeChances.1.label>
<Gangbang_Consensual.outcomeChances.2.label>즐거운</Gangbang_Consensual.outcomeChances.2.label>
<Gangbang_Consensual.outcomeChances.3.label>인상적인</Gangbang_Consensual.outcomeChances.3.label>
<BestialGangbang.description>의식의 품질에 따라, 참여자들은 {MINMOOD} ~ {MAXMOOD} 기분을 {MOODDAYS}일동안 얻게 됩니다.</BestialGangbang.description>
<BestialGangbang.extraPredictedOutcomeDescriptions.0>만약 {0}이 훌륭히 진행된다면 참여자중 한명이 영감을 얻을 수 있습니다.</BestialGangbang.extraPredictedOutcomeDescriptions.0>
<BestialGangbang.comps.0.label>종교 지도자 참여</BestialGangbang.comps.0.label>
<BestialGangbang.comps.2.label>제단에서 시작</BestialGangbang.comps.2.label>
<BestialGangbang.comps.3.label>교배대상 무너짐</BestialGangbang.comps.3.label>
<BestialGangbang.comps.4.label>교배대상 극도로 무너짐</BestialGangbang.comps.4.label>
<BestialGangbang.comps.5.label>교배대상 완전히 무너짐</BestialGangbang.comps.5.label>
<BestialGangbang.outcomeChances.0.label>끔찍한</BestialGangbang.outcomeChances.0.label>
<BestialGangbang.outcomeChances.1.label>지루한</BestialGangbang.outcomeChances.1.label>
<BestialGangbang.outcomeChances.2.label>즐거운</BestialGangbang.outcomeChances.2.label>
<BestialGangbang.outcomeChances.3.label>인상적인</BestialGangbang.outcomeChances.3.label>
<BestialGangbang_Consensual.description>의식의 품질에 따라, 참여자들은 {MINMOOD} ~ {MAXMOOD} 기분을 {MOODDAYS}일동안 얻게 됩니다.</BestialGangbang_Consensual.description>
<BestialGangbang_Consensual.extraPredictedOutcomeDescriptions.0>만약 {0}이 훌륭히 진행된다면 참여자중 한명이 영감을 얻을 수 있습니다.</BestialGangbang_Consensual.extraPredictedOutcomeDescriptions.0>
<BestialGangbang_Consensual.comps.0.label>종교 지도자 참여</BestialGangbang_Consensual.comps.0.label>
<BestialGangbang_Consensual.comps.2.label>제단에서 시작</BestialGangbang_Consensual.comps.2.label>
<BestialGangbang_Consensual.outcomeChances.0.label>끔찍한</BestialGangbang_Consensual.outcomeChances.0.label>
<BestialGangbang_Consensual.outcomeChances.1.label>지루한</BestialGangbang_Consensual.outcomeChances.1.label>
<BestialGangbang_Consensual.outcomeChances.2.label>즐거운</BestialGangbang_Consensual.outcomeChances.2.label>
<BestialGangbang_Consensual.outcomeChances.3.label>인상적인</BestialGangbang_Consensual.outcomeChances.3.label>
<DrugOrgy.description>의식의 품질에 따라, 참여자들은 {MINMOOD} ~ {MAXMOOD} 기분을 {MOODDAYS}일동안 얻게 됩니다.</DrugOrgy.description>
<DrugOrgy.extraPredictedOutcomeDescriptions.0>만약 {0}이 훌륭히 진행된다면 참여자중 한명이 영감을 얻을 수 있습니다.</DrugOrgy.extraPredictedOutcomeDescriptions.0>
<DrugOrgy.comps.2.label>방 인상</DrugOrgy.comps.2.label>
<DrugOrgy.comps.3.label>만족한 참여자</DrugOrgy.comps.3.label>
<DrugOrgy.outcomeChances.0.label>끔찍한</DrugOrgy.outcomeChances.0.label>
<DrugOrgy.outcomeChances.1.label>지루한</DrugOrgy.outcomeChances.1.label>
<DrugOrgy.outcomeChances.2.label>즐거운</DrugOrgy.outcomeChances.2.label>
<DrugOrgy.outcomeChances.3.label>인상적인</DrugOrgy.outcomeChances.3.label>
</LanguageData>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Gangbang.shortDescOverride>윤간</Gangbang.shortDescOverride>
<Gangbang.descOverride>의례적 윤간입니다. 지도자가 연설을 한 후, 희생양을 강간합니다. 지도자가 희생양을 강간하지 못하면 취소됩니다.</Gangbang.descOverride>
<Gangbang_Consensual.shortDescOverride>윤간</Gangbang_Consensual.shortDescOverride>
<Gangbang_Consensual.descOverride>의례적 윤간입니다. 수행자가 연설을 한 후, 참여자들에게 윤간당합니다.</Gangbang_Consensual.descOverride>
<GangbangByAnimal.shortDescOverride>동물에 의한 윤간</GangbangByAnimal.shortDescOverride>
<GangbangByAnimal.descOverride>동물들을 이용한 의례적 윤간입니다. 지도자가 연설을 마치면, 동물들이 교배대상을 윤간합니다.</GangbangByAnimal.descOverride>
<GangbangByAnimal_Consensual.shortDescOverride>동물에 의한 윤간</GangbangByAnimal_Consensual.shortDescOverride>
<GangbangByAnimal_Consensual.descOverride>동물들을 이용한 의례적 윤간입니다. 수행자가 연설을 마치면, 동물들이 수행자를 윤간합니다.</GangbangByAnimal_Consensual.descOverride>
<DrugOrgy.shortDescOverride>마약난교</DrugOrgy.shortDescOverride>
<DrugOrgy.descOverride>최음제를 다량으로 사용하는 난교입니다. 참여자들이 연통 주위에 모인 뒤, 불을 붙이고 난교를 시작합니다.</DrugOrgy.descOverride>
</LanguageData>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Burnbong_Aphrodisiac.label>러스트봉</Burnbong_Aphrodisiac.label>
<Burnbong_Aphrodisiac.description>최음버섯이 들어있는 목재 구조물입니다. 불을 붙이면 완전히 불타 없어질 때 까지 엄청난 양의 최음향을 내뿜습니다.</Burnbong_Aphrodisiac.description>
<Autobong_Aphrodisiac.label>발정기계</Autobong_Aphrodisiac.label>
<Autobong_Aphrodisiac.description>주위에 최음 구름을 형성하는 자동 최음버섯 연소 기계입니다. 최음 구름 속에서 사람들은 서서히 발정날 것입니다.</Autobong_Aphrodisiac.description>
</LanguageData>

View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Rape_Abhorrent.stages.0.label>누군가를 강간함</Rape_Abhorrent.stages.0.label>
<Rape_Abhorrent.stages.0.description>그랬으면 안됐는데.</Rape_Abhorrent.stages.0.description>
<Rape_Know_Abhorrent.stages.0.label>누군가를 강간함</Rape_Know_Abhorrent.stages.0.label>
<Rape_Horrible.stages.0.label>누군가를 강간함</Rape_Horrible.stages.0.label>
<Rape_Horrible.stages.0.description>그랬으면 안됐는데.</Rape_Horrible.stages.0.description>
<Rape_Know_Horrible.stages.0.label>누군가를 강간함</Rape_Know_Horrible.stages.0.label>
<Rape_Disapproved.stages.0.label>누군가를 강간함</Rape_Disapproved.stages.0.label>
<Rape_Disapproved.stages.0.description>그랬으면 안됐는데.</Rape_Disapproved.stages.0.description>
<Rape_Know_Disapproved.stages.0.label>누군가를 강간함</Rape_Know_Disapproved.stages.0.label>
<Rape_Know_Honorable.stages.0.label>누군가를 강간함</Rape_Know_Honorable.stages.0.label>
<Sex_Promiscuous.stages.0.label>문란한 섹스</Sex_Promiscuous.stages.0.label>
<Sex_Promiscuous.stages.0.description>배덕감에 흥분돼...</Sex_Promiscuous.stages.0.description>
<Sex_NonPromiscuous.stages.0.label>평범한 섹스</Sex_NonPromiscuous.stages.0.label>
<Sex_NonPromiscuous.stages.0.description>이걸론 만족할수 없어.</Sex_NonPromiscuous.stages.0.description>
<Sex_Know_Promiscuous.stages.0.label>문란함</Sex_Know_Promiscuous.stages.0.label>
<Sex_Know_Promiscuous_Approval.stages.0.label>문란함</Sex_Know_Promiscuous_Approval.stages.0.label>
<Sex_Know_NonPromiscuous.stages.0.label>시시함</Sex_Know_NonPromiscuous.stages.0.label>
<Bestiality_Abhorrent.stages.0.label>수간</Bestiality_Abhorrent.stages.0.label>
<Bestiality_Abhorrent.stages.0.description>수간을 하다니... 죽고싶다...</Bestiality_Abhorrent.stages.0.description>
<Bestiality_Know_Abhorrent.stages.0.label>수간</Bestiality_Know_Abhorrent.stages.0.label>
<Bestiality_Horrible.stages.0.label>수간</Bestiality_Horrible.stages.0.label>
<Bestiality_Horrible.stages.0.description>수간을 하다니... 나 스스로를 용서할수 없을것 같아.</Bestiality_Horrible.stages.0.description>
<Bestiality_Know_Horrible.stages.0.label>수간</Bestiality_Know_Horrible.stages.0.label>
<Bestiality_Disapproved.stages.0.label>수간</Bestiality_Disapproved.stages.0.label>
<Bestiality_Disapproved.stages.0.description>수간을 하다니... 다시는 그러지 않을거야.</Bestiality_Disapproved.stages.0.description>
<Bestiality_Know_Disapproved.stages.0.label>수간</Bestiality_Know_Disapproved.stages.0.label>
<Bestiality_Nonvenerated_Disapproved.stages.0.label>숭배받지 않는 동물과 교미</Bestiality_Nonvenerated_Disapproved.stages.0.label>
<Bestiality_Nonvenerated_Disapproved.stages.0.description>수간을 하다니... 다시는 그러지 않을거야.</Bestiality_Nonvenerated_Disapproved.stages.0.description>
<Bestiality_Nonvenerated_Know_Disapproved.stages.0.label>숭배받지 않는 동물과 교미</Bestiality_Nonvenerated_Know_Disapproved.stages.0.label>
<Bestiality_Honorable.stages.0.label>수간</Bestiality_Honorable.stages.0.label>
<Bestiality_Honorable.stages.0.description>동물과 교미했어.</Bestiality_Honorable.stages.0.description>
<Bestiality_Know_Honorable.stages.0.label>수간</Bestiality_Know_Honorable.stages.0.label>
<IncestuosMarriage_Forbidden.stages.0.label>사회적 규탄</IncestuosMarriage_Forbidden.stages.0.label>
<IncestuosMarriage_Forbidden.stages.0.description>아무도 우리를 축복해주지 않아.</IncestuosMarriage_Forbidden.stages.0.description>
<IncestuosMarriage_Disapproved.stages.0.label>가십거리가 됨</IncestuosMarriage_Disapproved.stages.0.label>
<IncestuosMarriage_Disapproved.stages.0.description>남들이 우리의 뒷담을 하고있어.</IncestuosMarriage_Disapproved.stages.0.description>
<Sex_Know_Incest_Disapproved.stages.0.label>근친</Sex_Know_Incest_Disapproved.stages.0.label>
<Sex_Know_Incest_Forbidden.stages.0.label>근친</Sex_Know_Incest_Forbidden.stages.0.label>
<Sex_Know_IncestMarriage_Disapproved.stages.0.label>근친</Sex_Know_IncestMarriage_Disapproved.stages.0.label>
<Sex_Know_IncestMarriage_Forbidden.stages.0.label>근친</Sex_Know_IncestMarriage_Forbidden.stages.0.label>
<Sex_Know_Incest_Violated.stages.0.label>혈족이 아닌사람과 성관계</Sex_Know_Incest_Violated.stages.0.label>
<BeenRaped_Submissive.stages.0.label>강간당함</BeenRaped_Submissive.stages.0.label>
<BeenRaped_Submissive.stages.0.description>받아들여야해. 하지만 기분이 안좋아.</BeenRaped_Submissive.stages.0.description>
<BeenRaped_NotSubmissive.stages.0.label>{0}에게 강간당함</BeenRaped_NotSubmissive.stages.0.label>
<BeenRaped_NotSubmissive.stages.0.description>어떻게 감히...</BeenRaped_NotSubmissive.stages.0.description>
<Raped_Know_NotBeingSubmissive.stages.0.label>순종적이지 않음</Raped_Know_NotBeingSubmissive.stages.0.label>
<Necrophilia_Abhorrent.stages.0.label>시체를 따먹음</Necrophilia_Abhorrent.stages.0.label>
<Necrophilia_Abhorrent.stages.0.description>시체를 따먹었어</Necrophilia_Abhorrent.stages.0.description>
<Necrophilia_Know_Abhorrent.stages.0.label>시체박이</Necrophilia_Know_Abhorrent.stages.0.label>
<Necrophilia_Horrible.stages.0.label>시체를 따먹음</Necrophilia_Horrible.stages.0.label>
<Necrophilia_Horrible.stages.0.description>시체를 따먹었어</Necrophilia_Horrible.stages.0.description>
<Necrophilia_Know_Horrible.stages.0.label>시체박이</Necrophilia_Know_Horrible.stages.0.label>
<Necrophilia_Disapproved.stages.0.label>시체를 따먹음</Necrophilia_Disapproved.stages.0.label>
<Necrophilia_Disapproved.stages.0.description>시체를 따먹었어</Necrophilia_Disapproved.stages.0.description>
<Necrophilia_Know_Disapproved.stages.0.label>시체박이</Necrophilia_Know_Disapproved.stages.0.label>
<Necrophilia_Approved.stages.0.label>시체를 따먹음</Necrophilia_Approved.stages.0.label>
<Necrophilia_Approved.stages.0.description>시체를 따먹었어</Necrophilia_Approved.stages.0.description>
<Necrophilia_Know_Approved.stages.0.label>시체박이</Necrophilia_Know_Approved.stages.0.label>
<Virgin_Precious_Taken_Forcefully.stages.0.label>아다를 따임</Virgin_Precious_Taken_Forcefully.stages.0.label>
<Virgin_Precious_Taken_Forcefully.stages.0.description>강제로 처음을 잃었어.</Virgin_Precious_Taken_Forcefully.stages.0.description>
<Virgin_Precious_Taken.stages.0.label>{0}에게 아다를 따임</Virgin_Precious_Taken.stages.0.label>
<Virgin_Precious_Taken.stages.0.description>난 더이상 순수하지 않아.</Virgin_Precious_Taken.stages.0.description>
<Virgin_Precious_Taken.stages.1.label>{0}에게 아다를 따임</Virgin_Precious_Taken.stages.1.label>
<Virgin_Precious_Taken.stages.1.description>난 더이상 순수하지 않아.</Virgin_Precious_Taken.stages.1.description>
<Virgin_Precious_Taken.stages.2.label>{0}에게 아다를 따임</Virgin_Precious_Taken.stages.2.label>
<Virgin_Precious_Taken.stages.2.description>난 더이상 순수하지 않아.</Virgin_Precious_Taken.stages.2.description>
<Virgin_Precious_Taken.stages.3.label>{0}과 첫경험을 함</Virgin_Precious_Taken.stages.3.label>
<Virgin_Precious_Taken.stages.3.description>내 사랑에게 처음을 줬어</Virgin_Precious_Taken.stages.3.description>
<Virgin_Shameful_Taken.stages.0.label>{0}에게 아다를 따임</Virgin_Shameful_Taken.stages.0.label>
<Virgin_Shameful_Taken.stages.0.description>드디어!</Virgin_Shameful_Taken.stages.0.description>
<Virgin_Shameful_Taken.stages.1.label>{0}에게 아다를 따임</Virgin_Shameful_Taken.stages.1.label>
<Virgin_Shameful_Taken.stages.1.description>드디어!</Virgin_Shameful_Taken.stages.1.description>
<Virgin_Shameful_Taken.stages.2.label>{0}에게 아다를 따임</Virgin_Shameful_Taken.stages.2.label>
<Virgin_Shameful_Taken.stages.2.description>드디어!</Virgin_Shameful_Taken.stages.2.description>
<Virgin_OnlyForSpouse_Know_Taken.stages.0.description>걸레</Virgin_OnlyForSpouse_Know_Taken.stages.0.description>
</LanguageData>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RS_Mod_Title>RJW Sexperience Ideology</RS_Mod_Title>
<MemeStatFactor>문화 요소</MemeStatFactor>
<RSVictimCondition>노예, 죄수, 순종적인 성별만 가능합니다.</RSVictimCondition>
<RSBreederCondition>부적절한 동물: 번식할수 없거나 규율에의해 금지된 동물입니다.</RSBreederCondition>
<RSNotHuman>사람이 아님</RSNotHuman>
<RSNotAnimal>동물이 아님</RSNotAnimal>
<RSShouldCanFuck>성관계가 가능해야 합니다.</RSShouldCanFuck>
</LanguageData>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Agreement - same -->
<Zoophile_Zoophile.label>добровольная зоофилия</Zoophile_Zoophile.label>
<Necrophile_Necrophile.label>добровольная некрофилия</Necrophile_Necrophile.label>
<!-- Disagreement -->
<Zoophile_All.label>зоофил</Zoophile_All.label>
<Rapist_All.label>насильник</Rapist_All.label>
<Necrophile_All.label>некрофил</Necrophile_All.label>
</LanguageData>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<RSI_SexWithAnimal.label>секс с животным</RSI_SexWithAnimal.label>
<RSI_SexWithVeneratedAnimal.label>секс с почитаемым животным</RSI_SexWithVeneratedAnimal.label>
<RSI_Raped.label>изнасилован</RSI_Raped.label>
<RSI_RapedSlave.label>изнасилован раб</RSI_RapedSlave.label>
<RSI_RapedPrisoner.label>изнасилован заключеный</RSI_RapedPrisoner.label>
<RSI_WasRaped.label>был изнасилован</RSI_WasRaped.label>
<RSI_WasRapedSlave.label>был изнасилован</RSI_WasRapedSlave.label>
<RSI_WasRapedPrisoner.label>был изнасилован</RSI_WasRapedPrisoner.label>
<RSI_SexWithCorpse.label>трахнутый труп</RSI_SexWithCorpse.label>
<RSI_IncestuosMarriage.label>Кровосмесительный брак</RSI_IncestuosMarriage.label>
<RSI_VaginalSex.label>вагинальный секс</RSI_VaginalSex.label>
<RSI_AnalSex.label>анальный секс</RSI_AnalSex.label>
<RSI_OralSex.label>оральный секс</RSI_OralSex.label>
<RSI_MiscSex.label>секс</RSI_MiscSex.label>
<RSI_PromiscuousSex.label>беспорядочный секс</RSI_PromiscuousSex.label>
<RSI_VirginTaken.label>забрана девственность</RSI_VirginTaken.label>
<RSI_TookVirgin.label>забрал девственность</RSI_TookVirgin.label>
</LanguageData>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Animal_Breeders.label>зоофилы</Animal_Breeders.label>
<Animal_Breeders.description>Животные - наша лучшая половина.</Animal_Breeders.description>
<Savage_Rapist_Brigands.label>дикие разбойники-насильники</Savage_Rapist_Brigands.label>
<Savage_Rapist_Brigands.description>Всех имеем.</Savage_Rapist_Brigands.description>
<Hentai_Tribe.label>бестыжее племя</Hentai_Tribe.label>
<Hentai_Tribe.description>Оплодотворяем.</Hentai_Tribe.description>
</LanguageData>

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Speech_Gangbang.label>речь о групповухе</Speech_Gangbang.label>
<Speech_Gangbang.logRulesInitiator.rulesStrings.0>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</Speech_Gangbang.logRulesInitiator.rulesStrings.0>
<Speech_Gangbang.logRulesInitiator.rulesStrings.1>r_logentry(p=0.2)->[INITIATOR_nameDef] [crazy].</Speech_Gangbang.logRulesInitiator.rulesStrings.1>
<Speech_Gangbang.logRulesInitiator.rulesStrings.2>speechtopic->значении и истинной ценности изнасилования</Speech_Gangbang.logRulesInitiator.rulesStrings.2>
<Speech_Gangbang.logRulesInitiator.rulesStrings.3>speechtopic->выразительности изнасилования</Speech_Gangbang.logRulesInitiator.rulesStrings.3>
<Speech_Gangbang.logRulesInitiator.rulesStrings.4>speechtopic->контролируемой похоти</Speech_Gangbang.logRulesInitiator.rulesStrings.4>
<Speech_Gangbang.logRulesInitiator.rulesStrings.5>speechtopic->теплоте вагины</Speech_Gangbang.logRulesInitiator.rulesStrings.5>
<Speech_Gangbang.logRulesInitiator.rulesStrings.6>speechtopic->значимости спермы</Speech_Gangbang.logRulesInitiator.rulesStrings.6>
<Speech_Gangbang.logRulesInitiator.rulesStrings.7>speechtopic->любви и насилии</Speech_Gangbang.logRulesInitiator.rulesStrings.7>
<Speech_Gangbang.logRulesInitiator.rulesStrings.8>speechtopic->символизме изнасилования</Speech_Gangbang.logRulesInitiator.rulesStrings.8>
<Speech_Gangbang.logRulesInitiator.rulesStrings.9>speechtopic->членах и вагинах</Speech_Gangbang.logRulesInitiator.rulesStrings.9>
<Speech_Gangbang.logRulesInitiator.rulesStrings.10>speechtopic->искусстве изнасилования</Speech_Gangbang.logRulesInitiator.rulesStrings.10>
<Speech_Gangbang.logRulesInitiator.rulesStrings.11>speechtopic->соблазнении жертвы</Speech_Gangbang.logRulesInitiator.rulesStrings.11>
<Speech_Gangbang.logRulesInitiator.rulesStrings.12>speechtopic->музыке криков</Speech_Gangbang.logRulesInitiator.rulesStrings.12>
<Speech_Gangbang.logRulesInitiator.rulesStrings.13>speechtopic->сперме на полу</Speech_Gangbang.logRulesInitiator.rulesStrings.13>
<Speech_Gangbang.logRulesInitiator.rulesStrings.14>crazy->маниакально кричал</Speech_Gangbang.logRulesInitiator.rulesStrings.14>
<Speech_Gangbang.logRulesInitiator.rulesStrings.15>crazy->разразился пением</Speech_Gangbang.logRulesInitiator.rulesStrings.15>
<Speech_Gangbang.logRulesInitiator.rulesStrings.16>crazy->кричал на небеса</Speech_Gangbang.logRulesInitiator.rulesStrings.16>
<Speech_Gangbang.logRulesInitiator.rulesStrings.17>crazy->плюнул в гениталии жертвы</Speech_Gangbang.logRulesInitiator.rulesStrings.17>
<Speech_Gangbang.logRulesInitiator.rulesStrings.18>crazy->хихикал</Speech_Gangbang.logRulesInitiator.rulesStrings.18>
<Speech_Gangbang.logRulesInitiator.rulesStrings.19>crazy->размахивал презервативом</Speech_Gangbang.logRulesInitiator.rulesStrings.19>
<Speech_Gangbang.logRulesInitiator.rulesStrings.20>crazy->бормотал и мастурбировал</Speech_Gangbang.logRulesInitiator.rulesStrings.20>
<Speech_Zoophile.label>речь о зоофилии</Speech_Zoophile.label>
<Speech_Zoophile.logRulesInitiator.rulesStrings.0>r_logentry->[INITIATOR_nameDef] [spokeof] [speechtopic].</Speech_Zoophile.logRulesInitiator.rulesStrings.0>
<Speech_Zoophile.logRulesInitiator.rulesStrings.1>speechtopic->значении и истинной ценности зоофилии</Speech_Zoophile.logRulesInitiator.rulesStrings.1>
<Speech_Zoophile.logRulesInitiator.rulesStrings.2>speechtopic->выразительности зоофилии</Speech_Zoophile.logRulesInitiator.rulesStrings.2>
<Speech_Zoophile.logRulesInitiator.rulesStrings.3>speechtopic->контролируемой похоти</Speech_Zoophile.logRulesInitiator.rulesStrings.3>
<Speech_Zoophile.logRulesInitiator.rulesStrings.4>speechtopic->теплоте спермы</Speech_Zoophile.logRulesInitiator.rulesStrings.4>
<Speech_Zoophile.logRulesInitiator.rulesStrings.5>speechtopic->значимости межвидового спаривания</Speech_Zoophile.logRulesInitiator.rulesStrings.5>
<Speech_Zoophile.logRulesInitiator.rulesStrings.6>speechtopic->любви к животным</Speech_Zoophile.logRulesInitiator.rulesStrings.6>
<Speech_Zoophile.logRulesInitiator.rulesStrings.7>speechtopic->символизме зоофилии</Speech_Zoophile.logRulesInitiator.rulesStrings.7>
<Speech_Zoophile.logRulesInitiator.rulesStrings.8>speechtopic->размножении и рождении</Speech_Zoophile.logRulesInitiator.rulesStrings.8>
<Speech_Zoophile.logRulesInitiator.rulesStrings.9>speechtopic->искусстве размножения</Speech_Zoophile.logRulesInitiator.rulesStrings.9>
<Speech_Zoophile.logRulesInitiator.rulesStrings.10>speechtopic->соблазнении животных</Speech_Zoophile.logRulesInitiator.rulesStrings.10>
<Speech_Zoophile.logRulesInitiator.rulesStrings.11>speechtopic->сперме на полу</Speech_Zoophile.logRulesInitiator.rulesStrings.11>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<BabyFaction.label>фракция ребёнка</BabyFaction.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Bestiality.label>зоофилия</Bestiality.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Incestuos.label>инцест</Incestuos.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Necrophilia.label>некрофилия</Necrophilia.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Rape.label>изнасилование</Rape.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Sextype.label>тип секса</Sextype.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<SocialAffection.label>социальная привязанность</SocialAffection.label>
</LanguageData>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Submissive.label>покорность</Submissive.label>
</LanguageData>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Issues -->
<Virginity_Female.label>женская девственность</Virginity_Female.label>
<Virginity_Male.label>мужская девственность</Virginity_Male.label>
</LanguageData>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<RapeVictim.reportString>насиловать жертву</RapeVictim.reportString>
<DrugSex.reportString>совокупляться.</DrugSex.reportString>
<GettinDrugSex.reportString>совокупляться.</GettinDrugSex.reportString>
<DrugMasturbate.reportString>мастурбировать.</DrugMasturbate.reportString>
<Gangbang.reportString>совокупляться.</Gangbang.reportString>
<GettinGangbang.reportString>устроить групповуху.</GettinGangbang.reportString>
</LanguageData>

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Zoophile.label>зоофилия</Zoophile.label>
<Zoophile.description>Трахай животных.</Zoophile.description>
<Zoophile.generalRules.rulesStrings.0>memeAdjective-&gt;животное</Zoophile.generalRules.rulesStrings.0>
<Zoophile.generalRules.rulesStrings.1>memeAdjective-&gt;зоофильское</Zoophile.generalRules.rulesStrings.1>
<Zoophile.generalRules.rulesStrings.2>memeHyphenPrefix-&gt;ското</Zoophile.generalRules.rulesStrings.2>
<Zoophile.generalRules.rulesStrings.3>memeConcept-&gt;скотоложество</Zoophile.generalRules.rulesStrings.3>
<Zoophile.generalRules.rulesStrings.4>memeConcept-&gt;скотство</Zoophile.generalRules.rulesStrings.4>
<Zoophile.generalRules.rulesStrings.5>memeConcept-&gt;зоофильство</Zoophile.generalRules.rulesStrings.5>
<Zoophile.generalRules.rulesStrings.6>memeLeaderNoun-&gt;скотина</Zoophile.generalRules.rulesStrings.6>
<Zoophile.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Zoophile) -&gt;[deity0_name] любит разводить животных.</Zoophile.descriptionMaker.rules.rulesStrings.0>
<Zoophile.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Zoophile) -&gt;[deity0_name] сказал всем: «Сигмар запрещает это!»</Zoophile.descriptionMaker.rules.rulesStrings.1>
<Zoophile.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Zoophile) -&gt;Однажды [founderName] был так возбужден, что случайно трахнулся с животным и ему это понравилось. </Zoophile.descriptionMaker.rules.rulesStrings.2>
<Zoophile.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Zoophile) -&gt;Ради распространения животных, [founderName] начал спариваться с животными.</Zoophile.descriptionMaker.rules.rulesStrings.3>
<Zoophile.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Zoophile) -&gt;Однажды у меня был секс с животным. Это было намного лучше, чем с людьми!</Zoophile.descriptionMaker.rules.rulesStrings.4>
<Zoophile.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Zoophile) -&gt;Только животные могут удовлетворить меня.</Zoophile.descriptionMaker.rules.rulesStrings.5>
<Zoophile.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Zoophile) -&gt;Спаривайтесь с животными. И прлучите вечное счастье.</Zoophile.descriptionMaker.rules.rulesStrings.6>
<Zoophile.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Zoophile) -&gt;Архисты всегда ищут максимального удовольствия.</Zoophile.descriptionMaker.rules.rulesStrings.7>
<Zoophile.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Zoophile) -&gt;Это было спаривание с животными.</Zoophile.descriptionMaker.rules.rulesStrings.8>
<Zoophile.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Zoophile) -&gt;[inTheEnd], архотеки, наконец, откроют межвидовое размножение, чтобы они могли получать максимальное удовольствие.</Zoophile.descriptionMaker.rules.rulesStrings.9>
<Zoophile.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Zoophile) -&gt;Самые могущественные духи - это духи зверей, и духи зверей будут беспокоиться, если звери не правят. </Zoophile.descriptionMaker.rules.rulesStrings.10>
<Zoophile.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Zoophile) -&gt;[itIsSaid] что могущественный дух разрушения будет стремиться уничтожить вселенную, но зверь, рожденный человеком, овладеет духом [relic0_name] и уничтожит разрушителя.</Zoophile.descriptionMaker.rules.rulesStrings.11>
<Zoophile.symbolPacks.0.ideoName>Скотоложество</Zoophile.symbolPacks.0.ideoName>
<Zoophile.symbolPacks.0.theme>breed</Zoophile.symbolPacks.0.theme>
<Zoophile.symbolPacks.0.adjective>скотоложеский</Zoophile.symbolPacks.0.adjective>
<Zoophile.symbolPacks.0.member>скотоложец</Zoophile.symbolPacks.0.member>
<Zoophile.symbolPacks.1.ideoName>Зоофилия</Zoophile.symbolPacks.1.ideoName>
<Zoophile.symbolPacks.1.theme>zoophile</Zoophile.symbolPacks.1.theme>
<Zoophile.symbolPacks.1.adjective>зоофильский</Zoophile.symbolPacks.1.adjective>
<Zoophile.symbolPacks.1.member>зоофилиак</Zoophile.symbolPacks.1.member>
<Rapist.label>изнасилование</Rapist.label>
<Rapist.description>Изнасилование лучше всего.</Rapist.description>
<Rapist.generalRules.rulesStrings.0>memeAdjective-&gt;насильственное</Rapist.generalRules.rulesStrings.0>
<Rapist.generalRules.rulesStrings.1>memeAdjective-&gt;насильническое</Rapist.generalRules.rulesStrings.1>
<Rapist.generalRules.rulesStrings.2>memeHyphenPrefix-&gt;затрах</Rapist.generalRules.rulesStrings.2>
<Rapist.generalRules.rulesStrings.3>memeHyphenPrefix-&gt;трах</Rapist.generalRules.rulesStrings.3>
<Rapist.generalRules.rulesStrings.4>memeHyphenPrefix-&gt;изврат</Rapist.generalRules.rulesStrings.4>
<Rapist.generalRules.rulesStrings.5>memeConcept-&gt;изнасилование</Rapist.generalRules.rulesStrings.5>
<Rapist.generalRules.rulesStrings.6>memeConcept-&gt;извращение</Rapist.generalRules.rulesStrings.6>
<Rapist.generalRules.rulesStrings.7>r_deityName-&gt;Слаанеш</Rapist.generalRules.rulesStrings.7>
<Rapist.generalRules.rulesStrings.8>memeLeaderNoun-&gt;жеребец </Rapist.generalRules.rulesStrings.8>
<Rapist.generalRules.rulesStrings.9>memeLeaderNoun-&gt;гранд-еблан</Rapist.generalRules.rulesStrings.9>
<Rapist.descriptionMaker.rules.rulesStrings.0>creation(tag=meme_Rapist) -&gt;[deity0_name] любит изнасилования.</Rapist.descriptionMaker.rules.rulesStrings.0>
<Rapist.descriptionMaker.rules.rulesStrings.1>episode(uses=1,tag=meme_Rapist) -&gt;[deity0_name] насиловал всех до смерти во время изнасилования.</Rapist.descriptionMaker.rules.rulesStrings.1>
<Rapist.descriptionMaker.rules.rulesStrings.2>setup(tag=meme_Rapist) -&gt;[founderName] всегда возбужден. </Rapist.descriptionMaker.rules.rulesStrings.2>
<Rapist.descriptionMaker.rules.rulesStrings.3>story(uses=1,tag=meme_Rapist) -&gt;[founderName] изнасиловал всех. Никто не мог остановить [founderName]. [founderName] погиб, пытаясь изнасиловать планету.</Rapist.descriptionMaker.rules.rulesStrings.3>
<Rapist.descriptionMaker.rules.rulesStrings.4>lessonIntro(tag=meme_Rapist) -&gt;Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего!</Rapist.descriptionMaker.rules.rulesStrings.4>
<Rapist.descriptionMaker.rules.rulesStrings.5>lesson(tag=meme_Rapist) -&gt;Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего!</Rapist.descriptionMaker.rules.rulesStrings.5>
<Rapist.descriptionMaker.rules.rulesStrings.6>lessonReinforcement(tag=meme_Rapist) -&gt;Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего! Изнасилование лучше всего!</Rapist.descriptionMaker.rules.rulesStrings.6>
<Rapist.descriptionMaker.rules.rulesStrings.7>archistBasis(tag=meme_Rapist) -&gt;История человечества - это история изнасилований.</Rapist.descriptionMaker.rules.rulesStrings.7>
<Rapist.descriptionMaker.rules.rulesStrings.8>archistFact(tag=meme_Rapist) -&gt;Даже архотеки не могут остановить насильников.</Rapist.descriptionMaker.rules.rulesStrings.8>
<Rapist.descriptionMaker.rules.rulesStrings.9>archistProphecy(tag=meme_Rapist) -&gt;[inTheEnd], насильники никогда не прекратят насиловать.</Rapist.descriptionMaker.rules.rulesStrings.9>
<Rapist.descriptionMaker.rules.rulesStrings.10>animistFact(tag=meme_Rapist) -&gt;Самые могущественные духи - это духи насильников, а духи насильников будут насиловать всех.</Rapist.descriptionMaker.rules.rulesStrings.10>
<Rapist.descriptionMaker.rules.rulesStrings.11>animistProphecy(tag=meme_Rapist) -&gt;[itIsSaid] что могущественный дух разрушения будет стремиться уничтожить вселенную, но совершивший миллион изнасилований насильник овладеет духом [relic0_name] и изнасилует разрушителя.</Rapist.descriptionMaker.rules.rulesStrings.11>
<Rapist.symbolPacks.0.ideoName>Насильники</Rapist.symbolPacks.0.ideoName>
<Rapist.symbolPacks.0.theme>rapist</Rapist.symbolPacks.0.theme>
<Rapist.symbolPacks.0.adjective>насильственный</Rapist.symbolPacks.0.adjective>
<Rapist.symbolPacks.0.member>насильник</Rapist.symbolPacks.0.member>
<Rapist.symbolPacks.1.ideoName>Культ Слаанеш</Rapist.symbolPacks.1.ideoName>
<Rapist.symbolPacks.1.theme>pleasure</Rapist.symbolPacks.1.theme>
<Rapist.symbolPacks.1.adjective>упадочный</Rapist.symbolPacks.1.adjective>
<Rapist.symbolPacks.1.member>сластолюбец</Rapist.symbolPacks.1.member>
<Lewd.label>разврат</Lewd.label>
<Lewd.description>Простой секс скучен.</Lewd.description>
<Lewd.generalRules.rulesStrings.0>memeAdjective-&gt;возбуждённое</Lewd.generalRules.rulesStrings.0>
<Lewd.generalRules.rulesStrings.1>memeAdjective-&gt;развратное</Lewd.generalRules.rulesStrings.1>
<Lewd.generalRules.rulesStrings.2>memeAdjective-&gt;возбуждающее</Lewd.generalRules.rulesStrings.2>
<Lewd.generalRules.rulesStrings.3>memeAdjective-&gt;сексуальное</Lewd.generalRules.rulesStrings.3>
<Lewd.generalRules.rulesStrings.4>memeAdjective-&gt;похотливое</Lewd.generalRules.rulesStrings.4>
<Lewd.generalRules.rulesStrings.5>memeAdjective-&gt;упадочное</Lewd.generalRules.rulesStrings.5>
<Lewd.generalRules.rulesStrings.6>memeHyphenPrefix-&gt;разврат</Lewd.generalRules.rulesStrings.6>
<Lewd.generalRules.rulesStrings.7>memeHyphenPrefix-&gt;жаждо</Lewd.generalRules.rulesStrings.7>
<Lewd.generalRules.rulesStrings.8>memeConcept-&gt;хотение</Lewd.generalRules.rulesStrings.8>
<Lewd.generalRules.rulesStrings.9>memeConcept-&gt;либидо</Lewd.generalRules.rulesStrings.9>
<Lewd.generalRules.rulesStrings.10>memeConcept-&gt;вожделение</Lewd.generalRules.rulesStrings.10>
<Lewd.generalRules.rulesStrings.11>memeConcept-&gt;возбуждение</Lewd.generalRules.rulesStrings.11>
<Lewd.generalRules.rulesStrings.12>memeConcept-&gt;желание</Lewd.generalRules.rulesStrings.12>
<Lewd.generalRules.rulesStrings.13>memeConcept-&gt;совокупление</Lewd.generalRules.rulesStrings.13>
<Lewd.generalRules.rulesStrings.14>memeConcept-&gt;извращение</Lewd.generalRules.rulesStrings.14>
<Lewd.generalRules.rulesStrings.15>r_deityName-&gt;Слаанеш</Lewd.generalRules.rulesStrings.15>
<Lewd.symbolPacks.0.ideoName>Культ Слаанеш</Lewd.symbolPacks.0.ideoName>
<Lewd.symbolPacks.0.theme>pleasure</Lewd.symbolPacks.0.theme>
<Lewd.symbolPacks.0.adjective>упадочный</Lewd.symbolPacks.0.adjective>
<Lewd.symbolPacks.0.member>сластолюбец</Lewd.symbolPacks.0.member>
<Necrophile.label>некрофилия</Necrophile.label>
<Necrophile.description>Трахай трупы.</Necrophile.description>
<Necrophile.generalRules.rulesStrings.0>r_deityName-&gt;Соник</Necrophile.generalRules.rulesStrings.0>
<Necrophile.generalRules.rulesStrings.1>r_deityName-&gt;МегаМан</Necrophile.generalRules.rulesStrings.1>
<Necrophile.generalRules.rulesStrings.2>memeConcept-&gt;тело</Necrophile.generalRules.rulesStrings.2>
<Necrophile.generalRules.rulesStrings.3>memeConcept-&gt;труп</Necrophile.generalRules.rulesStrings.3>
</LanguageData>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<Bastard.label>бастард</Bastard.label>
<Bastard.labelFemale>бастард</Bastard.labelFemale>
</LanguageData>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<BabyFaction_AlwaysMother.label>как мать (стандарт)</BabyFaction_AlwaysMother.label>
<BabyFaction_AlwaysMother.description>Новорожденные дети принимают фракцию и идеологию матери.</BabyFaction_AlwaysMother.description>
<BabyFaction_AlwaysFather.label>как отец</BabyFaction_AlwaysFather.label>
<BabyFaction_AlwaysFather.description>Новорожденные дети принимают фракцию и идеологию отца (при его наличии).</BabyFaction_AlwaysFather.description>
<BabyFaction_AlwaysColony.label>как поселение</BabyFaction_AlwaysColony.label>
<BabyFaction_AlwaysColony.description>Новорожденные дети принимают фракцию и идеологию колонии.</BabyFaction_AlwaysColony.description>
</LanguageData>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Bestiality_Abhorrent.label>ненавистно</Bestiality_Abhorrent.label>
<Bestiality_Abhorrent.description>Скотоложество это крайнее зло.</Bestiality_Abhorrent.description>
<Bestiality_Horrible.label>ужасно</Bestiality_Horrible.label>
<Bestiality_Horrible.description>Скотоложество это ужасная вещь.</Bestiality_Horrible.description>
<Bestiality_Disapproved.label>не одобряется</Bestiality_Disapproved.label>
<Bestiality_Disapproved.description>Скотоложество крайне неприятно.</Bestiality_Disapproved.description>
<Bestiality_Acceptable.label>приемлемо</Bestiality_Acceptable.label>
<Bestiality_Acceptable.description>Скотоложество это нормальная, ничем не примечательная часть жизни.</Bestiality_Acceptable.description>
<Bestiality_OnlyVenerated.label>только с почитаемыми</Bestiality_OnlyVenerated.label>
<Bestiality_OnlyVenerated.description>Тот, кто занимается сексом с почитаемыми животными, уважаем. Но секс с другими животными осуждается</Bestiality_OnlyVenerated.description>
<Bestiality_OnlyVenerated.comps.1.description>Занимается сексом с непочитаемым животным</Bestiality_OnlyVenerated.comps.1.description>
<Bestiality_OnlyVenerated.comps.3.description>Занимается сексом с почитаемым животным</Bestiality_OnlyVenerated.comps.3.description>
<Bestiality_Honorable.label>одобряется</Bestiality_Honorable.label>
<Bestiality_Honorable.description>Следует поощрять секс с животными..</Bestiality_Honorable.description>
<Bestiality_Honorable.comps.1.description>Занимается сексом с животным</Bestiality_Honorable.comps.1.description>
<Bestiality_Honorable.comps.3.description>Занимается сексом с животным</Bestiality_Honorable.comps.3.description>
</LanguageData>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Incestuos_Free.label>свободно</Incestuos_Free.label>
<Incestuos_Free.description>Без ограничений.</Incestuos_Free.description>
<Incestuos_Disapproved_CloseOnly.label>не одобряется для близких родственников</Incestuos_Disapproved_CloseOnly.label>
<Incestuos_Disapproved_CloseOnly.description>Инцест не одобряется в обществе. Отношения дальше двоюродных братьев и сестёр не считаются инцестом.</Incestuos_Disapproved_CloseOnly.description>
<Incestuos_Disapproved.label>не одобряется</Incestuos_Disapproved.label>
<Incestuos_Disapproved.description>Инцест не одобряется в обществе .</Incestuos_Disapproved.description>
<Incestuos_Forbidden.label>запрещён</Incestuos_Forbidden.label>
<Incestuos_Forbidden.description>Инцест запрещён.</Incestuos_Forbidden.description>
<Incestuos_IncestOnly.label>только инцест</Incestuos_IncestOnly.label>
<Incestuos_IncestOnly.description>Для сохранения чистой крови разрешен только инцест.</Incestuos_IncestOnly.description>
</LanguageData>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Necrophilia_Abhorrent.label>ненавистно</Necrophilia_Abhorrent.label>
<Necrophilia_Abhorrent.description>Некрофилия это крайнее зло.</Necrophilia_Abhorrent.description>
<Necrophilia_Horrible.label>ужасно</Necrophilia_Horrible.label>
<Necrophilia_Horrible.description>Некрофилия это ужасная вещь.</Necrophilia_Horrible.description>
<Necrophilia_Disapproved.label>не одобряется</Necrophilia_Disapproved.label>
<Necrophilia_Disapproved.description>Некрофилия крайне неприятна.</Necrophilia_Disapproved.description>
<Necrophilia_Acceptable.label>приемлемо</Necrophilia_Acceptable.label>
<Necrophilia_Acceptable.description>Некрофилия это нормальная, ничем не примечательная часть жизни.</Necrophilia_Acceptable.description>
<Necrophilia_Approved.label>одобряется</Necrophilia_Approved.label>
<Necrophilia_Approved.description>Трахать трупы полезно.</Necrophilia_Approved.description>
</LanguageData>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Precepts -->
<Rape_Abhorrent.label>ненавистно</Rape_Abhorrent.label>
<Rape_Abhorrent.description>Изнасилование это крайнее зло.</Rape_Abhorrent.description>
<Rape_Abhorrent.comps.1.description>Совершённое изнасилование</Rape_Abhorrent.comps.1.description>
<Rape_Abhorrent.comps.2.description>Был изнасилован пленник</Rape_Abhorrent.comps.2.description>
<Rape_Abhorrent.comps.3.description>Изнасилование пленного</Rape_Abhorrent.comps.3.description>
<Rape_Abhorrent.comps.4.description>Был изнасилован раб</Rape_Abhorrent.comps.4.description>
<Rape_Abhorrent.comps.5.description>Изнасилование раба</Rape_Abhorrent.comps.5.description>
<Rape_Horrible.label>ужасно</Rape_Horrible.label>
<Rape_Horrible.description>Изнасилование это ужасная вещь.</Rape_Horrible.description>
<Rape_Horrible.comps.1.description>Совершённое изнасилование</Rape_Horrible.comps.1.description>
<Rape_Horrible.comps.2.description>Был изнасилован пленник</Rape_Horrible.comps.2.description>
<Rape_Horrible.comps.3.description>Изнасилование пленного</Rape_Horrible.comps.3.description>
<Rape_Disapproved.label>не одобряется</Rape_Disapproved.label>
<Rape_Disapproved.description>Изнасилование это часть жизни, хотя оно крайне неприятно.</Rape_Disapproved.description>
<Rape_Disapproved.comps.1.description>Совершённое изнасилование</Rape_Disapproved.comps.1.description>
<Rape_Acceptable.label>приемлемо</Rape_Acceptable.label>
<Rape_Acceptable.description>Изнасилование это нормальная, ничем не примечательная часть жизни.</Rape_Acceptable.description>
<Rape_Honorable.label>почётно</Rape_Honorable.label>
<Rape_Honorable.description>Изнасилование это доно из проявлений гордого поведения.</Rape_Honorable.description>
<Rape_Honorable.comps.1.description>Совершённое изнасилование</Rape_Honorable.comps.1.description>
<Rape_Honorable.comps.3.description>Совершённое изнасилование</Rape_Honorable.comps.3.description>
<Rape_Honorable.comps.5.description>Совершённое изнасилование</Rape_Honorable.comps.5.description>
</LanguageData>

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<GangbangCeremony.label>групповуха</GangbangCeremony.label>
<GangbangCeremony.description>Ритуальная групповуха, в которой инициатор насилует жертву. Зрители будут следовать примеру инициатора.</GangbangCeremony.description>
<GangbangCeremony_Consensual.label>групповуха</GangbangCeremony_Consensual.label>
<GangbangCeremony_Consensual.description>Ритуальная групповуха, где трахают организатора. Зрители трахнут организатора.</GangbangCeremony_Consensual.description>
<AnimalGangbangCeremony.label>групповуха с животными</AnimalGangbangCeremony.label>
<AnimalGangbangCeremony.description>Ритуальная групповуха, в которой животные насилуют жертву.</AnimalGangbangCeremony.description>
<AnimalGangbangCeremony_Consensual.label>групповуха с животными</AnimalGangbangCeremony_Consensual.label>
<AnimalGangbangCeremony_Consensual.description>Ритуальная групповуха, где животные трахают организатора.</AnimalGangbangCeremony_Consensual.description>
<DrugOrgyCeremony.label>нарко-оргия</DrugOrgyCeremony.label>
<DrugOrgyCeremony.description>Оргия с использованием мощного афродизиака.</DrugOrgyCeremony.description>
</LanguageData>

Some files were not shown because too many files have changed in this diff Show More