mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
50 lines
1.7 KiB
XML
50 lines
1.7 KiB
XML
<?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.GoodwillSituationWorker_OneWayReceive</workerClass>
|
|
<meme>Zoophile</meme>
|
|
<versusAll>true</versusAll>
|
|
<naturalGoodwillOffset>-50</naturalGoodwillOffset>
|
|
</GoodwillSituationDef>
|
|
|
|
<GoodwillSituationDef>
|
|
<defName>Rapist_All</defName>
|
|
<label>rapist</label>
|
|
<workerClass>RJWSexperience.GoodwillSituationWorker_OneWayReceive</workerClass>
|
|
<meme>Rapist</meme>
|
|
<versusAll>true</versusAll>
|
|
<naturalGoodwillOffset>-20</naturalGoodwillOffset>
|
|
</GoodwillSituationDef>
|
|
|
|
<GoodwillSituationDef>
|
|
<defName>Necrophile_All</defName>
|
|
<label>necrophile</label>
|
|
<workerClass>RJWSexperience.GoodwillSituationWorker_OneWayReceive</workerClass>
|
|
<meme>Necrophile</meme>
|
|
<versusAll>true</versusAll>
|
|
<naturalGoodwillOffset>-50</naturalGoodwillOffset>
|
|
</GoodwillSituationDef>
|
|
</Defs>
|