mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Add psychic lust mechanic, works like psychic drone
This commit is contained in:
parent
06122c2b18
commit
60a4205e6f
11 changed files with 383 additions and 0 deletions
16
Defs/IncidentDefs/Incidents_Map_Misc.xml
Normal file
16
Defs/IncidentDefs/Incidents_Map_Misc.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<IncidentDef>
|
||||
<defName>PsychicArouse</defName>
|
||||
<label>psychic arouse</label>
|
||||
<category>Misc</category>
|
||||
<targetTags>
|
||||
<li>Map_PlayerHome</li>
|
||||
</targetTags>
|
||||
<workerClass>RJW_Events.IncidentWorker_PsychicArouse</workerClass>
|
||||
<gameCondition>PsychicArouse</gameCondition>
|
||||
<baseChance>1.0</baseChance>
|
||||
<minRefireDays>15</minRefireDays>
|
||||
<durationDays>0.75~1.75</durationDays>
|
||||
</IncidentDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue