first commit

This commit is contained in:
c0ffee 2021-04-12 00:48:48 -07:00
parent 1c82248286
commit 6d1a218b2e
23 changed files with 836 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<GatheringDef>
<defName>Orgy</defName>
<label>orgy</label>
<randomSelectionWeight>1</randomSelectionWeight>
<letterTitle>Orgy</letterTitle>
<letterText>{ORGANIZER_labelShort} is hosting an orgy! Everyone who goes will gain social and sexual energy.</letterText>
<calledOffMessage>The orgy has been called off.</calledOffMessage>
<finishedMessage>The orgy has finished.</finishedMessage>
<duty>Orgy</duty>
<workerClass>GatheringWorker_Party</workerClass>
<gatherSpotDefs>
<li>PartySpot</li>
</gatherSpotDefs>
</GatheringDef>
</Defs>